-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Localizable.strings
11041 lines (7607 loc) · 511 KB
/
Localizable.strings
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
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
/* Generated File. Do not edit. */
/* MARK: - Localizable.strings */
/* Per-year postfix shown after a domain's cost. */
" / year" = " / year";
/* Description for the restore action. $1$@ is a placeholder for the selected date. */
"%1$@ is the selected point for your restore." = "%1$@ is the selected point for your restore.";
/* Description for the download backup action. $1$@ is a placeholder for the selected date. */
"%1$@ is the selected point to create a downloadable backup." = "%1$@ is the selected point to create a downloadable backup.";
/* Label displaying the author and post title for a Comment. %1$@ is a placeholder for the author. %2$@ is a placeholder for the post title. */
"%1$@ on %2$@" = "%1$@ on %2$@";
/* Error message displayed when restoring a site fails due to credentials not being configured. %1$@ is a placeholder for the string 'Enter your server credentials'. */
"%1$@ to enable one click site restores from backups." = "%1$@ to enable one click site restores from backups.";
/* Title for button when a site is missing server credentials. %1$@ is a placeholder for the string 'Enter your server credentials'. */
"%1$@ to fix this threat." = "%1$@ to fix this threat.";
/* Title for button when a site is missing server credentials. %1$@ is a placeholder for the string 'Enter your server credentials'. */
"%1$@ to fix threats." = "%1$@ to fix threats.";
/* Singular format string for displaying the number of users that answered the blogging prompt. */
"%1$d answer" = "%1$d answer";
/* Plural format string for displaying the number of users that answered the blogging prompt. */
"%1$d answers" = "%1$d answers";
/* Singular label displaying number of comments. %1$d is a placeholder for the number of Comments. */
"%1$d Comment" = "%1$d Comment";
/* Plural label displaying number of comments. %1$d is a placeholder for the number of Comments. */
"%1$d Comments" = "%1$d Comments";
/* Singular button title to Like a comment. %1$d is a placeholder for the number of Likes.
Singular format string for view title displaying the number of post likes. %1$d is the number of likes. */
"%1$d Like" = "%1$d Like";
/* Plural button title to Like a comment. %1$d is a placeholder for the number of Likes.
Plural format string for view title displaying the number of post likes. %1$d is the number of likes. */
"%1$d Likes" = "%1$d Likes";
/* Format string for displaying number of completed quickstart tutorials. %1$d is number completed, %2$d is total number of tutorials available.
Format string for displaying the number of completed quickstart tutorials. %1$d is the number completed, %2$d is the total number of tutorials available. */
"%1$d of %2$d completed" = "%1$d of %2$d completed";
/* Format string for single unseen post count. The %1$d is a placeholder for the count. */
"%1$d unseen post" = "%1$d unseen post";
/* Format string for plural unseen posts count. The %1$d is a placeholder for the count. */
"%1$d unseen posts" = "%1$d unseen posts";
/* translators: 1: From block title, e.g. Paragraph. 2: To block title, e.g. Header. */
"%1$s transformed to %2$s" = "%1$s transformed to %2$s";
/* translators: accessibility text. Inform about current value. %1$s: Control label %2$s: setting label (example: width), %3$s: Current value. %4$s: value measurement unit (example: pixels) */
"%1$s. %2$s is %3$s %4$s." = "%1$s. %2$s is %3$s %4$s.";
/* translators: %1$s: Select control button label e.g. \"Button width\". %2$s: Select control option value e.g: \"Auto, 25%\". */
"%1$s. Currently selected: %2$s" = "%1$s. Currently selected: %2$s";
/* Post Stats label for week date range. Ex: Mar 25 - Mar 31, 2019 */
"%@ - %@, %@" = "%1$@ - %2$@, %3$@";
/* Accessibility label for value in billions. Ex: 66.6 billion. */
"%@ billion" = "%@ billion";
/* Accessibility identifier for buttons. */
"%@ Button" = "%@ Button";
/* Accessibility label for comments button (singular) */
"%@ comment" = "%@ comment";
/* Accessibility label for comments button (plural)
Number of Comments per Page */
"%@ comments" = "%@ comments";
/* Number of days after which comments should autoclose */
"%@ days" = "%@ days";
/* The number of followers of a site. The '%@' is a placeholder for the numeric value. Example: `1000 followers` */
"%@ followers" = "%@ followers";
/* Comments Threading Levels
Number of Threading Levels */
"%@ levels" = "%@ levels";
/* Number of Links */
"%@ links" = "%@ links";
/* Accessibility label for value in millions. Ex: 66.6 million. */
"%@ million" = "%@ million";
/* Amount of disk quota being used. First argument is the total percentage being used second argument is total quota allowed in GB.Ex: 33% of 14 GB on your site. */
"%@ of %@ on your site" = "%1$@ of %2$@ on your site";
/* Amount of disk quota being used. First argument is the total percentage being used second argument is total quota allowed in GB.Ex: 33% of 14 GB used on your site. */
"%@ of %@ used on your site" = "%1$@ of %2$@ used on your site";
/* Plan yearly price */
"%@ per year" = "%@ per year";
/* Accessibility label for value in quadrillion. Ex: 66.6 quadrillion. */
"%@ quadrillion" = "%@ quadrillion";
/* Accessibility label for value in quintillions. Ex: 66.6 quintillion. */
"%@ quintillion" = "%@ quintillion";
/* Title of the task complete hint for the Quick Start Tour */
"%@ Return to My Site screen when you're ready for the next task." = "%@ Return to My Site screen when you're ready for the next task.";
/* The number of tags in the writting settings. Singular. %@ is a placeholder for the number */
"%@ Tag" = "%@ Tag";
/* The number of tags in the writting settings. Plural. %@ is a placeholder for the number */
"%@ Tags" = "%@ Tags";
/* Accessibility label for value in thousands. Ex: 66.6 thousand. */
"%@ thousand" = "%@ thousand";
/* Title of the task complete hint for the Quick Start Tour */
"%@ Tip: get updates faster by enabling push notifications." = "%@ Tip: get updates faster by enabling push notifications.";
/* Accessibility label for value in trillions. Ex: 66.6 trillion. */
"%@ trillion" = "%@ trillion";
/* Let's the user know that a third party sharing service was reconnected. The %@ is a placeholder for the service name. */
"%@ was reconnected." = "%@ was reconnected.";
/* Difference label for Period Overview stat, indicating change from previous period. Ex: +99.9K (5%) */
"%@%@ (%@%%)" = "%1$@%2$@ (%3$@%%)";
/* Accessibility label for a post in the post list. The parameters are the title, and date respectively. For example, \"Let it Go, 1 hour ago.\" */
"%@, %@." = "%1$@, %2$@.";
/* Accessibility value for a Stats' Posting Activity Month if the user selected a day with posts. The first parameter is day (e.g. November 2019). The second parameter is the number of posts. */
"%@. %d posts." = "%1$@. %2$d posts.";
/* Accessibility value for a Stats' Posting Activity Month if the user selected a day with posts. The first parameter is day (e.g. November 2019). */
"%@. 1 post." = "%@. 1 post.";
/* Label displaying value in billions. Ex: 66.6B. */
"%@B" = "%@B";
/* Label displaying value in quintillions. Ex: 66.6E. */
"%@E" = "%@E";
/* Label displaying value in thousands. Ex: 66.6K. */
"%@K" = "%@K";
/* Label displaying value in millions. Ex: 66.6M. */
"%@M" = "%@M";
/* Label displaying value in quadrillions. Ex: 66.6P. */
"%@P" = "%@P";
/* Label displaying value in trillions. Ex: 66.6T. */
"%@T" = "%@T";
/* The number of connected accounts on a third party sharing service connected to the user's blog. The '%d' is a placeholder for the number of accounts. */
"%d accounts" = "%d accounts";
/* Age between dates over one day.
Number of days */
"%d days" = "%d days";
/* Age between dates over one hour. */
"%d hours" = "%d hours";
/* Age between dates over one month. */
"%d months" = "%d months";
/* Sepoken image size in pixels (e.g. 300 pixels) */
"%d pixels" = "%d pixels";
/* Number of posts displayed in Posting Activity when a day is selected. %d will contain the actual number (singular). */
"%d Post" = "%d Post";
/* Number of posts displayed in Posting Activity when a day is selected. %d will contain the actual number (plural). */
"%d Posts" = "%d Posts";
/* Number of posts */
"%d posts" = "%d posts";
/* Message for a notice informing the user their scan completed and %d threats were found */
"%d potential threats found" = "%d potential threats found";
/* Age between dates over one year. */
"%d years" = "%d years";
/* Max image size in pixels (e.g. 300x300px) */
"%dx%dpx" = "%1$dx%2$dpx";
/* One menu area available in the theme */
"%i menu area in this theme" = "%i menu area in this theme";
/* The number of menu areas available in the theme */
"%i menu areas in this theme" = "%i menu areas in this theme";
/* One menu is available in the site and area */
"%i menu available" = "%i menu available";
/* The number of menus on the site and area. */
"%i menus available" = "%i menus available";
/* Alert displayed to the user when multiple media items have failed to upload. */
"%ld files not uploaded" = "%ld files not uploaded";
/* System notification displayed to the user when multiple media items have uploaded successfully. */
"%ld files successfully uploaded" = "%ld files successfully uploaded";
/* Displays the number of words and characters in text */
"%li words, %li characters" = "%1$li words, %2$li characters";
/* translators: %s: Block name e.g. \"Image block\"\ntranslators: Block name. %s: The localized block name */
"%s block" = "%s block";
/* translators: %s: block title e.g: \"Paragraph\". */
"%s block options" = "%s block options";
/* translators: Newly available block name. %s: The localized block name */
"%s block, newly available" = "%s block, newly available";
/* translators: accessibility text for the media block empty state. %s: media type */
"%s block. Empty" = "%s block. Empty";
/* translators: accessibility text for blocks with invalid content. %d: localized block title */
"%s block. This block has invalid content" = "%s block. This block has invalid content";
/* translators: %s: name of the reusable block */
"%s converted to regular block" = "%s converted to regular block";
/* translators: %s: name of the reusable block */
"%s converted to regular blocks" = "%s converted to regular blocks";
/* translators: %s: embed block variant's label e.g: \"Twitter\". */
"%s embed block previews are coming soon" = "%s embed block previews are coming soon";
/* translators: %s: social link name e.g: \"Instagram\". */
"%s has no URL set" = "%s has no URL set";
/* translators: %s: social link name e.g: \"Instagram\". */
"%s has URL set" = "%s has URL set";
/* translators: %s: embed block variant's label e.g: \"Twitter\". */
"%s link" = "%s link";
/* translators: %s: embed block variant's label e.g: \"Twitter\". */
"%s previews not yet available" = "%s previews not yet available";
/* translators: %s: social link name e.g: \"Instagram\". */
"%s social icon" = "%s social icon";
/* translators: Missing block alert title. %s: The localized block name */
"'%s' is not fully-supported" = "'%s' is not fully-supported";
/* Lets a user know that a local draft does not have a title. */
"(no title)" = "(no title)";
/* Empty Post Title */
"(No Title)" = "(No Title)";
/* Menus title label text for a post that has no set title. */
"(Untitled)" = "(Untitled)";
/* Example notification content displayed on the Enable Notifications prompt that is personalized based on a users selection. Words marked between * characters will be displayed as bold text. */
"*Johann Brandt* is now following your site!" = "*Johann Brandt* is now following your site!";
/* Example notification content displayed on the Enable Notifications prompt that is personalized based on a users selection. Words marked between * characters will be displayed as bold text. */
"*Johann Brandt* responded to your comment" = "*Johann Brandt* responded to your comment";
/* Example Comment notification displayed in the prologue carousel of the app. Username should be marked with * characters and will be displayed as bold text. */
"*Johann Brandt* responded to your post" = "*Johann Brandt* responded to your post";
/* Example notification content displayed on the Enable Notifications prompt that is personalized based on a users selection. Words marked between * characters will be displayed as bold text. */
"*Madison Ruiz* added a new post to their site" = "*Madison Ruiz* added a new post to their site";
/* Example Like notification displayed in the prologue carousel of the app. Username should be marked with * characters and will be displayed as bold text. */
"*Madison Ruiz* liked your post" = "*Madison Ruiz* liked your post";
/* Menus button text for adding a new menu to a site. */
"+ Add new menu" = "+ Add new menu";
/* Register Domain - Address information field add new address line */
"+ Address line %@" = "+ Address line %@";
/* Local notification displayed to the user when a single draft post has been successfully uploaded. */
"1 draft post uploaded" = "1 draft post uploaded";
/* Alert displayed to the user when a single media item has failed to upload. */
"1 file not uploaded" = "1 file not uploaded";
/* System notification displayed to the user when a single media item has uploaded successfully. */
"1 file successfully uploaded" = "1 file successfully uploaded";
/* Alert displayed to the user when a single post has been successfully uploaded. */
"1 post uploaded" = "1 post uploaded";
/* Alert displayed to the user when multiple media items attached to a post have failed to upload. */
"1 post, %ld files not uploaded" = "1 post, %ld files not uploaded";
/* Alert displayed to the user when a single media item attached to a post has failed to upload. */
"1 post, 1 file not uploaded" = "1 post, 1 file not uploaded";
/* Message for a notice informing the user their scan completed and 1 threat was found */
"1 potential threat found" = "1 potential threat found";
/* Indicates a video will be resized to Full HD 1920x1080 when uploaded. */
"1080p" = "1080p";
/* Indicates a video will be resized to 640x480 when uploaded. */
"480p" = "480p";
/* Indicates a video will be resized to 4K 3840x2160 when uploaded. */
"4K" = "4K";
/* Indicates a video will be resized to HD 1280x720 when uploaded. */
"720p" = "720p";
/* Age between dates less than one hour. */
"< 1 hour" = "< 1 hour";
/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by <strong> HTML tags. */
"<strong>%d</strong> times a week" = "<strong>%d</strong> times a week";
/* A short description of how many times a week the user will receive a blogging reminder. The '%d' placeholder will be populated with a count of the number of times a week they'll be reminded, and should be surrounded by <strong> HTML tags. */
"<strong>%d</strong> times a week at %@" = "<strong>%1$d</strong> times a week at %2$@";
/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by <strong> HTML tags. */
"<strong>Once</strong> a week" = "<strong>Once</strong> a week";
/* Short title telling the user they will receive a blogging reminder once per week. The word for 'once' should be surrounded by <strong> HTML tags. */
"<strong>Once</strong> a week at %@" = "<strong>Once</strong> a week at %@";
/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by <strong> HTML tags. */
"<strong>Twice</strong> a week" = "<strong>Twice</strong> a week";
/* Short title telling the user they will receive a blogging reminder two times a week. The word for 'twice' should be surrounded by <strong> HTML tags. */
"<strong>Twice</strong> a week at %@" = "<strong>Twice</strong> a week at %@";
/* Label displaying the user's username preceeded by an '@' symbol. %1$@ is a placeholder for the username. */
"@%1$@" = "@%1$@";
/* Comment Attachment Label */
"[COMMENT]" = "[COMMENT]";
/* Title for the lazy load images setting */
"\"Lazy-load\" images" = "\"Lazy-load\" images";
/* Title of a list of buttons used for sharing content to other services. These buttons appear when the user taps a `More` button. */
"\"More\" Button" = "\"More\" Button";
/* Message to ask the user to send us an email to clear their content. */
"\nPlease send us an email to have your content cleared out." = "\nPlease send us an email to have your content cleared out.";
/* Notice shown on the Edit Comment view when the author is a registered user. */
"\nThis user is registered. Their name, web address, and email address cannot be edited." = "\nThis user is registered. Their name, web address, and email address cannot be edited.";
/* Message of Delete Site confirmation alert; substitution is site's host. */
"\nTo confirm, please re-enter your site's address before deleting.\n\n" = "\nTo confirm, please re-enter your site's address before deleting.\n\n";
/* Message of Close Account confirmation alert */
"\nTo confirm, please re-enter your username before closing.\n\n" = "\nTo confirm, please re-enter your username before closing.\n\n";
/* Plural format string for displaying the number of post likes. %1$d is the number of likes. The underscores denote underline and is not displayed. */
"_%1$d bloggers_ like this." = "_%1$d bloggers_ like this.";
/* Describes that only one user likes a post. The underscores denote underline and is not displayed. */
"_One blogger_ likes this." = "_One blogger_ likes this.";
/* Plural format string for displaying the number of post likes, including the like from the current user. %1$d is the number of likes, excluding the like by current user. The underscores denote underline and is not displayed. */
"_You and %1$d bloggers_ like this." = "_You and %1$d bloggers_ like this.";
/* Describes that the current user and one other user like a post. The underscores denote underline and is not displayed. */
"_You and another blogger_ like this." = "_You and another blogger_ like this.";
/* Describes that the current user is the only one liking a post. The underscores denote underline and is not displayed. */
"_You_ like this." = "_You_ like this.";
/* A short description of what the 'More' button is and how it works. */
"A \"more\" button contains a dropdown which displays sharing buttons" = "A \"more\" button contains a dropdown which displays sharing buttons";
/* Age between dates equaling one day. */
"a day" = "a day";
/* Label for image that is set as a feature image for post/page */
"A featured image is set. Tap to change it." = "A featured image is set. Tap to change it.";
/* Title for a threat */
"A file contains a malicious code pattern" = "A file contains a malicious code pattern";
/* Subtitle of the Site Name screen. */
"A good name is short and memorable.\nYou can change it later." = "A good name is short and memorable.\nYou can change it later.";
/* Age between dates equaling one month. */
"a month" = "a month";
/* Story Intro welcome title */
"A new way to create and publish engaging content on your site." = "A new way to create and publish engaging content on your site.";
/* A VoiceOver hint to explain what the user gets when they select the 'Get to know the WordPress/Jetpack app' button. */
"A series of steps helping you to explore the app." = "A series of steps helping you to explore the app.";
/* A VoiceOver hint to explain what the user gets when they select the 'Customize Your Site' button. */
"A series of steps showing you how to add a theme, site icon and more." = "A series of steps showing you how to add a theme, site icon and more.";
/* A VoiceOver hint to explain what the user gets when they select the 'Grow Your Audience' button. */
"A series of steps to assist with growing your site's audience." = "A series of steps to assist with growing your site's audience.";
/* Message of the alert indicating that a tag with that name already exists. The placeholder is the name of the tag */
"A tag named '%@' already exists." = "A tag named '%@' already exists.";
/* Placeholder text for the title of a site */
"A title for the site" = "A title for the site";
/* An error message. */
"A valid email address is needed to mail an authentication link. Please return to the previous screen and provide a valid email address." = "A valid email address is needed to mail an authentication link. Please return to the previous screen and provide a valid email address.";
/* Shown when a user types a non-number into the two factor field. */
"A verification code will only contain numbers." = "A verification code will only contain numbers.";
/* Instruction text to explain magic link login step. */
"A WordPress.com account is connected to your store credentials. To continue, we will send a verification link to the email address above." = "A WordPress.com account is connected to your store credentials. To continue, we will send a verification link to the email address above.";
/* Age between dates equaling one year. */
"a year" = "a year";
/* Link to About screen for Jetpack for iOS */
"About Jetpack for iOS" = "About Jetpack for iOS";
/* My Profile 'About me' label */
"About Me" = "About Me";
/* Link to About screen for WordPress for iOS */
"About WordPress" = "About WordPress";
/* Label for selecting the Accelerated Mobile Pages (AMP) Blog Traffic Setting */
"Accelerated Mobile Pages (AMP)" = "Accelerated Mobile Pages (AMP)";
/* Title for the account section in site settings screen */
"Account" = "Account";
/* Overlay message displayed when account successfully closed */
"Account closed" = "Account closed";
/* Header for account details, shown after signing up. */
"Account Details" = "Account Details";
/* Accessibility description for account information after logging in. */
"Account Information. %@. %@." = "Account Information. %1$@. %2$@.";
/* Account Settings Title
Link to Account Settings section */
"Account Settings" = "Account Settings";
/* Error message displayed when unable to close user account due to having active atomic site. */
"accountSettings.closeAccount.error.atomicSite" = "This user account cannot be closed immediately because it has active purchases. Please contact our support team to finish deleting the account.";
/* Title of button that displays the App's acknoledgements */
"Acknowledgements" = "Acknowledgements";
/* Theme Activate action title */
"Activate" = "Activate";
/* Title of alert when theme activation fails */
"Activation Error" = "Activation Error";
/* Label for active Theme browser cell */
"ACTIVE" = "ACTIVE";
/* Describes a status of a plugin
Label for active Theme
Whether a plugin is active on a site */
"Active" = "Active";
/* The plugin is active on the site and has not enabled automatic updates */
"Active, Autoupdates off" = "Active, Autoupdates off";
/* The plugin is active on the site and has enabled automatic updates */
"Active, Autoupdates on" = "Active, Autoupdates on";
/* Add New Stats Card category title
Noun. Links to a blog's Activity screen.
Noun. Name of the Activity Log feature
Title for the activity list */
"Activity" = "Activity";
/* Noun. Links to a blog's Activity screen. */
"Activity Log" = "Activity Log";
/* No comment provided by engineer. */
"Activity Logs" = "Activity Logs";
/* Label for the Activity Type filter button */
"Activity Type" = "Activity Type";
/* Label for the Activity Type filter button when there are more than 1 activity type selected */
"Activity Type (%1$d)" = "Activity Type (%1$d)";
/* Dismiss button title */
"activityList.dismiss.title" = "Dismiss";
/* Accessibility label for add button to add items to the user's media library
Remove asset from media picker list */
"Add" = "Add";
/* Action for Media Picker to indicate selection of media. The argument in the string represents the number of elements (as numeric digits) selected */
"Add %@" = "Add %@";
/* The title on the add category screen */
"Add a Category" = "Add a Category";
/* Hint for the reader CSS URL field */
"Add a custom CSS URL here to be loaded in Reader. If you're running Calypso locally this can be something like: http://192.168.15.23:3000/calypso/reader-mobile.css" = "Add a custom CSS URL here to be loaded in Reader. If you're running Calypso locally this can be something like: http://192.168.15.23:3000/calypso/reader-mobile.css";
/* Label of the button that starts the purchase of an additional redirected domain in the Domains Dashboard. */
"Add a domain" = "Add a domain";
/* No comment provided by engineer. */
"Add a new block at any time by tapping on the + icon in the toolbar on the bottom left." = "Add a new block at any time by tapping on the + icon in the toolbar on the bottom left.";
/* Add a profile photo to Me > My Profile */
"Add a Profile Photo" = "Add a Profile Photo";
/* Title for a button that when tapped starts the add self-hosted site process */
"Add a self-hosted site" = "Add a self-hosted site";
/* No comment provided by engineer. */
"Add a shortcode…" = "Add a shortcode…";
/* No Tags View Button Label */
"Add a site" = "Add a site";
/* Title of a feature to add a new topic to the topics subscribed by the user. */
"Add a Topic" = "Add a Topic";
/* No Topics View Button Label */
"Add a topic" = "Add a topic";
/* Accessibility description for adding an image to a new user account. Tapping this initiates that flow. */
"Add account image." = "Add account image.";
/* No comment provided by engineer. */
"Add alt text" = "Add alt text";
/* Placeholder text. A call to action for the user to type any topic to which they would like to subscribe. */
"Add any topic" = "Add any topic";
/* No comment provided by engineer. */
"ADD AUDIO" = "ADD AUDIO";
/* No comment provided by engineer. */
"Add Block After" = "Add Block After";
/* No comment provided by engineer. */
"Add Block Before" = "Add Block Before";
/* No comment provided by engineer. */
"ADD BLOCK HERE" = "ADD BLOCK HERE";
/* No comment provided by engineer. */
"Add blocks" = "Add blocks";
/* No comment provided by engineer. */
"Add button text" = "Add button text";
/* Alert option to add document contents into a blog post. */
"Add Contents to Post" = "Add Contents to Post";
/* No comment provided by engineer. */
"Add description" = "Add description";
/* No comment provided by engineer. */
"ADD IMAGE" = "ADD IMAGE";
/* No comment provided by engineer. */
"Add image or video" = "Add image or video";
/* No comment provided by engineer. */
"ADD IMAGE OR VIDEO" = "ADD IMAGE OR VIDEO";
/* Accessibility hint text for adding an image to a new user account. */
"Add image, or avatar, to represent this new account." = "Add image, or avatar, to represent this new account.";
/* No comment provided by engineer. */
"ADD LINK" = "ADD LINK";
/* No comment provided by engineer. */
"Add link text" = "Add link text";
/* translators: %s: social link name e.g: \"Instagram\". */
"Add link to %s" = "Add link to %s";
/* No comment provided by engineer. */
"ADD MEDIA" = "ADD MEDIA";
/* No comment provided by engineer. */
"Add menu item above" = "Add menu item above";
/* No comment provided by engineer. */
"Add menu item below" = "Add menu item below";
/* No comment provided by engineer. */
"Add menu item to children" = "Add menu item to children";
/* Accessibility hint for add button to add items to the user's media library */
"Add new media" = "Add new media";
/* Screen reader text for Menus button that adds a new menu to a site. */
"Add new menu" = "Add new menu";
/* Screen reader text for button that adds a menu item */
"Add new menu item" = "Add new menu item";
/* Title of button to add a new site. */
"Add new site" = "Add new site";
/* Voiceover accessibility label for the tags field in blog post settings. */
"Add new tags, separated by commas." = "Add new tags, separated by commas.";
/* No comment provided by engineer. */
"Add paragraph block" = "Add paragraph block";
/* Add self-hosted site button */
"Add self-hosted site" = "Add self-hosted site";
/* Button title displayed when the user has removed all Insights from display.
Label for action to add a new Insight. */
"Add stats card" = "Add stats card";
/* Placeholder text for tags module in share extension. */
"Add tags" = "Add tags";
/* No comment provided by engineer. */
"Add this email link" = "Add this email link";
/* No comment provided by engineer. */
"Add this link" = "Add this link";
/* No comment provided by engineer. */
"Add this telephone link" = "Add this telephone link";
/* No comment provided by engineer. */
"Add title" = "Add title";
/* No comment provided by engineer. */
"Add To Beginning" = "Add To Beginning";
/* No comment provided by engineer. */
"Add To End" = "Add To End";
/* Button Title. Tapping subscribes the user to a new topic. */
"Add Topic" = "Add Topic";
/* No comment provided by engineer. */
"Add URL" = "Add URL";
/* No comment provided by engineer. */
"ADD VIDEO" = "ADD VIDEO";
/* User-facing string, presented to reflect that site assembly is underway. */
"Adding site features" = "Adding site features";
/* Register Domain - Address information field section header title */
"ADDRESS" = "ADDRESS";
/* Label for url blog setting
Register Domain - Address information field placeholder for Address line */
"Address" = "Address";
/* Register Domain - Address information field Address line */
"Address line %@" = "Address line %@";
/* No comment provided by engineer. */
"Address Settings" = "Address Settings";
/* Adds a post to My Likes. Spoken Hint. */
"Adds this post to My Likes" = "Adds this post to My Likes";
/* Title for the advanced section in site settings screen */
"Advanced" = "Advanced";
/* Screen reader text expressing the menu item is after another menu item. Argument is a name for another menu item. */
"After %@" = "After %@";
/* Option to select the Airmail app when logging in with magic links */
"Airmail" = "Airmail";
/* Description of albums in the photo libraries */
"Albums" = "Albums";
/* Image alignment option title.
Title of the screen for choosing an image's alignment. */
"Alignment" = "Alignment";
/* Autoapprove every comment
Browse all themes selection title
Displays all of the historical threats
Displays all of the Notifications, unfiltered
Title of all Blogging Prompts filter.
Title of all Comments filter.
Title of the drafts filter. This filter shows a list of draft posts. */
"All" = "All";
/* An option in a list. Automatically approve all comments */
"All comments" = "All comments";
/* Section title for All Languages */
"All languages" = "All languages";
/* Description for the Jetpack Backup Restore message. %1$@ is a placeholder for the selected date. */
"All of your selected items are now restored back to %1$@." = "All of your selected items are now restored back to %1$@.";
/* Title of the completion screen of the Blogging Reminders Settings screen. */
"All set!" = "All set!";
/* Message shown when all Quick Start tasks are complete. */
"All tasks complete!" = "All tasks complete!";
/* Footer of the free domain registration section for a paid plan.
Information about redeeming domain credit on site dashboard. */
"All WordPress.com plans include a custom domain name. Register your free premium domain now." = "All WordPress.com plans include a custom domain name. Register your free premium domain now.";
/* Insights 'All-Time' header */
"All-Time" = "All-Time";
/* Message on camera permissions screen to explain why the app needs camera and microphone permissions */
"Allow access so you can start taking photos and videos." = "Allow access so you can start taking photos and videos.";
/* A short description of the comment like sharing setting. */
"Allow all comments to be Liked by you and your readers" = "Allow all comments to be Liked by you and your readers";
/* Settings: Comments Enabled */
"Allow Comments" = "Allow Comments";
/* Allow button title shown in alert preparing users to grant permission for us to send them push notifications.
Button label for approving our request to allow push notifications */
"Allow notifications" = "Allow notifications";
/* Title for a cell with switch control that allows to enable or disable notifications */
"Allow Notifications" = "Allow Notifications";
/* Allow button title shown in alert preparing users to grant permission for us to send them push notifications.
Shown to the user in settings when they haven't yet allowed or denied push notifications */
"Allow push notifications" = "Allow push notifications";
/* No comment provided by engineer. */
"Allow this connection to be used by all admins and users of your site." = "Allow this connection to be used by all admins and users of your site.";
/* Suggests the user allow push notifications. Appears within app settings. */
"Allow WordPress to send you push notifications" = "Allow WordPress to send you push notifications";
/* Jetpack Settings: Allow WordPress.com login */
"Allow WordPress.com login" = "Allow WordPress.com login";
/* Jetpack Settings: Allowlisted IP addresses */
"Allowlisted IP addresses" = "Allowlisted IP addresses";
/* Allowlisted IP Addresses Title */
"Allowlisted IP Addresses" = "Allowlisted IP Addresses";
/* Instructions for users with two-factor authentication enabled. */
"Almost there! Please enter the verification code from your authenticator app." = "Almost there! Please enter the verification code from your authenticator app.";
/* Image alt attribute option title.
Label for the alt for a media asset (image) */
"Alt Text" = "Alt Text";
/* No comment provided by engineer. */
"Alternatively, you can detach and edit these blocks separately by tapping “Convert to regular blocks”." = "Alternatively, you can detach and edit these blocks separately by tapping “Convert to regular blocks”.";
/* No comment provided by engineer. */
"Alternatively, you can detach and edit this block separately by tapping “Convert to regular block”." = "Alternatively, you can detach and edit this block separately by tapping “Convert to regular block”.";
/* Instruction text to explain to help users type their password instead of using magic link login option. */
"Alternatively, you may enter the password for this account." = "Alternatively, you may enter the password for this account.";
/* String displayed before offering alternative login methods */
"Alternatively:" = "Alternatively:";
/* Title of a row displayed on the debug screen used to indicate whether crash logs should be forced to send, even if they otherwise wouldn't */
"Always Send Crash Logs" = "Always Send Crash Logs";
/* Error message when loading failed because there's no connection */
"An active internet connection is required" = "An active internet connection is required";
/* Error message shown when trying to scan a log in code without an active internet connection. */
"An active internet connection is required to scan log in codes" = "An active internet connection is required to scan log in codes";
/* Error message shown when trying to view the Activity Log feature and there is no internet connection. */
"An active internet connection is required to view activities" = "An active internet connection is required to view activities";
/* Error message shown when trying to view the scan status and there is no internet connection. */
"An active internet connection is required to view Jetpack Scan" = "An active internet connection is required to view Jetpack Scan";
/* An error message shown when there is no internet connection. */
"An active internet connection is required to view plans" = "An active internet connection is required to view plans";
/* Error message shown when trying to view the Plugins feature and there is no internet connection.
Error message when the user tries to visualize a plugin without internet connection */
"An active internet connection is required to view plugins" = "An active internet connection is required to view plugins";
/* Error message shown when trying to view the Scan History feature and there is no internet connection. */
"An active internet connection is required to view the history" = "An active internet connection is required to view the history";
/* Default error message displayed when unable to close user account. */
"An error occured while closing account." = "An error occured while closing account.";
/* An error description explaining that a Menu could not be created. */
"An error occurred creating the Menu." = "An error occurred creating the Menu.";
/* An error description explaining that a Menu could not be deleted. */
"An error occurred deleting the Menu." = "An error occurred deleting the Menu.";
/* An error description explaining that Menus could not be fetched. */
"An error occurred fetching the Menus." = "An error occurred fetching the Menus.";
/* Menus text shown when an error occurred loading menus from the server. */
"An error occurred loading menus, please check your internet connection." = "An error occurred loading menus, please check your internet connection.";
/* Menus error message seen when an error occurred loading a specific menu. */
"An error occurred loading the menu, please check your internet connection." = "An error occurred loading the menu, please check your internet connection.";
/* The error message displayed when a user is editing a MenuItem and the results cannot be loaded, such as posts, pages, etc. */
"An error occurred loading the results, please try again in a moment." = "An error occurred loading the results, please try again in a moment.";
/* An error description explaining that a Menu could not be updated. */
"An error occurred updating the Menu." = "An error occurred updating the Menu.";
/* Error recorded when all of the media associated with a post fail to be attached to the post on the server. */
"An error occurred when attempting to attach uploaded media to the post." = "An error occurred when attempting to attach uploaded media to the post.";
/* Used when a remote response doesn't have a specific message for a specific request */
"An error occurred while processing your request: " = "An error occurred while processing your request: ";
/* Text displayed when a stat section failed to load. */
"An error occurred." = "An error occurred.";
/* Age between dates equaling one hour. */
"an hour" = "an hour";
/* A failure reason for when an error HTTP status code was returned from the site, with the specific error code. */
"An HTTP error code %i was returned." = "An HTTP error code %i was returned.";
/* A failure reason for when an error HTTP status code was returned from the site. */
"An HTTP error code was returned." = "An HTTP error code was returned.";
/* A failure reason for when the error that occured wasn't able to be determined. */
"An unknown error occurred." = "An unknown error occurred.";
/* Error message shown when a media upload fails for unknown reason and the user should try again. */
"An unknown error occurred. Please try again." = "An unknown error occurred. Please try again.";
/* Insights 'This Year' details view header */
"Annual Site Stats" = "Annual Site Stats";
/* the comment has an anonymous author. */
"Anonymous" = "Anonymous";
/* Verb. Opens the editor to answer the blogging prompt. */
"Answer" = "Answer";
/* Title for a call-to-action button in the create new bottom action sheet.
Title for a call-to-action button on the prompts card. */
"Answer Prompt" = "Answer Prompt";
/* Title of answered Blogging Prompts filter. */
"Answered" = "Answered";
/* Navigates to picker screen to change the app's icon
Title of screen to change the app's icon */
"App Icon" = "App Icon";
/* App Settings Title
Link to App Settings section
Title of the 'App Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */
"App Settings" = "App Settings";
/* The title of the app appearance settings screen */
"Appearance" = "Appearance";
/* Message shown when Apple authentication fails. */
"Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication." = "Apple authentication failed.\nPlease make sure you are signed in to iCloud with an Apple ID that uses two-factor authentication.";
/* No comment provided by engineer. */
"Applies the setting" = "Applies the setting";
/* Apply action on the app extension tags picker screen. Saves the selected tags for the post. */
"Apply" = "Apply";
/* This is the string we display when prompting the user to review the Jetpack app */
"appRatings.jetpack.prompt" = "What do you think about Jetpack?";
/* This is the string we display when prompting the user to review the WordPress app */
"appRatings.wordpress.prompt" = "What do you think about WordPress?";
/* Approve action. Verb
Approve comment (verb)
Approves a Comment
Verb. Approves a 2fa authentication challenge, and logs in a user. */
"Approve" = "Approve";
/* Approves a Comment */
"Approve Comment" = "Approve Comment";
/* Button title for Approved comment state.
Title of approved Comments filter. */
"Approved" = "Approved";
/* VoiceOver accessibility hint, informing the user the button can be used to approve a comment */
"Approves the Comment." = "Approves the Comment.";
/* Menus alert message for alerting the user to unsaved changes while trying back out of Menus. */
"Are you sure you want to cancel and discard changes?" = "Are you sure you want to cancel and discard changes?";
/* Title for the remove site confirmation alert, first %@ will be replaced with the blog url, second %@ will be replaced with iPhone/iPad/iPod Touch */
"Are you sure you want to continue?\n All site data for %@ will be removed from your %@." = "Are you sure you want to continue?\n All site data for %1$@ will be removed from your %2$@.";
/* Title for the remove site confirmation alert, %@ will be replaced with iPhone/iPad/iPod Touch */
"Are you sure you want to continue?\n All site data will be removed from your %@." = "Are you sure you want to continue?\n All site data will be removed from your %@.";
/* Menus confirmation text for confirming if a user wants to delete a menu. */
"Are you sure you want to delete the menu?" = "Are you sure you want to delete the menu?";
/* Message asking for confirmation on tag deletion */
"Are you sure you want to delete this tag?" = "Are you sure you want to delete this tag?";
/* Message prompting the user to confirm that they want to disconnect Jetpack from the site. */
"Are you sure you want to disconnect Jetpack from the site?" = "Are you sure you want to disconnect Jetpack from the site?";
/* Message prompting the user to confirm that they want to permanently delete a group of media items. */
"Are you sure you want to permanently delete these items?" = "Are you sure you want to permanently delete these items?";
/* Message prompting the user to confirm that they want to permanently delete a media item. Should match Calypso. */
"Are you sure you want to permanently delete this item?" = "Are you sure you want to permanently delete this item?";
/* Message of the confirmation alert when deleting a page from the trash. */
"Are you sure you want to permanently delete this page?" = "Are you sure you want to permanently delete this page?";
/* Message of the confirmation alert when deleting a post from the trash. */
"Are you sure you want to permanently delete this post?" = "Are you sure you want to permanently delete this post?";
/* Title of the message shown when the user taps Publish Now while editing a post. Options will be Publish Now and Keep Editing. */
"Are you sure you want to publish now?" = "Are you sure you want to publish now?";
/* Title of the message shown when the user taps Publish in the post list.
Title of the message shown when the user taps Publish while editing a post. Options will be Publish and Keep Editing. */
"Are you sure you want to publish?" = "Are you sure you want to publish?";
/* Text for the alert to confirm a plugin removal. %1$@ is the plugin name, %2$@ is the site title. */
"Are you sure you want to remove %1$@ from %2$@?" = "Are you sure you want to remove %1$@ from %2$@?";
/* Text for the alert to confirm a plugin removal. %1$@ is the plugin name. */
"Are you sure you want to remove %1$@?" = "Are you sure you want to remove %1$@?";
/* Description for the confirm restore action. %1$@ is a placeholder for the selected date. */
"Are you sure you want to restore your site back to %1$@? This will remove content and options created or changed since then." = "Are you sure you want to restore your site back to %1$@? This will remove content and options created or changed since then.";
/* Title of the message shown when the user taps Save as Draft while editing a post. Options will be Save Now and Keep Editing. */
"Are you sure you want to save as draft?" = "Are you sure you want to save as draft?";
/* Title of the message shown when the user taps Save while editing a post. Options will be Save Now and Keep Editing. */
"Are you sure you want to save?" = "Are you sure you want to save?";
/* Title of message shown when the user taps Schedule while editing a post. Options will be Schedule and Keep Editing */
"Are you sure you want to schedule?" = "Are you sure you want to schedule?";
/* Title of message shown when user taps submit for review. */
"Are you sure you want to submit for review?" = "Are you sure you want to submit for review?";
/* Message of the trash page confirmation alert. */
"Are you sure you want to trash this page?" = "Are you sure you want to trash this page?";
/* Message of the trash confirmation alert. */
"Are you sure you want to trash this post?" = "Are you sure you want to trash this post?";
/* Title of message shown when user taps continue during homepage editing in site creation. */
"Are you sure you want to update your homepage?" = "Are you sure you want to update your homepage?";
/* Title of message shown when user taps update. */
"Are you sure you want to update?" = "Are you sure you want to update?";
/* Title that asks the user if they are the trying to login. %1$@ is a placeholder for the browser name (Chrome/Firefox), %2$@ is a placeholder for the users location */
"Are you trying to log in to %1$@ near %2$@?" = "Are you trying to log in to %1$@ near %2$@?";
/* Title that asks the user if they are the trying to log in. %1$@ is a placeholder for the users location */
"Are you trying to log in to your web browser near %1$@?" = "Are you trying to log in to your web browser near %1$@?";
/* No comment provided by engineer. */
"Arrange your content into columns, add Call to Action buttons, and overlay images with text." = "Arrange your content into columns, add Call to Action buttons, and overlay images with text.";
/* No comment provided by engineer. */
"Arrow buttons" = "Arrow buttons";
/* An example tag used in the login prologue screens.
Art site intent topic */
"Art" = "Art";