You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* User-facing string, presented to reflect that site assembly is underway. */
547
550
"Adding site features" = "Adding site features";
548
551
@@ -818,6 +821,9 @@
818
821
/* Description for the prompt to upgrade to Application Passwords. The first argument is the name of the feature that requires Application Passwords. */
819
822
"applicationPasswordRequired.description" = "Application passwords are a more secure way to connect to your self-hosted site, and enable support for features like %@.";
820
823
824
+
/* Feature name for managing plugins in the app */
"commentEdit.failedToSaveComment" = "Failed to save comment";
1851
+
1852
+
/* Navigation bar title when leaving a editing an existing comment */
1853
+
"commentEdit.navigationTitle" = "Edit Comment";
1854
+
1810
1855
/* A tip displayed to the user in the stats section to help them gain more followers. */
1811
1856
"Commenting on other blogs is a great way to build attention and followers for your new site." = "Commenting on other blogs is a great way to build attention and followers for your new site.";
1812
1857
@@ -1838,6 +1883,9 @@ Example: Reply to Pamela Nguyen */
1838
1883
/* A label title. */
1839
1884
"Comments per page" = "Comments per page";
1840
1885
1886
+
/* Error title */
1887
+
"comments.failedToLike" = "Failed to like comment";
1888
+
1841
1889
/* Error message informing a user about an invalid password. */
1842
1890
"common.reEnterPasswordMessage" = "The username or password stored in the app may be out of date. Please re-enter your password in the settings and try again.";
1843
1891
@@ -3076,9 +3124,6 @@ Example: Reply to Pamela Nguyen */
3076
3124
/* Enter a custom value */
3077
3125
"Enter a custom value" = "Enter a custom value";
3078
3126
3079
-
/* Accessibility Label for the enter full screen button on the comment reply text view */
3080
-
"Enter Full Screen" = "Enter Full Screen";
3081
-
3082
3127
/* (placeholder) Help enter WordPress password */
3083
3128
"Enter password" = "Enter password";
3084
3129
@@ -3236,9 +3281,6 @@ Example: Reply to Pamela Nguyen */
3236
3281
/* Downloadable/Restorable items: content section footer text */
3237
3282
"Excludes themes, plugins, and uploads" = "Excludes themes, plugins, and uploads";
3238
3283
3239
-
/* Accessibility Label for the exit full screen button on the full screen comment reply mode */
3240
-
"Exit Full Screen" = "Exit Full Screen";
3241
-
3242
3284
/* Screen reader text to represent the expanded state of a UI control */
3243
3285
"Expanded" = "Expanded";
3244
3286
@@ -3251,6 +3293,18 @@ Example: Reply to Pamela Nguyen */
3251
3293
/* Screen reader hint (non-imperative) about what does the site menu area selector button do. */
3252
3294
"Expands to select a different menu area" = "Expands to select a different menu area";
3253
3295
3296
+
/* Accept button title for the alert asking for feedback */
/* Accessibility hint to inform that the author section can be tapped to see posts from the site. */
7064
7205
"reader.detail.header.authorInfo.a11y.hint" = "Views posts from the site";
7065
7206
@@ -7275,11 +7416,11 @@ Example: given a notice format "Following %@" and empty site name, this will be
7275
7416
/* Reader post details view placeholder when blog name not avail */
7276
7417
"reader.postDetails.blog" = "blog";
7277
7418
7278
-
/* Reader post details view */
7279
-
"reader.postDetails.viewModeDescription" = "The owner of this site only allows us to show a brief summary of their content. To view the full post, you'll have to visit their site.";
7419
+
/* Button title */
7420
+
"reader.postDetails.viewFullPost" = "View full post";
7280
7421
7281
7422
/* Reader post details view */
7282
-
"reader.postDetails.viewMoreOn" = "Visit %@ for the full post";
7423
+
"reader.postDetails.viewModeDescription" = "The owner of this site only allows us to show a brief summary of their content. To view the full post, you'll have to visit their site.";
7283
7424
7284
7425
/* Name for the Candy color theme, used in the Reader's reading preferences. */
7285
7426
"reader.preferences.color.candy" = "Candy";
@@ -7515,6 +7656,9 @@ Feel free to replace it with other bracket types that you think looks better for
7515
7656
/* Accessibility label for unsubscribing from a tag */
@@ -7762,9 +7902,6 @@ Feel free to replace it with other bracket types that you think looks better for
7762
7902
Provides hint that the screen displays a reply to a comment.%1$@ is a placeholder for the comment author that's been replied to.Example: Reply to Pamela Nguyen */
7763
7903
"Reply to %1$@" = "Reply to %1$@";
7764
7904
7765
-
/* Placeholder text for replying to a post */
7766
-
"Reply to post" = "Reply to post";
7767
-
7768
7905
/* An explaination of a setting. */
7769
7906
"Require manual approval for comments that include more than this number of links." = "Require manual approval for comments that include more than this number of links.";
7770
7907
@@ -8495,6 +8632,59 @@ Feel free to replace it with other bracket types that you think looks better for
8495
8632
/* Title for a button that opens plan and domain purchasing flow. */
8496
8633
"site.domains.purchaseWithPlan.buttons.title" = "Upgrade to a plan";
0 commit comments