Yoast SEO - Version 7.4.1

Version Description

Release Date: May 2nd, 2018

Bugfixes: * Re-adds wpseo_opengraph_image_size filter. This will completely override any automatic size determination our code does. This filter now also applies to all ways an og:image can be determined: In the content, as a featured image or as set in our Facebook image setting. * Fixes an unintended backwards incompatible change which caused "Warning: Illegal string offset url in". * Fixes an unintended change which caused SVGs to be included in consideration for the og:image tag. SVG images are not allowed by Facebook, so these should never be used in the og:image tag.

Download this release

Release Info

Developer atimmer
Plugin Icon 128x128 Yoast SEO
Version 7.4.1
Comparing to
See all releases

Code changes from version 7.4 to 7.4.1

Files changed (70) hide show
  1. css/dist/{admin-global-740-rtl.min.css → admin-global-741-rtl.min.css} +0 -0
  2. css/dist/{admin-global-740.min.css → admin-global-741.min.css} +0 -0
  3. css/dist/{adminbar-740-rtl.min.css → adminbar-741-rtl.min.css} +0 -0
  4. css/dist/{adminbar-740.min.css → adminbar-741.min.css} +0 -0
  5. css/dist/{alerts-740-rtl.min.css → alerts-741-rtl.min.css} +0 -0
  6. css/dist/{alerts-740.min.css → alerts-741.min.css} +0 -0
  7. css/dist/{dashboard-740-rtl.min.css → dashboard-741-rtl.min.css} +0 -0
  8. css/dist/{dashboard-740.min.css → dashboard-741.min.css} +0 -0
  9. css/dist/{edit-page-740-rtl.min.css → edit-page-741-rtl.min.css} +0 -0
  10. css/dist/{edit-page-740.min.css → edit-page-741.min.css} +0 -0
  11. css/dist/{featured-image-740-rtl.min.css → featured-image-741-rtl.min.css} +0 -0
  12. css/dist/{featured-image-740.min.css → featured-image-741.min.css} +0 -0
  13. css/dist/{filter-explanation-740-rtl.min.css → filter-explanation-741-rtl.min.css} +0 -0
  14. css/dist/{filter-explanation-740.min.css → filter-explanation-741.min.css} +0 -0
  15. css/dist/{inside-editor-740-rtl.min.css → inside-editor-741-rtl.min.css} +0 -0
  16. css/dist/{inside-editor-740.min.css → inside-editor-741.min.css} +0 -0
  17. css/dist/{metabox-740-rtl.min.css → metabox-741-rtl.min.css} +0 -0
  18. css/dist/{metabox-740.min.css → metabox-741.min.css} +0 -0
  19. css/dist/{metabox-primary-category-740-rtl.min.css → metabox-primary-category-741-rtl.min.css} +0 -0
  20. css/dist/{metabox-primary-category-740.min.css → metabox-primary-category-741.min.css} +0 -0
  21. css/dist/{snippet-740-rtl.min.css → snippet-741-rtl.min.css} +0 -0
  22. css/dist/{snippet-740.min.css → snippet-741.min.css} +0 -0
  23. css/dist/{toggle-switch-740-rtl.min.css → toggle-switch-741-rtl.min.css} +0 -0
  24. css/dist/{toggle-switch-740.min.css → toggle-switch-741.min.css} +0 -0
  25. css/dist/{wpseo-dismissible-740-rtl.min.css → wpseo-dismissible-741-rtl.min.css} +0 -0
  26. css/dist/{wpseo-dismissible-740.min.css → wpseo-dismissible-741.min.css} +0 -0
  27. css/dist/{yoast-components-740-rtl.min.css → yoast-components-741-rtl.min.css} +0 -0
  28. css/dist/{yoast-components-740.min.css → yoast-components-741.min.css} +0 -0
  29. css/dist/{yoast-extensions-740-rtl.min.css → yoast-extensions-741-rtl.min.css} +0 -0
  30. css/dist/{yoast-extensions-740.min.css → yoast-extensions-741.min.css} +0 -0
  31. css/dist/{yst_plugin_tools-740-rtl.min.css → yst_plugin_tools-741-rtl.min.css} +0 -0
  32. css/dist/{yst_plugin_tools-740.min.css → yst_plugin_tools-741.min.css} +0 -0
  33. css/dist/{yst_seo_score-740-rtl.min.css → yst_seo_score-741-rtl.min.css} +0 -0
  34. css/dist/{yst_seo_score-740.min.css → yst_seo_score-741.min.css} +0 -0
  35. frontend/class-opengraph-image.php +168 -0
  36. inc/class-wpseo-image-utils.php +1 -1
  37. js/dist/{commons-740.min.js → commons-741.min.js} +1 -1
  38. js/dist/{configuration-wizard-740.min.js → configuration-wizard-741.min.js} +0 -0
  39. js/dist/{wp-seo-admin-740.min.js → wp-seo-admin-741.min.js} +0 -0
  40. js/dist/{wp-seo-admin-global-740.min.js → wp-seo-admin-global-741.min.js} +0 -0
  41. js/dist/{wp-seo-admin-gsc-740.min.js → wp-seo-admin-gsc-741.min.js} +0 -0
  42. js/dist/{wp-seo-admin-media-740.min.js → wp-seo-admin-media-741.min.js} +0 -0
  43. js/dist/{wp-seo-api-740.min.js → wp-seo-api-741.min.js} +0 -0
  44. js/dist/{wp-seo-babel-polyfill-740.min.js → wp-seo-babel-polyfill-741.min.js} +0 -0
  45. js/dist/{wp-seo-bulk-editor-740.min.js → wp-seo-bulk-editor-741.min.js} +0 -0
  46. js/dist/{wp-seo-dashboard-widget-740.min.js → wp-seo-dashboard-widget-741.min.js} +0 -0
  47. js/dist/{wp-seo-dismissible-740.min.js → wp-seo-dismissible-741.min.js} +0 -0
  48. js/dist/{wp-seo-edit-page-740.min.js → wp-seo-edit-page-741.min.js} +0 -0
  49. js/dist/{wp-seo-featured-image-740.min.js → wp-seo-featured-image-741.min.js} +0 -0
  50. js/dist/{wp-seo-filter-explanation-740.min.js → wp-seo-filter-explanation-741.min.js} +0 -0
  51. js/dist/{wp-seo-help-center-740.min.js → wp-seo-help-center-741.min.js} +0 -0
  52. js/dist/{wp-seo-metabox-740.min.js → wp-seo-metabox-741.min.js} +0 -0
  53. js/dist/{wp-seo-metabox-category-740.min.js → wp-seo-metabox-category-741.min.js} +0 -0
  54. js/dist/{wp-seo-modal-740.min.js → wp-seo-modal-741.min.js} +0 -0
  55. js/dist/{wp-seo-post-scraper-740.min.js → wp-seo-post-scraper-741.min.js} +0 -0
  56. js/dist/{wp-seo-quick-edit-handler-740.min.js → wp-seo-quick-edit-handler-741.min.js} +0 -0
  57. js/dist/{wp-seo-recalculate-740.min.js → wp-seo-recalculate-741.min.js} +0 -0
  58. js/dist/{wp-seo-reindex-links-740.min.js → wp-seo-reindex-links-741.min.js} +0 -0
  59. js/dist/{wp-seo-replacevar-plugin-740.min.js → wp-seo-replacevar-plugin-741.min.js} +0 -0
  60. js/dist/{wp-seo-shortcode-plugin-740.min.js → wp-seo-shortcode-plugin-741.min.js} +0 -0
  61. js/dist/{wp-seo-term-scraper-740.min.js → wp-seo-term-scraper-741.min.js} +0 -0
  62. languages/wordpress-seo-fr_FR.json +1 -1
  63. languages/wordpress-seo-hu_HU.json +1 -1
  64. languages/wordpress-seo-nl_NL.json +1 -1
  65. languages/wordpress-seo-pt_PT.json +1 -1
  66. readme.txt +9 -1
  67. vendor/autoload_52.php +1 -1
  68. vendor/composer/autoload_real_52.php +3 -3
  69. wp-seo-main.php +1 -1
  70. wp-seo.php +16 -1
css/dist/{admin-global-740-rtl.min.css → admin-global-741-rtl.min.css} RENAMED
File without changes
css/dist/{admin-global-740.min.css → admin-global-741.min.css} RENAMED
File without changes
css/dist/{adminbar-740-rtl.min.css → adminbar-741-rtl.min.css} RENAMED
File without changes
css/dist/{adminbar-740.min.css → adminbar-741.min.css} RENAMED
File without changes
css/dist/{alerts-740-rtl.min.css → alerts-741-rtl.min.css} RENAMED
File without changes
css/dist/{alerts-740.min.css → alerts-741.min.css} RENAMED
File without changes
css/dist/{dashboard-740-rtl.min.css → dashboard-741-rtl.min.css} RENAMED
File without changes
css/dist/{dashboard-740.min.css → dashboard-741.min.css} RENAMED
File without changes
css/dist/{edit-page-740-rtl.min.css → edit-page-741-rtl.min.css} RENAMED
File without changes
css/dist/{edit-page-740.min.css → edit-page-741.min.css} RENAMED
File without changes
css/dist/{featured-image-740-rtl.min.css → featured-image-741-rtl.min.css} RENAMED
File without changes
css/dist/{featured-image-740.min.css → featured-image-741.min.css} RENAMED
File without changes
css/dist/{filter-explanation-740-rtl.min.css → filter-explanation-741-rtl.min.css} RENAMED
File without changes
css/dist/{filter-explanation-740.min.css → filter-explanation-741.min.css} RENAMED
File without changes
css/dist/{inside-editor-740-rtl.min.css → inside-editor-741-rtl.min.css} RENAMED
File without changes
css/dist/{inside-editor-740.min.css → inside-editor-741.min.css} RENAMED
File without changes
css/dist/{metabox-740-rtl.min.css → metabox-741-rtl.min.css} RENAMED
File without changes
css/dist/{metabox-740.min.css → metabox-741.min.css} RENAMED
File without changes
css/dist/{metabox-primary-category-740-rtl.min.css → metabox-primary-category-741-rtl.min.css} RENAMED
File without changes
css/dist/{metabox-primary-category-740.min.css → metabox-primary-category-741.min.css} RENAMED
File without changes
css/dist/{snippet-740-rtl.min.css → snippet-741-rtl.min.css} RENAMED
File without changes
css/dist/{snippet-740.min.css → snippet-741.min.css} RENAMED
File without changes
css/dist/{toggle-switch-740-rtl.min.css → toggle-switch-741-rtl.min.css} RENAMED
File without changes
css/dist/{toggle-switch-740.min.css → toggle-switch-741.min.css} RENAMED
File without changes
css/dist/{wpseo-dismissible-740-rtl.min.css → wpseo-dismissible-741-rtl.min.css} RENAMED
File without changes
css/dist/{wpseo-dismissible-740.min.css → wpseo-dismissible-741.min.css} RENAMED
File without changes
css/dist/{yoast-components-740-rtl.min.css → yoast-components-741-rtl.min.css} RENAMED
File without changes
css/dist/{yoast-components-740.min.css → yoast-components-741.min.css} RENAMED
File without changes
css/dist/{yoast-extensions-740-rtl.min.css → yoast-extensions-741-rtl.min.css} RENAMED
File without changes
css/dist/{yoast-extensions-740.min.css → yoast-extensions-741.min.css} RENAMED
File without changes
css/dist/{yst_plugin_tools-740-rtl.min.css → yst_plugin_tools-741-rtl.min.css} RENAMED
File without changes
css/dist/{yst_plugin_tools-740.min.css → yst_plugin_tools-741.min.css} RENAMED
File without changes
css/dist/{yst_seo_score-740-rtl.min.css → yst_seo_score-741-rtl.min.css} RENAMED
File without changes
css/dist/{yst_seo_score-740.min.css → yst_seo_score-741.min.css} RENAMED
File without changes
frontend/class-opengraph-image.php CHANGED
@@ -49,6 +49,20 @@ class WPSEO_OpenGraph_Image {
49
  'max_ratio' => 3,
50
  );
51
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  /**
53
  * Constructor.
54
  *
@@ -143,6 +157,16 @@ class WPSEO_OpenGraph_Image {
143
  * @return void
144
  */
