1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
|
<?php /* THIS IS A GENERATED FILE. DO NOT EDIT DIRECTLY. */ $generated_i18n_strings = array( // Reference: js/src/analysis/getIndicatorForScore.js:17 __( 'Feedback', 'wordpress-seo' ),
// Reference: js/src/analysis/getIndicatorForScore.js:24 // Reference: js/src/helpers/addCheckToChecklist.js:108 __( 'Needs improvement', 'wordpress-seo' ),
// Reference: js/src/analysis/getIndicatorForScore.js:29 __( 'OK SEO score', 'wordpress-seo' ),
// Reference: js/src/analysis/getIndicatorForScore.js:30 __( 'OK', 'wordpress-seo' ),
// Reference: js/src/analysis/getIndicatorForScore.js:35 __( 'Good SEO score', 'wordpress-seo' ),
// Reference: js/src/analysis/getIndicatorForScore.js:36 // Reference: js/src/helpers/addCheckToChecklist.js:108 __( 'Good', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:127 /* translators: %s translates to the Post Label in singular form */ __( 'Should search engines follow links on this %s', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:134 __( 'Learn more about the no-follow setting on our help page.', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:160 __( 'Meta robots advanced', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:165 __( 'No Image Index', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:166 __( 'No Archive', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:167 __( 'No Snippet', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:171 __( 'Learn more about advanced meta robots settings on our help page.', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:194 __( 'Breadcrumbs Title', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:199 __( 'Learn more about the breadcrumbs title setting on our help page.', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:223 __( 'Canonical URL', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:228 __( 'Learn more about canonical URLs on our help page.', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:24 __( 'No', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:25 __( 'Yes', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:47 /* translators: %s translates to the "yes" or "no" ,%s translates to the Post Label in plural form */ __( '%s (current default for %s)', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:74 __( 'Even though you can set the meta robots setting here, the entire site is set to noindex in the sitewide privacy settings, so these settings won\'t have an effect.', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:86 /* translators: %s translates to the Post Label in singular form */ __( 'Allow search engines to show this %s in search results?', 'wordpress-seo' ),
// Reference: js/src/components/AdvancedSettings.js:94 __( 'Learn more about the no-index setting on our help page.', 'wordpress-seo' ),
// Reference: js/src/components/AnalysisChecklist.js:22 __( 'Improve your post with Yoast SEO', 'wordpress-seo' ),
// Reference: js/src/components/AnalysisUpsell.js:54 /* translators: %s expands to Yoast SEO Premium */ __( 'Did you know %s also analyzes the different word forms of your keyphrase, like plurals and past tenses?', 'wordpress-seo' ),
// Reference: js/src/components/AnalysisUpsell.js:62 /* translators: %s expands to Premium */ __( 'Go %s!', 'wordpress-seo' ),
// Reference: js/src/components/AreaChartTable.js:25 __( 'The number of headers and header labels don\'t match.', 'wordpress-seo' ),
// Reference: js/src/components/CollapsibleCornerstone.js:22 __( 'Cornerstone content', 'wordpress-seo' ),
// Reference: js/src/components/CollapsibleCornerstone.js:25 __( 'Cornerstone content should be the most important and extensive articles on your site.', 'wordpress-seo' ),
// Reference: js/src/components/CollapsibleCornerstone.js:27 __( 'Learn more about Cornerstone Content.', 'wordpress-seo' ),
// Reference: js/src/components/CornerstoneToggle.js:26 __( 'Mark as cornerstone content', 'wordpress-seo' ),
// Reference: js/src/components/Indexation.js:234 __( 'This feature includes and replaces the Text Link Counter and Internal Linking Analysis', 'wordpress-seo' ),
// Reference: js/src/components/Indexation.js:263 __( 'Stop SEO data optimization', 'wordpress-seo' ),
// Reference: js/src/components/Indexation.js:279 __( 'Start SEO data optimization', 'wordpress-seo' ),
// Reference: js/src/components/Indexation.js:283 __( 'SEO data optimization is disabled for non-production environments.', 'wordpress-seo' ),
// Reference: js/src/components/Indexation.js:302 __( 'Optimizing SEO data... This may take a while.', 'wordpress-seo' ),
// Reference: js/src/components/Indexation.js:314 __( 'Oops, something has gone wrong and we couldn\'t complete the optimization of your SEO data. Please click the button again to re-start the process.', 'wordpress-seo' ),
// Reference: js/src/components/Indexation.js:349 __( 'SEO data optimization complete', 'wordpress-seo' ),
// Reference: js/src/components/LocalSEOUpsell.js:76 __( 'Serving local customers?', 'wordpress-seo' ),
// Reference: js/src/components/LocalSEOUpsell.js:81 /* translators: %s expands to Local SEO */ __( 'Truly optimize your site for a local audience with our %s plugin! Optimized address details, opening hours, store locator and pickup option!', 'wordpress-seo' ),
// Reference: js/src/components/LocalSEOUpsell.js:92 /* translators: %s expands to Local SEO */ __( 'Get the %s plugin now', 'wordpress-seo' ),
// Reference: js/src/components/PostPublish.js:17 __( 'Share your post!', 'wordpress-seo' ),
// Reference: js/src/components/PrePublish.js:21 __( 'We\'ve analyzed your post. Everything looks good. Well done!', 'wordpress-seo' ),
// Reference: js/src/components/PrePublish.js:23 __( 'We\'ve analyzed your post. There is still room for improvement!', 'wordpress-seo' ),
// Reference: js/src/components/PrimaryTaxonomyFilter.js:79 /* translators: %s expands to Yoast SEO. */ __( 'An error occurred loading the %s primary taxonomy picker.', 'wordpress-seo' ),
// Reference: js/src/components/PrimaryTaxonomyFilter.js:85 __( 'Copy error', 'wordpress-seo' ),
// Reference: js/src/components/PrimaryTaxonomyPicker.js:237 /* translators: %s expands to the taxonomy name. */ __( 'Select the primary %s', 'wordpress-seo' ),
// Reference: js/src/components/SEMrushRelatedKeyphrasesModal.js:189 __( 'Related keyphrases', 'wordpress-seo' ),
// Reference: js/src/components/SEMrushRelatedKeyphrasesModal.js:210 __( 'Get related keyphrases', 'wordpress-seo' ),
// Reference: js/src/components/SEMrushRelatedKeyphrasesModal.js:212 __( '(Opens in a new browser window)', 'wordpress-seo' ),
// Reference: js/src/components/SEMrushRelatedKeyphrasesModalContent.js:57 __( 'Sorry, there\'s no data available for that keyphrase/country combination.', 'wordpress-seo' ),
// Reference: js/src/components/SchemaSettings.js:110 __( 'Default Page type', 'wordpress-seo' ),
// Reference: js/src/components/SchemaSettings.js:119 __( 'Default Article type', 'wordpress-seo' ),
// Reference: js/src/components/SchemaSettings.js:80 __( 'Schema settings', 'wordpress-seo' ),
// Reference: js/src/components/SchemaSettings.js:82 __( 'Learn more about the schema settings', 'wordpress-seo' ),
// Reference: js/src/components/SchemaSettings.js:85 /* translators: %1$s expands to an indexable object's name, e.g. Posts or Pages. */ __( 'Choose how your %1$s should be described by default in your site\'s schema.org markup. You can change these settings for individual %1$s.', 'wordpress-seo' ),
// Reference: js/src/components/SchemaSettings.js:96 /* translators: %1$s expands to an indexable object's name, e.g. Posts or Pages. */ _n_noop( 'Upon saving, this setting will apply to all of your %1$s. %1$s that are manually configured will be left untouched.', 'Upon saving, these settings will apply to all of your %1$s. %1$s that are manually configured will be left untouched.', 'wordpress-seo' ),
// Reference: js/src/components/SchemaTab.js:103 // Reference: js/src/containers/SchemaTab.js:53 __( 'Article type', 'wordpress-seo' ),
// Reference: js/src/components/SchemaTab.js:29 /* translators: %1$s expands to the plural name of the current post type, %2$s expands to the current site wide default. */ __( 'Default for %1$s (%2$s)', 'wordpress-seo' ),
// Reference: js/src/components/SchemaTab.js:48 /* translators: %1$s expands to the plural name of the current post type, %2$s and %3$s expand to a link to the Search Appearance Settings page */ __( 'You can change the default type for %1$s in your %2$sSearch Appearance Settings%3$s.', 'wordpress-seo' ),
// Reference: js/src/components/SchemaTab.js:85 __( 'Learn more about structured data with Schema.org', 'wordpress-seo' ),
// Reference: js/src/components/SchemaTab.js:89 __( 'What type of page or content is this?', 'wordpress-seo' ),
// Reference: js/src/components/SchemaTab.js:91 __( 'Learn more about page or content types', 'wordpress-seo' ),
// Reference: js/src/components/SchemaTab.js:96 // Reference: js/src/containers/SchemaTab.js:54 __( 'Page type', 'wordpress-seo' ),
// Reference: js/src/components/SettingsReplacementVariableEditor.js:39 __( 'Modify your meta description by editing it right here', 'wordpress-seo' ),
// Reference: js/src/components/WordPressUserSelector.js:113 __( 'Select a user...', 'wordpress-seo' ),
// Reference: js/src/components/WordPressUserSelectorOnboardingWizard.js:45 __( 'The name of the person', 'wordpress-seo' ),
// Reference: js/src/components/WordPressUserSelectorOnboardingWizard.js:53 /* translators: %1$s expands to WordPress */ __( 'You can edit the details shown in meta data, like the social profiles, the name and the description of this user on their %1$s profile page.', 'wordpress-seo' ),
// Reference: js/src/components/WordPressUserSelectorSearchAppearance.js:116 __( 'Name', 'wordpress-seo' ),
// Reference: js/src/components/WordPressUserSelectorSearchAppearance.js:69 __( 'Please select a user below to make your site\'s meta data complete.', 'wordpress-seo' ),
// Reference: js/src/components/WordPressUserSelectorSearchAppearance.js:85 __( 'You have selected the user %1$s as the person this site represents. Their user profile information will now be used in search results. %2$sUpdate their profile to make sure the information is correct.%3$s', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/KeywordInput.js:52 __( 'Help on choosing the perfect focus keyphrase', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/KeywordInput.js:67 __( 'Please enter a focus keyphrase first to get related keyphrases', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/KeywordInput.js:71 __( 'Are you trying to use multiple keyphrases? You should add them separately below.', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/KeywordInput.js:75 __( 'Your keyphrase is too long. It can be a maximum of 191 characters.', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/KeywordInput.js:97 // Reference: js/src/values/defaultReplaceVariables.js:50 __( 'Focus keyphrase', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/ReadabilityAnalysis.js:48 // Reference: js/src/components/contentAnalysis/SeoAnalysis.js:244 __( 'Analysis results', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/ReadabilityAnalysis.js:54 __( 'Learn more about the readability analysis', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/ReadabilityAnalysis.js:85 __( 'Readability analysis', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/SeoAnalysis.js:106 // Reference: js/src/components/modals/KeywordSynonyms.js:61 // Reference: js/src/components/modals/MultipleKeywords.js:60 /* translators: %s expands to 'Yoast SEO Premium'. */ __( 'Get %s', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/SeoAnalysis.js:125 __( 'Would you like to add a related keyphrase?', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/SeoAnalysis.js:158 __( 'Add related keyphrase', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/SeoAnalysis.js:219 __( 'Enter a focus keyphrase to calculate the SEO score', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/SeoAnalysis.js:230 __( 'SEO analysis', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/SeoAnalysis.js:50 __( 'Add synonyms', 'wordpress-seo' ),
// Reference: js/src/components/contentAnalysis/SeoAnalysis.js:77 __( 'Would you like to add keyphrase synonyms?', 'wordpress-seo' ),
// Reference: js/src/components/fills/MetaboxFill.js:47 // Reference: js/src/components/modals/editorModals/GooglePreviewModal.js:16 // Reference: js/src/elementor/components/modals/editorModals/GooglePreviewModal.js:16 __( 'Google preview', 'wordpress-seo' ),
// Reference: js/src/components/fills/MetaboxFill.js:65 // Reference: js/src/components/fills/SidebarFill.js:63 // Reference: js/src/elementor/components/fills/ElementorFill.js:76 __( 'Advanced', 'wordpress-seo' ),
// Reference: js/src/components/fills/SidebarFill.js:56 // Reference: js/src/elementor/components/fills/ElementorFill.js:69 // Reference: js/src/structured-data-blocks/faq/block.js:28 // Reference: js/src/structured-data-blocks/how-to/block.js:56 __( 'Schema', 'wordpress-seo' ),
// Reference: js/src/components/modals/KeywordSynonyms.js:20 /* translators: %1$s expands to a 'Yoast SEO Premium' text linked to the yoast.com website. */ __( 'Great news: you can, with %1$s!', 'wordpress-seo' ),
// Reference: js/src/components/modals/KeywordSynonyms.js:30 __( 'Rank better with synonyms & related keyphrases', 'wordpress-seo' ),
// Reference: js/src/components/modals/KeywordSynonyms.js:33 // Reference: js/src/components/modals/MultipleKeywords.js:26 /* translators: %1$s expands to a 'strong' start tag, %2$s to a 'strong' end tag. */ __( '%1$sNo more dead links%2$s: easy redirect manager', 'wordpress-seo' ),
// Reference: js/src/components/modals/KeywordSynonyms.js:37 // Reference: js/src/components/modals/MultipleKeywords.js:30 __( 'Superfast internal linking suggestions', 'wordpress-seo' ),
// Reference: js/src/components/modals/KeywordSynonyms.js:40 // Reference: js/src/components/modals/MultipleKeywords.js:33 /* translators: %1$s expands to a 'strong' start tag, %2$s to a 'strong' end tag. */ __( '%1$sSocial media preview%2$s: Facebook & Twitter', 'wordpress-seo' ),
// Reference: js/src/components/modals/KeywordSynonyms.js:44 // Reference: js/src/components/modals/MultipleKeywords.js:37 __( '24/7 email support', 'wordpress-seo' ),
// Reference: js/src/components/modals/KeywordSynonyms.js:45 // Reference: js/src/components/modals/MultipleKeywords.js:38 __( 'No ads!', 'wordpress-seo' ),
// Reference: js/src/components/modals/KeywordSynonyms.js:50 // Reference: js/src/components/modals/MultipleKeywords.js:49 /* translators: %s expands to 'Yoast SEO Premium'. */ __( 'Other benefits of %s for you:', 'wordpress-seo' ),
// Reference: js/src/components/modals/KeywordSynonyms.js:70 // Reference: js/src/components/modals/MultipleKeywords.js:69 __( '1 year free support and updates included!', 'wordpress-seo' ),
// Reference: js/src/components/modals/MultipleKeywords.js:19 /* translators: %s expands to a 'Yoast SEO Premium' text linked to the yoast.com website. */ __( 'Great news: you can, with %s!', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushCountrySelector.js:300 __( 'Show results for:', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushCountrySelector.js:312 __( 'Select country', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:100 __( 'Related keyphrase', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:106 __( 'Volume', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:112 __( 'Learn more about the related keyphrases volume', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:120 __( 'Trend', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:126 __( 'Learn more about the related keyphrases trend', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:154 __( 'Keyphrase volume in the last 12 months on a scale from 0 to 100.', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:173 /* translators: %s expands to SEMrush */ __( 'Get more insights at %s', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:55 __( 'Twelve months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:56 __( 'Eleven months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:57 __( 'Ten months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:58 __( 'Nine months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:59 __( 'Eight months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:60 __( 'Seven months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:61 __( 'Six months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:62 __( 'Five months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:63 __( 'Four months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:64 __( 'Three months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:65 __( 'Two months ago', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushKeyphrasesTable.js:66 __( 'Last month', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushLimitReached.js:22 /* translators: %s : Expands to "SEMrush". */ __( 'You\'ve reached your request limit for today. Check back tomorrow or upgrade your plan over at %s.', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushLimitReached.js:34 /* translators: %s : Expands to "SEMrush". */ __( 'Upgrade your %s plan', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushLoading.js:18 /* translators: %1$s expands to "Yoast SEO", %2$s expands to "SEMrush". */ __( 'Please wait while %1$s connects to %2$s to get related keyphrases...', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushMaxRelatedKeyphrases.js:18 /* translators: %s: Expands to "Yoast SEO". */ __( 'You\'ve reached the maximum amount of 4 related keyphrases. You can change or remove related keyphrases in the %s metabox or sidebar.', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushRequestFailed.js:15 __( 'We\'ve encountered a problem trying to get related keyphrases. Please try again later.', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushUpsellAlert.js:21 /* translators: %s: Expands to "Yoast SEO". */ __( 'Would you like to be able to add these related keyphrases to the %s analysis so you can optimize your content even further?', 'wordpress-seo' ),
// Reference: js/src/components/modals/SEMrushUpsellAlert.js:34 /* translators: %s: Expands to "Yoast SEO Premium". */ __( 'Check out %s!', 'wordpress-seo' ),
// Reference: js/src/components/modals/SeoAnalysisModal.js:23 __( 'Open', 'wordpress-seo' ),
// Reference: js/src/components/modals/SeoAnalysisModal.js:25 __( 'Close', 'wordpress-seo' ),
// Reference: js/src/components/modals/editorModals/EditorModal.js:65 /* translators: %s translates to the Post Label in singular form */ __( 'Make sure to save your %s for changes to take effect', 'wordpress-seo' ),
// Reference: js/src/components/modals/editorModals/EditorModal.js:75 /* translators: %s translates to the Post Label in singular form */ __( 'Return to your %s', 'wordpress-seo' ),
// Reference: js/src/components/modals/editorModals/FacebookPreviewModal.js:16 // Reference: js/src/elementor/components/modals/editorModals/FacebookPreviewModal.js:16 __( 'Facebook preview', 'wordpress-seo' ),
// Reference: js/src/components/modals/editorModals/TwitterPreviewModal.js:16 // Reference: js/src/elementor/components/modals/editorModals/TwitterPreviewModal.js:16 __( 'Twitter preview', 'wordpress-seo' ),
// Reference: js/src/components/social/SocialMetadata.js:31 /* translators: %s expands to Twitter. */ __( '%s preview', 'wordpress-seo' ),
// Reference: js/src/components/social/SocialUpsell.js:27 /* translators: %s expands to the social medium name, which is either Twitter or Facebook. %s expands to Yoast SEO Premium */ __( 'Do you want to preview what it will look like if people share this post on %s? You can, with %s.', 'wordpress-seo' ),
// Reference: js/src/components/social/SocialUpsell.js:33 /* translators: %s expands to Yoast SEO Premium */ __( 'Find out why you should upgrade to %s', 'wordpress-seo' ),
// Reference: js/src/containers/FacebookEditor.js:60 // Reference: js/src/containers/TwitterEditor.js:65 // Reference: js/src/elementor/containers/FacebookEditor.js:76 // Reference: js/src/elementor/containers/TwitterEditor.js:81 /* translators: %s expands to the social medium name, i.e. Faceboook. */ __( 'Modify your %s title by editing it right here...', 'wordpress-seo' ),
// Reference: js/src/containers/FacebookEditor.js:67 // Reference: js/src/containers/TwitterEditor.js:72 // Reference: js/src/elementor/containers/FacebookEditor.js:83 // Reference: js/src/elementor/containers/TwitterEditor.js:88 /* translators: %s expands to the social medium name, i.e. Faceboook. */ __( 'Modify your %s description by editing it right here...', 'wordpress-seo' ),
// Reference: js/src/containers/SchemaSettings.js:15 __( 'default', 'wordpress-seo' ),
// Reference: js/src/containers/SchemaTab.js:56 __( 'Yoast SEO automatically describes your pages using schema.org', 'wordpress-seo' ),
// Reference: js/src/containers/SchemaTab.js:57 __( 'This helps search engines understand your website and your content. You can change some of your settings for this page below.', 'wordpress-seo' ),
// Reference: js/src/containers/SnippetEditor.js:64 // Reference: js/src/elementor/containers/SnippetEditor.js:90 __( 'Please provide a meta description by editing the snippet below.', 'wordpress-seo' ),
// Reference: js/src/dynamic-blocks.js:14 __( 'Yoast Breadcrumbs', 'wordpress-seo' ),
// Reference: js/src/dynamic-blocks.js:17 __( 'Adds the Yoast SEO breadcrumbs to your template or content.', 'wordpress-seo' ),
// Reference: js/src/dynamic-blocks.js:19 __( 'seo', 'wordpress-seo' ),
// Reference: js/src/dynamic-blocks.js:20 __( 'breadcrumbs', 'wordpress-seo' ),
// Reference: js/src/dynamic-blocks.js:21 __( 'internal linking', 'wordpress-seo' ),
// Reference: js/src/dynamic-blocks.js:22 __( 'site structure', 'wordpress-seo' ),
// Reference: js/src/elementor/initializers/introduction.js:19 __( 'New: Yoast SEO for Elementor', 'wordpress-seo' ),
// Reference: js/src/elementor/initializers/introduction.js:20 __( 'Get started with Yoast SEO\'s content analysis for Elementor!', 'wordpress-seo' ),
// Reference: js/src/elementor/initializers/introduction.js:40 __( 'Got it', 'wordpress-seo' ),
// Reference: js/src/help-scout-beacon.js:231 __( 'When you click OK we will open our HelpScout beacon where you can find answers to your questions. This beacon will load our support data and also potentially set cookies.', 'wordpress-seo' ),
// Reference: js/src/helpers/addCheckToChecklist.js:106 __( 'Schema analysis:', 'wordpress-seo' ),
// Reference: js/src/helpers/addCheckToChecklist.js:18 __( 'No focus keyword was entered', 'wordpress-seo' ),
// Reference: js/src/helpers/addCheckToChecklist.js:39 __( 'Readability analysis:', 'wordpress-seo' ),
// Reference: js/src/helpers/addCheckToChecklist.js:61 __( 'SEO analysis:', 'wordpress-seo' ),
// Reference: js/src/initializers/block-editor-integration.js:151 __( 'Yoast SEO', 'wordpress-seo' ),
// Reference: js/src/initializers/block-editor-integration.js:54 __( 'Marking links with nofollow/sponsored has been disabled for WordPress installs < 5.4.', 'wordpress-seo' ),
// Reference: js/src/initializers/block-editor-integration.js:57 __( 'Please upgrade your WordPress version or install the Gutenberg plugin to get this %1$s feature.', 'wordpress-seo' ),
// Reference: js/src/initializers/elementor-editor-integration.js:55 /* translators: %1$s translates to the Post Label in singular form */ __( 'Unfortunately we cannot save changes to your SEO settings while you are working on a draft of an already-published %1$s. If you want to save your SEO changes, make sure to click \'Update\', or wait to make your SEO changes until you are ready to update the %1$s.', 'wordpress-seo' ),
// Reference: js/src/inline-links/edit-link.js:106 __( 'Link removed.', 'wordpress-seo' ),
// Reference: js/src/inline-links/edit-link.js:146 __( 'Unlink', 'wordpress-seo' ),
// Reference: js/src/inline-links/edit-link.js:24 __( 'Link', 'wordpress-seo' ),
// Reference: js/src/inline-links/inline.js:174 __( 'Warning: the link has been inserted but may have errors. Please test it.', 'wordpress-seo' ),
// Reference: js/src/inline-links/inline.js:180 __( 'Link edited.', 'wordpress-seo' ),
// Reference: js/src/inline-links/inline.js:182 __( 'Link inserted.', 'wordpress-seo' ),
// Reference: js/src/inline-links/inline.js:191 __( 'Learn more about marking a link as nofollow or sponsored.', 'wordpress-seo' ),
// Reference: js/src/inline-links/inline.js:197 __( 'Search engines should ignore this link (mark as %1$snofollow%2$s)%3$s', 'wordpress-seo' ),
// Reference: js/src/inline-links/inline.js:210 __( 'This is a sponsored link or advert (mark as %1$ssponsored%2$s)%3$s', 'wordpress-seo' ),
// Reference: js/src/inline-links/inline.js:224 __( 'Open in new tab', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/block.js:21 __( 'Yoast FAQ', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/block.js:22 __( 'List your Frequently Asked Questions in an SEO-friendly way. You can only use one FAQ block per post.', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/block.js:26 __( 'FAQ', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/block.js:27 __( 'Frequently Asked Questions', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/block.js:29 // Reference: js/src/structured-data-blocks/how-to/block.js:57 __( 'SEO', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/block.js:30 // Reference: js/src/structured-data-blocks/how-to/block.js:58 __( 'Structured Data', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/components/FAQ.js:135 __( 'New question added', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/components/FAQ.js:237 __( 'Add question', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/components/Question.js:193 __( 'Delete question', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/components/Question.js:199 __( 'Insert question', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/components/Question.js:216 __( 'Move question up', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/components/Question.js:223 __( 'Move question down', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/components/Question.js:347 __( 'Enter a question', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/components/Question.js:359 __( 'Enter the answer to the question', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/faq/components/Question.js:55 // Reference: js/src/structured-data-blocks/how-to/components/HowToStep.js:154 __( 'Add image', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/block.js:49 __( 'Yoast How-to', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/block.js:50 __( 'Create a How-to guide in an SEO-friendly way. You can only use one How-to block per post.', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/block.js:54 __( 'How-to', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/block.js:55 __( 'How to', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:216 __( 'New step added', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:461 __( 'Add step', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:497 __( 'Showing step items as an unordered list', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:498 __( 'Showing step items as an ordered list.', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:610 __( 'Add total time', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:628 __( 'days', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:643 __( 'hours', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:658 __( 'minutes', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:671 __( 'Delete total time', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:695 __( 'Settings', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:697 __( 'CSS class(es) to apply to the steps', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:700 __( 'Optional. This can give you better control over the styling of the steps.', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:703 __( 'Describe the duration of the instruction:', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:706 __( 'Optional. Customize how you want to describe the duration of the instruction', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:710 __( 'Unordered list', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:740 __( 'Enter a description', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowTo.js:80 // Reference: js/src/structured-data-blocks/how-to/legacy/8.2.js:85 __( 'Time needed:', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowToStep.js:181 __( 'Delete step', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowToStep.js:187 __( 'Insert step', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowToStep.js:204 __( 'Move step up', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowToStep.js:211 __( 'Move step down', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowToStep.js:335 __( 'Enter a step title', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/components/HowToStep.js:347 __( 'Enter a step description', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/legacy/utils/8.2.js:31 // Reference: js/src/structured-data-blocks/how-to/utils/buildDurationString.js:31 _n_noop( '%d day', '%d days', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/legacy/utils/8.2.js:34 // Reference: js/src/structured-data-blocks/how-to/utils/buildDurationString.js:34 _n_noop( '%d hour', '%d hours', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/legacy/utils/8.2.js:37 // Reference: js/src/structured-data-blocks/how-to/utils/buildDurationString.js:37 _n_noop( '%d minute', '%d minutes', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/legacy/utils/8.2.js:65 // Reference: js/src/structured-data-blocks/how-to/utils/buildDurationString.js:65 /* translators: %s expands to a unit of time (e.g. 1 day). */ __( '%s and %s', 'wordpress-seo' ),
// Reference: js/src/structured-data-blocks/how-to/legacy/utils/8.2.js:72 // Reference: js/src/structured-data-blocks/how-to/utils/buildDurationString.js:72 /* translators: %s expands to a unit of time (e.g. 1 day). */ __( '%s, %s and %s', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:100 __( 'Current year', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:15 __( 'Date', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:20 __( 'ID', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:25 __( 'Page', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:30 __( 'Search phrase', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:35 __( 'Tagline', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:40 __( 'Site title', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:45 __( 'Category', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:55 __( 'Title', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:60 __( 'Parent title', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:65 __( 'Excerpt', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:70 __( 'Primary category', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:75 __( 'Separator', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:80 __( 'Excerpt only', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:85 __( 'Category description', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:90 __( 'Tag description', 'wordpress-seo' ),
// Reference: js/src/values/defaultReplaceVariables.js:95 __( 'Term description', 'wordpress-seo' ) ); /* THIS IS THE END OF THE GENERATED FILE */
|