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
/* Label for a cell in the pre-publishing sheet */
7078
7098
"prepublishing.visibility" = "Visibility";
7079
7099
@@ -7184,9 +7204,6 @@ Tapping on this row allows the user to edit the sharing message. */
7184
7204
/* A short phrase indicating a post is due to be immedately published. */
7185
7205
"Publish Immediately" = "Publish Immediately";
7186
7206
7187
-
/* Title of button allowing the user to immediately publish the post they are editing. */
7188
-
"Publish Now" = "Publish Now";
7189
-
7190
7207
/* Text displayed in the share extension's summary view. It describes the publish page action. */
7191
7208
"Publish page on:" = "Publish page on:";
7192
7209
@@ -9132,6 +9149,9 @@ Example: given a notice format "Following %@" and empty site name, this will be
9132
9149
/* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */
9133
9150
"stats.insights.totalLikes.guideText.singular" = "Your latest post %1$@ has received %2$@ like.";
9134
9151
9152
+
/* Stats 'Today' header */
9153
+
"stats.period.todayCard.title" = "Today";
9154
+
9135
9155
/* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */
9136
9156
"stats.traffic.accessibilityLabel.comments" = "Bar Chart depicting Comments for the selected period.";
9137
9157
@@ -9144,6 +9164,9 @@ Example: given a notice format "Following %@" and empty site name, this will be
9144
9164
/* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */
9145
9165
"stats.traffic.accessibilityLabel.visitors" = "Bar Chart depicting Visitors for the selected period.";
9146
9166
9167
+
/* The label for the option to show Stats Traffic by day. */
9168
+
"stats.traffic.day" = "By day";
9169
+
9147
9170
/* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period. E.g.: +12.3K. %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. */
@@ -9168,6 +9191,15 @@ Example: given a notice format "Following %@" and empty site name, this will be
9168
9191
/* Stats views lower than previous year */
9169
9192
"stats.traffic.label.yearDifference.lower" = "%@ lower than the previous year\n";
9170
9193
9194
+
/* The label for the option to show Stats Traffic by month. */
9195
+
"stats.traffic.month" = "By month";
9196
+
9197
+
/* The label for the option to show Stats Traffic by week. */
9198
+
"stats.traffic.week" = "By week";
9199
+
9200
+
/* The label for the option to show Stats Traffic by year. */
9201
+
"stats.traffic.year" = "By year";
9202
+
9171
9203
/* The status of the post. Should be the same as in core WP. */
9172
9204
"Status" = "Status";
9173
9205
@@ -9654,7 +9686,7 @@ Example: given a notice format "Following %@" and empty site name, this will be
9654
9686
/* Subtitle displayed on the feature introduction view. */
9655
9687
"The best way to become a better writer is to build a writing habit and share with others - that’s where Prompts come in!" = "The best way to become a better writer is to build a writing habit and share with others - that’s where Prompts come in!";
9656
9688
9657
-
/* No comment provided by engineer. */
9689
+
/* Message for when the certificate for the server is invalid. The %@ placeholder will be replaced the a host name, received from the API. */
9658
9690
"The certificate for this server is invalid. You might be connecting to a server that is pretending to be “%@” which could put your confidential information at risk.\n\nWould you like to trust the certificate anyway?" = "The certificate for this server is invalid. You might be connecting to a server that is pretending to be “%@” which could put your confidential information at risk.\n\nWould you like to trust the certificate anyway?";
9659
9691
9660
9692
/* Message informing the user that posts page cannot be edited */
@@ -11404,6 +11436,9 @@ from anywhere.";
11404
11436
/* Message to show when a request for a WP.com API endpoint is throttled */
11405
11437
"wordpresskit.api.message.endpoint_throttled" = "Limit reached. You can try again in 1 minute. Trying again before that will only increase the time you have to wait before the ban is lifted. If you think this is in error, contact support.";
11406
11438
11439
+
/* Message to show to user when the app can't find WordPress.org REST API URL. */
11440
+
"wordpresskit.org-rest-api.not-found" = "Couldn't find your site's REST API URL. The app needs that in order to communicate with your site. Contact your host to solve this problem.";
11441
+
11407
11442
/* Title of button that displays the Automattic Work With Us web page */
11408
11443
"Work With Us" = "Work With Us";
11409
11444
@@ -11616,7 +11651,7 @@ from anywhere.";
11616
11651
Text to look for */
11617
11652
"You replied to this comment." = "You replied to this comment.";
11618
11653
11619
-
/* No comment provided by engineer. */
11654
+
/* Error messaged show when a mobile plugin is redirecting traffict to their site, DudaMobile in particular */
11620
11655
"You seem to have installed a mobile plugin from DudaMobile which is preventing the app to connect to your blog" = "You seem to have installed a mobile plugin from DudaMobile which is preventing the app to connect to your blog";
11621
11656
11622
11657
/* Message displayed in ignore threat alert. %1$@ is a placeholder for the blog name. */
0 commit comments