145
  public function add_image( $attachment ) {
 
 
 
 
 
 
 
 
 
 
146
  /**
147
  * Filter: 'wpseo_opengraph_image' - Allow changing the OpenGraph image.
148
  *
@@ -317,6 +341,54 @@ class WPSEO_OpenGraph_Image {
317
  $this->add_image( array( 'url' => $url ) );
318
  }
319
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
320
  /**
321
  * Adds an image to the list by attachment ID.
322
  *
@@ -325,11 +397,21 @@ class WPSEO_OpenGraph_Image {
325
  * @return void
326
  */
327
  protected function add_image_by_id( $attachment_id ) {
 
 
 
 
 
 
 
 
 
328
  if ( ! WPSEO_Image_Utils::has_usable_dimensions( $attachment_id, $this->image_params ) ) {
329
  return;
330
  }
331
 
332
  $attachment = WPSEO_Image_Utils::get_optimal_variation( $attachment_id );
 
333
  if ( $attachment ) {
334
  $this->add_image( $attachment );
335
  }
@@ -374,4 +456,90 @@ class WPSEO_OpenGraph_Image {
374
 
375
  $this->maybe_set_default_image();
376
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
377
  }
49
  'max_ratio' => 3,
50
  );
51
 
52
+ /**
53
+ * Image types that are supported by OpenGraph.
54
+ *
55
+ * @var array
56
+ */
57
+ private $valid_image_types = array( 'image/jpeg', 'image/gif', 'image/png' );
58
+
59
+ /**
60
+ * Image extensions that are supported by OpenGraph.
61
+ *
62
+ * @var array
63
+ */
64
+ private $valid_image_extensions = array( 'jpeg', 'jpg', 'gif', 'png' );
65
+
66
  /**
67
  * Constructor.
68
  *
157
  * @return void
158
  */
159
  public function add_image( $attachment ) {
160
+ // In the past `add_image` accepted an image url, so leave this for backwards compatibility.
161
+ if ( is_string( $attachment ) ) {
162
+ $attachment = array( 'url' => $attachment );
163
+ }
164
+
165
+ // If the URL ends in `.svg`, we need to return.
166
+ if ( ! $this->is_valid_image_url( $attachment['url'] ) ) {
167
+ return;
168
+ }
169
+
170
  /**
171
  * Filter: 'wpseo_opengraph_image' - Allow changing the OpenGraph image.
172
  *
341
  $this->add_image( array( 'url' => $url ) );
342
  }
343
 
344
+ /**
345
+ * Returns the overridden image size if it has been overridden.
346
+ *
347
+ * @return null|string The overridden image size or null.
348
+ */
349
+ protected function get_overridden_image_size() {
350
+ /**
351
+ * Filter: 'wpseo_opengraph_image_size' - Allow overriding the image size used
352
+ * for OpenGraph sharing. If this filter is used, the defined size will always be
353
+ * used for the og:image. The image will still be rejected if it is too small.
354
+ *
355
+ * Only use this filter if you manually want to determine the best image size
356
+ * for the `og:image` tag.
357
+ *
358
+ * Use the `wpseo_image_sizes` filter if you want to use our logic. That filter
359
+ * can be used to add an image size that needs to be taken into consideration
360
+ * within our own logic
361
+ *
362
+ * @api string $size Size string.
363
+ */
364
+ return apply_filters( 'wpseo_opengraph_image_size', null );
365
+ }
366
+
367
+ /**
368
+ * Determines if the OpenGraph image size should overridden.
369
+ *
370
+ * @return bool Whether the size should be overridden.
371
+ */
372
+ protected function is_size_overridden() {
373
+ return $this->get_overridden_image_size() !== null;
374
+ }
375
+
376
+ /**
377
+ * Adds the possibility to short-circuit all the optimal variation logic with
378
+ * your own size.
379
+ *
380
+ * @param int $attachment_id The attachment ID that is used.
381
+ *
382
+ * @return void
383
+ */
384
+ protected function get_overridden_image( $attachment_id ) {
385
+ $attachment = WPSEO_Image_Utils::get_image( $attachment_id, $this->get_overridden_image_size() );
386
+
387
+ if ( $attachment ) {
388
+ $this->add_image( $attachment );
389
+ }
390
+ }
391
+
392
  /**
393
  * Adds an image to the list by attachment ID.
394
  *
397
  * @return void
398
  */
399
  protected function add_image_by_id( $attachment_id ) {
400
+ if ( ! $this->is_valid_attachment( $attachment_id ) ) {
401
+ return;
402
+ }
403
+
404
+ if ( $this->is_size_overridden() ) {
405
+ $this->get_overridden_image( $attachment_id );
406
+ return;
407
+ }
408
+
409
  if ( ! WPSEO_Image_Utils::has_usable_dimensions( $attachment_id, $this->image_params ) ) {
410
  return;
411
  }
412
 
413
  $attachment = WPSEO_Image_Utils::get_optimal_variation( $attachment_id );
414
+
415
  if ( $attachment ) {
416
  $this->add_image( $attachment );
417
  }
456
 
457
  $this->maybe_set_default_image();
458
  }
459
+
460
+ /**
461
+ * Determines whether or not the wanted attachment is considered valid.
462
+ *
463
+ * @param int $attachment_id The attachment ID to get the attachment by.
464
+ *
465
+ * @return bool Whether or not the attachment is valid.
466
+ */
467
+ protected function is_valid_attachment( $attachment_id ) {
468
+ $attachment = get_post_mime_type( $attachment_id );
469
+
470
+ if ( $attachment === false ) {
471
+ return false;
472
+ }
473
+
474
+ return $this->is_valid_image_type( $attachment );
475
+ }
476
+
477
+ /**
478
+ * Determines whether the passed mime type is a valid image type.
479
+ *
480
+ * @param string $mime_type The detected mime type.
481
+ *
482
+ * @return bool Whether or not the attachment is a valid image type.
483
+ */
484
+ protected function is_valid_image_type( $mime_type ) {
485
+ return in_array( $mime_type, $this->valid_image_types, true );
486
+ }
487
+
488
+ /**
489
+ * Determines whether the passed URL is considered valid.
490
+ *
491
+ * @param string $url The URL to check.
492
+ *
493
+ * @return bool Whether or not the URL is a valid image.
494
+ */
495
+ protected function is_valid_image_url( $url ) {
496
+ if ( ! is_string( $url ) ) {
497
+ return false;
498
+ }
499
+
500
+ $image_extension = $this->get_extension_from_url( $url );
501
+
502
+ return in_array( $image_extension, $this->valid_image_extensions, true );
503
+ }
504
+
505
+ /**
506
+ * Gets the image path from the passed URL.
507
+ *
508
+ * @param string $url The URL to get the path from.
509
+ *
510
+ * @return string The path of the image URL. Returns an empty string if URL parsing fails.
511
+ */
512
+ protected function get_image_url_path( $url ) {
513
+ $parsed_url = wp_parse_url( $url );
514
+
515
+ if ( $parsed_url === false ) {
516
+ return '';
517
+ }
518
+
519
+ return $parsed_url['path'];
520
+ }
521
+
522
+ /**
523
+ * Determines the file extension of the passed URL.
524
+ *
525
+ * @param string $url The URL.
526
+ *
527
+ * @return string The extension.
528
+ */
529
+ protected function get_extension_from_url( $url ) {
530
+ $extension = '';
531
+ $path = $this->get_image_url_path( $url );
532
+
533
+ if ( $path === '' ) {
534
+ return $extension;
535
+ }
536
+
537
+ $parts = explode( '.', $path );
538
+
539
+ if ( ! empty( $parts ) ) {
540
+ $extension = end( $parts );
541
+ }
542
+
543
+ return $extension;
544
+ }
545
  }
inc/class-wpseo-image-utils.php CHANGED
@@ -141,7 +141,7 @@ class WPSEO_Image_Utils {
141
  *
142
  * @return array|false Returns an array with image data on success, false on failure.
143
  */
144
- private static function get_image( $attachment_id, $size ) {
145
  if ( $size === 'full' ) {
146
  $image = wp_get_attachment_metadata( $attachment_id );
147
  $image['url'] = wp_get_attachment_image_url( $attachment_id, 'full' );
141
  *
142
  * @return array|false Returns an array with image data on success, false on failure.
143
  */
144
+ public static function get_image( $attachment_id, $size ) {
145
  if ( $size === 'full' ) {
146
  $image = wp_get_attachment_metadata( $attachment_id );
147
  $image['url'] = wp_get_attachment_image_url( $attachment_id, 'full' );
js/dist/{commons-740.min.js → commons-741.min.js} RENAMED
@@ -1,4 +1,4 @@
1
- !function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n=window.yoastWebpackJsonp;window.yoastWebpackJsonp=function(r,a,i){for(var l,u,c,s=0,f=[];s<r.length;s++)u=r[s],o[u]&&f.push(o[u][0]),o[u]=0;for(l in a)Object.prototype.hasOwnProperty.call(a,l)&&(e[l]=a[l]);for(n&&n(r,a,i);f.length;)f.shift()();if(i)for(s=0;s<i.length;s++)c=t(t.s=i[s]);return c};var r={},o={7:0};t.e=function(e){function n(){l.onerror=l.onload=null,clearTimeout(u);var t=o[e];0!==t&&(t&&t[1](new Error("Loading chunk "+e+" failed.")),o[e]=void 0)}var r=o[e];if(0===r)return new Promise(function(e){e()});if(r)return r[2];var a=new Promise(function(t,n){r=o[e]=[t,n]});r[2]=a;var i=document.getElementsByTagName("head")[0],l=document.createElement("script");l.type="text/javascript",l.charset="utf-8",l.async=!0,l.timeout=12e4,t.nc&&l.setAttribute("nonce",t.nc),l.src=t.p+""+e+"-740.min.js";var u=setTimeout(n,12e4);return l.onerror=l.onload=n,i.appendChild(l),a},t.m=e,t.c=r,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t.oe=function(e){throw console.error(e),e},t(t.s=1027)}({0:function(e,t,n){"use strict";e.exports=n(1028)},1018:function(e,t,n){"use strict";function r(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}/*
2
  object-assign
3
  (c) Sindre Sorhus
4
  @license MIT
1
+ !function(e){function t(n){if(r[n])return r[n].exports;var o=r[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n=window.yoastWebpackJsonp;window.yoastWebpackJsonp=function(r,a,i){for(var l,u,c,s=0,f=[];s<r.length;s++)u=r[s],o[u]&&f.push(o[u][0]),o[u]=0;for(l in a)Object.prototype.hasOwnProperty.call(a,l)&&(e[l]=a[l]);for(n&&n(r,a,i);f.length;)f.shift()();if(i)for(s=0;s<i.length;s++)c=t(t.s=i[s]);return c};var r={},o={7:0};t.e=function(e){function n(){l.onerror=l.onload=null,clearTimeout(u);var t=o[e];0!==t&&(t&&t[1](new Error("Loading chunk "+e+" failed.")),o[e]=void 0)}var r=o[e];if(0===r)return new Promise(function(e){e()});if(r)return r[2];var a=new Promise(function(t,n){r=o[e]=[t,n]});r[2]=a;var i=document.getElementsByTagName("head")[0],l=document.createElement("script");l.type="text/javascript",l.charset="utf-8",l.async=!0,l.timeout=12e4,t.nc&&l.setAttribute("nonce",t.nc),l.src=t.p+""+e+"-741.min.js";var u=setTimeout(n,12e4);return l.onerror=l.onload=n,i.appendChild(l),a},t.m=e,t.c=r,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t.oe=function(e){throw console.error(e),e},t(t.s=1027)}({0:function(e,t,n){"use strict";e.exports=n(1028)},1018:function(e,t,n){"use strict";function r(e){if(null===e||void 0===e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}/*
2
  object-assign
3
  (c) Sindre Sorhus
4
  @license MIT
js/dist/{configuration-wizard-740.min.js → configuration-wizard-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-admin-740.min.js → wp-seo-admin-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-admin-global-740.min.js → wp-seo-admin-global-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-admin-gsc-740.min.js → wp-seo-admin-gsc-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-admin-media-740.min.js → wp-seo-admin-media-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-api-740.min.js → wp-seo-api-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-babel-polyfill-740.min.js → wp-seo-babel-polyfill-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-bulk-editor-740.min.js → wp-seo-bulk-editor-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-dashboard-widget-740.min.js → wp-seo-dashboard-widget-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-dismissible-740.min.js → wp-seo-dismissible-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-edit-page-740.min.js → wp-seo-edit-page-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-featured-image-740.min.js → wp-seo-featured-image-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-filter-explanation-740.min.js → wp-seo-filter-explanation-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-help-center-740.min.js → wp-seo-help-center-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-metabox-740.min.js → wp-seo-metabox-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-metabox-category-740.min.js → wp-seo-metabox-category-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-modal-740.min.js → wp-seo-modal-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-post-scraper-740.min.js → wp-seo-post-scraper-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-quick-edit-handler-740.min.js → wp-seo-quick-edit-handler-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-recalculate-740.min.js → wp-seo-recalculate-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-reindex-links-740.min.js → wp-seo-reindex-links-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-replacevar-plugin-740.min.js → wp-seo-replacevar-plugin-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-shortcode-plugin-740.min.js → wp-seo-shortcode-plugin-741.min.js} RENAMED
File without changes
js/dist/{wp-seo-term-scraper-740.min.js → wp-seo-term-scraper-741.min.js} RENAMED
File without changes
languages/wordpress-seo-fr_FR.json CHANGED
@@ -1 +1 @@
1
- {"domain":"wordpress-seo","locale_data":{"wordpress-seo":{"":{"domain":"wordpress-seo","plural_forms":"nplurals=2; plural=n > 1;","lang":"fr"},"The focus keyword appears in %2$d (out of %1$d) subheadings in your copy.":["Le mot-clé principal apparaît dans %2$d (sur %1$d) intertitres dans votre texte."],"You've used this focus keyword %1$s%2$d times before%3$s. It’s probably a good idea to read about %4$swhy you should not use your focus keyword more than once%5$s.":["Vous avez déjà utilisé ce mot-clé principal %1$s%2$d fois par le passé%3$s. Il serait intéressant que vous lisiez %4$spourquoi vous ne devez pas l’utiliser plus d’une fois%5$s."],"You've used this focus keyword %1$sonce before%2$s. It’s probably a good idea to read about %3$swhy you should not use your focus keyword more than once%4$s.":["Vous avez déjà utilisé ce mot-clé principal %1$sune fois par le passé%2$s. Il serait intéressant que vous lisiez %3$spourquoi vous ne devez pas l’utiliser plus d’une fois%4$s."],"The meta description has a nice length.":["La méta description a une bonne longueur."],"No internal links appear in this page, consider adding some as appropriate.":["Aucun lien interne n’apparaît sur cette page, vous devriez en ajouter quelques uns."],"This page has %1$s internal link(s).":["Cette page possède %1$s lien(s) interne(s)."],"This page has %1$s nofollowed internal link(s) and %2$s normal internal link(s).":["Cette page possède %1$s liens(s) interne(s) en nofollow et %2$s lien(s) interne(s) classique(s)."],"This page has %1$s internal link(s), all nofollowed.":["Cette page possède %1$s lien(s) interne(s), tous en nofollow."],"Scroll to see the preview content.":["Faire défiler pour voir l’aperçu du contenu."],"The focus keyword contains a stop word. This may or may not be wise depending on the circumstances. %1$sLearn more about the stop words%2$s.":["Le mot-clé principal contient un mot d’arrêt. Cela peut possiblement être recommandé selon les circonstances. %1$sApprenez-en plus sur les mots d’arrêt%2$s.","Le mot-clé principal contient %3$d mots d’arrêt. Cela peut possiblement être recommandé selon les circonstances. %1$sApprenez-en plus sur les mots d’arrêt%2$s."],"The keyword density is %1$s, which is way over the advised %3$s maximum; the focus keyword was found %2$d times.":["La densité du mot-clé est de %1$s, ce qui est supérieur au maximum conseillé de %3$s. Le mot-clé a été trouvé %2$d fois."],"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."],"The slug for this page contains a %1$sstop word%2$s, consider removing it.":["L’identifiant de cette page contient un %1$smot d’arrêt%2$s. Pensez à le retirer.","L’identifiant de cette page contient %1$smot d’arrêt%2$s. Pensez à les retirer."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is great.":["%1$s des phrases contiennent un %2$smot ou une phrase de transition %3$s, ce qui est bien."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is less than the recommended minimum of %4$s.":["%1$s des phrases contiennent un %2$smot ou une phrase de transition %3$s, ce qui est inférieur au minimum recommandé de %4$s."],"The focus keyword '%1$s' does not appear in the SEO title.":["Le mot-clé principal « %1$s » n’apparait pas dans le titre SEO de la page."],"This is far below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Ceci est bien en dessous du minimum recommandé de %2$d mot. Ajoutez plus de contenu en relation avec le sujet.","Ceci est bien en dessous du minimum recommandé de %2$d mots. Ajoutez plus de contenu en relation avec le sujet."],"This is below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Ceci est en dessous du minimum recommandé de %2$d mot. Ajoutez plus de contenu en relation avec le sujet.","Ceci est en dessous du minimum recommandé de %2$d mots. Ajoutez plus de contenu en relation avec le sujet."],"This is slightly below the recommended minimum of %2$d word. Add a bit more copy.":["Ceci est légèrement en dessous du minimum recommandé de %2$d mot. Songez à ajouter un peu de contenu.","Ceci est légèrement en dessous du minimum recommandé de %2$d mots. Songez à ajouter un peu de contenu."],"This is more than or equal to the recommended minimum of %2$d word.":["Ceci est supérieur ou égal au minimum recommandé d’%2$d mot.","Ceci est supérieur ou égal au minimum recommandé de %2$d mots."],"The text contains %1$d word.":["Le texte contient %1$d mot.","Le texte contient %1$d mots."],"%1$d subheading is followed by more than the recommended maximum of %2$d words. Try to insert another subheading.":["%1$d des intertitres est suivi par plus de %2$d mots, ce qui est le maximum recommandé. Essayez d’ajouter un intertitre supplémentaire.","%1$d des intertitres sont suivis par plus de %2$d mots, ce qui est le maximum recommandé. Essayez d’ajouter des intertitres supplémentaires."],"The amount of words following each of the subheadings doesn't exceed the recommended maximum of %1$d words, which is great.":["La quantité de mots après chacun de vos intertitres ne dépasse pas la valeur maximale recommandée de %1$d mots, ce qui est bon."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is more than the recommended maximum of %5$s. Try to shorten the sentences.":["%1$s des phrases contiennent %2$splus que %3$s mots%4$s, ce qui est supérieure à la valeur maximale recommandée de %5$s. Essayez de raccourcir vos phrases."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s des phrases contiennent %2$splus que %3$s mots%4$s, ce qui est inférieure ou égale à la valeur maximale recommandée de %5$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."],"The text contains %2$d consecutive sentences starting with the same word. Try to mix things up!":["Le texte contient %2$d phrases consécutives commençant par le même mot. Essayez de mélanger tout cela !","Le texte contient %1$d instances ou %2$d ou plus de phrases consécutives commencent par le même mot. Essayez de mélanger tout cela !"],"%1$s of the sentences contain %2$spassive voice%3$s, which is more than the recommended maximum of %4$s. Try to use their active counterparts.":["%1$s des phrases utilisent la %2$svoix passive%3$s, ce qui est supérieure à la valeur maximale recommandée de %4$s. Essayez de reformuler vos phrases."],"%1$s of the sentences contain %2$spassive voice%3$s, which is less than or equal to the recommended maximum of %4$s.":["%1$s des phrases utilisent la %2$svoix passive%3$s, ce qui est inférieure ou égale à la valeur maximale recommandée de %4$s."],"%1$d of the paragraphs contains more than the recommended maximum of %2$d words. Are you sure all information is about the same topic, and therefore belongs in one single paragraph?":["%1$d des paragraphes contient plus que le maximum recommandé de %2$d mots. Confirmez-vous que toutes les informations sont sur le même sujet et doivent donc appartenir à un seul paragraphe ?","%1$d paragraphes contiennent plus que le maximum recommandé de %2$d mots. Confirmez-vous que toutes les informations au sein de chacun de ces paragraphes sont sur le même sujet et doivent donc appartenir à un seul paragraphe ?"],"The meta description is over %1$d characters. Reducing the length will ensure the entire description will be visible.":["La méta description spécifiée compte plus de %1$d caractères. En la réduisant vous serez assuré que la totalité de la description soit visible."],"The keyword density is %1$s, which is too low; the focus keyword was found %2$d times.":["La densité du mot-clé est de %1$s, ce qui est trop faible, le mot-clé a été trouvé %2$d fois."],"Mobile preview":["Prévisualisation \"Mobile\""],"Desktop preview":["Prévisualisation \"PC de bureau\""],"Please provide an SEO title by editing the snippet below.":["Merci de fournir un titre SEO en modifiant l’extrait ci-dessous."],"Meta description preview:":["Aperçu de la méta description :"],"Slug preview:":["Aperçu de l’identifiant :"],"SEO title preview:":["Aperçu du titre SEO :"],"Close snippet editor":["Fermer l’éditeur d’extrait"],"Slug":["Identifiant"],"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"],"Content optimization: Good SEO score":["Optimisation du contenu : Bon score SEO"],"Good SEO score":["Bon score SEO"],"Content optimization: OK SEO score":["Optimisation du contenu : Score SEO OK"],"OK SEO score":["Score SEO OK"],"Content optimization: Bad SEO score":["Optimisation du contenu : Mauvais score SEO "],"Bad SEO score":["Mauvais score SEO"],"Content optimization: Has feedback":["Optimisation du contenu : Retour disponible"],"Feedback":["Retour"],"http://en.wikipedia.org/wiki/Stop_words":["https://fr.wikipedia.org/wiki/Mot_vide"],"The focus keyword appears in the URL for this page.":["Le mot-clé principal apparait dans l’URL de cette page."],"You have far too little content, please add some content to enable a good analysis.":["Vous avez trop peu de contenu, veuillez-en ajouter pour permettre une bonne analyse."],"The images on this page contain alt attributes.":["Les images de cette page contiennent des balises alt."],"The images on this page do not have alt attributes containing the focus keyword.":["Les images de cette page n’ont pas de balise alternative (attribut alt) contenant le mot-clé principal."],"The images on this page contain alt attributes with the focus keyword.":["Les images de cette page contiennent des balises alt correspondantes au mot-clé principal."],"The text does not contain any %1$ssubheadings%2$s. Add at least one subheading.":["Le texte ne contient aucun %1$sintertitre%2$s. Essayez d’en ajouter au moins un."],"None of the paragraphs are too long, which is great.":["Aucun des paragraphes n’est trop long, c’est parfait."],"The SEO title is wider than the viewable limit.":["Le titre SEO est plus grand que la limite lisible."],"The SEO title has a nice length.":["Le titre SEO a une bonne longueur."],"The SEO title is too short. Use the space to add keyword variations or create compelling call-to-action copy.":["Le titre de la page est trop court. Utilisez l’espace pour ajouter des variations du mot-clé ou pour créer un appel à l’action plus attractif."],"The meta description contains the focus keyword.":["La méta description contient le mot-clé principal."],"The keyphrase is over 10 words, a keyphrase should be shorter.":["La phrase clé fait plus de 10 mots, elle devrait être plus courte."],"ok":["OK"],"Please provide a meta description by editing the snippet below.":["Merci de fournir une méta description en modifiant l’extrait ci-dessous."],"Edit snippet":["Modifier l’extrait"],"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 l’aperçu pour retourner dans l’éditeur d’extrait."],"SEO title":["Titre SEO"],"Needs improvement":["Besoin d’amélioration"],"Good":["Bon"],"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"],"The copy scores %1$s in the %2$s test, which is considered %3$s to read. %4$s":["Le texte a obtenu %1$s au test du %2$s, ce qui est considéré comme %3$s à lire. %4$s"],"The focus keyword appears in the first paragraph of the copy.":["Le mot-clé pricipal apparaît dans le premier paragraphe du texte."],"The focus keyword doesn't appear in the first paragraph of the copy. Make sure the topic is clear immediately.":["Le mot-clé principal n’apparaît pas dans le premier paragraphe du texte. Assurez-vous que le sujet soit clair immédiatement."],"The keyword density is %1$s, which is great; the focus keyword was found %2$d times.":["La densité du mot-clé est de %1$s, ce qui est très bien, le mot-clé a été trouvé %2$d fois."],"The keyword density is %1$s, which is over the advised %3$s maximum; the focus keyword was found %2$d times.":["La densité de mot-clé est de %1$s, ce qui est supérieur au maximum conseillé de %3$s%. Le mot-clé a été trouvé %2$d fois."],"A meta description has been specified, but it does not contain the focus keyword.":["Une méta description a été spécifiée, mais elle ne contient pas le mot-clé principal."],"No meta description has been specified. Search engines will display copy from the page instead.":["Aucune méta description n’a été spécifiée, les moteurs de recherche vont donc utiliser le contenu de la page."],"The meta description is under %1$d characters long. However, up to %2$d characters are available.":["La méta description compte moins de %1$d caractères, vous pouvez encore ajouter %2$d caractères."],"You have not used the focus keyword in any subheading (such as an H2) in your copy.":["Vous n’avez utilisé le mot-clé dans aucun intertitre (comme un H2) de votre contenu."],"The images on this page are missing alt attributes.":["Les images sur cette page ne contiennent pas de balise alternative (attribut alt)."],"No outbound links appear in this page, consider adding some as appropriate.":["Aucun lien n’apparaît dans cette page, vous devriez envisager d’en ajouter."],"This page has %1$s nofollowed outbound link(s) and %2$s normal outbound link(s).":["Cette page a %1$s lien(s) en nofollow et %2$s lien(s) externe(s) suivi(s) par les moteurs de recherche."],"This page has %1$s outbound link(s), all nofollowed.":["Cette page a %1$s lien(s) externe(s), tous en nofollow."],"This page has %1$s outbound link(s).":["Cette page a %1$s lien(s) externe(s)."],"You're linking to another page with the focus keyword you want this page to rank for. Consider changing that if you truly want this page to rank.":["Vous êtes en train de faire un lien vers une page avec le mot-clé pour lequel vous désirez que cette page soit bien classée. Vous devriez envisager de changer cela si vous voulez vraiment que cette page soit bien classée dans les moteurs de recherche."],"No images appear in this page, consider adding some as appropriate.":["Aucune image n’apparaît sur cette page, vous devriez en ajouter quelques unes."],"The SEO title contains the focus keyword, but it does not appear at the beginning; try and move it to the beginning.":["Le titre SEO de la page contient le mot-clé, mais il ne semble pas apparaître au début; essayez plutôt de le mettre au début."],"The SEO title contains the focus keyword, at the beginning which is considered to improve rankings.":["Le titre SEO de la page contient le mot-clé au début ce qui devrait permettre d’améliorer votre classement."],"Please create an SEO title.":["Veuillez créer un titre SEO."],"The slug for this page is a bit long, consider shortening it.":["L’identifiant de cette page est un peu trop long, il serait préférable de le raccourcir."],"The focus keyword does not appear in the URL for this page. If you decide to rename the URL be sure to check the old URL 301 redirects to the new one!":["Ce mot-clé n’apparaît pas dans l’URL de cette page. Si vous décidez de renommer l’URL de cette page, assurez-vous de faire une redirection 301 vers la nouvelle&nbsp;!"],"You've never used this focus keyword before, very good.":["Vous n’aviez jamais utilisé ce mot-clé principal, c’est très bien."],"No focus keyword was set for this page. If you do not set a focus keyword, no score can be calculated.":["Aucun mot-clef principal n’a été défini pour cette page. Si vous n’en définissez pas un, aucun score ne pourra être calculé."],"Meta description":["Méta description"],"Snippet preview":["Aperçu de l’extrait"]}}}
1
+ {"domain":"wordpress-seo","locale_data":{"wordpress-seo":{"":{"domain":"wordpress-seo","plural_forms":"nplurals=2; plural=n > 1;","lang":"fr"},"The focus keyword appears in %2$d (out of %1$d) subheadings in your copy.":["Le mot-clé principal apparaît dans %2$d (sur %1$d) intertitres dans votre texte."],"You've used this focus keyword %1$s%2$d times before%3$s. It’s probably a good idea to read about %4$swhy you should not use your focus keyword more than once%5$s.":["Vous avez déjà utilisé ce mot-clé principal %1$s%2$d fois par le passé%3$s. Il serait intéressant que vous lisiez %4$spourquoi vous ne devez pas l’utiliser plus d’une fois%5$s."],"You've used this focus keyword %1$sonce before%2$s. It’s probably a good idea to read about %3$swhy you should not use your focus keyword more than once%4$s.":["Vous avez déjà utilisé ce mot-clé principal %1$sune fois par le passé%2$s. Il serait intéressant que vous lisiez %3$spourquoi vous ne devez pas l’utiliser plus d’une fois%4$s."],"The meta description has a nice length.":["La méta description a une bonne longueur."],"No internal links appear in this page, consider adding some as appropriate.":["Aucun lien interne n’apparaît sur cette page, vous devriez en ajouter quelques uns."],"This page has %1$s internal link(s).":["Cette page possède %1$s lien(s) interne(s)."],"This page has %1$s nofollowed internal link(s) and %2$s normal internal link(s).":["Cette page possède %1$s liens(s) interne(s) en nofollow et %2$s lien(s) interne(s) classique(s)."],"This page has %1$s internal link(s), all nofollowed.":["Cette page possède %1$s lien(s) interne(s), tous en nofollow."],"Scroll to see the preview content.":["Faire défiler pour voir l’aperçu du contenu."],"The focus keyword contains a stop word. This may or may not be wise depending on the circumstances. %1$sLearn more about the stop words%2$s.":["Le mot-clé principal contient un mot d’arrêt. Cela peut possiblement être recommandé selon les circonstances. %1$sApprenez-en plus sur les mots d’arrêt%2$s.","Le mot-clé principal contient %3$d mots d’arrêt. Cela peut possiblement être recommandé selon les circonstances. %1$sApprenez-en plus sur les mots d’arrêt%2$s."],"The keyword density is %1$s, which is way over the advised %3$s maximum; the focus keyword was found %2$d times.":["La densité du mot-clé est de %1$s, ce qui est supérieur au maximum conseillé de %3$s. Le mot-clé a été trouvé %2$d fois."],"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."],"The slug for this page contains a %1$sstop word%2$s, consider removing it.":["L’identifiant de cette page contient un %1$smot d’arrêt%2$s. Pensez à le retirer.","L’identifiant de cette page contient %1$smot d’arrêt%2$s. Pensez à les retirer."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is great.":["%1$s des phrases contiennent un %2$smot ou une phrase de transition %3$s, ce qui est bien."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is less than the recommended minimum of %4$s.":["%1$s des phrases contiennent un %2$smot ou une phrase de transition %3$s, ce qui est inférieur au minimum recommandé de %4$s."],"The focus keyword '%1$s' does not appear in the SEO title.":["Le mot-clé principal « %1$s » n’apparait pas dans le titre SEO de la page."],"This is far below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Ceci est bien en dessous du minimum recommandé de %2$d mot. Ajoutez plus de contenu en relation avec le sujet.","Ceci est bien en dessous du minimum recommandé de %2$d mots. Ajoutez plus de contenu en relation avec le sujet."],"This is below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Ceci est en dessous du minimum recommandé de %2$d mot. Ajoutez plus de contenu en relation avec le sujet.","Ceci est en dessous du minimum recommandé de %2$d mots. Ajoutez plus de contenu en relation avec le sujet."],"This is slightly below the recommended minimum of %2$d word. Add a bit more copy.":["Ceci est légèrement en dessous du minimum recommandé de %2$d mot. Songez à ajouter un peu de contenu.","Ceci est légèrement en dessous du minimum recommandé de %2$d mots. Songez à ajouter un peu de contenu."],"This is more than or equal to the recommended minimum of %2$d word.":["Ceci est supérieur ou égal au minimum recommandé d’%2$d mot.","Ceci est supérieur ou égal au minimum recommandé de %2$d mots."],"The text contains %1$d word.":["Le texte contient %1$d mot.","Le texte contient %1$d mots."],"%1$d subheading is followed by more than the recommended maximum of %2$d words. Try to insert another subheading.":["%1$d des intertitres est suivi par plus de %2$d mots, ce qui est le maximum recommandé. Essayez d’ajouter un intertitre supplémentaire.","%1$d des intertitres sont suivis par plus de %2$d mots, ce qui est le maximum recommandé. Essayez d’ajouter des intertitres supplémentaires."],"The amount of words following each of the subheadings doesn't exceed the recommended maximum of %1$d words, which is great.":["La quantité de mots après chacun de vos intertitres ne dépasse pas la valeur maximale recommandée de %1$d mots, ce qui est bon."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is more than the recommended maximum of %5$s. Try to shorten the sentences.":["%1$s des phrases contiennent %2$splus que %3$s mots%4$s, ce qui est supérieure à la valeur maximale recommandée de %5$s. Essayez de raccourcir vos phrases."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s des phrases contiennent %2$splus que %3$s mots%4$s, ce qui est inférieure ou égale à la valeur maximale recommandée de %5$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."],"The text contains %2$d consecutive sentences starting with the same word. Try to mix things up!":["Le texte contient %2$d phrases consécutives commençant par le même mot. Essayez de mélanger tout cela !","Le texte contient %1$d instances ou %2$d ou plus de phrases consécutives commencent par le même mot. Essayez de mélanger tout cela !"],"%1$s of the sentences contain %2$spassive voice%3$s, which is more than the recommended maximum of %4$s. Try to use their active counterparts.":["%1$s des phrases utilisent la %2$svoix passive%3$s, ce qui est supérieure à la valeur maximale recommandée de %4$s. Essayez de reformuler vos phrases."],"%1$s of the sentences contain %2$spassive voice%3$s, which is less than or equal to the recommended maximum of %4$s.":["%1$s des phrases utilisent la %2$svoix passive%3$s, ce qui est inférieure ou égale à la valeur maximale recommandée de %4$s."],"%1$d of the paragraphs contains more than the recommended maximum of %2$d words. Are you sure all information is about the same topic, and therefore belongs in one single paragraph?":["%1$d des paragraphes contient plus que le maximum recommandé de %2$d mots. Confirmez-vous que toutes les informations sont sur le même sujet et doivent donc appartenir à un seul paragraphe ?","%1$d paragraphes contiennent plus que le maximum recommandé de %2$d mots. Confirmez-vous que toutes les informations au sein de chacun de ces paragraphes sont sur le même sujet et doivent donc appartenir à un seul paragraphe ?"],"The meta description is over %1$d characters. Reducing the length will ensure the entire description will be visible.":["La méta description spécifiée compte plus de %1$d caractères. En la réduisant vous serez assuré que la totalité de la description soit visible."],"The keyword density is %1$s, which is too low; the focus keyword was found %2$d times.":["La densité du mot-clé est de %1$s, ce qui est trop faible, le mot-clé a été trouvé %2$d fois."],"Mobile preview":["Prévisualisation \"Mobile\""],"Desktop preview":["Prévisualisation \"PC de bureau\""],"Please provide an SEO title by editing the snippet below.":["Merci de fournir un titre SEO en modifiant l’extrait ci-dessous."],"Meta description preview:":["Aperçu de la méta description :"],"Slug preview:":["Aperçu de l’identifiant :"],"SEO title preview:":["Aperçu du titre SEO :"],"Close snippet editor":["Fermer l’éditeur d’extrait"],"Slug":["Identifiant"],"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"],"Content optimization: Good SEO score":["Optimisation du contenu : Bon score SEO"],"Good SEO score":["Bon score SEO"],"Content optimization: OK SEO score":["Optimisation du contenu : Score SEO OK"],"OK SEO score":["Score SEO OK"],"Content optimization: Bad SEO score":["Optimisation du contenu : Mauvais score SEO "],"Bad SEO score":["Mauvais score SEO"],"Content optimization: Has feedback":["Optimisation du contenu : Retour disponible"],"Feedback":["Retour"],"http://en.wikipedia.org/wiki/Stop_words":["https://fr.wikipedia.org/wiki/Mot_vide"],"The focus keyword appears in the URL for this page.":["Le mot-clé principal apparait dans l’URL de cette page."],"You have far too little content, please add some content to enable a good analysis.":["Vous avez trop peu de contenu, veuillez-en ajouter pour permettre une bonne analyse."],"The images on this page contain alt attributes.":["Les images de cette page contiennent des balises alt."],"The images on this page do not have alt attributes containing the focus keyword.":["Les images de cette page n’ont pas de balise alternative (attribut alt) contenant le mot-clé principal."],"The images on this page contain alt attributes with the focus keyword.":["Les images de cette page contiennent des balises alt correspondantes au mot-clé principal."],"The text does not contain any %1$ssubheadings%2$s. Add at least one subheading.":["Le texte ne contient aucun %1$sintertitre%2$s. Essayez d’en ajouter au moins un."],"None of the paragraphs are too long, which is great.":["Aucun des paragraphes n’est trop long, c’est parfait."],"The SEO title is wider than the viewable limit.":["Le titre SEO est plus grand que la limite lisible."],"The SEO title has a nice length.":["Le titre SEO a une bonne longueur."],"The SEO title is too short. Use the space to add keyword variations or create compelling call-to-action copy.":["Le titre de la page est trop court. Utilisez l’espace pour ajouter des variations du mot-clé ou pour créer un appel à l’action plus attractif."],"The meta description contains the focus keyword.":["La méta description contient le mot-clé principal."],"The keyphrase is over 10 words, a keyphrase should be shorter.":["La phrase clé fait plus de 10 mots, elle devrait être plus courte."],"ok":["OK"],"Please provide a meta description by editing the snippet below.":["Merci de fournir une méta description en modifiant l’extrait ci-dessous."],"Edit snippet":["Modifier l’extrait"],"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 l’aperçu pour retourner dans l’éditeur d’extrait."],"SEO title":["Titre SEO"],"Needs improvement":["Besoin d’amélioration"],"Good":["Bon"],"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"],"The copy scores %1$s in the %2$s test, which is considered %3$s to read. %4$s":["Le texte a obtenu %1$s au test du %2$s, ce qui est considéré comme %3$s à lire. %4$s"],"The focus keyword appears in the first paragraph of the copy.":["Le mot-clé principal apparaît dans le premier paragraphe du texte."],"The focus keyword doesn't appear in the first paragraph of the copy. Make sure the topic is clear immediately.":["Le mot-clé principal n’apparaît pas dans le premier paragraphe du texte. Assurez-vous que le sujet soit clair immédiatement."],"The keyword density is %1$s, which is great; the focus keyword was found %2$d times.":["La densité du mot-clé est de %1$s, ce qui est très bien, le mot-clé a été trouvé %2$d fois."],"The keyword density is %1$s, which is over the advised %3$s maximum; the focus keyword was found %2$d times.":["La densité de mot-clé est de %1$s, ce qui est supérieur au maximum conseillé de %3$s%. Le mot-clé a été trouvé %2$d fois."],"A meta description has been specified, but it does not contain the focus keyword.":["Une méta description a été spécifiée, mais elle ne contient pas le mot-clé principal."],"No meta description has been specified. Search engines will display copy from the page instead.":["Aucune méta description n’a été spécifiée, les moteurs de recherche vont donc utiliser le contenu de la page."],"The meta description is under %1$d characters long. However, up to %2$d characters are available.":["La méta description compte moins de %1$d caractères, vous pouvez encore ajouter %2$d caractères."],"You have not used the focus keyword in any subheading (such as an H2) in your copy.":["Vous n’avez utilisé le mot-clé dans aucun intertitre (comme un H2) de votre contenu."],"The images on this page are missing alt attributes.":["Les images sur cette page ne contiennent pas de balise alternative (attribut alt)."],"No outbound links appear in this page, consider adding some as appropriate.":["Aucun lien n’apparaît dans cette page, vous devriez envisager d’en ajouter."],"This page has %1$s nofollowed outbound link(s) and %2$s normal outbound link(s).":["Cette page a %1$s lien(s) en nofollow et %2$s lien(s) externe(s) suivi(s) par les moteurs de recherche."],"This page has %1$s outbound link(s), all nofollowed.":["Cette page a %1$s lien(s) externe(s), tous en nofollow."],"This page has %1$s outbound link(s).":["Cette page a %1$s lien(s) externe(s)."],"You're linking to another page with the focus keyword you want this page to rank for. Consider changing that if you truly want this page to rank.":["Vous êtes en train de faire un lien vers une page avec le mot-clé pour lequel vous désirez que cette page soit bien classée. Vous devriez envisager de changer cela si vous voulez vraiment que cette page soit bien classée dans les moteurs de recherche."],"No images appear in this page, consider adding some as appropriate.":["Aucune image n’apparaît sur cette page, vous devriez en ajouter quelques unes."],"The SEO title contains the focus keyword, but it does not appear at the beginning; try and move it to the beginning.":["Le titre SEO de la page contient le mot-clé, mais il ne semble pas apparaître au début; essayez plutôt de le mettre au début."],"The SEO title contains the focus keyword, at the beginning which is considered to improve rankings.":["Le titre SEO de la page contient le mot-clé au début ce qui devrait permettre d’améliorer votre classement."],"Please create an SEO title.":["Veuillez créer un titre SEO."],"The slug for this page is a bit long, consider shortening it.":["L’identifiant de cette page est un peu trop long, il serait préférable de le raccourcir."],"The focus keyword does not appear in the URL for this page. If you decide to rename the URL be sure to check the old URL 301 redirects to the new one!":["Ce mot-clé n’apparaît pas dans l’URL de cette page. Si vous décidez de renommer l’URL de cette page, assurez-vous de faire une redirection 301 vers la nouvelle&nbsp;!"],"You've never used this focus keyword before, very good.":["Vous n’aviez jamais utilisé ce mot-clé principal, c’est très bien."],"No focus keyword was set for this page. If you do not set a focus keyword, no score can be calculated.":["Aucun mot-clef principal n’a été défini pour cette page. Si vous n’en définissez pas un, aucun score ne pourra être calculé."],"Meta description":["Méta description"],"Snippet preview":["Aperçu de l’extrait"]}}}
languages/wordpress-seo-hu_HU.json CHANGED
@@ -1 +1 @@
1
- {"domain":"wordpress-seo","locale_data":{"wordpress-seo":{"":{"domain":"wordpress-seo","plural_forms":"nplurals=2; plural=n != 1;","lang":"hu"},"The focus keyword appears in %2$d (out of %1$d) subheadings in your copy.":[""],"You've used this focus keyword %1$s%2$d times before%3$s. It’s probably a good idea to read about %4$swhy you should not use your focus keyword more than once%5$s.":[""],"You've used this focus keyword %1$sonce before%2$s. It’s probably a good idea to read about %3$swhy you should not use your focus keyword more than once%4$s.":[""],"The meta description has a nice length.":[""],"No internal links appear in this page, consider adding some as appropriate.":["Az oldal nem tartalmaz belső hivatkozásokat. Mindenképpen rögzítsen néhányat."],"This page has %1$s internal link(s).":["Az oldalon található belső hivatkozások száma %1$s."],"This page has %1$s nofollowed internal link(s) and %2$s normal internal link(s).":["Az oldalon észlelhető hivatkozások száma %1$s+%2$s, amelyekből %2$s db követett, %1$s db pedig úgynevezett \"nofollow\" link, melyet a keresőmotorok nem követnek nyomon."],"This page has %1$s internal link(s), all nofollowed.":["Az oldalon található belső hivatkozások száma %1$s. Valamennyi úgynevezett \"nofollow\" link, melyet a keresőmotorok nem követnek nyomon."],"Scroll to see the preview content.":["Az előnézet megtekintéséhez görgessen lejjebb."],"The focus keyword contains a stop word. This may or may not be wise depending on the circumstances. %1$sLearn more about the stop words%2$s.":["A legfontosabb kulcsszó tiltott szót használ. Ez akár rossz döntés is lehet a helyzettől függően. %1$sTudj meg többet a tiltott szavakról%2$s.","A legfontosabb kulcsszó több %3$d tiltott szót is használ. Ez akár rossz döntés is lehet a helyzettől függően. %1$sTudj meg többet a tiltott szavakról%2$s."],"The keyword density is %1$s, which is way over the advised %3$s maximum; the focus keyword was found %2$d times.":["A kulcsszósűrűség %1$s, amely több, mint az ajánlott %3$s. A kulcsszó %2$d alkalommal fordul elő."],"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."],"The slug for this page contains a %1$sstop word%2$s, consider removing it.":["Az oldal egy vagy több %1$s akadályt tartalmaz %2$s, távolítsa el őket","The slug for this page contains %1$sstop words%2$s, consider removing them."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is great.":["Összesen %1$s mondat tartalmaz %2$srokonértelmű szavakat%3$s vagy kifejezéseket, ami nagyszerű."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is less than the recommended minimum of %4$s.":["Összesen %1$s mondat tartalmaz %2$srokonértelmű szavakat%3$s vagy kifejezéseket, ami kevesebb mint a minimum ajánlott %4$s."],"The focus keyword '%1$s' does not appear in the SEO title.":["A kulcsszó '%1$s' nem jelenik meg az oldal leírásban."],"This is far below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Ez sokkal kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj meg több témába vágó tartalmat.","Ez sokkal kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj meg több témába vágó tartalmat."],"This is below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Ez kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj meg több témába vágó tartalmat.","Ez kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj meg több témába vágó tartalmat."],"This is slightly below the recommended minimum of %2$d word. Add a bit more copy.":["Ez valamivel kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj hozzá egy kicsit többet.","Ez valamivel kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj hozzá egy kicsit többet."],"This is more than or equal to the recommended minimum of %2$d word.":["Ez több vagy egyenlő, mint az ajánlott minimum, ami %2$d darab szó.","Ez több vagy egyenlő, mint az ajánlott minimum, ami %2$d darab szó."],"The text contains %1$d word.":["A szöveg %1$d darab szavat tartalmaz.","A szöveg %1$d darab szavat tartalmaz."],"%1$d subheading is followed by more than the recommended maximum of %2$d words. Try to insert another subheading.":["Az alábbi %1$d darab alcím több szót tartalmaz az ajánlott maximumnál, ami %2$d darab szó. Próbáld beilleszteni őket egy másik alcímbe.","Az alábbi %1$d darab alcím több szót tartalmaz az ajánlott maximumnál, ami %2$d darab szó. Próbáld őket további alcímekbe beilleszteni."],"The amount of words following each of the subheadings doesn't exceed the recommended maximum of %1$d words, which is great.":["A szavak összege az alcímekben nem haladja meg az ajánlott maximumot, ami %1$d darab szó. Ez nagyszerű."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is more than the recommended maximum of %5$s. Try to shorten the sentences.":["A mondatok %1$s %-ka tartalmaz %2$stöbbet mint %3$s darab szó%4$s, ami több mint az ajánlott maximum, ami %5$s %. Próbáld lerövidíteni a mondatot."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is less than or equal to the recommended maximum of %5$s.":["A mondatok %1$s %-ka tartalmaz %2$stöbbet mint %3$s darab szó%4$s, ami kevesebb vagy egyenlő az ajánlott maxmimummal, ami %5$s %."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A meta leí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 meta leí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 meta leírás nem tartalmaz olyan mondatokat, amelyekben %1$s az ajánlottnál több, azaz %2$s darab szó%3$s van."],"The text contains %2$d consecutive sentences starting with the same word. Try to mix things up!":["A szöveg %2$d darab olyan egymást követő mondatot tartalmaz, amelyek azonos szóval kezdődnek. Próbáld meg módosítani ezeket!","A szöveg %1$d esetet tartalmaz, ahol %2$d vagy több egymást követő mondat kezdődik azonos szóval. Próbáld meg módosítani ezeket!"],"%1$s of the sentences contain %2$spassive voice%3$s, which is more than the recommended maximum of %4$s. Try to use their active counterparts.":["A mondatokból %1$s darab tartalmaz %2$snegatív hangot%3$s, ami több mint az ajánlott maximum, ami %4$s. Próbáld meg alkalmazni a negatív hangok aktív párjait."],"%1$s of the sentences contain %2$spassive voice%3$s, which is less than or equal to the recommended maximum of %4$s.":["A mondatokból %1$s darab tartalmaz %2$snegatív hangot%3$s, ami kevesebb vagy ugyanannyi, mint az ajánlott maximum, ami %4$s."],"%1$d of the paragraphs contains more than the recommended maximum of %2$d words. Are you sure all information is about the same topic, and therefore belongs in one single paragraph?":["A bekezdésekből %1$d darab tartalmaz több szót mint az ajánlott maximum, ami %2$d darab szó. Biztos vagy benne, hogy minden információ ugyanazon témáról szól és ezért található egy bekezdésbe?","A bekezdésekből %1$d darab tartalmaz több szót mint az ajánlott maximum, ami %2$d darab szó. Biztos vagy benne, hogy minden információ a paragrafusokon belül ugyanazon témáról szól és ezért található egy bekezdésben?"],"The meta description is over %1$d characters. Reducing the length will ensure the entire description will be visible.":["A description meta tagban szereplő szöveg több mint %2$d leütés. Csökkentse annak érdekében, hogy a teljes szöveg látható legyen a keresőgépekben. "],"The keyword density is %1$s, which is too low; the focus keyword was found %2$d times.":["A kulcsszósűrűség %1$f, amely egy kicsit alacsony. A kulcsszó %2$d alkalommal fordul elő."],"Mobile preview":["Mobil előnézett"],"Desktop preview":["Asztali előnézett"],"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":["Közvetlen hivatkozás"],"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"],"Content optimization: Good SEO score":["Tartalom optimalizálás: Jó SEO pontszám"],"Good SEO score":["Jó SEO eredmény"],"Content optimization: OK SEO score":["Tartalom optimalizálás: OK SEO pontszám"],"OK SEO score":["Megfelelő SEO eredmény"],"Content optimization: Bad SEO score":["Tartalom optimalizálás: Rossz SEO pontszám"],"Bad SEO score":["Rossz SEO eredmény"],"Content optimization: Has feedback":["Tartalom optimalizálás: Feedback"],"Feedback":["Visszajelzés"],"http://en.wikipedia.org/wiki/Stop_words":["http://en.wikipedia.org/wiki/Stop_words"],"The focus keyword appears in the URL for this page.":["A legfontosabb kulcsszó megjelenik a tartalom URL-jében."],"You have far too little content, please add some content to enable a good analysis.":["Túl kevés a tartalmad, adj még hozzá még némi tartalmat hogy jó elemzést végezhessünk."],"The images on this page contain alt attributes.":[""],"The images on this page do not have alt attributes containing the focus keyword.":["Az oldalon nem található olyan kép, amelynek ALT attribútuma tartalmazza a megadott kulcsszót."],"The images on this page contain alt attributes with the focus keyword.":["Az oldalon található képek ALT attribútumai és a megadott kulcsszó között megfelelő kapcsolat áll fenn."],"The text does not contain any %1$ssubheadings%2$s. Add at least one subheading.":[""],"None of the paragraphs are too long, which is great.":["A bekezdéseid egyike sem túl hosszú, ami nagyszerű."],"The SEO title is wider than the viewable limit.":["Az oldal címe szélesebb, mint ami látható."],"The SEO title has a nice length.":["Az oldal címe megfelelő hosszúságú."],"The SEO title is too short. Use the space to add keyword variations or create compelling call-to-action copy.":["Az oldal címe túl hosszú. Használd a területet kulcsszó-variációk megadására vagy készíts kényszerítő call-to-action (cselekvésre felhívó) másolatot."],"The meta description contains the focus keyword.":["A meta-leírás tartalmazza a kulcsszót."],"The keyphrase is over 10 words, a keyphrase should be shorter.":["A kulcsszavad több, mint 10 szóból áll, ami túl sok."],"ok":["rendben"],"Please provide a meta description by editing the snippet below.":["Kérjek add meg a meta leírást az alábbi kivonat szerkesztésével."],"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":["SEO cím"],"Needs improvement":["Javítani szükséges"],"Good":["Jó"],"very difficult":["nagyon nehéz"],"Try to make shorter sentences, using less difficult words to improve readability.":["Próbálj 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álj 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ű"],"The copy scores %1$s in the %2$s test, which is considered %3$s to read. %4$s":["A tartalom %1$s pontot ér el a %2$s tesztben, amely %3$s az olvashatóság szempontjából. %4$s"],"The focus keyword appears in the first paragraph of the copy.":["A kulcsszó megtalálható a tartalom első bekezdésében."],"The focus keyword doesn't appear in the first paragraph of the copy. Make sure the topic is clear immediately.":["A kulcsszó/ kulcskifejezés nem jelenik meg a tartalom első bekezdésében, bizonyosodjon meg róla, hogy a téma egyértelműen körül van-e határolva."],"The keyword density is %1$s, which is great; the focus keyword was found %2$d times.":["A kulcsszósűrűség %1$f%, ami kiváló! A kulcsszó %2$d alkalommal fordul elő a szövegben."],"The keyword density is %1$s, which is over the advised %3$s maximum; the focus keyword was found %2$d times.":["A kulcsszó előforduláis gyakorisága %1$s, ami meghaladja a maximálisan javasolt %3$s-ot, a kulcsszót %2$d alkalommal fordult elő a szövegben."],"A meta description has been specified, but it does not contain the focus keyword.":["A description meta tag ugyan meg van adva, de nem tartalmazza az oldal kulcsszavát."],"No meta description has been specified. Search engines will display copy from the page instead.":["Nincs megadva a meta description címke. A motorok az oldal kivonatát fogják helyette megjeleníteni."],"The meta description is under %1$d characters long. However, up to %2$d characters are available.":["A description meta tagban szereplő szöveg kevesebb mint %1$d leütés, legfeljebb %2$d leütés lehetséges."],"You have not used the focus keyword in any subheading (such as an H2) in your copy.":["Nem használtad a fő kulcsszót egyik alcímben (mint a H2) sem."],"The images on this page are missing alt attributes.":[""],"No outbound links appear in this page, consider adding some as appropriate.":[""],"This page has %1$s nofollowed outbound link(s) and %2$s normal outbound link(s).":["Az oldalon %1$s nofollow és %2$s rendes, más oldalra mutató hivatkozás van."],"This page has %1$s outbound link(s), all nofollowed.":["Az oldalon %1$s más oldalra mutató hivatkozás van, mindegyik \"nofollow\"."],"This page has %1$s outbound link(s).":["Az oldalon %1$s más oldal(ak)ra mutató hivatkozás van."],"You're linking to another page with the focus keyword you want this page to rank for. Consider changing that if you truly want this page to rank.":[""],"No images appear in this page, consider adding some as appropriate.":["Az oldalon nem jelennek meg képek, fontold meg egy ideillő kép hozzáadását"],"The SEO title contains the focus keyword, but it does not appear at the beginning; try and move it to the beginning.":["Az oldal tartalmaz kulcsszavakat, de ezek nem jelennek meg az első bekezdésben. Próbáld meg ezeket a szavakat a szöveg elejére tenni."],"The SEO title contains the focus keyword, at the beginning which is considered to improve rankings.":["Az oldal címe tartalmazza a kulcsszavakat, ez kedvező a keresőmotorok szempontjából, hiszen jobb helyezeést lehet velük elérni."],"Please create an SEO title.":[""],"The slug for this page is a bit long, consider shortening it.":["Az oldal URL-je túl hosszú, amennyiben lehetséges, rövidítse le."],"The focus keyword does not appear in the URL for this page. If you decide to rename the URL be sure to check the old URL 301 redirects to the new one!":["Ezen oldal esetében a kulcsszó nem jelenik meg az URL-ben. Ha átnevezi az URL-t, akkor ne felejtsen el a régi URL-re egy 301-es átirányítást tenni!"],"You've never used this focus keyword before, very good.":["Ezt a kulcsszót még sosem használtad korábban, nagyon jó."],"No focus keyword was set for this page. If you do not set a focus keyword, no score can be calculated.":["Nincs fő kulcsszó beállítva az oldalhoz. Ha nem állítasz be fő kulcsszavat, nem tudunk pontszámot kalkulálni."],"Meta description":["Meta leírás"],"Snippet preview":["Keresési találat előnézete"]}}}
1
+ {"domain":"wordpress-seo","locale_data":{"wordpress-seo":{"":{"domain":"wordpress-seo","plural_forms":"nplurals=2; plural=n != 1;","lang":"hu"},"The focus keyword appears in %2$d (out of %1$d) subheadings in your copy.":[""],"You've used this focus keyword %1$s%2$d times before%3$s. It’s probably a good idea to read about %4$swhy you should not use your focus keyword more than once%5$s.":[""],"You've used this focus keyword %1$sonce before%2$s. It’s probably a good idea to read about %3$swhy you should not use your focus keyword more than once%4$s.":[""],"The meta description has a nice length.":[""],"No internal links appear in this page, consider adding some as appropriate.":["Az oldal nem tartalmaz belső hivatkozásokat. Mindenképpen rögzítsen néhányat."],"This page has %1$s internal link(s).":["Az oldalon található belső hivatkozások száma %1$s."],"This page has %1$s nofollowed internal link(s) and %2$s normal internal link(s).":["Az oldalon észlelhető hivatkozások száma %1$s+%2$s, amelyekből %2$s db követett, %1$s db pedig úgynevezett \"nofollow\" link, melyet a keresőmotorok nem követnek nyomon."],"This page has %1$s internal link(s), all nofollowed.":["Az oldalon található belső hivatkozások száma %1$s. Valamennyi úgynevezett \"nofollow\" link, melyet a keresőmotorok nem követnek nyomon."],"Scroll to see the preview content.":["Az előnézet megtekintéséhez görgessen lejjebb."],"The focus keyword contains a stop word. This may or may not be wise depending on the circumstances. %1$sLearn more about the stop words%2$s.":["A legfontosabb kulcsszó tiltott szót használ. Ez akár rossz döntés is lehet a helyzettől függően. %1$sTudj meg többet a tiltott szavakról%2$s.","A legfontosabb kulcsszó több %3$d tiltott szót is használ. Ez akár rossz döntés is lehet a helyzettől függően. %1$sTudj meg többet a tiltott szavakról%2$s."],"The keyword density is %1$s, which is way over the advised %3$s maximum; the focus keyword was found %2$d times.":["A kulcsszósűrűség %1$s, amely több, mint az ajánlott %3$s. A kulcsszó %2$d alkalommal fordul elő."],"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."],"The slug for this page contains a %1$sstop word%2$s, consider removing it.":["Az oldal egy vagy több %1$s akadályt tartalmaz %2$s, távolítsa el őket","The slug for this page contains %1$sstop words%2$s, consider removing them."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is great.":["Összesen %1$s mondat tartalmaz %2$srokonértelmű szavakat%3$s vagy kifejezéseket, ami nagyszerű."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is less than the recommended minimum of %4$s.":["Összesen %1$s mondat tartalmaz %2$srokonértelmű szavakat%3$s vagy kifejezéseket, ami kevesebb mint a minimum ajánlott %4$s."],"The focus keyword '%1$s' does not appear in the SEO title.":["A kulcsszó '%1$s' nem jelenik meg az oldal leírásban."],"This is far below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Ez sokkal kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj meg több témába vágó tartalmat.","Ez sokkal kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj meg több témába vágó tartalmat."],"This is below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Ez kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj meg több témába vágó tartalmat.","Ez kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj meg több témába vágó tartalmat."],"This is slightly below the recommended minimum of %2$d word. Add a bit more copy.":["Ez valamivel kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj hozzá egy kicsit többet.","Ez valamivel kevesebb mint az ajánlott minimum, ami %2$d darab szó. Adj hozzá egy kicsit többet."],"This is more than or equal to the recommended minimum of %2$d word.":["Ez több vagy egyenlő, mint az ajánlott minimum, ami %2$d darab szó.","Ez több vagy egyenlő, mint az ajánlott minimum, ami %2$d darab szó."],"The text contains %1$d word.":["A szöveg %1$d darab szavat tartalmaz.","A szöveg %1$d darab szavat tartalmaz."],"%1$d subheading is followed by more than the recommended maximum of %2$d words. Try to insert another subheading.":["Az alábbi %1$d darab alcím több szót tartalmaz az ajánlott maximumnál, ami %2$d darab szó. Próbáld beilleszteni őket egy másik alcímbe.","Az alábbi %1$d darab alcím több szót tartalmaz az ajánlott maximumnál, ami %2$d darab szó. Próbáld őket további alcímekbe beilleszteni."],"The amount of words following each of the subheadings doesn't exceed the recommended maximum of %1$d words, which is great.":["A szavak összege az alcímekben nem haladja meg az ajánlott maximumot, ami %1$d darab szó. Ez nagyszerű."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is more than the recommended maximum of %5$s. Try to shorten the sentences.":["A mondatok %1$s-a tartalmaz %2$stöbb mint %3$s szót%4$s, ami több az ajánlott maximumnál, ami %5$s. Próbáld lerövidíteni a mondatokat."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is less than or equal to the recommended maximum of %5$s.":["A mondatok %1$s-a tartalmaz %2$stöbb mint %3$s szót%4$s, ami kevesebb vagy egyenlő az ajánlott maximumnál, ami %5$s."],"The meta description contains %1$d sentence %2$sover %3$s words%4$s. Try to shorten this sentence.":["A meta leí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 meta leí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 meta leírás nem tartalmaz olyan mondatokat, amelyekben %1$s az ajánlottnál több, azaz %2$s darab szó%3$s van."],"The text contains %2$d consecutive sentences starting with the same word. Try to mix things up!":["A szöveg %2$d darab olyan egymást követő mondatot tartalmaz, amelyek azonos szóval kezdődnek. Próbáld meg módosítani ezeket!","A szöveg %1$d esetet tartalmaz, ahol %2$d vagy több egymást követő mondat kezdődik azonos szóval. Próbáld meg módosítani ezeket!"],"%1$s of the sentences contain %2$spassive voice%3$s, which is more than the recommended maximum of %4$s. Try to use their active counterparts.":["%1$s mondat tartalmaz %2$sszenvedő szerkezetet%3$s, ami több az ajánlott maximumnál, ami %4$s. Próbáld módosítani ezeket az aktív szerkezetű változataira."],"%1$s of the sentences contain %2$spassive voice%3$s, which is less than or equal to the recommended maximum of %4$s.":["%1$s mondat tartalmaz %2$sszenvedő szerkezetet%3$s, ami kevesebb az ajánlott maximumnál, ami %4$s."],"%1$d of the paragraphs contains more than the recommended maximum of %2$d words. Are you sure all information is about the same topic, and therefore belongs in one single paragraph?":["A bekezdésekből %1$d darab tartalmaz több szót mint az ajánlott maximum, ami %2$d darab szó. Biztos vagy benne, hogy minden információ ugyanazon témáról szól és ezért található egy bekezdésbe?","A bekezdésekből %1$d darab tartalmaz több szót mint az ajánlott maximum, ami %2$d darab szó. Biztos vagy benne, hogy minden információ a paragrafusokon belül ugyanazon témáról szól és ezért található egy bekezdésben?"],"The meta description is over %1$d characters. Reducing the length will ensure the entire description will be visible.":["A description meta tagban szereplő szöveg több mint %2$d leütés. Csökkentse annak érdekében, hogy a teljes szöveg látható legyen a keresőgépekben. "],"The keyword density is %1$s, which is too low; the focus keyword was found %2$d times.":["A kulcsszósűrűség %1$f, amely egy kicsit alacsony. A kulcsszó %2$d alkalommal fordul elő."],"Mobile preview":["Mobil előnézett"],"Desktop preview":["Asztali előnézett"],"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":["Közvetlen hivatkozás"],"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"],"Content optimization: Good SEO score":["Tartalom optimalizálás: Jó SEO pontszám"],"Good SEO score":["Jó SEO eredmény"],"Content optimization: OK SEO score":["Tartalom optimalizálás: OK SEO pontszám"],"OK SEO score":["Megfelelő SEO eredmény"],"Content optimization: Bad SEO score":["Tartalom optimalizálás: Rossz SEO pontszám"],"Bad SEO score":["Rossz SEO eredmény"],"Content optimization: Has feedback":["Tartalom optimalizálás: Feedback"],"Feedback":["Visszajelzés"],"http://en.wikipedia.org/wiki/Stop_words":["http://en.wikipedia.org/wiki/Stop_words"],"The focus keyword appears in the URL for this page.":["A legfontosabb kulcsszó megjelenik a tartalom URL-jében."],"You have far too little content, please add some content to enable a good analysis.":["Túl kevés a tartalmad, adj még hozzá még némi tartalmat hogy jó elemzést végezhessünk."],"The images on this page contain alt attributes.":[""],"The images on this page do not have alt attributes containing the focus keyword.":["Az oldalon nem található olyan kép, amelynek ALT attribútuma tartalmazza a megadott kulcsszót."],"The images on this page contain alt attributes with the focus keyword.":["Az oldalon található képek ALT attribútumai és a megadott kulcsszó között megfelelő kapcsolat áll fenn."],"The text does not contain any %1$ssubheadings%2$s. Add at least one subheading.":[""],"None of the paragraphs are too long, which is great.":["A bekezdéseid egyike sem túl hosszú, ami nagyszerű."],"The SEO title is wider than the viewable limit.":["Az oldal címe szélesebb, mint ami látható."],"The SEO title has a nice length.":["Az oldal címe megfelelő hosszúságú."],"The SEO title is too short. Use the space to add keyword variations or create compelling call-to-action copy.":["Az oldal címe túl hosszú. Használd a területet kulcsszó-variációk megadására vagy készíts kényszerítő call-to-action (cselekvésre felhívó) másolatot."],"The meta description contains the focus keyword.":["A meta-leírás tartalmazza a kulcsszót."],"The keyphrase is over 10 words, a keyphrase should be shorter.":["A kulcsszavad több, mint 10 szóból áll, ami túl sok."],"ok":["rendben"],"Please provide a meta description by editing the snippet below.":["Kérjek add meg a meta leírást az alábbi kivonat szerkesztésével."],"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":["SEO cím"],"Needs improvement":["Javítani szükséges"],"Good":["Jó"],"very difficult":["nagyon nehéz"],"Try to make shorter sentences, using less difficult words to improve readability.":["Próbálj 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álj 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ű"],"The copy scores %1$s in the %2$s test, which is considered %3$s to read. %4$s":["A tartalom %1$s pontot ér el a %2$s tesztben, amely %3$s az olvashatóság szempontjából. %4$s"],"The focus keyword appears in the first paragraph of the copy.":["A kulcsszó megtalálható a tartalom első bekezdésében."],"The focus keyword doesn't appear in the first paragraph of the copy. Make sure the topic is clear immediately.":["A kulcsszó/ kulcskifejezés nem jelenik meg a tartalom első bekezdésében, bizonyosodjon meg róla, hogy a téma egyértelműen körül van-e határolva."],"The keyword density is %1$s, which is great; the focus keyword was found %2$d times.":["A kulcsszósűrűség %1$s, ami kiváló! A kulcsszó %2$d alkalommal fordul elő a szövegben."],"The keyword density is %1$s, which is over the advised %3$s maximum; the focus keyword was found %2$d times.":["A kulcsszó előforduláis gyakorisága %1$s, ami meghaladja a maximálisan javasolt %3$s-ot, a kulcsszót %2$d alkalommal fordult elő a szövegben."],"A meta description has been specified, but it does not contain the focus keyword.":["A description meta tag ugyan meg van adva, de nem tartalmazza az oldal kulcsszavát."],"No meta description has been specified. Search engines will display copy from the page instead.":["Nincs megadva a meta description címke. A motorok az oldal kivonatát fogják helyette megjeleníteni."],"The meta description is under %1$d characters long. However, up to %2$d characters are available.":["A description meta tagban szereplő szöveg kevesebb mint %1$d leütés, legfeljebb %2$d leütés lehetséges."],"You have not used the focus keyword in any subheading (such as an H2) in your copy.":["Nem használtad a fő kulcsszót egyik alcímben (mint a H2) sem."],"The images on this page are missing alt attributes.":[""],"No outbound links appear in this page, consider adding some as appropriate.":[""],"This page has %1$s nofollowed outbound link(s) and %2$s normal outbound link(s).":["Az oldalon %1$s nofollow és %2$s rendes, más oldalra mutató hivatkozás van."],"This page has %1$s outbound link(s), all nofollowed.":["Az oldalon %1$s más oldalra mutató hivatkozás van, mindegyik \"nofollow\"."],"This page has %1$s outbound link(s).":["Az oldalon %1$s más oldal(ak)ra mutató hivatkozás van."],"You're linking to another page with the focus keyword you want this page to rank for. Consider changing that if you truly want this page to rank.":[""],"No images appear in this page, consider adding some as appropriate.":["Az oldalon nem jelennek meg képek, fontold meg egy ideillő kép hozzáadását"],"The SEO title contains the focus keyword, but it does not appear at the beginning; try and move it to the beginning.":["Az oldal tartalmaz kulcsszavakat, de ezek nem jelennek meg az első bekezdésben. Próbáld meg ezeket a szavakat a szöveg elejére tenni."],"The SEO title contains the focus keyword, at the beginning which is considered to improve rankings.":["Az oldal címe tartalmazza a kulcsszavakat, ez kedvező a keresőmotorok szempontjából, hiszen jobb helyezeést lehet velük elérni."],"Please create an SEO title.":[""],"The slug for this page is a bit long, consider shortening it.":["Az oldal URL-je túl hosszú, amennyiben lehetséges, rövidítse le."],"The focus keyword does not appear in the URL for this page. If you decide to rename the URL be sure to check the old URL 301 redirects to the new one!":["Ezen oldal esetében a kulcsszó nem jelenik meg az URL-ben. Ha átnevezi az URL-t, akkor ne felejtsen el a régi URL-re egy 301-es átirányítást tenni!"],"You've never used this focus keyword before, very good.":["Ezt a kulcsszót még sosem használtad korábban, nagyon jó."],"No focus keyword was set for this page. If you do not set a focus keyword, no score can be calculated.":["Nincs fő kulcsszó beállítva az oldalhoz. Ha nem állítasz be fő kulcsszavat, nem tudunk pontszámot kalkulálni."],"Meta description":["Meta leírás"],"Snippet preview":["Keresési találat előnézete"]}}}
languages/wordpress-seo-nl_NL.json CHANGED
@@ -1 +1 @@
1
- {"domain":"wordpress-seo","locale_data":{"wordpress-seo":{"":{"domain":"wordpress-seo","plural_forms":"nplurals=2; plural=n != 1;","lang":"nl"},"The focus keyword appears in %2$d (out of %1$d) subheadings in your copy.":[""],"You've used this focus keyword %1$s%2$d times before%3$s. It’s probably a good idea to read about %4$swhy you should not use your focus keyword more than once%5$s.":[""],"You've used this focus keyword %1$sonce before%2$s. It’s probably a good idea to read about %3$swhy you should not use your focus keyword more than once%4$s.":[""],"The meta description has a nice length.":[""],"No internal links appear in this page, consider adding some as appropriate.":["Er worden geen interne links weergegeven op deze pagina. Overweeg, indien van toepassing, er een aantal toe te voegen."],"This page has %1$s internal link(s).":["Deze pagina heeft %1$s interne link(s)."],"This page has %1$s nofollowed internal link(s) and %2$s normal internal link(s).":["Deze pagina heeft %1$s interne link(s) met nofollow en %2$s normale interne link(s)"],"This page has %1$s internal link(s), all nofollowed.":["Deze pagina heeft %1$s interne link(s), allemaal ingesteld op nofollow."],"Scroll to see the preview content.":["Scrol om de voorbeeldinhoud te zien."],"The focus keyword contains a stop word. This may or may not be wise depending on the circumstances. %1$sLearn more about the stop words%2$s.":["Het focustrefwoord bevat een stopwoord. Dit kan onverstandig zijn afhankelijk van de omstandigheden. %1$sLeer meer over stopwoorden%2$s.","Het focustrefwoord bevat %3$d stopwoorden. Dit kan onverstandig zijn afhankelijk van de omstandigheden. %1$sLeer meer over stopwoorden%2$s."],"The keyword density is %1$s, which is way over the advised %3$s maximum; the focus keyword was found %2$d times.":["De trefwoord-dichtheid is %1$s, wat meer is dan het geadviseerde maximum van %3$s. Het trefwoord werd %2$d keer gevonden."],"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."],"The slug for this page contains a %1$sstop word%2$s, consider removing it.":["De titelkern van deze pagina bevat een %1$sstopwoord%2$s. Overweeg dat te verwijderen.","De titelkern van deze pagina bevat %1$sstopwoorden%2$s. Overweeg die te verwijderen."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is great.":["%1$s zinnen bevatten een %2$signaalwoord%3$s of -zin, wat goed is."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is less than the recommended minimum of %4$s.":["%1$s zinnen bevatten een %2$signaalwoord%3$s of -zin, wat minder is dan het aanbevolen minimum van %4$s."],"The focus keyword '%1$s' does not appear in the SEO title.":["Het focus-trefwoord '%1$s' komt niet voor in de SEO-titel."],"This is far below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Dit is ver beneden het minimum aantal aanbevolen woord van %2$d. Voeg meer content toe dat relevant is voor dit onderwerp.","Dit is ver beneden het minimum aantal aanbevolen woorden van %2$d. Voeg meer tekst en beeld toe die relevant zijn voor dit onderwerp."],"This is below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Dit is ver beneden het minimum aantal aanbevolen woord van %2$d. Voeg meer content toe dat relevant is voor dit onderwerp.","Dit is ver beneden het minimum aantal aanbevolen woorden van %2$d. Voeg meer content toe dat relevant is voor dit onderwerp."],"This is slightly below the recommended minimum of %2$d word. Add a bit more copy.":["Dit is net onder het aanbevolen minimumaantal van %2$d woord. Voeg nog iets meer tekst toe.","Dit is net onder het aanbevolen minimumaantal van %2$d woorden. Voeg nog iets meer tekst toe."],"This is more than or equal to the recommended minimum of %2$d word.":["Dit is meer dan, of gelijk aan, het aanbevolen minimumaantal woorden van %2$d.","Dit is meer dan, of gelijk aan, het aanbevolen minimum van %2$d woorden."],"The text contains %1$d word.":["De tekst bevat %1$d woord.","De tekst bevat %1$d woorden."],"%1$d subheading is followed by more than the recommended maximum of %2$d words. Try to insert another subheading.":["%1$d ondertitel wordt gevolgd door meer dan %2$d woorden, het maximaal aanbevolen aantal. Probeer een ondertitel toe te voegen in de tekst.","%1$d van de tussenkoppen wordt gevolgd door meer dan %2$d woorden, het maximaal aanbevolen aantal. Probeer meer tussenkoppen toe te voegen."],"The amount of words following each of the subheadings doesn't exceed the recommended maximum of %1$d words, which is great.":["Het aantal woorden dat na een tussenkop volgt, komt niet boven het aanbevolen maximum van %1$d woorden uit. Dat is uitstekend."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is more than the recommended maximum of %5$s. Try to shorten the sentences.":["%1$s van de zinnen bevatten %2$smeer dan %3$s woorden%4$s, wat meer is dan het aanbevolen maximum van %5$s. probeer de zinnen te verkorten."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s van de zinnen bevatten %2$smeer dan %3$s woorden%4$s, wat minder of gelijk is aan het aanbevolen maximum van %5$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."],"The text contains %2$d consecutive sentences starting with the same word. Try to mix things up!":["De tekst bevat %2$d opeenvolgende zinnen die met hetzelfde woord beginnen. Probeer wat variatie aan te brengen.","De tekst bevat %1$d groepen van %2$d of meer opeenvolgende zinnen die met het zelfde woord beginnen. Probeer wat variatie aan te brengen."],"%1$s of the sentences contain %2$spassive voice%3$s, which is more than the recommended maximum of %4$s. Try to use their active counterparts.":["%1$s van de zinnen bevat %2$spassief taalgebruik%3$s, dat is meer dan het aanbevolen maximum van %4$s. Probeer de actieve vorm te gebruiken."],"%1$s of the sentences contain %2$spassive voice%3$s, which is less than or equal to the recommended maximum of %4$s.":["%1$s van de zinnen staan in de %2$slijdende vorm%3$s. Dat is minder of gelijk aan het aanbevolen maximum van %4$s."],"%1$d of the paragraphs contains more than the recommended maximum of %2$d words. Are you sure all information is about the same topic, and therefore belongs in one single paragraph?":["%1$d van de alinea's bevat meer dan het aanbevolen maximum van %2$d woorden. Bent u er zeker van dat alle informatie binnen deze alinea over hetzelfde onderwerp gaat, en daarom in een enkele alinea hoort?","%1$d van de alinea's bevatten meer dan het aanbevolen maximum van %2$d woorden. Bent u er zeker van dat alle informatie binnen elk van deze alinea's over hetzelfde onderwerp gaat, en daarom in een enkele alinea hoort?"],"The meta description is over %1$d characters. Reducing the length will ensure the entire description will be visible.":["De opgegeven meta-omschrijving bevat meer dan %1$d tekens, kort deze in om er zeker van te zijn dat de hele omschrijving zichtbaar zal zijn."],"The keyword density is %1$s, which is too low; the focus keyword was found %2$d times.":["De trefwoord-dichtheid is %1$s, wat aan de lage kant is. Het trefwoord is %2$d keer gevonden."],"Mobile preview":["Mobiel preview"],"Desktop preview":["Desktop preview"],"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"],"Content optimization: Good SEO score":["Inhoud-optimalisatie: SEO-score goed"],"Good SEO score":["Goede SEO-score"],"Content optimization: OK SEO score":["Inhoud-optimalisatie: SEO-score voldoende"],"OK SEO score":["Redelijke SEO-score"],"Content optimization: Bad SEO score":["Inhoud-optimalisatie: SEO-score onvoldoende"],"Bad SEO score":["Slechte SEO-score"],"Content optimization: Has feedback":["Inhoud-optimalisatie: Heeft feedback"],"Feedback":["Reacties"],"http://en.wikipedia.org/wiki/Stop_words":["https://nl.wikipedia.org/wiki/Stopwoord_(taalkunde)"],"The focus keyword appears in the URL for this page.":["Het focus-trefwoord komt voor in de URL voor deze pagina."],"You have far too little content, please add some content to enable a good analysis.":["U heeft veel te weinig inhoud, voeg inhoud toe om een goede analyse uit te kunnen voeren."],"The images on this page contain alt attributes.":["De afbeeldingen op deze pagina bevatten alt-attributen."],"The images on this page do not have alt attributes containing the focus keyword.":["De afbeeldingen op deze pagina bevatten geen alt-attributen met het trefwoord."],"The images on this page contain alt attributes with the focus keyword.":["De afbeeldingen op deze pagina bevatten alt-attributen met het focustrefwoord."],"The text does not contain any %1$ssubheadings%2$s. Add at least one subheading.":[""],"None of the paragraphs are too long, which is great.":["Geen enkele paragraaf is te lang, wat uitstekend is."],"The SEO title is wider than the viewable limit.":["De SEO-titel is langer dan het toonbare limiet."],"The SEO title has a nice length.":["De SEO-titel heeft een prima lengte."],"The SEO title is too short. Use the space to add keyword variations or create compelling call-to-action copy.":["De paginatitel is te kort. Gebruik de ruimte om trefwoordvariaties toe te voegen of creëer een aansprekende tekst die aanzet tot actie."],"The meta description contains the focus keyword.":["De meta-omschrijving bevat het focus-trefwoord."],"The keyphrase is over 10 words, a keyphrase should be shorter.":["Uw sleutelzin bevat meer dan 10 woorden; een sleutelzin moet korter zijn."],"ok":["ok"],"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":["SEO-titel"],"Needs improvement":["Heeft verbetering nodig"],"Good":["Goed"],"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"],"The copy scores %1$s in the %2$s test, which is considered %3$s to read. %4$s":["De inhoud scoort %1$s in de %2$s-test, wat beschouwd wordt als %3$s om te lezen. %4$s"],"The focus keyword appears in the first paragraph of the copy.":["Het focus-trefwoord komt voor in de eerste alinea van het bericht."],"The focus keyword doesn't appear in the first paragraph of the copy. Make sure the topic is clear immediately.":["Het focus-trefwoord komt niet voor in de eerste alinea van het bericht. Zorg ervoor dat het onderwerp direct duidelijk is."],"The keyword density is %1$s, which is great; the focus keyword was found %2$d times.":["De trefwoord-dichtheid is %1$s; dat is geweldig. Het trefwoord is %2$d keer gevonden."],"The keyword density is %1$s, which is over the advised %3$s maximum; the focus keyword was found %2$d times.":["De trefwoorden-dichtheid is %1$s, wat meer is dan het geadviseerde maximum van %3$s, het trefwoord is %2$d keer gevonden."],"A meta description has been specified, but it does not contain the focus keyword.":["Er is een meta-omschrijving gespecificeerd, maar deze bevat geen focus-trefwoord."],"No meta description has been specified. Search engines will display copy from the page instead.":["Er is geen meta-beschrijving opgegeven. Zoekmachines zullen tekst van de pagina tonen."],"The meta description is under %1$d characters long. However, up to %2$d characters are available.":["De meta-omschrijving bevat minder dan %1$d tekens, hoewel er tot %2$d tekens beschikbaar zijn. "],"You have not used the focus keyword in any subheading (such as an H2) in your copy.":["U hebt het focustrefwoord niet gebruikt in een tussenkop (zoals een H2) in je tekst."],"The images on this page are missing alt attributes.":["De afbeeldingen op deze pagina missen alt-attributen."],"No outbound links appear in this page, consider adding some as appropriate.":["Er zijn geen uitgaande koppelingen gevonden op deze pagina; overweeg om enkele relevante verwijzingen toe te voegen."],"This page has %1$s nofollowed outbound link(s) and %2$s normal outbound link(s).":["Deze pagina bevat %1$s nofollow-link(s) en %2$s normale uitgaande link(s)."],"This page has %1$s outbound link(s), all nofollowed.":["Deze pagina bevat %1$s uitgaande link(s), allemaal van het type nofollow."],"This page has %1$s outbound link(s).":["Deze pagina bevat %1$s uitgaande koppeling(en)."],"You're linking to another page with the focus keyword you want this page to rank for. Consider changing that if you truly want this page to rank.":["U koppelt naar een andere pagina met het focus-trefwoord waarmee u deze pagina wilt laten aanduiden. Overweeg dit aan te passen als u deze pagina echt wilt laten klasseren."],"No images appear in this page, consider adding some as appropriate.":["Deze pagina bevat geen afbeeldingen, overweeg geschikte afbeeldingen toe te voegen."],"The SEO title contains the focus keyword, but it does not appear at the beginning; try and move it to the beginning.":["De SEO-paginatitel bevat het focus-trefwoord, maar dat staat niet aan het begin. Probeer het naar voren te halen."],"The SEO title contains the focus keyword, at the beginning which is considered to improve rankings.":["De SEO-paginatitel bevat het focus-trefwoord aan het begin, wat de klassering ten goede komt."],"Please create an SEO title.":["Geef een SEO-paginatitel op."],"The slug for this page is a bit long, consider shortening it.":["De slug van deze pagina is wat lang, overweeg om deze in te korten."],"The focus keyword does not appear in the URL for this page. If you decide to rename the URL be sure to check the old URL 301 redirects to the new one!":["Het focus-trefwoord komt niet voor in de URL van deze pagina. Als u de URL aanpast, controleer dan dat de oude URL via een 301-redirect op de nieuwe URL uitkomt."],"You've never used this focus keyword before, very good.":["U hebt dit focus-trefwoord nog nooit eerder gebruikt; heel goed."],"No focus keyword was set for this page. If you do not set a focus keyword, no score can be calculated.":["Er is geen focus-trefwoord ingesteld voor deze pagina. Als er geen focus-trefwoord wordt opgegeven, kan er geen score worden berekend."],"Meta description":["Meta-omschrijving"],"Snippet preview":["Snippetvoorvertoning"]}}}
1
+ {"domain":"wordpress-seo","locale_data":{"wordpress-seo":{"":{"domain":"wordpress-seo","plural_forms":"nplurals=2; plural=n != 1;","lang":"nl"},"The focus keyword appears in %2$d (out of %1$d) subheadings in your copy.":["Het focustrefwoord komt voor in %2$d (van de of %1$d) tussenkoppen in je tekst."],"You've used this focus keyword %1$s%2$d times before%3$s. It’s probably a good idea to read about %4$swhy you should not use your focus keyword more than once%5$s.":["Je hebt dit focustrefwoord al %1$s%2$d keer eerder gebruikt%3$s. Het is waarschijnlijk een goed idee om te lezen over %4$swaarom je een focustrefwoord niet meer dan eens moet gebruiken%5$s."],"You've used this focus keyword %1$sonce before%2$s. It’s probably a good idea to read about %3$swhy you should not use your focus keyword more than once%4$s.":["Je hebt dit focustrefwoord al %1$seen keer gebruikt%2$s. Het is waarschijnlijk een goed idee om te lezen over %3$swaarom je een focustrefwoord niet meer dan eens moet gebruiken%4$s."],"The meta description has a nice length.":["De meta-beschrijving heeft een goede lengte."],"No internal links appear in this page, consider adding some as appropriate.":["Er worden geen interne links weergegeven op deze pagina. Overweeg, indien van toepassing, er een aantal toe te voegen."],"This page has %1$s internal link(s).":["Deze pagina heeft %1$s interne link(s)."],"This page has %1$s nofollowed internal link(s) and %2$s normal internal link(s).":["Deze pagina heeft %1$s interne link(s) met nofollow en %2$s normale interne link(s)"],"This page has %1$s internal link(s), all nofollowed.":["Deze pagina heeft %1$s interne link(s), allemaal ingesteld op nofollow."],"Scroll to see the preview content.":["Scrol om de voorbeeldinhoud te zien."],"The focus keyword contains a stop word. This may or may not be wise depending on the circumstances. %1$sLearn more about the stop words%2$s.":["Het focustrefwoord bevat een stopwoord. Dit kan onverstandig zijn afhankelijk van de omstandigheden. %1$sLeer meer over stopwoorden%2$s.","Het focustrefwoord bevat %3$d stopwoorden. Dit kan onverstandig zijn afhankelijk van de omstandigheden. %1$sLeer meer over stopwoorden%2$s."],"The keyword density is %1$s, which is way over the advised %3$s maximum; the focus keyword was found %2$d times.":["De trefwoord-dichtheid is %1$s, wat meer is dan het geadviseerde maximum van %3$s. Het trefwoord werd %2$d keer gevonden."],"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."],"The slug for this page contains a %1$sstop word%2$s, consider removing it.":["De titelkern van deze pagina bevat een %1$sstopwoord%2$s. Overweeg dat te verwijderen.","De titelkern van deze pagina bevat %1$sstopwoorden%2$s. Overweeg die te verwijderen."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is great.":["%1$s zinnen bevatten een %2$ssignaalwoord%3$s of -zin, wat goed is."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is less than the recommended minimum of %4$s.":["%1$s zinnen bevatten een %2$ssignaalwoord%3$s of -zin, wat minder is dan het aanbevolen minimum van %4$s."],"The focus keyword '%1$s' does not appear in the SEO title.":["Het focus-trefwoord '%1$s' komt niet voor in de SEO-titel."],"This is far below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Dit is ver beneden het minimum aantal aanbevolen woord van %2$d. Voeg meer content toe dat relevant is voor dit onderwerp.","Dit is ver beneden het minimum aantal aanbevolen woorden van %2$d. Voeg meer tekst en beeld toe die relevant zijn voor dit onderwerp."],"This is below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Dit is ver beneden het minimum aantal aanbevolen woord van %2$d. Voeg meer content toe dat relevant is voor dit onderwerp.","Dit is ver beneden het minimum aantal aanbevolen woorden van %2$d. Voeg meer content toe dat relevant is voor dit onderwerp."],"This is slightly below the recommended minimum of %2$d word. Add a bit more copy.":["Dit is net onder het aanbevolen minimumaantal van %2$d woord. Voeg nog iets meer tekst toe.","Dit is net onder het aanbevolen minimumaantal van %2$d woorden. Voeg nog iets meer tekst toe."],"This is more than or equal to the recommended minimum of %2$d word.":["Dit is meer dan, of gelijk aan, het aanbevolen minimumaantal woorden van %2$d.","Dit is meer dan, of gelijk aan, het aanbevolen minimum van %2$d woorden."],"The text contains %1$d word.":["De tekst bevat %1$d woord.","De tekst bevat %1$d woorden."],"%1$d subheading is followed by more than the recommended maximum of %2$d words. Try to insert another subheading.":["%1$d ondertitel wordt gevolgd door meer dan %2$d woorden, het maximaal aanbevolen aantal. Probeer een ondertitel toe te voegen in de tekst.","%1$d van de tussenkoppen wordt gevolgd door meer dan %2$d woorden, het maximaal aanbevolen aantal. Probeer meer tussenkoppen toe te voegen."],"The amount of words following each of the subheadings doesn't exceed the recommended maximum of %1$d words, which is great.":["Het aantal woorden dat na een tussenkop volgt, komt niet boven het aanbevolen maximum van %1$d woorden uit. Dat is uitstekend."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is more than the recommended maximum of %5$s. Try to shorten the sentences.":["%1$s van de zinnen bevatten %2$smeer dan %3$s woorden%4$s, wat meer is dan het aanbevolen maximum van %5$s. probeer de zinnen te verkorten."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s van de zinnen bevatten %2$smeer dan %3$s woorden%4$s, wat minder of gelijk is aan het aanbevolen maximum van %5$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."],"The text contains %2$d consecutive sentences starting with the same word. Try to mix things up!":["De tekst bevat %2$d opeenvolgende zinnen die met hetzelfde woord beginnen. Probeer wat variatie aan te brengen.","De tekst bevat %1$d groepen van %2$d of meer opeenvolgende zinnen die met het zelfde woord beginnen. Probeer wat variatie aan te brengen."],"%1$s of the sentences contain %2$spassive voice%3$s, which is more than the recommended maximum of %4$s. Try to use their active counterparts.":["%1$s van de zinnen bevat %2$spassief taalgebruik%3$s, dat is meer dan het aanbevolen maximum van %4$s. Probeer de actieve vorm te gebruiken."],"%1$s of the sentences contain %2$spassive voice%3$s, which is less than or equal to the recommended maximum of %4$s.":["%1$s van de zinnen staan in de %2$slijdende vorm%3$s. Dat is minder of gelijk aan het aanbevolen maximum van %4$s."],"%1$d of the paragraphs contains more than the recommended maximum of %2$d words. Are you sure all information is about the same topic, and therefore belongs in one single paragraph?":["%1$d van de alinea's bevat meer dan het aanbevolen maximum van %2$d woorden. Ben je er zeker van dat alle informatie binnen deze alinea over hetzelfde onderwerp gaat, en daarom in een enkele alinea hoort?","%1$d van de alinea's bevatten meer dan het aanbevolen maximum van %2$d woorden. Ben je er zeker van dat alle informatie binnen elk van deze alinea's over hetzelfde onderwerp gaat, en daarom in een enkele alinea hoort?"],"The meta description is over %1$d characters. Reducing the length will ensure the entire description will be visible.":["De opgegeven meta-omschrijving bevat meer dan %1$d tekens, kort deze in om er zeker van te zijn dat de hele omschrijving zichtbaar zal zijn."],"The keyword density is %1$s, which is too low; the focus keyword was found %2$d times.":["De trefwoord-dichtheid is %1$s, wat aan de lage kant is. Het trefwoord is %2$d keer gevonden."],"Mobile preview":["Mobiel preview"],"Desktop preview":["Desktop preview"],"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"],"Content optimization: Good SEO score":["Inhoud-optimalisatie: SEO-score goed"],"Good SEO score":["Goede SEO-score"],"Content optimization: OK SEO score":["Inhoud-optimalisatie: SEO-score voldoende"],"OK SEO score":["Redelijke SEO-score"],"Content optimization: Bad SEO score":["Inhoud-optimalisatie: SEO-score onvoldoende"],"Bad SEO score":["Slechte SEO-score"],"Content optimization: Has feedback":["Inhoud-optimalisatie: Heeft feedback"],"Feedback":["Reacties"],"http://en.wikipedia.org/wiki/Stop_words":["https://nl.wikipedia.org/wiki/Stopwoord_(taalkunde)"],"The focus keyword appears in the URL for this page.":["Het focus-trefwoord komt voor in de URL voor deze pagina."],"You have far too little content, please add some content to enable a good analysis.":["Je hebt veel te weinig inhoud, voeg inhoud toe om een goede analyse uit te kunnen voeren."],"The images on this page contain alt attributes.":["De afbeeldingen op deze pagina bevatten alt-attributen."],"The images on this page do not have alt attributes containing the focus keyword.":["De afbeeldingen op deze pagina bevatten geen alt-attributen met het trefwoord."],"The images on this page contain alt attributes with the focus keyword.":["De afbeeldingen op deze pagina bevatten alt-attributen met het focustrefwoord."],"The text does not contain any %1$ssubheadings%2$s. Add at least one subheading.":["De tekst bevat geen %1$stussenkoppen%2$s. Voeg tenminste één tussenkop toe."],"None of the paragraphs are too long, which is great.":["Geen enkele paragraaf is te lang, wat uitstekend is."],"The SEO title is wider than the viewable limit.":["De SEO-titel is langer dan het toonbare limiet."],"The SEO title has a nice length.":["De SEO-titel heeft een prima lengte."],"The SEO title is too short. Use the space to add keyword variations or create compelling call-to-action copy.":["De paginatitel is te kort. Gebruik de ruimte om trefwoordvariaties toe te voegen of creëer een aansprekende tekst die aanzet tot actie."],"The meta description contains the focus keyword.":["De meta-omschrijving bevat het focus-trefwoord."],"The keyphrase is over 10 words, a keyphrase should be shorter.":["Je sleutelzin bevat meer dan 10 woorden; een sleutelzin moet korter zijn."],"ok":["ok"],"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":["SEO-titel"],"Needs improvement":["Heeft verbetering nodig"],"Good":["Goed"],"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"],"The copy scores %1$s in the %2$s test, which is considered %3$s to read. %4$s":["De inhoud scoort %1$s in de %2$s-test, wat beschouwd wordt als %3$s om te lezen. %4$s"],"The focus keyword appears in the first paragraph of the copy.":["Het focus-trefwoord komt voor in de eerste alinea van het bericht."],"The focus keyword doesn't appear in the first paragraph of the copy. Make sure the topic is clear immediately.":["Het focus-trefwoord komt niet voor in de eerste alinea van het bericht. Zorg ervoor dat het onderwerp direct duidelijk is."],"The keyword density is %1$s, which is great; the focus keyword was found %2$d times.":["De trefwoord-dichtheid is %1$s; dat is geweldig. Het trefwoord is %2$d keer gevonden."],"The keyword density is %1$s, which is over the advised %3$s maximum; the focus keyword was found %2$d times.":["De trefwoorden-dichtheid is %1$s, wat meer is dan het geadviseerde maximum van %3$s, het trefwoord is %2$d keer gevonden."],"A meta description has been specified, but it does not contain the focus keyword.":["Er is een meta-omschrijving gespecificeerd, maar deze bevat geen focus-trefwoord."],"No meta description has been specified. Search engines will display copy from the page instead.":["Er is geen meta-beschrijving opgegeven. Zoekmachines zullen tekst van de pagina tonen."],"The meta description is under %1$d characters long. However, up to %2$d characters are available.":["De meta-omschrijving bevat minder dan %1$d tekens, hoewel er tot %2$d tekens beschikbaar zijn. "],"You have not used the focus keyword in any subheading (such as an H2) in your copy.":["Je hebt het focustrefwoord niet gebruikt in een tussenkop (zoals een H2) in je tekst."],"The images on this page are missing alt attributes.":["De afbeeldingen op deze pagina missen alt-attributen."],"No outbound links appear in this page, consider adding some as appropriate.":["Er zijn geen uitgaande koppelingen gevonden op deze pagina; overweeg om enkele relevante verwijzingen toe te voegen."],"This page has %1$s nofollowed outbound link(s) and %2$s normal outbound link(s).":["Deze pagina bevat %1$s nofollow-link(s) en %2$s normale uitgaande link(s)."],"This page has %1$s outbound link(s), all nofollowed.":["Deze pagina bevat %1$s uitgaande link(s), allemaal van het type nofollow."],"This page has %1$s outbound link(s).":["Deze pagina bevat %1$s uitgaande koppeling(en)."],"You're linking to another page with the focus keyword you want this page to rank for. Consider changing that if you truly want this page to rank.":["Je koppelt naar een andere pagina met het focus-trefwoord waarmee je deze pagina wilt laten aanduiden. Overweeg dit aan te passen als je deze pagina echt wilt laten klasseren."],"No images appear in this page, consider adding some as appropriate.":["Deze pagina bevat geen afbeeldingen, overweeg geschikte afbeeldingen toe te voegen."],"The SEO title contains the focus keyword, but it does not appear at the beginning; try and move it to the beginning.":["De SEO-paginatitel bevat het focus-trefwoord, maar dat staat niet aan het begin. Probeer het naar voren te halen."],"The SEO title contains the focus keyword, at the beginning which is considered to improve rankings.":["De SEO-paginatitel bevat het focus-trefwoord aan het begin, wat de klassering ten goede komt."],"Please create an SEO title.":["Geef een SEO-paginatitel op."],"The slug for this page is a bit long, consider shortening it.":["De slug van deze pagina is wat lang, overweeg om deze in te korten."],"The focus keyword does not appear in the URL for this page. If you decide to rename the URL be sure to check the old URL 301 redirects to the new one!":["Het focus-trefwoord komt niet voor in de URL van deze pagina. Als je de URL aanpast, controleer dan dat de oude URL via een 301-redirect op de nieuwe URL uitkomt."],"You've never used this focus keyword before, very good.":["Je hebt dit focus-trefwoord nog nooit eerder gebruikt; heel goed."],"No focus keyword was set for this page. If you do not set a focus keyword, no score can be calculated.":["Er is geen focus-trefwoord ingesteld voor deze pagina. Als er geen focus-trefwoord wordt opgegeven, kan er geen score worden berekend."],"Meta description":["Meta-omschrijving"],"Snippet preview":["Snippetvoorvertoning"]}}}
languages/wordpress-seo-pt_PT.json CHANGED
@@ -1 +1 @@
1
- {"domain":"wordpress-seo","locale_data":{"wordpress-seo":{"":{"domain":"wordpress-seo","plural_forms":"nplurals=2; plural=n != 1;","lang":"pt"},"The focus keyword appears in %2$d (out of %1$d) subheadings in your copy.":[""],"You've used this focus keyword %1$s%2$d times before%3$s. It’s probably a good idea to read about %4$swhy you should not use your focus keyword more than once%5$s.":[""],"You've used this focus keyword %1$sonce before%2$s. It’s probably a good idea to read about %3$swhy you should not use your focus keyword more than once%4$s.":[""],"The meta description has a nice length.":[""],"No internal links appear in this page, consider adding some as appropriate.":["Não há ligações internas nesta página, considere acrescentar algumas desde que apropriadas. "],"This page has %1$s internal link(s).":["Esta página tem %1$s ligações interna."],"This page has %1$s nofollowed internal link(s) and %2$s normal internal link(s).":["Esta página tem %1$s ligações internas a não seguir e %2$s ligações internas normais."],"This page has %1$s internal link(s), all nofollowed.":["Esta página tem %1$s ligações internas, todas a não seguir."],"Scroll to see the preview content.":["Deslize para baixo para pré-visualizar o conteúdo."],"The focus keyword contains a stop word. This may or may not be wise depending on the circumstances. %1$sLearn more about the stop words%2$s.":["","The focus keyword contains %3$d stop words. This may or may not be wise depending on the circumstances. %1$sLearn more about the stop words%2$s."],"The keyword density is %1$s, which is way over the advised %3$s maximum; the focus keyword was found %2$d times.":["A densidade da palavra-chave principal é %1$s, o que é muito superior ao máximo recomendado de %3$s, a palavra-chave principal foi encontrada %2$d vezes."],"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."],"The slug for this page contains a %1$sstop word%2$s, consider removing it.":["A slug desta página contém uma %1$spalavra de ligação%2$s; considere a sua remoção.","A slug desta página contém %1$spalavras de ligação%2$s; considere a sua remoção."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is great.":["%1$s das frases contêm uma %2$spalavra de transição%3$s ou frase, o que é bom."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is less than the recommended minimum of %4$s.":["%1$s das frases contêm uma %2$spalavra de transição%3$s ou frase, o que é inferior ao mínimo recomendado de %4$s."],"The focus keyword '%1$s' does not appear in the SEO title.":["A palavra-chave principal '%1$s' não aparece no título SEO."],"This is far below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Isto é muito abaixo do mínimo recomendado de %2$d palavra. Acrescente mais conteúdo relevante sobre este assunto.","Isto é muito abaixo do mínimo recomendado de %2$d palavras. Acrescente mais conteúdo relevante sobre este assunto."],"This is below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Isto é abaixo do mínimo recomendado de %2$d palavra. Acrescente mais conteúdo relevante sobre este assunto.","Isto é abaixo do mínimo recomendado de %2$d palavras. Acrescente mais conteúdo relevante sobre este assunto."],"This is slightly below the recommended minimum of %2$d word. Add a bit more copy.":["Isto é um pouco inferior ao mínimo recomendado de %2$d palavra. Acrescente mais algum texto.","Isto é um pouco inferior ao mínimo recomendado de %2$d palavras. Acrescente mais algum texto."],"This is more than or equal to the recommended minimum of %2$d word.":["Isto é superior ou igual ao mínimo recomendado de %2$d palavra.","Isto é superior ou igual ao mínimo recomendado de %2$d palavras."],"The text contains %1$d word.":["O texto contém %1$d palavra.","O texto contém %1$d palavras."],"%1$d subheading is followed by more than the recommended maximum of %2$d words. Try to insert another subheading.":["%1$d subtítulo é seguido por mais do que o máximo recomendado de %2$d palavras. Tente inserir outro subtítulo.","%1$d dos subtítulos são seguidos por mais do que o máximo recomendado de %2$d palavras. Tente inserir outros subtítulos."],"The amount of words following each of the subheadings doesn't exceed the recommended maximum of %1$d words, which is great.":["O número de palavras depois de cada um dos subtítulos não ultrapassa o máximo recomendado de %1$d palavras, o que é bom."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is more than the recommended maximum of %5$s. Try to shorten the sentences.":["%1$s das frases contêm %2$smais do que %3$s palavras%4$s, o que é superior ao máximo recomendado de %5$s. Tente encurtar as suas frases."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s das frases contêm %2$smais do que %3$s palavras%4$s, o que é inferior ou igual ao máximo recomendado de %5$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."],"The text contains %2$d consecutive sentences starting with the same word. Try to mix things up!":["O texto contém %2$d frase consecutiva a começar com a mesma palavra. Tente alternar um pouco!","O texto contém %1$d instância onde %2$d ou mais frases consecutivas a começarem com a mesma palavra. Tente alternar um pouco!"],"%1$s of the sentences contain %2$spassive voice%3$s, which is more than the recommended maximum of %4$s. Try to use their active counterparts.":["%1$s das frases contêm %2$svoz passiva%3$s, o que é superior ao máximo recomendado de %4$s. Tente usar voz ativa."],"%1$s of the sentences contain %2$spassive voice%3$s, which is less than or equal to the recommended maximum of %4$s.":["%1$s das frases contêm %2$svoz passiva%3$s, o que é inferior ou igual ao máximo recomendado de %4$s."],"%1$d of the paragraphs contains more than the recommended maximum of %2$d words. Are you sure all information is about the same topic, and therefore belongs in one single paragraph?":["%1$d dos parágrafos tem mais do que o máximo recomendado de %2$d palavras. Tem a certeza de que toda a informação é sobre o mesmo tema e, portanto, pertence ao mesmo parágrafo?","%1$d dos parágrafos têm mais do que o máximo recomendado de %2$d palavras. Tem a certeza de que toda a informação em cada um desses parágrafo é sobre o mesmo tema e, portanto, pertence a esse mesmo parágrafo?"],"The meta description is over %1$d characters. Reducing the length will ensure the entire description will be visible.":["A descrição ultrapassa %1$d carateres. Reduza-a até ficar visível por inteiro."],"The keyword density is %1$s, which is too low; the focus keyword was found %2$d times.":["A densidade da palavra-chave principal é %1$s, o que é muito pouco, a palavra-chave principal foi encontrada %2$d vezes."],"Mobile preview":["Pré-visualizar em dispositivo móvel"],"Desktop preview":["Pré-visualizar em computador"],"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"],"Content optimization: Good SEO score":["Otimização de conteúdo: classificação boa de SEO"],"Good SEO score":["Classificação boa de SEO"],"Content optimization: OK SEO score":["Otimização de conteúdo: classificação razoável de SEO"],"OK SEO score":["Classificação razoável de SEO"],"Content optimization: Bad SEO score":["Otimização de conteúdo: classificação má de SEO"],"Bad SEO score":["Classificação má de SEO"],"Content optimization: Has feedback":["Otimização de conteúdo: Tem feedback"],"Feedback":["Feedback"],"http://en.wikipedia.org/wiki/Stop_words":["http://en.wikipedia.org/wiki/Stop_words"],"The focus keyword appears in the URL for this page.":["A palavra-chave principal aparece no URL desta página."],"You have far too little content, please add some content to enable a good analysis.":["Tem pouco conteúdo, por favor, adicione mais conteúdo para obter uma boa análise."],"The images on this page contain alt attributes.":["As imagens nesta página contêm atributos de texto alternativo."],"The images on this page do not have alt attributes containing the focus keyword.":["As imagens nesta página não contêm atributos de texto alternativo com a palavra-chave principal."],"The images on this page contain alt attributes with the focus keyword.":["As imagens nesta página contêm atributos de texto alternativo com a palavra-chave principal."],"The text does not contain any %1$ssubheadings%2$s. Add at least one subheading.":["O texto não tem nenhum %1$ssubtítulo%2$s. Adicione pelo menos um subtítulo."],"None of the paragraphs are too long, which is great.":["Nenhum dos parágrafos é muito longo, o que é bom."],"The SEO title is wider than the viewable limit.":["O título SEO é maior do que o limite visível."],"The SEO title has a nice length.":["O título SEO tem um bom comprimento."],"The SEO title is too short. Use the space to add keyword variations or create compelling call-to-action copy.":["O título SEO da página é muito curto. Use o espaço para adicionar variações da palavra-chave ou criar uma chamada para a ação."],"The meta description contains the focus keyword.":["A descrição contém a palavra-chave principal."],"The keyphrase is over 10 words, a keyphrase should be shorter.":["A sua frase-chave tem mais de 10 palavras, as frases-chave devem ser mais curtas."],"ok":["razoável"],"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":["Título SEO"],"Needs improvement":["Precisa de melhoramentos"],"Good":["Bom"],"very difficult":["muito difícil"],"Try to make shorter sentences, using less difficult words to improve readability.":["Tente criar frases mais curtas, use 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"],"The copy scores %1$s in the %2$s test, which is considered %3$s to read. %4$s":["O texto tem a classificação de %1$s no teste de %2$s, o que é considerado %3$s de ler. %4$s"],"The focus keyword appears in the first paragraph of the copy.":["A palavra-chave principal aparece no primeiro parágrafo do texto."],"The focus keyword doesn't appear in the first paragraph of the copy. Make sure the topic is clear immediately.":["A palavra-chave principal não aparece no primeiro parágrafo do texto. Tenha a certeza que o tema é claro e imediato."],"The keyword density is %1$s, which is great; the focus keyword was found %2$d times.":["A densidade da palavra-chave principal é %1$s, o que é muito bom, a palavra-chave principal foi encontrada %2$d vezes."],"The keyword density is %1$s, which is over the advised %3$s maximum; the focus keyword was found %2$d times.":["A densidade da palavra-chave principal é %1$s, o que é superior ao máximo recomendado de %3$s, a palavra-chave principal foi encontrada %2$d vezes."],"A meta description has been specified, but it does not contain the focus keyword.":["Foi especificada uma descrição mas não contém a palavra-chave principal."],"No meta description has been specified. Search engines will display copy from the page instead.":["A meta descrição não foi especificada. Em alternativa, os motores de pesquisa vão mostrar uma cópia da página."],"The meta description is under %1$d characters long. However, up to %2$d characters are available.":["A descrição tem menos de %1$d carateres. Tem até %2$d carateres disponíveis."],"You have not used the focus keyword in any subheading (such as an H2) in your copy.":["Não utilizou a sua palavra-chave principal em qualquer subtítulo (como um H2) no corpo do texto."],"The images on this page are missing alt attributes.":["As imagens nesta página não contêm atributos de texto alternativo."],"No outbound links appear in this page, consider adding some as appropriate.":["Não há ligações nesta página, considere acrescentar algumas desde que apropriadas."],"This page has %1$s nofollowed outbound link(s) and %2$s normal outbound link(s).":["Esta página tem %1$s ligações a não seguir e %2$s ligações de saída normais."],"This page has %1$s outbound link(s), all nofollowed.":["Esta página tem %1$s ligações de saída. Todas a não seguir."],"This page has %1$s outbound link(s).":["Esta página tem %1$s ligações de saída."],"You're linking to another page with the focus keyword you want this page to rank for. Consider changing that if you truly want this page to rank.":["Está a ligar para outra página com a palavra-chave principal para a qual pretende um posicionamento desta página. Considere alterar isto, se realmente quer ter esta página bem posicionada."],"No images appear in this page, consider adding some as appropriate.":["Não há imagens nesta página, considere acrescentar algumas desde que apropriadas."],"The SEO title contains the focus keyword, but it does not appear at the beginning; try and move it to the beginning.":["O título SEO contém a palavra-chave principal, mas não aparece no início; tente colocá-la no início."],"The SEO title contains the focus keyword, at the beginning which is considered to improve rankings.":["O título SEO contém a palavra-chave principal no início, o que é bom para melhorar o posicionamento."],"Please create an SEO title.":["Por favor, crie um título SEO."],"The slug for this page is a bit long, consider shortening it.":["A slug desta página é um pouco longa, considere encurtá-la."],"The focus keyword does not appear in the URL for this page. If you decide to rename the URL be sure to check the old URL 301 redirects to the new one!":["A palavra-chave principal não aparece no URL desta página. Caso decida alterar o URL, verifique os antigos redireccionamentos 301 para o novo URL!"],"You've never used this focus keyword before, very good.":["Nunca usou esta palavra-chave principal antes, muito bem."],"No focus keyword was set for this page. If you do not set a focus keyword, no score can be calculated.":["Não há palavra-chave principal definida para esta página. Se não definir uma, não pode ser calculado nenhuma classificação."],"Meta description":["Descrição"],"Snippet preview":["Pré-visualização do fragmento"]}}}
1
+ {"domain":"wordpress-seo","locale_data":{"wordpress-seo":{"":{"domain":"wordpress-seo","plural_forms":"nplurals=2; plural=n != 1;","lang":"pt"},"The focus keyword appears in %2$d (out of %1$d) subheadings in your copy.":["A palavra-chave principal aparece em %2$d (de um total de %1$d) subtítulos do seu texto."],"You've used this focus keyword %1$s%2$d times before%3$s. It’s probably a good idea to read about %4$swhy you should not use your focus keyword more than once%5$s.":["Já utilizou esta palavra-chave principal %1$s%2$d vezes%3$s. Sugerimos uma leitura sobre %4$sporque é que não deve utilizar a sua palavra-chave mais do que uma vez%5$s."],"You've used this focus keyword %1$sonce before%2$s. It’s probably a good idea to read about %3$swhy you should not use your focus keyword more than once%4$s.":["Já utilizou esta palavra-chave principal %1$suma vez%2$s. Sugerimos uma leitura sobre %3$sporque é que não deve utilizar a sua palavra-chave mais do que uma vez%4$s."],"The meta description has a nice length.":["A descrição tem um bom comprimento."],"No internal links appear in this page, consider adding some as appropriate.":["Não há ligações internas nesta página, considere acrescentar algumas desde que apropriadas. "],"This page has %1$s internal link(s).":["Esta página tem %1$s ligações interna."],"This page has %1$s nofollowed internal link(s) and %2$s normal internal link(s).":["Esta página tem %1$s ligações internas a não seguir e %2$s ligações internas normais."],"This page has %1$s internal link(s), all nofollowed.":["Esta página tem %1$s ligações internas, todas a não seguir."],"Scroll to see the preview content.":["Deslize para baixo para pré-visualizar o conteúdo."],"The focus keyword contains a stop word. This may or may not be wise depending on the circumstances. %1$sLearn more about the stop words%2$s.":["A palavra-chave principal contém uma palavra de ligação. Isto poderá ou não ser desejável, dependendo das circunstâncias. %1$sSaiba mais sobre as palavras de ligação%2$s.","A palavra-chave principal contém %3$d palavras de ligação. Isto poderá ou não ser desejável, dependendo das circunstâncias. %1$sSaiba mais sobre as palavras de ligação%2$s."],"The keyword density is %1$s, which is way over the advised %3$s maximum; the focus keyword was found %2$d times.":["A densidade da palavra-chave principal é %1$s, o que é muito superior ao máximo recomendado de %3$s, a palavra-chave principal foi encontrada %2$d vezes."],"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."],"The slug for this page contains a %1$sstop word%2$s, consider removing it.":["A slug desta página contém uma %1$spalavra de ligação%2$s; considere a sua remoção.","A slug desta página contém %1$spalavras de ligação%2$s; considere a sua remoção."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is great.":["%1$s das frases contêm uma %2$spalavra de transição%3$s ou frase, o que é bom."],"%1$s of the sentences contain a %2$stransition word%3$s or phrase, which is less than the recommended minimum of %4$s.":["%1$s das frases contêm uma %2$spalavra de transição%3$s ou frase, o que é inferior ao mínimo recomendado de %4$s."],"The focus keyword '%1$s' does not appear in the SEO title.":["A palavra-chave principal '%1$s' não aparece no título SEO."],"This is far below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Isto é muito abaixo do mínimo recomendado de %2$d palavra. Acrescente mais conteúdo relevante sobre este assunto.","Isto é muito abaixo do mínimo recomendado de %2$d palavras. Acrescente mais conteúdo relevante sobre este assunto."],"This is below the recommended minimum of %2$d word. Add more content that is relevant for the topic.":["Isto é abaixo do mínimo recomendado de %2$d palavra. Acrescente mais conteúdo relevante sobre este assunto.","Isto é abaixo do mínimo recomendado de %2$d palavras. Acrescente mais conteúdo relevante sobre este assunto."],"This is slightly below the recommended minimum of %2$d word. Add a bit more copy.":["Isto é um pouco inferior ao mínimo recomendado de %2$d palavra. Acrescente mais algum texto.","Isto é um pouco inferior ao mínimo recomendado de %2$d palavras. Acrescente mais algum texto."],"This is more than or equal to the recommended minimum of %2$d word.":["Isto é superior ou igual ao mínimo recomendado de %2$d palavra.","Isto é superior ou igual ao mínimo recomendado de %2$d palavras."],"The text contains %1$d word.":["O texto contém %1$d palavra.","O texto contém %1$d palavras."],"%1$d subheading is followed by more than the recommended maximum of %2$d words. Try to insert another subheading.":["%1$d subtítulo é seguido por mais do que o máximo recomendado de %2$d palavras. Tente inserir outro subtítulo.","%1$d dos subtítulos são seguidos por mais do que o máximo recomendado de %2$d palavras. Tente inserir outros subtítulos."],"The amount of words following each of the subheadings doesn't exceed the recommended maximum of %1$d words, which is great.":["O número de palavras depois de cada um dos subtítulos não ultrapassa o máximo recomendado de %1$d palavras, o que é bom."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is more than the recommended maximum of %5$s. Try to shorten the sentences.":["%1$s das frases contêm %2$smais do que %3$s palavras%4$s, o que é superior ao máximo recomendado de %5$s. Tente encurtar as suas frases."],"%1$s of the sentences contain %2$smore than %3$s words%4$s, which is less than or equal to the recommended maximum of %5$s.":["%1$s das frases contêm %2$smais do que %3$s palavras%4$s, o que é inferior ou igual ao máximo recomendado de %5$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."],"The text contains %2$d consecutive sentences starting with the same word. Try to mix things up!":["O texto contém %2$d frase consecutiva a começar com a mesma palavra. Tente alternar um pouco!","O texto contém %1$d instância onde %2$d ou mais frases consecutivas a começarem com a mesma palavra. Tente alternar um pouco!"],"%1$s of the sentences contain %2$spassive voice%3$s, which is more than the recommended maximum of %4$s. Try to use their active counterparts.":["%1$s das frases contêm %2$svoz passiva%3$s, o que é superior ao máximo recomendado de %4$s. Tente usar voz activa."],"%1$s of the sentences contain %2$spassive voice%3$s, which is less than or equal to the recommended maximum of %4$s.":["%1$s das frases contêm %2$svoz passiva%3$s, o que é inferior ou igual ao máximo recomendado de %4$s."],"%1$d of the paragraphs contains more than the recommended maximum of %2$d words. Are you sure all information is about the same topic, and therefore belongs in one single paragraph?":["%1$d dos parágrafos tem mais do que o máximo recomendado de %2$d palavras. Tem a certeza de que toda a informação é sobre o mesmo tema e, portanto, pertence ao mesmo parágrafo?","%1$d dos parágrafos têm mais do que o máximo recomendado de %2$d palavras. Tem a certeza de que toda a informação em cada um desses parágrafo é sobre o mesmo tema e, portanto, pertence a esse mesmo parágrafo?"],"The meta description is over %1$d characters. Reducing the length will ensure the entire description will be visible.":["A descrição ultrapassa %1$d caracteres. Reduza-a até ficar visível por inteiro."],"The keyword density is %1$s, which is too low; the focus keyword was found %2$d times.":["A densidade da palavra-chave principal é %1$s, o que é muito pouco, a palavra-chave principal foi encontrada %2$d vezes."],"Mobile preview":["Pré-visualizar em dispositivo móvel"],"Desktop preview":["Pré-visualizar em computador"],"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"],"Content optimization: Good SEO score":["Optimização de conteúdo: classificação boa de SEO"],"Good SEO score":["Classificação boa de SEO"],"Content optimization: OK SEO score":["Optimização de conteúdo: classificação razoável de SEO"],"OK SEO score":["Classificação razoável de SEO"],"Content optimization: Bad SEO score":["Otimização de conteúdo: classificação má de SEO"],"Bad SEO score":["Classificação má de SEO"],"Content optimization: Has feedback":["Optimização de conteúdo: Tem feedback"],"Feedback":["Feedback"],"http://en.wikipedia.org/wiki/Stop_words":["http://en.wikipedia.org/wiki/Stop_words"],"The focus keyword appears in the URL for this page.":["A palavra-chave principal aparece no URL desta página."],"You have far too little content, please add some content to enable a good analysis.":["Tem pouco conteúdo, por favor, adicione mais conteúdo para obter uma boa análise."],"The images on this page contain alt attributes.":["As imagens nesta página contêm atributos de texto alternativo."],"The images on this page do not have alt attributes containing the focus keyword.":["As imagens nesta página não contêm atributos de texto alternativo com a palavra-chave principal."],"The images on this page contain alt attributes with the focus keyword.":["As imagens nesta página contêm atributos de texto alternativo com a palavra-chave principal."],"The text does not contain any %1$ssubheadings%2$s. Add at least one subheading.":["O texto não tem nenhum %1$ssubtítulo%2$s. Adicione pelo menos um subtítulo."],"None of the paragraphs are too long, which is great.":["Nenhum dos parágrafos é muito longo, o que é bom."],"The SEO title is wider than the viewable limit.":["O título SEO é maior do que o limite visível."],"The SEO title has a nice length.":["O título SEO tem um bom comprimento."],"The SEO title is too short. Use the space to add keyword variations or create compelling call-to-action copy.":["O título SEO da página é muito curto. Use o espaço para adicionar variações da palavra-chave ou criar uma chamada para a acção."],"The meta description contains the focus keyword.":["A descrição contém a palavra-chave principal."],"The keyphrase is over 10 words, a keyphrase should be shorter.":["A sua frase-chave tem mais de 10 palavras, as frases-chave devem ser mais curtas."],"ok":["razoável"],"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":["Título SEO"],"Needs improvement":["Precisa de melhorar"],"Good":["Bom"],"very difficult":["muito difícil"],"Try to make shorter sentences, using less difficult words to improve readability.":["Tente criar frases mais curtas, use 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"],"The copy scores %1$s in the %2$s test, which is considered %3$s to read. %4$s":["O texto tem a classificação de %1$s no teste de %2$s, o que é considerado %3$s de ler. %4$s"],"The focus keyword appears in the first paragraph of the copy.":["A palavra-chave principal aparece no primeiro parágrafo do texto."],"The focus keyword doesn't appear in the first paragraph of the copy. Make sure the topic is clear immediately.":["A palavra-chave principal não aparece no primeiro parágrafo do texto. Tenha a certeza que o tema é claro e imediato."],"The keyword density is %1$s, which is great; the focus keyword was found %2$d times.":["A densidade da palavra-chave principal é %1$s, o que é muito bom, a palavra-chave principal foi encontrada %2$d vezes."],"The keyword density is %1$s, which is over the advised %3$s maximum; the focus keyword was found %2$d times.":["A densidade da palavra-chave principal é %1$s, o que é superior ao máximo recomendado de %3$s, a palavra-chave principal foi encontrada %2$d vezes."],"A meta description has been specified, but it does not contain the focus keyword.":["Foi especificada uma descrição mas não contém a palavra-chave principal."],"No meta description has been specified. Search engines will display copy from the page instead.":["A meta descrição não foi especificada. Em alternativa, os motores de pesquisa vão mostrar uma cópia da página."],"The meta description is under %1$d characters long. However, up to %2$d characters are available.":["A descrição tem menos de %1$d caracteres. Tem até %2$d caracteres disponíveis."],"You have not used the focus keyword in any subheading (such as an H2) in your copy.":["Não utilizou a sua palavra-chave principal em qualquer subtítulo (como um H2) no corpo do texto."],"The images on this page are missing alt attributes.":["As imagens nesta página não contêm atributos de texto alternativo."],"No outbound links appear in this page, consider adding some as appropriate.":["Não há ligações nesta página, considere acrescentar algumas desde que apropriadas."],"This page has %1$s nofollowed outbound link(s) and %2$s normal outbound link(s).":["Esta página tem %1$s ligações a não seguir e %2$s ligações de saída normais."],"This page has %1$s outbound link(s), all nofollowed.":["Esta página tem %1$s ligações de saída. Todas a não seguir."],"This page has %1$s outbound link(s).":["Esta página tem %1$s ligações de saída."],"You're linking to another page with the focus keyword you want this page to rank for. Consider changing that if you truly want this page to rank.":["Está a ligar para outra página com a palavra-chave principal para a qual pretende um posicionamento desta página. Considere alterar isto, se realmente quer ter esta página bem posicionada."],"No images appear in this page, consider adding some as appropriate.":["Não há imagens nesta página, considere acrescentar algumas desde que apropriadas."],"The SEO title contains the focus keyword, but it does not appear at the beginning; try and move it to the beginning.":["O título SEO contém a palavra-chave principal, mas não aparece no início; tente colocá-la no início."],"The SEO title contains the focus keyword, at the beginning which is considered to improve rankings.":["O título SEO contém a palavra-chave principal no início, o que é bom para melhorar o posicionamento."],"Please create an SEO title.":["Por favor, crie um título SEO."],"The slug for this page is a bit long, consider shortening it.":["A slug desta página é um pouco longa, considere encurtá-la."],"The focus keyword does not appear in the URL for this page. If you decide to rename the URL be sure to check the old URL 301 redirects to the new one!":["A palavra-chave principal não aparece no URL desta página. Caso decida alterar o URL, verifique os antigos redireccionamentos 301 para o novo URL!"],"You've never used this focus keyword before, very good.":["Nunca usou esta palavra-chave principal antes, muito bem."],"No focus keyword was set for this page. If you do not set a focus keyword, no score can be calculated.":["Não há palavra-chave principal definida para esta página. Se não definir uma, não pode ser calculado nenhuma classificação."],"Meta description":["Descrição"],"Snippet preview":["Pré-visualização do fragmento"]}}}
readme.txt CHANGED
@@ -6,7 +6,7 @@ License URI: http://www.gnu.org/licenses/gpl.html
6
  Tags: SEO, XML sitemap, Google Search Console, Content analysis, Readability
7
  Requires at least: 4.8
8
  Tested up to: 4.9.5
9
- Stable tag: 7.4
10
  Requires PHP: 5.2.4
11
 
12
  Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin.
@@ -106,6 +106,14 @@ You'll find answers to many of your questions on [kb.yoast.com](https://yoa.st/1
106
 
107
  == Changelog ==
108
 
 
 
 
 
 
 
 
 
109
  = 7.4.0 =
110
  Release Date: May 1st, 2018
111
 
6
  Tags: SEO, XML sitemap, Google Search Console, Content analysis, Readability
7
  Requires at least: 4.8
8
  Tested up to: 4.9.5
9
+ Stable tag: 7.4.1
10
  Requires PHP: 5.2.4
11
 
12
  Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the Yoast SEO plugin.
106
 
107
  == Changelog ==
108
 
109
+ = 7.4.1 =
110
+ Release Date: May 2nd, 2018
111
+
112
+ Bugfixes:
113
+ * Re-adds `wpseo_opengraph_image_size` filter. This will completely override any automatic size determination our code does. This filter now also applies to all ways an `og:image` can be determined: In the content, as a featured image or as set in our Facebook image setting.
114
+ * Fixes an unintended backwards incompatible change which caused "Warning: Illegal string offset ‘url’ in".
115
+ * Fixes an unintended change which caused SVGs to be included in consideration for the `og:image` tag. SVG images are not allowed by Facebook, so these should never be used in the `og:image` tag.
116
+
117
  = 7.4.0 =
118
  Release Date: May 1st, 2018
119
 
vendor/autoload_52.php CHANGED
@@ -4,4 +4,4 @@
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
- return ComposerAutoloaderInit4ff23d804de923770d58b37e1d32b664::getLoader();
4
 
5
  require_once dirname(__FILE__) . '/composer'.'/autoload_real_52.php';
6
 
7
+ return ComposerAutoloaderInit6a0858a5687cdfb574a2527cc4f249ac::getLoader();
vendor/composer/autoload_real_52.php CHANGED
@@ -2,7 +2,7 @@
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
- class ComposerAutoloaderInit4ff23d804de923770d58b37e1d32b664 {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
@@ -19,9 +19,9 @@ class ComposerAutoloaderInit4ff23d804de923770d58b37e1d32b664 {
19
  return self::$loader;
20
  }
21
 
22
- spl_autoload_register(array('ComposerAutoloaderInit4ff23d804de923770d58b37e1d32b664', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
- spl_autoload_unregister(array('ComposerAutoloaderInit4ff23d804de923770d58b37e1d32b664', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
2
 
3
  // autoload_real_52.php generated by xrstf/composer-php52
4
 
5
+ class ComposerAutoloaderInit6a0858a5687cdfb574a2527cc4f249ac {
6
  private static $loader;
7
 
8
  public static function loadClassLoader($class) {
19
  return self::$loader;
20
  }
21
 
22
+ spl_autoload_register(array('ComposerAutoloaderInit6a0858a5687cdfb574a2527cc4f249ac', 'loadClassLoader'), true /*, true */);
23
  self::$loader = $loader = new xrstf_Composer52_ClassLoader();
24
+ spl_autoload_unregister(array('ComposerAutoloaderInit6a0858a5687cdfb574a2527cc4f249ac', 'loadClassLoader'));
25
 
26
  $vendorDir = dirname(dirname(__FILE__));
27
  $baseDir = dirname($vendorDir);
wp-seo-main.php CHANGED
@@ -15,7 +15,7 @@ if ( ! function_exists( 'add_filter' ) ) {
15
  * {@internal Nobody should be able to overrule the real version number as this can cause
16
  * serious issues with the options, so no if ( ! defined() ).}}
17
  */
18
- define( 'WPSEO_VERSION', '7.4' );
19
 
20
  if ( ! defined( 'WPSEO_PATH' ) ) {
21
  define( 'WPSEO_PATH', plugin_dir_path( WPSEO_FILE ) );
15
  * {@internal Nobody should be able to overrule the real version number as this can cause
16
  * serious issues with the options, so no if ( ! defined() ).}}
17
  */
18
+ define( 'WPSEO_VERSION', '7.4.1' );
19
 
20
  if ( ! defined( 'WPSEO_PATH' ) ) {
21
  define( 'WPSEO_PATH', plugin_dir_path( WPSEO_FILE ) );
wp-seo.php CHANGED
@@ -8,7 +8,7 @@
8
  *
9
  * @wordpress-plugin
10
  * Plugin Name: Yoast SEO
11
- * Version: 7.4
12
  * Plugin URI: https://yoa.st/1uj
13
  * Description: The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.
14
  * Author: Team Yoast
@@ -43,3 +43,18 @@ if ( ! defined( 'WPSEO_FILE' ) ) {
43
 
44
  // Load the Yoast SEO plugin.
45
  require_once dirname( WPSEO_FILE ) . '/wp-seo-main.php';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  *
9
  * @wordpress-plugin
10
  * Plugin Name: Yoast SEO
11
+ * Version: 7.4.1
12
  * Plugin URI: https://yoa.st/1uj
13
  * Description: The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more.
14
  * Author: Team Yoast
43
 
44
  // Load the Yoast SEO plugin.
45
  require_once dirname( WPSEO_FILE ) . '/wp-seo-main.php';
46
+
47
+ function yst_custom_upload_mimes( $existing_mimes = array() ) {
48
+ // Add EPS to the allowed uploaded file types.
49
+ $existing_mimes['eps'] = 'application/postscript';
50
+
51
+ // Add CSV to the allowed uploaded file types.
52
+ $existing_mimes['csv'] = 'text/csv';
53
+
54
+ // Add SVG to the allowed uploaded file types.
55
+ $existing_mimes['svg'] = 'image/svg+xml';
56
+
57
+ return $existing_mimes;
58
+ }
59
+
60
+ add_filter( 'upload_mimes', 'yst_custom_upload_mimes' );