Skip to content

Commit

Permalink
Update strings for localization
Browse files Browse the repository at this point in the history
  • Loading branch information
wpmobilebot committed Mar 4, 2024
1 parent 6283464 commit dd01aca
Showing 1 changed file with 48 additions and 13 deletions.
61 changes: 48 additions & 13 deletions WordPress/Resources/en.lproj/Localizable.strings
Expand Up @@ -200,6 +200,9 @@
/* Displays the number of words and characters in text */
"%li words, %li characters" = "%1$li words, %2$li characters";

/* translators: Block name. %s: The localized block name\ntranslators: %s: Block name e.g. \"Image block\" */
"%s block" = "%s block";

/* translators: %s: block title e.g: \"Paragraph\". */
"%s block options" = "%s block options";

Expand Down Expand Up @@ -905,9 +908,6 @@
/* 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?";
Expand Down Expand Up @@ -1033,6 +1033,9 @@
/* Automotive site intent topic */
"Automotive" = "Automotive";

/* No comment provided by engineer. */
"Autoplay may cause usability issues for some users." = "Autoplay may cause usability issues for some users.";

/* Whether a plugin has enabled automatic updates */
"Autoupdates" = "Autoupdates";

Expand Down Expand Up @@ -5116,9 +5119,6 @@ Please install the %3$@ to use the app with this site.";
/* Confirmation title for marking all notifications under a filter as read. %1$@ is replaced by the filter name. */
"Mark all %1$@ notifications as read?" = "Mark all %1$@ notifications as read?";

/* Marks all notifications under the filter as read */
"Mark All As Read" = "Mark All As Read";

/* Confirmation title for marking all notifications as read. */
"Mark all notifications as read?" = "Mark all notifications as read?";

Expand Down Expand Up @@ -6067,8 +6067,7 @@ Please install the %3$@ to use the app with this site.";
/* Notifications Details Accessibility Identifier */
"Notification Details Table" = "Notification Details Table";

/* Link to Notification Settings section
Title displayed in the Notification settings
/* Title displayed in the Notification settings
Title of the 'Notification Settings' screen within the 'Me' tab - used for spotlight indexing on iOS. */
"Notification Settings" = "Notification Settings";

Expand Down Expand Up @@ -6108,6 +6107,21 @@ Please install the %3$@ to use the app with this site.";
/* This is one of the buttons we display when prompting the user for a review */
"notifications.appRatings.sendFeedback.yes.buttonTitle" = "Send feedback";

/* Message to use along with the post URL when sharing a post */
"notifications.share.messageWithoutPost" = "Check out my post:";

/* Message to use along with the post URL when sharing a post */
"notifications.share.messageWithPost" = "Check out my post \"%@\":";

/* Marks all notifications under the filter as read */
"notificationsViewController.navigationBar.action.markAllAsRead" = "Mark All As Read";

/* Link to Notification Settings section */
"notificationsViewController.navigationBar.action.settings" = "Notification Settings";

/* Accessibility label for the navigation bar menu button */
"notificationsViewController.navigationBar.menu.accessibilityLabel" = "Navigation Bar Menu Button";

/* Title of button to navigate to the next screen of the blogging reminders flow, setting up push notifications. */
"Notify me" = "Notify me";

Expand Down Expand Up @@ -6997,6 +7011,9 @@ Please install the %3$@ to use the app with this site.";
/* Label for a cell in the pre-publishing sheet */
"prepublishing.jetpackSocial" = "Jetpack Social";

/* Title for an error messaage in the pre-publishing sheet */
"prepublishing.mediaUploadFailed" = "Failed to upload media";

/* Placeholder for a cell in the pre-publishing sheet */
"prepublishing.postTitle" = "Title";

Expand Down Expand Up @@ -7074,6 +7091,9 @@ Tapping on this row allows the user to edit the sharing message. */
/* Label for a cell in the pre-publishing sheet */
"prepublishing.tags" = "Tags";

/* Title for a publish button state in the pre-publishing sheet */
"prepublishing.uploadingMedia" = "Uploading media";

/* Label for a cell in the pre-publishing sheet */
"prepublishing.visibility" = "Visibility";

Expand Down Expand Up @@ -7184,9 +7204,6 @@ Tapping on this row allows the user to edit the sharing message. */
/* A short phrase indicating a post is due to be immedately published. */
"Publish Immediately" = "Publish Immediately";

/* Title of button allowing the user to immediately publish the post they are editing. */
"Publish Now" = "Publish Now";

/* Text displayed in the share extension's summary view. It describes the publish page action. */
"Publish page on:" = "Publish page on:";

Expand Down Expand Up @@ -9132,6 +9149,9 @@ Example: given a notice format "Following %@" and empty site name, this will be
/* 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. */
"stats.insights.totalLikes.guideText.singular" = "Your latest post %1$@ has received %2$@ like.";

/* Stats 'Today' header */
"stats.period.todayCard.title" = "Today";

/* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */
"stats.traffic.accessibilityLabel.comments" = "Bar Chart depicting Comments for the selected period.";

Expand All @@ -9144,6 +9164,9 @@ Example: given a notice format "Following %@" and empty site name, this will be
/* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */
"stats.traffic.accessibilityLabel.visitors" = "Bar Chart depicting Visitors for the selected period.";

/* The label for the option to show Stats Traffic by day. */
"stats.traffic.day" = "By day";

/* 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. */
"stats.traffic.differenceLabelWithoutPercentage" = "%1$@%2$@";

Expand All @@ -9168,6 +9191,15 @@ Example: given a notice format "Following %@" and empty site name, this will be
/* Stats views lower than previous year */
"stats.traffic.label.yearDifference.lower" = "%@ lower than the previous year\n";

/* The label for the option to show Stats Traffic by month. */
"stats.traffic.month" = "By month";

/* The label for the option to show Stats Traffic by week. */
"stats.traffic.week" = "By week";

/* The label for the option to show Stats Traffic by year. */
"stats.traffic.year" = "By year";

/* The status of the post. Should be the same as in core WP. */
"Status" = "Status";

Expand Down Expand Up @@ -9654,7 +9686,7 @@ Example: given a notice format "Following %@" and empty site name, this will be
/* Subtitle displayed on the feature introduction view. */
"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!";

/* No comment provided by engineer. */
/* Message for when the certificate for the server is invalid. The %@ placeholder will be replaced the a host name, received from the API. */
"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?";

/* Message informing the user that posts page cannot be edited */
Expand Down Expand Up @@ -11404,6 +11436,9 @@ from anywhere.";
/* Message to show when a request for a WP.com API endpoint is throttled */
"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.";

/* Message to show to user when the app can't find WordPress.org REST API URL. */
"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.";

/* Title of button that displays the Automattic Work With Us web page */
"Work With Us" = "Work With Us";

Expand Down Expand Up @@ -11616,7 +11651,7 @@ from anywhere.";
Text to look for */
"You replied to this comment." = "You replied to this comment.";

/* No comment provided by engineer. */
/* Error messaged show when a mobile plugin is redirecting traffict to their site, DudaMobile in particular */
"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";

/* Message displayed in ignore threat alert. %1$@ is a placeholder for the blog name. */
Expand Down

0 comments on commit dd01aca

Please sign in to comment.