diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index de4e605cb3c6..d5dbcb94d690 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -18,6 +18,7 @@ * [*] Fix notice overlapping the ActionSheet that displays the More Actions in the Editor. [#16658] * [*] The quick action buttons will be hidden when iOS is using a accessibility font sizes. [#16701] * [*] Block Editor: Improve unsupported block message for reusable block. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3621] +* [**] Block Editor: Fix incorrect block insertion point after blurring the post title field. [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3640] 17.5 ----- diff --git a/WordPress/Jetpack/Resources/AppStoreStrings.po b/WordPress/Jetpack/Resources/AppStoreStrings.po new file mode 100644 index 000000000000..e199260eb873 --- /dev/null +++ b/WordPress/Jetpack/Resources/AppStoreStrings.po @@ -0,0 +1,109 @@ +# Translation of Release Notes & Apple Store Description in English (US) +# This file is distributed under the same license as the Release Notes & Apple Store Description package. +msgid "" +msgstr "" +"PO-Revision-Date: 2018-01-29 17:30-0000\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Poedit 2.0.1\n" +"Project-Id-Version: Release Notes & Apple Store Description\n" +"POT-Creation-Date: \n" +"Last-Translator: \n" +"Language-Team: \n" + +#. translators: Subtitle to be displayed below the application name in the Apple App Store. Limit to 30 characters including spaces and commas! +msgctxt "app_store_subtitle" +msgid "Make your WordPress site faster and safer. +" +msgstr "" + +#. translators: Multi-paragraph text used to display in the Apple App Store. +msgctxt "app_store_desc" +msgid "" +"Get powerful security and performance tools in your pocket with Jetpack for iOS.\n" +"\n" +"Restore your site from anywhere if something goes wrong. Scan for threats and resolve them with a tap. Keep tabs on site activity to see who changed what and when. Check your stats to see what new countries today’s visitors are coming from.\n" +"\n" +"The app also supports WordPress features that you expect. Draft a spontaneous haiku from the couch. Snap and post a photo on your lunch break. Respond to your latest comments.\n" +"\n" +"Jetpack for iOS supports WordPress sites with Jetpack enabled and an account connected to WordPress.com.\n" +"\n" +"View the Privacy Notice for California Users at https://automattic.com/privacy/#california-consumer-privacy-act-ccpa.\n" +msgstr "" + +#. translators: Keywords used in the App Store search engine to find the app. +#. Delimit with a comma between each keyword. Limit to 100 characters including spaces and commas. +msgctxt "app_store_keywords" +msgid "social,notes,jetpack,writing,geotagging,media,blog,website,blogging,journal" +msgstr "" + +msgctxt "v17.6-whats-new" +msgid "" +"With 17.6, you can add the Audio Block to any WordPress.com site, whatever plan you’re on – including the Free Plan. The Audio Block makes it easy to add podcasts, music, and sound files to your posts and pages.\n" +"\n" +"We’ve been hard at work wrangling UX improvements, too:\n" +"\n" +"When you assign a parent page to a page without a title, you’ll now see a ‘(no title)’ placeholder instead of a blank line, giving you a gentle nudge to name the page.\n" +"\n" +"You’ve never been able to edit Post Archive pages because they’re automatically generated. In 17.6, you won’t be able to open them in the editor, either, saving you a wasted trip.\n" +"\n" +"We’ve also been working on fixing things:\n" +"\n" +"We took care of some notices that had been overlapping the ActionSheet, including one that displays Site Icon controls, another displaying the QuickStart Removal, and a third that displays More Actions in the editor.\n" +"\n" +"Last up, we squashed a bug that sometimes caused the app to crash during comment moderation and another to fix a login error for WordPress.org sites to show inline.\n" +"\n" +"That’s all for 17.6. See you in 17.7!\n" +msgstr "" + +#. translators: This is a promo message that will be attached on top of the first screenshot in the App Store. +#. No specified characters limit here, but try to keep as short as the source one. +msgctxt "screenshot-text-1" +msgid "" +"Safer.\n" +"Faster.\n" +"More traffic.\n" +msgstr "" + +#. translators: This is a promo message that will be attached on top of the second screenshot in the App Store. +#. No specified characters limit here, but try to keep as short as the source one. +msgctxt "screenshot-text-2" +msgid "" +"Bring your\n" +"Jetpack with you.\n" +msgstr "" + +#. translators: This is a promo message that will be attached on top of the third screenshot in the App Store. +#. No specified characters limit here, but try to keep as short as the source one. +msgctxt "screenshot-text-3" +msgid "" +"Keep tabs on\n" +"your site activity.\n" +msgstr "" + +#. translators: This is a promo message that will be attached on top of the fourth screenshot in the App Store. +#. No specified characters limit here, but try to keep as short as the source one. +msgctxt "screenshot-text-4" +msgid "" +"Scan for issues\n" +"on the go.\n" +msgstr "" + +#. translators: This is a promo message that will be attached on top of the fifth screenshot in the App Store. +#. No specified characters limit here, but try to keep as short as the source one. +msgctxt "screenshot-text-5" +msgid "" +"Back Up your site\n" +"at any moment.\n" +msgstr "" + +#. translators: This is a promo message that will be attached on top of the fifth screenshot in the App Store. +#. No specified characters limit here, but try to keep as short as the source one. +msgctxt "screenshot-text-6" +msgid "" +"Site stats in your\n" +"pocket.\n" +msgstr "" + diff --git a/WordPress/Jetpack/Resources/release_notes.txt b/WordPress/Jetpack/Resources/release_notes.txt new file mode 100644 index 000000000000..ffd542975cec --- /dev/null +++ b/WordPress/Jetpack/Resources/release_notes.txt @@ -0,0 +1,15 @@ +With 17.6, you can add the Audio Block to any WordPress.com site, whatever plan you’re on – including the Free Plan. The Audio Block makes it easy to add podcasts, music, and sound files to your posts and pages. + +We’ve been hard at work wrangling UX improvements, too: + +When you assign a parent page to a page without a title, you’ll now see a ‘(no title)’ placeholder instead of a blank line, giving you a gentle nudge to name the page. + +You’ve never been able to edit Post Archive pages because they’re automatically generated. In 17.6, you won’t be able to open them in the editor, either, saving you a wasted trip. + +We’ve also been working on fixing things: + +We took care of some notices that had been overlapping the ActionSheet, including one that displays Site Icon controls, another displaying the QuickStart Removal, and a third that displays More Actions in the editor. + +Last up, we squashed a bug that sometimes caused the app to crash during comment moderation and another to fix a login error for WordPress.org sites to show inline. + +That’s all for 17.6. See you in 17.7! diff --git a/WordPress/Resources/fr.lproj/Localizable.strings b/WordPress/Resources/fr.lproj/Localizable.strings index 1ada8eec3dab..e541d79e639a 100644 --- a/WordPress/Resources/fr.lproj/Localizable.strings +++ b/WordPress/Resources/fr.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-06-11 14:21:19+0000 */ +/* Translation-Revision-Date: 2021-06-23 13:54:07+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: fr */ @@ -34,10 +34,10 @@ "%1$@ to fix threats." = "%1$@ pour corriger les menaces."; /* 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"; +"%1$d Like" = "%1$d mention J’aime"; /* 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"; +"%1$d Likes" = "%1$d mentions J’aime"; /* Singular format string for displaying the number of post likes. %1$d is the number of likes. */ "%1$d blogger likes this." = "%1$d blogueur aime ceci."; @@ -758,13 +758,13 @@ "Are you sure you want to mark this comment as Spam?" = "Êtes-vous sûr de vouloir marquer ce commentaire comme indésirable ?"; /* Message asking for confirmation before marking a comment as trash */ -"Are you sure you want to mark this comment as Trash?" = "Are you sure you want to mark this comment as Trash?"; +"Are you sure you want to mark this comment as Trash?" = "Voulez-vous vraiment marquer ce commentaire comme indésirable ?"; /* 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?" = "Êtes-vous sûr de vouloir supprimer définitivement les éléments sélectionnés ?"; /* Message asking for confirmation on comment deletion */ -"Are you sure you want to permanently delete this comment?" = "Are you sure you want to permanently delete this comment?"; +"Are you sure you want to permanently delete this comment?" = "Voulez-vous vraiment supprimer définitivement ce commentaire ?"; /* 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?" = "Confirmez-vous vouloir supprimer définitivement cet élément ?"; @@ -906,7 +906,7 @@ "Back" = "Retour"; /* No comment provided by engineer. */ -"Background Color" = "Background Color"; +"Background Color" = "Couleur d’arrière-plan"; /* Title of the cell displaying status of a backup in progress */ "Backing up site" = "Sauvegarde du site"; @@ -1289,7 +1289,7 @@ "Choose Homepage" = "Sélectionner la page d’accueil"; /* Button allowing the user to choose an image from their device to use as their site icon */ -"Choose Image From My Device" = "Choose Image From My Device"; +"Choose Image From My Device" = "Choisir une image depuis mon appareil"; /* Title for settings section which allows user to select their home page and posts page */ "Choose Pages" = "Choisir les pages"; @@ -1819,7 +1819,7 @@ "Create Story Post" = "Créer une publication de story"; /* Button allowing the user to create a site icon by choosing an emoji character */ -"Create With Emoji" = "Create With Emoji"; +"Create With Emoji" = "Créer avec un Emoji"; /* Create WordPress.com site button */ "Create WordPress.com site" = "Créer un site WordPress.com"; @@ -1843,7 +1843,7 @@ "Create a post, page, or story" = "Créez un article, une page ou une story"; /* No comment provided by engineer. */ -"Create a site icon" = "Create a site icon"; +"Create a site icon" = "Créer une icône de site"; /* Label that describes the download backup action */ "Create downloadable backup" = "Créer une sauvegarde téléchargeable"; @@ -2538,7 +2538,7 @@ "Error activating %@." = "Erreur lors de l’activation de %@."; /* Message shown when approving a Comment fails. */ -"Error approving comment" = "Error approving comment"; +"Error approving comment" = "Erreur lors de l’approbation du commentaire"; /* No comment (test) This secondary message is displayed if a user encounters a general error. */ @@ -2548,7 +2548,7 @@ "Error deactivating %@." = "Erreur lors de la désactivation de %@."; /* Message shown when deleting a Comment fails. */ -"Error deleting comment" = "Error deleting comment"; +"Error deleting comment" = "Erreur lors de la suppression du commentaire"; /* There was an error disabling autoupdates for a plugin, placeholder is the plugin name */ "Error disabling autoupdates for %@." = "Erreur lors de la désactivation des mises à jour automatiques pour %@."; @@ -2572,7 +2572,7 @@ "Error loading plugins" = "Erreur lors du chargement des extensions."; /* Message shown when marking a Comment as spam fails. */ -"Error marking comment as spam" = "Error marking comment as spam"; +"Error marking comment as spam" = "Erreur lors du marquage du commentaire comme indésirable"; /* Text displayed in HUD while a post revision is being loaded. */ "Error occurred\nduring loading" = "Une erreur est survenue\npendant le chargement"; @@ -2608,7 +2608,7 @@ "Error sending verification email. Check your connection and try again." = "L’envoi de l’e-mail de vérification a échoué. Vérifiez votre connexion et essayez à nouveau."; /* Message shown when unapproving a Comment fails. */ -"Error unapproving comment" = "Error unapproving comment"; +"Error unapproving comment" = "Erreur lors de la désapprobation du commentaire"; /* There was an error updating a plugin, placeholder is the plugin name */ "Error updating %@." = "Erreur lors de la mise à jour de %@."; @@ -3465,7 +3465,7 @@ "Jetpack could not be installed at this time." = "Impossible d’installer Jetpack pour le moment."; /* Subject of new Zendesk ticket. */ -"Jetpack for iOS Support" = "Jetpack for iOS Support"; +"Jetpack for iOS Support" = "Support Jetpack pour iOS"; /* The Jetpack view title for the success state */ "Jetpack installed" = "Jetpack installé"; @@ -4730,7 +4730,7 @@ "People" = "Personnes"; /* Informative tip shown to user in the Blogging Reminders Settings screen. */ -"People who post at least twice weekly get 87% more views on their site." = "People who post at least twice weekly get 87% more views on their site."; +"People who post at least twice weekly get 87% more views on their site." = "Les personnes qui publient au moins deux fois par semaine obtiennent 87 % de vues en plus sur leur site."; /* Label for date periods. */ "Period" = "Période"; @@ -5351,7 +5351,7 @@ "Remove Site Icon" = "Retirer l’icône du site"; /* No comment provided by engineer. */ -"Remove as Featured Image " = "Remove as Featured Image "; +"Remove as Featured Image " = "Retirer en tant qu’image mise en avant "; /* Option to remove Insight from view. */ "Remove from insights" = "Retirer des thématiques"; @@ -5895,7 +5895,7 @@ "Set Parent" = "Configurer le parent"; /* No comment provided by engineer. */ -"Set as Featured Image " = "Set as Featured Image "; +"Set as Featured Image " = "Définir en tant qu’image mise en avant "; /* Label for a button that sets the selected page as the site's Homepage */ "Set as Homepage" = "Définir comme page d’accueil"; @@ -5904,7 +5904,7 @@ "Set as Posts Page" = "Définir comme page des articles"; /* Title of the set goals button in the Blogging Reminders Settings flow. */ -"Set goals" = "Set goals"; +"Set goals" = "Définir des objectifs"; /* The Jetpack view button title for the success state */ "Set up" = "Configurer"; @@ -6630,7 +6630,7 @@ "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?" = "Le certificat de ce serveur n’est pas valide. Le serveur auquel vous vous connectez prétend être « %@ », ce qui peut constituer un risque de sécurité pour vos données confidentielles.\n\nSouhaitez-vous faire confiance au certificat malgré tout ?"; /* Message informing the user that posts page cannot be edited */ -"The content of your latest posts page is automatically generated and cannot be edited." = "The content of your latest posts page is automatically generated and cannot be edited."; +"The content of your latest posts page is automatically generated and cannot be edited." = "Le contenu de la page de vos derniers articles est automatiquement généré et n’est pas modifiable."; /* Title for a threat that includes the file name of the file */ "The file %1$@ contains a malicious code pattern" = "Le fichier %1$@ contient un modèle de code malveillant"; @@ -6947,7 +6947,7 @@ "Time to finish setting up your site! Our checklist walks you through the next steps." = "C’est le moment de terminer les réglages de votre ! Notre check-list vous amènera à la prochaine étape."; /* Title of a panel shown in the Blogging Reminders Settings screen, providing the user with a helpful tip. */ -"Tip" = "Tip"; +"Tip" = "Conseil"; /* WordPress.com Marketing Footer Text */ "Tips for getting the most out of WordPress.com." = "Conseils pour tirer le meilleur de WordPress.com."; @@ -7421,7 +7421,7 @@ "Update Profile Photo" = "Mettre à jour la photo de profil"; /* Title for sheet displayed allowing user to update their site icon */ -"Update Site Icon" = "Update Site Icon"; +"Update Site Icon" = "Mettre à jour l’icône du site"; /* Accessibility hint for the Comments button in Stats Overview. */ "Updates the bar chart to show comments." = "Mise à jour du graphique à barres pour afficher les commentaires."; @@ -8232,7 +8232,7 @@ "You can update this any time via My Site > Site Settings" = "Vous pouvez le mettre à jour à tout moment via Mon site > Réglages du site"; /* Prompt shown on the Blogging Reminders Settings screen. */ -"You can update this anytime" = "You can update this anytime"; +"You can update this anytime" = "Vous pouvez le mettre à jour à tout moment"; /* No comment provided by engineer. */ "You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider." = "Vous ne pouvez pas utiliser cette adresse e-mail pour vous inscrire. Nous rencontrons des problèmes avec ce service qui bloque parfois nos e-mails. Veuillez utiliser un autre fournisseur d'e-mail."; @@ -8324,7 +8324,7 @@ "You will not be able to change your username back." = "Vous ne pourrez pas revenir à ce nom d’utilisateur."; /* Description shown on the completion screen of the Blogging Reminders Settings screen. */ -"You'll get reminders to blog X times a week on DAY and DAY." = "You'll get reminders to blog X times a week on DAY and DAY."; +"You'll get reminders to blog X times a week on DAY and DAY." = "Vous recevrez des rappels pour bloguer X fois par semaine le JOUR et le JOUR."; /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Vous êtes à jour !"; @@ -8378,7 +8378,7 @@ "Your post is currently being uploaded. Please wait until this completes." = "Vous êtes actuellement en train de téléverser une publication. Veuillez patienter jusqu’à ce que soit terminé."; /* Description on the first screen of the Blogging Reminders Settings flow. */ -"Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress." = "Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress."; +"Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress." = "Votre article est en cours de publication… En attendant, définissez vos objectifs de blog pour recevoir des rappels et suivez votre progression."; /* Message of Export Content confirmation alert; substitution is user's email address */ "Your posts, pages, and settings will be mailed to you at %@." = "Vos articles, pages et réglages vous seront envoyés par e-mail à %@."; @@ -8399,7 +8399,7 @@ "Your site has been succesfully restored" = "Votre site a été restauré avec succès"; /* No comment provided by engineer. */ -"Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader." = "Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader."; +"Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader." = "L’icône de votre site est utilisée sur le Web : dans les onglets des navigateurs, les aperçus de site sur les réseaux sociaux et le Lecteur WordPress.com."; /* Title of a message displayed when user starts a restore operation */ "Your site is being restored" = "Votre site est en cours de restauration."; diff --git a/WordPress/Resources/he.lproj/Localizable.strings b/WordPress/Resources/he.lproj/Localizable.strings index eda4ecc15c82..6fcd473cf043 100644 --- a/WordPress/Resources/he.lproj/Localizable.strings +++ b/WordPress/Resources/he.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-06-11 08:54:47+0000 */ +/* Translation-Revision-Date: 2021-06-23 11:54:07+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: he_IL */ @@ -34,10 +34,10 @@ "%1$@ to fix threats." = "%1$@ כדי לתקן את האיומים."; /* 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"; +"%1$d Like" = "לייק ⁦%1$d⁩"; /* 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"; +"%1$d Likes" = "⁦%1$d⁩ לייקים"; /* Singular format string for displaying the number of post likes. %1$d is the number of likes. */ "%1$d blogger likes this." = "בלוגר ⁦%1$d⁩ סימן לייק על זה."; @@ -758,13 +758,13 @@ "Are you sure you want to mark this comment as Spam?" = "האם אכן ברצונך לסמן תגובה זו כתגובת זבל?"; /* Message asking for confirmation before marking a comment as trash */ -"Are you sure you want to mark this comment as Trash?" = "Are you sure you want to mark this comment as Trash?"; +"Are you sure you want to mark this comment as Trash?" = "האם ברצונך לסמן את התגובה הזאת כ'זבל'?"; /* 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?" = "האם אתה בטוח שברצונך למחוק לצמיתות את הפריטים שנבחרו?"; /* Message asking for confirmation on comment deletion */ -"Are you sure you want to permanently delete this comment?" = "Are you sure you want to permanently delete this comment?"; +"Are you sure you want to permanently delete this comment?" = "האם ברצונך למחוק לצמיתות את התגובה הזאת?"; /* 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?" = "האם אכן ברצונך למחוק פריט זה לצמיתות?"; @@ -906,7 +906,7 @@ "Back" = "חזרה"; /* No comment provided by engineer. */ -"Background Color" = "Background Color"; +"Background Color" = "צבע הרקע"; /* Title of the cell displaying status of a backup in progress */ "Backing up site" = "מגבה את האתר"; @@ -1289,7 +1289,7 @@ "Choose Homepage" = "לבחור עמוד בית"; /* Button allowing the user to choose an image from their device to use as their site icon */ -"Choose Image From My Device" = "Choose Image From My Device"; +"Choose Image From My Device" = "לבחור תמונות מהמכשיר שלי"; /* Title for settings section which allows user to select their home page and posts page */ "Choose Pages" = "לבחור עמודים"; @@ -1819,7 +1819,7 @@ "Create Story Post" = "ליצור פוסט של סטורי"; /* Button allowing the user to create a site icon by choosing an emoji character */ -"Create With Emoji" = "Create With Emoji"; +"Create With Emoji" = "ליצור עם אמוג'י"; /* Create WordPress.com site button */ "Create WordPress.com site" = "יצירת אתר בוורדפרס.קום"; @@ -1843,7 +1843,7 @@ "Create a post, page, or story" = "ליצור פוסט, עמוד או סטורי חדש"; /* No comment provided by engineer. */ -"Create a site icon" = "Create a site icon"; +"Create a site icon" = "ליצור את סמל האתר"; /* Label that describes the download backup action */ "Create downloadable backup" = "ליצור גיבוי להורדה"; @@ -2442,7 +2442,7 @@ "Email sent!" = "האימייל נשלח!"; /* No comment provided by engineer. */ -"Emoji" = "Emoji"; +"Emoji" = "אמוג'י"; /* Accessibility value presented in the signup epilogue for an empty value. Label for size of media when the cache is empty. */ @@ -2538,7 +2538,7 @@ "Error activating %@." = "שגיאה בהפעלה של %@."; /* Message shown when approving a Comment fails. */ -"Error approving comment" = "Error approving comment"; +"Error approving comment" = "שגיאה באישור התגובה"; /* No comment (test) This secondary message is displayed if a user encounters a general error. */ @@ -2548,7 +2548,7 @@ "Error deactivating %@." = "שגיאה בהשבתה של %@."; /* Message shown when deleting a Comment fails. */ -"Error deleting comment" = "Error deleting comment"; +"Error deleting comment" = "שגיאה במחיקת התגובה"; /* There was an error disabling autoupdates for a plugin, placeholder is the plugin name */ "Error disabling autoupdates for %@." = "שגיאה בעת השבתת העדכונים האוטומטיים של %@."; @@ -2572,7 +2572,7 @@ "Error loading plugins" = "שגיאה בטעינת התוספים"; /* Message shown when marking a Comment as spam fails. */ -"Error marking comment as spam" = "Error marking comment as spam"; +"Error marking comment as spam" = "שגיאה בסימון התגובה כתגובת זבל"; /* Text displayed in HUD while a post revision is being loaded. */ "Error occurred\nduring loading" = "אירעה שגיאה \nבמהלך הטעינה"; @@ -2608,7 +2608,7 @@ "Error sending verification email. Check your connection and try again." = "שגיאה בשליחה האימייל לאימות. יש לבדוק את החיבור ולנסות שוב."; /* Message shown when unapproving a Comment fails. */ -"Error unapproving comment" = "Error unapproving comment"; +"Error unapproving comment" = "שגיאה בביטול האישור של התגובה"; /* There was an error updating a plugin, placeholder is the plugin name */ "Error updating %@." = "שגיאה בעדכון ב %@."; @@ -3465,7 +3465,7 @@ "Jetpack could not be installed at this time." = "אין אפשרות להתקין את Jetpack כעת."; /* Subject of new Zendesk ticket. */ -"Jetpack for iOS Support" = "Jetpack for iOS Support"; +"Jetpack for iOS Support" = "תמיכה ב-Jetpack ל-iOS"; /* The Jetpack view title for the success state */ "Jetpack installed" = "Jetpack מותקן"; @@ -4730,7 +4730,7 @@ "People" = "אנשים"; /* Informative tip shown to user in the Blogging Reminders Settings screen. */ -"People who post at least twice weekly get 87% more views on their site." = "People who post at least twice weekly get 87% more views on their site."; +"People who post at least twice weekly get 87% more views on their site." = "אנשים שמפרסמים לפחות פעמיים בשבוע מקבלים 87% יותר צפיות באתר שלהם."; /* Label for date periods. */ "Period" = "תקופה"; @@ -5351,7 +5351,7 @@ "Remove Site Icon" = "הסרת סמל האתר"; /* No comment provided by engineer. */ -"Remove as Featured Image " = "Remove as Featured Image "; +"Remove as Featured Image " = "להסיר מהתמונה המרכזית "; /* Option to remove Insight from view. */ "Remove from insights" = "הסרה מהתובנות"; @@ -5895,7 +5895,7 @@ "Set Parent" = "הגדרת הורה"; /* No comment provided by engineer. */ -"Set as Featured Image " = "Set as Featured Image "; +"Set as Featured Image " = "להגדיר כתמונה מרכזית "; /* Label for a button that sets the selected page as the site's Homepage */ "Set as Homepage" = "להגדיר כעמוד הבית"; @@ -5904,7 +5904,7 @@ "Set as Posts Page" = "להגדיר כעמוד פוסטים"; /* Title of the set goals button in the Blogging Reminders Settings flow. */ -"Set goals" = "Set goals"; +"Set goals" = "לקבוע מטרות"; /* The Jetpack view button title for the success state */ "Set up" = "הגדרה"; @@ -6630,7 +6630,7 @@ "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?" = "האישור עבור שרת זה אינו חוקי. ייתכן שאתה מתחבר לשרת שמתחזה ל-"%@", מה שעלול לסכן את המידע הסודי שלך.\n\nלבטוח באישור בכל מקרה?"; /* Message informing the user that posts page cannot be edited */ -"The content of your latest posts page is automatically generated and cannot be edited." = "The content of your latest posts page is automatically generated and cannot be edited."; +"The content of your latest posts page is automatically generated and cannot be edited." = "התוכן בעמוד 'הפוסטים האחרונים' מיוצר באופן אוטומטי ולא ניתן לערוך אותו."; /* Title for a threat that includes the file name of the file */ "The file %1$@ contains a malicious code pattern" = "הקובץ %1$@ מכיל תבנית של קוד זדוני"; @@ -6947,7 +6947,7 @@ "Time to finish setting up your site! Our checklist walks you through the next steps." = "הגיע הזמן לסיים את הגדרת האתר שלך! רשימת המשימות שלנו תדריך אותך בשלבים הבאים."; /* Title of a panel shown in the Blogging Reminders Settings screen, providing the user with a helpful tip. */ -"Tip" = "Tip"; +"Tip" = "עצה"; /* WordPress.com Marketing Footer Text */ "Tips for getting the most out of WordPress.com." = "טיפים כדי להפיק את המיטב מ-WordPress.com."; @@ -7421,7 +7421,7 @@ "Update Profile Photo" = "עדכון תמונת פרופיל"; /* Title for sheet displayed allowing user to update their site icon */ -"Update Site Icon" = "Update Site Icon"; +"Update Site Icon" = "לעדכן את סמל האתר"; /* Accessibility hint for the Comments button in Stats Overview. */ "Updates the bar chart to show comments." = "הפעולה מעדכנת את תרשים העמודות לתצוגה של תגובות."; @@ -8232,7 +8232,7 @@ "You can update this any time via My Site > Site Settings" = "אפשר לעדכן את ההגדרה הזאת בכל עת דרך 'האתר שלי' > 'הגדרות אתר'"; /* Prompt shown on the Blogging Reminders Settings screen. */ -"You can update this anytime" = "You can update this anytime"; +"You can update this anytime" = "אפשר לעדכן את ההגדרה הזאת בכל עת"; /* No comment provided by engineer. */ "You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider." = "לא ניתן להשתמש בכתובת אימייל זו להרשמה. ספק זה חוסם חלק מהאימיילים שלנו. יש להשתמש בספק אימייל אחר."; @@ -8324,7 +8324,7 @@ "You will not be able to change your username back." = "לא תהיה לך אפשרות לשנות את שם המשתמש בחזרה."; /* Description shown on the completion screen of the Blogging Reminders Settings screen. */ -"You'll get reminders to blog X times a week on DAY and DAY." = "You'll get reminders to blog X times a week on DAY and DAY."; +"You'll get reminders to blog X times a week on DAY and DAY." = "אנחנו נשלח לך תזכורות לכתוב בלוג X פעמים בשבוע ביום Y וביום Z."; /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "הכול מעודכן!"; @@ -8378,7 +8378,7 @@ "Your post is currently being uploaded. Please wait until this completes." = "הפוסט שלך מועלה כעת. יש להמתין להשלמת הפעולה."; /* Description on the first screen of the Blogging Reminders Settings flow. */ -"Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress." = "Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress."; +"Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress." = "הפוסט שלך מתפרסם... בינתיים, אפשר להגדיר את המטרות שלך לבלוג כדי לקבל תזכורות ולעקוב אחר ההתקדמות שלך."; /* Message of Export Content confirmation alert; substitution is user's email address */ "Your posts, pages, and settings will be mailed to you at %@." = "הפוסטים, העמודים וההגדרות שלך יישלחו באימייל לכתובת %@."; @@ -8399,7 +8399,7 @@ "Your site has been succesfully restored" = "האתר שלך שוחזר בהצלחה"; /* No comment provided by engineer. */ -"Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader." = "Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader."; +"Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader." = "הסמל של האתר מופיע במקומות שונים באינטרנט, בלשוניות של הדפדפן, בתצוגות מקדימות של האתר ברשתות החברתיות וב-Reader של WordPress.com."; /* Title of a message displayed when user starts a restore operation */ "Your site is being restored" = "אנחנו משחזרים את האתר שלך כעת"; diff --git a/WordPress/Resources/id.lproj/Localizable.strings b/WordPress/Resources/id.lproj/Localizable.strings index 18c78f5c4a97..74629aa05b5b 100644 --- a/WordPress/Resources/id.lproj/Localizable.strings +++ b/WordPress/Resources/id.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-06-10 20:34:21+0000 */ +/* Translation-Revision-Date: 2021-06-23 12:54:48+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: id */ @@ -34,10 +34,10 @@ "%1$@ to fix threats." = "%1$@ untuk memperbaiki ancaman."; /* 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"; +"%1$d Like" = "%1$d Suka"; /* 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"; +"%1$d Likes" = "%1$d Suka"; /* Singular format string for displaying the number of post likes. %1$d is the number of likes. */ "%1$d blogger likes this." = "%1$d blogger menyukai ini."; @@ -758,13 +758,13 @@ "Are you sure you want to mark this comment as Spam?" = "Apakah Anda yakin ingin menandai komentar ini sebagai Spam?"; /* Message asking for confirmation before marking a comment as trash */ -"Are you sure you want to mark this comment as Trash?" = "Are you sure you want to mark this comment as Trash?"; +"Are you sure you want to mark this comment as Trash?" = "Anda yakin ingin menandai komentar ini sebagai Sampah?"; /* 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?" = "Anda yakin ingin menghapus item ini secara permanen?"; /* Message asking for confirmation on comment deletion */ -"Are you sure you want to permanently delete this comment?" = "Are you sure you want to permanently delete this comment?"; +"Are you sure you want to permanently delete this comment?" = "Anda yakin ingin menghapus komentar ini secara permanen?"; /* 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?" = "Anda yakin ingin menghapus item ini secara permanen?"; @@ -906,7 +906,7 @@ "Back" = "Kembali"; /* No comment provided by engineer. */ -"Background Color" = "Background Color"; +"Background Color" = "Warna Latar Belakang"; /* Title of the cell displaying status of a backup in progress */ "Backing up site" = "Mencadangkan situs"; @@ -1289,7 +1289,7 @@ "Choose Homepage" = "Pilih Halaman Beranda"; /* Button allowing the user to choose an image from their device to use as their site icon */ -"Choose Image From My Device" = "Choose Image From My Device"; +"Choose Image From My Device" = "Pilih Gambar dari Perangkat Saya"; /* Title for settings section which allows user to select their home page and posts page */ "Choose Pages" = "Pilih Halaman"; @@ -1819,7 +1819,7 @@ "Create Story Post" = "Buat Pos Cerita"; /* Button allowing the user to create a site icon by choosing an emoji character */ -"Create With Emoji" = "Create With Emoji"; +"Create With Emoji" = "Buat dengan Emotikon"; /* Create WordPress.com site button */ "Create WordPress.com site" = "Buat situs WordPress.com"; @@ -1843,7 +1843,7 @@ "Create a post, page, or story" = "Buat pos, halaman, atau cerita"; /* No comment provided by engineer. */ -"Create a site icon" = "Create a site icon"; +"Create a site icon" = "Buat favicon"; /* Label that describes the download backup action */ "Create downloadable backup" = "Buat cadangan yang dapat diunduh"; @@ -2442,7 +2442,7 @@ "Email sent!" = "Email terkirim!"; /* No comment provided by engineer. */ -"Emoji" = "Emoji"; +"Emoji" = "Emotikon"; /* Accessibility value presented in the signup epilogue for an empty value. Label for size of media when the cache is empty. */ @@ -2538,7 +2538,7 @@ "Error activating %@." = "Terjadi error saat mengaktifkan %@."; /* Message shown when approving a Comment fails. */ -"Error approving comment" = "Error approving comment"; +"Error approving comment" = "Error menyetujui komentar"; /* No comment (test) This secondary message is displayed if a user encounters a general error. */ @@ -2548,7 +2548,7 @@ "Error deactivating %@." = "Terjadi error saat menonaktifkan %@."; /* Message shown when deleting a Comment fails. */ -"Error deleting comment" = "Error deleting comment"; +"Error deleting comment" = "Error menghapus komentar"; /* There was an error disabling autoupdates for a plugin, placeholder is the plugin name */ "Error disabling autoupdates for %@." = "Terjadi error saat menonaktifkan pembaruan otomatis untuk %@."; @@ -2572,7 +2572,7 @@ "Error loading plugins" = "Terjadi error saat memuat plugin"; /* Message shown when marking a Comment as spam fails. */ -"Error marking comment as spam" = "Error marking comment as spam"; +"Error marking comment as spam" = "Error menandai komentar sebagai spam"; /* Text displayed in HUD while a post revision is being loaded. */ "Error occurred\nduring loading" = "Terjadi eror\nsaat memuat"; @@ -2608,7 +2608,7 @@ "Error sending verification email. Check your connection and try again." = "Terjadi error saat mengirim email verifikasi. Periksa sambungan Anda dan coba lagi."; /* Message shown when unapproving a Comment fails. */ -"Error unapproving comment" = "Error unapproving comment"; +"Error unapproving comment" = "Error menolak komentar"; /* There was an error updating a plugin, placeholder is the plugin name */ "Error updating %@." = "Error saat memperbarui %@."; @@ -3465,7 +3465,7 @@ "Jetpack could not be installed at this time." = "Jetpack tidak dapat diinstal untuk saat ini."; /* Subject of new Zendesk ticket. */ -"Jetpack for iOS Support" = "Jetpack for iOS Support"; +"Jetpack for iOS Support" = "Jetpack untuk Dukungan iOS"; /* The Jetpack view title for the success state */ "Jetpack installed" = "Jetpack sudah diinstal"; @@ -4730,7 +4730,7 @@ "People" = "Pengguna"; /* Informative tip shown to user in the Blogging Reminders Settings screen. */ -"People who post at least twice weekly get 87% more views on their site." = "People who post at least twice weekly get 87% more views on their site."; +"People who post at least twice weekly get 87% more views on their site." = "Orang-orang yang mempos setidaknya dua kali seminggu, situsnya 87% lebih banyak dilihat."; /* Label for date periods. */ "Period" = "Periode"; @@ -5351,7 +5351,7 @@ "Remove Site Icon" = "Hapus Ikon Situs"; /* No comment provided by engineer. */ -"Remove as Featured Image " = "Remove as Featured Image "; +"Remove as Featured Image " = "Hapus dari Gambar Andalan "; /* Option to remove Insight from view. */ "Remove from insights" = "Hapus dari wawasan"; @@ -5895,7 +5895,7 @@ "Set Parent" = "Atur Induk"; /* No comment provided by engineer. */ -"Set as Featured Image " = "Set as Featured Image "; +"Set as Featured Image " = "Atur sebagai Gambar Andalan "; /* Label for a button that sets the selected page as the site's Homepage */ "Set as Homepage" = "Atur sebagai Beranda"; @@ -5904,7 +5904,7 @@ "Set as Posts Page" = "Atur sebagai Halaman Pos"; /* Title of the set goals button in the Blogging Reminders Settings flow. */ -"Set goals" = "Set goals"; +"Set goals" = "Tetapkan tujuan"; /* The Jetpack view button title for the success state */ "Set up" = "Siapkan"; @@ -6630,7 +6630,7 @@ "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?" = "Sertifikat untuk server ini tidak sah. Anda mungkin tersambung dengan server yang menyamar sebagai “%@” yang bisa membuat informasi rahasia Anda beresiko,\n\nApakah Anda ingin mempercayai sertifikat itu?"; /* Message informing the user that posts page cannot be edited */ -"The content of your latest posts page is automatically generated and cannot be edited." = "The content of your latest posts page is automatically generated and cannot be edited."; +"The content of your latest posts page is automatically generated and cannot be edited." = "Konten halaman pos terbaru Anda dibuat secara otomatis dan tidak dapat disunting."; /* Title for a threat that includes the file name of the file */ "The file %1$@ contains a malicious code pattern" = "File %1$@ berisi pola kode berbahaya"; @@ -6947,7 +6947,7 @@ "Time to finish setting up your site! Our checklist walks you through the next steps." = "Waktunya menyelesaikan penyiapan situs Anda! Daftar periksa kami memberikan panduan bagi Anda untuk langkah selanjutnya."; /* Title of a panel shown in the Blogging Reminders Settings screen, providing the user with a helpful tip. */ -"Tip" = "Tip"; +"Tip" = "Tips"; /* WordPress.com Marketing Footer Text */ "Tips for getting the most out of WordPress.com." = "Kiat untuk mendapat maksimal dari WordPress.com."; @@ -7421,7 +7421,7 @@ "Update Profile Photo" = "Perbarui Foto Profil"; /* Title for sheet displayed allowing user to update their site icon */ -"Update Site Icon" = "Update Site Icon"; +"Update Site Icon" = "Perbarui Ikon Situs"; /* Accessibility hint for the Comments button in Stats Overview. */ "Updates the bar chart to show comments." = "Perbarui diagram batang untuk menampilkan komentar."; @@ -8232,7 +8232,7 @@ "You can update this any time via My Site > Site Settings" = "Anda dapat melakukan pembaruan ini kapan saja melalui Situs Saya > Pengaturan Situs"; /* Prompt shown on the Blogging Reminders Settings screen. */ -"You can update this anytime" = "You can update this anytime"; +"You can update this anytime" = "Anda dapat memperbaruinya kapan saja"; /* No comment provided by engineer. */ "You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider." = "Anda tidak dapat menggunakan alamat surel tersebut untuk pendaftaran. Kami mengalami masalah dengan mereka memblokir beberapa surel dari kami. Silahkan gunakan penyedia layanan surel lainnya."; @@ -8324,7 +8324,7 @@ "You will not be able to change your username back." = "Anda tidak akan dapat mengubah kembali nama pengguna Anda."; /* Description shown on the completion screen of the Blogging Reminders Settings screen. */ -"You'll get reminders to blog X times a week on DAY and DAY." = "You'll get reminders to blog X times a week on DAY and DAY."; +"You'll get reminders to blog X times a week on DAY and DAY." = "Anda akan mendapatkan pengingat blog X kali dalam seminggu pada hari DAY dan DAY."; /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "Semua sudah diperbarui!"; @@ -8378,7 +8378,7 @@ "Your post is currently being uploaded. Please wait until this completes." = "Pos Anda sedang diunggah. Harap tunggu hingga selesai."; /* Description on the first screen of the Blogging Reminders Settings flow. */ -"Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress." = "Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress."; +"Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress." = "Pos Anda sedang diposkan... sementara itu, tetapkan tujuan pembuatan blog untuk mendapatkan pengingat, dan lacak progres Anda."; /* Message of Export Content confirmation alert; substitution is user's email address */ "Your posts, pages, and settings will be mailed to you at %@." = "Pos, laman, dan pengaturan Anda akan dikirim melalui alamat email %@."; @@ -8399,7 +8399,7 @@ "Your site has been succesfully restored" = "Situs Anda berhasil dipulihkan"; /* No comment provided by engineer. */ -"Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader." = "Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader."; +"Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader." = "Favicon Anda digunakan di seluruh web: pada tab perambah, pratinjau situs pada media sosial, dan Pembaca WordPress.com. "; /* Title of a message displayed when user starts a restore operation */ "Your site is being restored" = "Situs Anda sedang dipulihkan"; diff --git a/WordPress/Resources/it.lproj/Localizable.strings b/WordPress/Resources/it.lproj/Localizable.strings index 84d82c400ee9..94044ccf4f9c 100644 --- a/WordPress/Resources/it.lproj/Localizable.strings +++ b/WordPress/Resources/it.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-06-10 18:32:11+0000 */ +/* Translation-Revision-Date: 2021-06-23 09:54:08+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: it */ @@ -34,10 +34,10 @@ "%1$@ to fix threats." = "%1$@ per risolvere le minacce."; /* 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"; +"%1$d Like" = "%1$d Mi piace"; /* 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"; +"%1$d Likes" = "%1$d Mi piace"; /* Singular format string for displaying the number of post likes. %1$d is the number of likes. */ "%1$d blogger likes this." = "Piace a %1$d blogger."; @@ -758,13 +758,13 @@ "Are you sure you want to mark this comment as Spam?" = "Sei sicuro di voler contrassegnare questo commento come spam?"; /* Message asking for confirmation before marking a comment as trash */ -"Are you sure you want to mark this comment as Trash?" = "Are you sure you want to mark this comment as Trash?"; +"Are you sure you want to mark this comment as Trash?" = "Desideri contrassegnare questo commento come Cestino?"; /* 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?" = "Sei sicuro di volere eliminare per sempre questi elementi?"; /* Message asking for confirmation on comment deletion */ -"Are you sure you want to permanently delete this comment?" = "Are you sure you want to permanently delete this comment?"; +"Are you sure you want to permanently delete this comment?" = "Desideri eliminare questo commento in modo permanente?"; /* 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?" = "Desideri eliminare in modo permanente questo elemento?"; @@ -906,7 +906,7 @@ "Back" = "Indietro"; /* No comment provided by engineer. */ -"Background Color" = "Background Color"; +"Background Color" = "Colore di sfondo"; /* Title of the cell displaying status of a backup in progress */ "Backing up site" = "Backup del sito in corso"; @@ -1289,7 +1289,7 @@ "Choose Homepage" = "Scegli homepage"; /* Button allowing the user to choose an image from their device to use as their site icon */ -"Choose Image From My Device" = "Choose Image From My Device"; +"Choose Image From My Device" = "Scegli un'immagine dal mio dispositivo"; /* Title for settings section which allows user to select their home page and posts page */ "Choose Pages" = "Scegli le pagine"; @@ -1819,7 +1819,7 @@ "Create Story Post" = "Crea articolo della storia"; /* Button allowing the user to create a site icon by choosing an emoji character */ -"Create With Emoji" = "Create With Emoji"; +"Create With Emoji" = "Crea con emoji"; /* Create WordPress.com site button */ "Create WordPress.com site" = "Crea un sito WordPress.com"; @@ -1843,7 +1843,7 @@ "Create a post, page, or story" = "Crea un articolo, una pagina o una storia"; /* No comment provided by engineer. */ -"Create a site icon" = "Create a site icon"; +"Create a site icon" = "Crea un'icona del sito"; /* Label that describes the download backup action */ "Create downloadable backup" = "Crea backup scaricabile"; @@ -2538,7 +2538,7 @@ "Error activating %@." = "Errore durante l'attivazione di %@."; /* Message shown when approving a Comment fails. */ -"Error approving comment" = "Error approving comment"; +"Error approving comment" = "Errore durante l'approvazione del commento"; /* No comment (test) This secondary message is displayed if a user encounters a general error. */ @@ -2548,7 +2548,7 @@ "Error deactivating %@." = "Errore durante la disattivazione di %@."; /* Message shown when deleting a Comment fails. */ -"Error deleting comment" = "Error deleting comment"; +"Error deleting comment" = "Errore durante l'eliminazione del commento"; /* There was an error disabling autoupdates for a plugin, placeholder is the plugin name */ "Error disabling autoupdates for %@." = "Errore durante la disabilitazione degli aggiornamenti automatici per %@."; @@ -2572,7 +2572,7 @@ "Error loading plugins" = "Errore durante il caricamento dei plugin."; /* Message shown when marking a Comment as spam fails. */ -"Error marking comment as spam" = "Error marking comment as spam"; +"Error marking comment as spam" = "Errore durante il contrassegno di un commento come spam"; /* Text displayed in HUD while a post revision is being loaded. */ "Error occurred\nduring loading" = "Si è verificato un errore\ndurante il caricamento"; @@ -2608,7 +2608,7 @@ "Error sending verification email. Check your connection and try again." = "Errore durante l'invio dell'email di verifica. Controlla la connessione e riprova."; /* Message shown when unapproving a Comment fails. */ -"Error unapproving comment" = "Error unapproving comment"; +"Error unapproving comment" = "Errore durante la rimozione dell'approvazione del commento"; /* There was an error updating a plugin, placeholder is the plugin name */ "Error updating %@." = "Errore durante l'aggiornamento di %@."; @@ -3465,7 +3465,7 @@ "Jetpack could not be installed at this time." = "Jetpack non può essere installato in questo momento."; /* Subject of new Zendesk ticket. */ -"Jetpack for iOS Support" = "Jetpack for iOS Support"; +"Jetpack for iOS Support" = "Supporto Jetpack per iOS"; /* The Jetpack view title for the success state */ "Jetpack installed" = "Jetpack installato"; @@ -4730,7 +4730,7 @@ "People" = "Persone"; /* Informative tip shown to user in the Blogging Reminders Settings screen. */ -"People who post at least twice weekly get 87% more views on their site." = "People who post at least twice weekly get 87% more views on their site."; +"People who post at least twice weekly get 87% more views on their site." = "Le persone che pubblicano almeno due volte alla settimana ottengono l'87% di visualizzazioni in più sul proprio sito."; /* Label for date periods. */ "Period" = "Periodo"; @@ -5351,7 +5351,7 @@ "Remove Site Icon" = "Rimuovi l'icona del sito"; /* No comment provided by engineer. */ -"Remove as Featured Image " = "Remove as Featured Image "; +"Remove as Featured Image " = "Rimuovi come immagine in evidenza "; /* Option to remove Insight from view. */ "Remove from insights" = "Rimuovi dalla panoramica"; @@ -5895,7 +5895,7 @@ "Set Parent" = "Imposta genitore"; /* No comment provided by engineer. */ -"Set as Featured Image " = "Set as Featured Image "; +"Set as Featured Image " = "Imposta come immagine in evidenza "; /* Label for a button that sets the selected page as the site's Homepage */ "Set as Homepage" = "Imposta come homepage"; @@ -5904,7 +5904,7 @@ "Set as Posts Page" = "Imposta come pagina degli articoli"; /* Title of the set goals button in the Blogging Reminders Settings flow. */ -"Set goals" = "Set goals"; +"Set goals" = "Imposta gli obiettivi"; /* The Jetpack view button title for the success state */ "Set up" = "Configura"; @@ -6630,7 +6630,7 @@ "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?" = "Il certificato per questo server non è valido. Continuando, corri il rischio di connetterti ad un server che finge di essere “%@”, il che potrebbe compromettere la sicurezza di informazioni riservate che ti appartengono.\n\nVuoi accettare comunque il certificato?"; /* Message informing the user that posts page cannot be edited */ -"The content of your latest posts page is automatically generated and cannot be edited." = "The content of your latest posts page is automatically generated and cannot be edited."; +"The content of your latest posts page is automatically generated and cannot be edited." = "Il contenuto della pagina degli articoli recenti viene generato automaticamente e non può essere modificato."; /* Title for a threat that includes the file name of the file */ "The file %1$@ contains a malicious code pattern" = "Il file %1$@ contiene un modello di codice dannoso"; @@ -6947,7 +6947,7 @@ "Time to finish setting up your site! Our checklist walks you through the next steps." = "È il momento di finire l'impostazione del tuo sito! La nostra checklist ti guida attraverso i prossimi passaggi."; /* Title of a panel shown in the Blogging Reminders Settings screen, providing the user with a helpful tip. */ -"Tip" = "Tip"; +"Tip" = "Suggerimento"; /* WordPress.com Marketing Footer Text */ "Tips for getting the most out of WordPress.com." = "Suggerimenti per utilizzare al meglio WordPress.com."; @@ -7421,7 +7421,7 @@ "Update Profile Photo" = "Aggiorna la foto del profilo"; /* Title for sheet displayed allowing user to update their site icon */ -"Update Site Icon" = "Update Site Icon"; +"Update Site Icon" = "Aggiorna icona del sito"; /* Accessibility hint for the Comments button in Stats Overview. */ "Updates the bar chart to show comments." = "Aggiorna il grafico a barre che mostra i commenti."; @@ -8232,7 +8232,7 @@ "You can update this any time via My Site > Site Settings" = "Puoi aggiornare in qualsiasi momento tramite Il mio sito > Impostazioni del sito"; /* Prompt shown on the Blogging Reminders Settings screen. */ -"You can update this anytime" = "You can update this anytime"; +"You can update this anytime" = "Puoi aggiornare questo elemento in qualsiasi momento"; /* No comment provided by engineer. */ "You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider." = "L'indirizzo email che hai inserito non può essere usato per creare l'account. Stiamo avendo problemi con il tuo provider di posta elettronica che blocca le nostre email di attivazione. Si prega di riprovare con un altro indirizzo email."; @@ -8324,7 +8324,7 @@ "You will not be able to change your username back." = "la modifica del nome utente non è reversibile."; /* Description shown on the completion screen of the Blogging Reminders Settings screen. */ -"You'll get reminders to blog X times a week on DAY and DAY." = "You'll get reminders to blog X times a week on DAY and DAY."; +"You'll get reminders to blog X times a week on DAY and DAY." = "Riceverai promemoria relativi al tuo blog X volte a settimana il GIORNO e il GIORNO."; /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "È tutto aggiornato!"; @@ -8378,7 +8378,7 @@ "Your post is currently being uploaded. Please wait until this completes." = "L'articolo è attualmente in fase di caricamento. Attendi il termine dell'operazione."; /* Description on the first screen of the Blogging Reminders Settings flow. */ -"Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress." = "Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress."; +"Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress." = "Il tuo articolo è in fase di pubblicazione... nel frattempo, imposta i tuoi obiettivi di blogging per ricevere i promemoria e monitorare i tuoi progressi."; /* Message of Export Content confirmation alert; substitution is user's email address */ "Your posts, pages, and settings will be mailed to you at %@." = "I tuoi articoli, pagine e impostazioni ti saranno inviati via email a %@."; @@ -8399,7 +8399,7 @@ "Your site has been succesfully restored" = "Il tuo sito è stato ripristinato con successo"; /* No comment provided by engineer. */ -"Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader." = "Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader."; +"Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader." = "L'icona del tuo sito viene utilizzata sul web: nelle schede del browser, nelle anteprime del sito sui social media e nel Reader di WordPress.com."; /* Title of a message displayed when user starts a restore operation */ "Your site is being restored" = "Il tuo sito è in fase di ripristino"; diff --git a/WordPress/Resources/zh-Hant.lproj/Localizable.strings b/WordPress/Resources/zh-Hant.lproj/Localizable.strings index e06cdbb0fa6c..5a3b6e6395e2 100644 --- a/WordPress/Resources/zh-Hant.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hant.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2021-06-16 00:39:37+0000 */ +/* Translation-Revision-Date: 2021-06-23 14:54:09+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/3.0.0-alpha.2 */ /* Language: zh_TW */ @@ -34,10 +34,10 @@ "%1$@ to fix threats." = "%1$@以修正威脅。"; /* 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"; +"%1$d Like" = "%1$d 按讚"; /* 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"; +"%1$d Likes" = "%1$d 按讚數"; /* Singular format string for displaying the number of post likes. %1$d is the number of likes. */ "%1$d blogger likes this." = "%1$d 位部落客說這個讚。"; @@ -758,13 +758,13 @@ "Are you sure you want to mark this comment as Spam?" = "確定要將這則留言標記為垃圾嗎?"; /* Message asking for confirmation before marking a comment as trash */ -"Are you sure you want to mark this comment as Trash?" = "Are you sure you want to mark this comment as Trash?"; +"Are you sure you want to mark this comment as Trash?" = "確定要將這則留言標示為垃圾嗎?"; /* 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?" = "確定要永久刪除選取的項目?"; /* Message asking for confirmation on comment deletion */ -"Are you sure you want to permanently delete this comment?" = "Are you sure you want to permanently delete this comment?"; +"Are you sure you want to permanently delete this comment?" = "確定要永久刪除此留言?"; /* 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?" = "確定要永久刪除這些項目?"; @@ -906,7 +906,7 @@ "Back" = "上一頁"; /* No comment provided by engineer. */ -"Background Color" = "Background Color"; +"Background Color" = "背景色彩"; /* Title of the cell displaying status of a backup in progress */ "Backing up site" = "正在備份網站"; @@ -1289,7 +1289,7 @@ "Choose Homepage" = "選擇首頁"; /* Button allowing the user to choose an image from their device to use as their site icon */ -"Choose Image From My Device" = "Choose Image From My Device"; +"Choose Image From My Device" = "從我的裝置選擇圖片"; /* Title for settings section which allows user to select their home page and posts page */ "Choose Pages" = "選擇頁面"; @@ -1819,7 +1819,7 @@ "Create Story Post" = "建立限時動態文章"; /* Button allowing the user to create a site icon by choosing an emoji character */ -"Create With Emoji" = "Create With Emoji"; +"Create With Emoji" = "使用表情圖示建立"; /* Create WordPress.com site button */ "Create WordPress.com site" = "建立 WordPress.com 網站"; @@ -1843,7 +1843,7 @@ "Create a post, page, or story" = "建立文章、頁面或限時動態"; /* No comment provided by engineer. */ -"Create a site icon" = "Create a site icon"; +"Create a site icon" = "建立網站圖示"; /* Label that describes the download backup action */ "Create downloadable backup" = "建立可下載的備份"; @@ -2442,7 +2442,7 @@ "Email sent!" = "已傳送電子郵件!"; /* No comment provided by engineer. */ -"Emoji" = "Emoji"; +"Emoji" = "表情圖示"; /* Accessibility value presented in the signup epilogue for an empty value. Label for size of media when the cache is empty. */ @@ -2538,7 +2538,7 @@ "Error activating %@." = "啟用 %@ 時發生錯誤。"; /* Message shown when approving a Comment fails. */ -"Error approving comment" = "Error approving comment"; +"Error approving comment" = "核准留言時發生錯誤"; /* No comment (test) This secondary message is displayed if a user encounters a general error. */ @@ -2548,7 +2548,7 @@ "Error deactivating %@." = "停用 %@ 時發生錯誤。"; /* Message shown when deleting a Comment fails. */ -"Error deleting comment" = "Error deleting comment"; +"Error deleting comment" = "刪除留言時發生錯誤"; /* There was an error disabling autoupdates for a plugin, placeholder is the plugin name */ "Error disabling autoupdates for %@." = "為 %@ 停用自動更新時發生錯誤。"; @@ -2572,7 +2572,7 @@ "Error loading plugins" = "載入外掛程式時發生錯誤"; /* Message shown when marking a Comment as spam fails. */ -"Error marking comment as spam" = "Error marking comment as spam"; +"Error marking comment as spam" = "將留言標示為垃圾訊息時發生錯誤"; /* Text displayed in HUD while a post revision is being loaded. */ "Error occurred\nduring loading" = "Error occurred\nduring loading"; @@ -2608,7 +2608,7 @@ "Error sending verification email. Check your connection and try again." = "傳送驗證電子郵件時發生錯誤。請檢查你的連線並再試一次。"; /* Message shown when unapproving a Comment fails. */ -"Error unapproving comment" = "Error unapproving comment"; +"Error unapproving comment" = "取消核准留言時發生錯誤"; /* There was an error updating a plugin, placeholder is the plugin name */ "Error updating %@." = "更新 %@ 時發生錯誤。"; @@ -3465,7 +3465,7 @@ "Jetpack could not be installed at this time." = "目前無法安裝 Jetpack。"; /* Subject of new Zendesk ticket. */ -"Jetpack for iOS Support" = "Jetpack for iOS Support"; +"Jetpack for iOS Support" = "iOS 版 Jetpack 支援"; /* The Jetpack view title for the success state */ "Jetpack installed" = "已安裝 Jetpack"; @@ -4730,7 +4730,7 @@ "People" = "使用者"; /* Informative tip shown to user in the Blogging Reminders Settings screen. */ -"People who post at least twice weekly get 87% more views on their site." = "People who post at least twice weekly get 87% more views on their site."; +"People who post at least twice weekly get 87% more views on their site." = "每週至少發文兩次,網站瀏覽量增加 87%。"; /* Label for date periods. */ "Period" = "期間"; @@ -5351,7 +5351,7 @@ "Remove Site Icon" = "移除網站圖示"; /* No comment provided by engineer. */ -"Remove as Featured Image " = "Remove as Featured Image "; +"Remove as Featured Image " = "移除特色圖片 "; /* Option to remove Insight from view. */ "Remove from insights" = "從洞察報告中移除"; @@ -5895,7 +5895,7 @@ "Set Parent" = "設定上層項目"; /* No comment provided by engineer. */ -"Set as Featured Image " = "Set as Featured Image "; +"Set as Featured Image " = "設為精選圖片 "; /* Label for a button that sets the selected page as the site's Homepage */ "Set as Homepage" = "設為首頁"; @@ -5904,7 +5904,7 @@ "Set as Posts Page" = "設定為文章頁面"; /* Title of the set goals button in the Blogging Reminders Settings flow. */ -"Set goals" = "Set goals"; +"Set goals" = "設定目標"; /* The Jetpack view button title for the success state */ "Set up" = "設定"; @@ -6630,7 +6630,7 @@ "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?" = "此伺服器的憑證無效。你可能正連線至冒充為「%@」的伺服器,而這可能洩漏你的機密資料。\n\n是否仍然要信任憑證?"; /* Message informing the user that posts page cannot be edited */ -"The content of your latest posts page is automatically generated and cannot be edited." = "The content of your latest posts page is automatically generated and cannot be edited."; +"The content of your latest posts page is automatically generated and cannot be edited." = "最新文章頁面的內容由系統自動產生,無法編輯。"; /* Title for a threat that includes the file name of the file */ "The file %1$@ contains a malicious code pattern" = "檔案 %1$@ 包含惡意程式碼模式"; @@ -6947,7 +6947,7 @@ "Time to finish setting up your site! Our checklist walks you through the next steps." = "完成你的網站設定的時候到了!我們的檢查清單會引導你完成後續步驟。"; /* Title of a panel shown in the Blogging Reminders Settings screen, providing the user with a helpful tip. */ -"Tip" = "Tip"; +"Tip" = "秘訣"; /* WordPress.com Marketing Footer Text */ "Tips for getting the most out of WordPress.com." = "讓 WordPress.com 發揮最大功效的秘訣。"; @@ -7421,7 +7421,7 @@ "Update Profile Photo" = "更新個人檔案照片"; /* Title for sheet displayed allowing user to update their site icon */ -"Update Site Icon" = "Update Site Icon"; +"Update Site Icon" = "上傳網站圖示"; /* Accessibility hint for the Comments button in Stats Overview. */ "Updates the bar chart to show comments." = "更新長條圖以顯示留言次數。"; @@ -8232,7 +8232,7 @@ "You can update this any time via My Site > Site Settings" = "你可以隨時前往「我的網站」>「網站設定」更新此設定。"; /* Prompt shown on the Blogging Reminders Settings screen. */ -"You can update this anytime" = "You can update this anytime"; +"You can update this anytime" = "你可以隨時更新"; /* No comment provided by engineer. */ "You cannot use that email address to signup. We are having problems with them blocking some of our email. Please use another email provider." = "你無法使用該電子郵件地址註冊。我們無法使用這些電子郵件地址,因為它們會阻擋我們的某些郵件。請使用其他電子郵件供應商。"; @@ -8324,7 +8324,7 @@ "You will not be able to change your username back." = "一旦變更使用者名稱就無法復原。"; /* Description shown on the completion screen of the Blogging Reminders Settings screen. */ -"You'll get reminders to blog X times a week on DAY and DAY." = "You'll get reminders to blog X times a week on DAY and DAY."; +"You'll get reminders to blog X times a week on DAY and DAY." = "系統將在每週 DAY 和 DAY 提醒你 X 次要寫網誌。"; /* Displayed in the Notifications Tab as a title, when the Unread Filter shows no unread notifications as a title */ "You're all up to date!" = "全部都是最新版本!"; @@ -8378,7 +8378,7 @@ "Your post is currently being uploaded. Please wait until this completes." = "目前正在上傳你的文章。 請等待此作業完成。"; /* Description on the first screen of the Blogging Reminders Settings flow. */ -"Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress." = "Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress."; +"Your post is publishing... in the meantime, set up your blogging goals to get reminders, and track your progress." = "你的文章正在發表… 這段時間請設定你要系統提醒的網誌目標,以便追蹤進度。"; /* Message of Export Content confirmation alert; substitution is user's email address */ "Your posts, pages, and settings will be mailed to you at %@." = "我們會將你的文章、網頁與設定透過電子郵件傳送至 %@。"; @@ -8399,7 +8399,7 @@ "Your site has been succesfully restored" = "已成功還原你的網站"; /* No comment provided by engineer. */ -"Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader." = "Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader."; +"Your site icon is used across the web: in browser tabs, site previews on social media, and the WordPress.com Reader." = "整個 Web 都會使用你的網站圖示:瀏覽器索引標籤、社群媒體的網站預覽,以及 WordPress.com 閱讀器。"; /* Title of a message displayed when user starts a restore operation */ "Your site is being restored" = "正在還原網站"; diff --git a/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings index 09a651169b83..2f539dd731b6 100644 Binary files a/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/ar.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/bg.lproj/Localizable.strings b/WordPress/WordPressShareExtension/bg.lproj/Localizable.strings index 390a3e2a100a..95630478044b 100644 Binary files a/WordPress/WordPressShareExtension/bg.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/bg.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings b/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings index 37fdc9b1efb4..4ba1094514c7 100644 Binary files a/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/cs.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/cy.lproj/Localizable.strings b/WordPress/WordPressShareExtension/cy.lproj/Localizable.strings index a5760115c72f..e0eddf60712f 100644 Binary files a/WordPress/WordPressShareExtension/cy.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/cy.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/da.lproj/Localizable.strings b/WordPress/WordPressShareExtension/da.lproj/Localizable.strings index fe0a931e9c34..f0d3cc753ce6 100644 Binary files a/WordPress/WordPressShareExtension/da.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/da.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/de.lproj/Localizable.strings b/WordPress/WordPressShareExtension/de.lproj/Localizable.strings index d02af117fc4c..47e133ee694f 100644 Binary files a/WordPress/WordPressShareExtension/de.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/de.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings index 8de6754966e3..bd8aab50ce9e 100644 Binary files a/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/en-AU.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings index 2dc937c0c6b9..048a9df7c958 100644 Binary files a/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/en-CA.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings b/WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings index 3175acb9d755..aba5062b9ab4 100644 Binary files a/WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/en-GB.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/es.lproj/Localizable.strings b/WordPress/WordPressShareExtension/es.lproj/Localizable.strings index ff1fe9a717a0..bbe2ca3eafe3 100644 Binary files a/WordPress/WordPressShareExtension/es.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/es.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings b/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings index 8db1828ada05..bfb7f990766e 100644 Binary files a/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/fr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/he.lproj/Localizable.strings b/WordPress/WordPressShareExtension/he.lproj/Localizable.strings index 9b49f184111f..929ea074c688 100644 Binary files a/WordPress/WordPressShareExtension/he.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/he.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/hr.lproj/Localizable.strings b/WordPress/WordPressShareExtension/hr.lproj/Localizable.strings index c3ed95b6242c..a8ea043d9300 100644 Binary files a/WordPress/WordPressShareExtension/hr.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/hr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings b/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings index 7bad0bd81da7..49d2a30b3734 100644 Binary files a/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/hu.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/id.lproj/Localizable.strings b/WordPress/WordPressShareExtension/id.lproj/Localizable.strings index 40acd9595e65..06299cbc6aa5 100644 Binary files a/WordPress/WordPressShareExtension/id.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/id.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/is.lproj/Localizable.strings b/WordPress/WordPressShareExtension/is.lproj/Localizable.strings index b9febfcb791e..dba52b2a6ec0 100644 Binary files a/WordPress/WordPressShareExtension/is.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/is.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/it.lproj/Localizable.strings b/WordPress/WordPressShareExtension/it.lproj/Localizable.strings index 689eef6c1313..604b4e5b08e3 100644 Binary files a/WordPress/WordPressShareExtension/it.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/it.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings index 1090f3843d0c..9008a22817a6 100644 Binary files a/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/ja.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings index 0a91ef0b0d39..bf49bac166a6 100644 Binary files a/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/ko.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/nb.lproj/Localizable.strings b/WordPress/WordPressShareExtension/nb.lproj/Localizable.strings index 8d9452180342..af98967d0e13 100644 Binary files a/WordPress/WordPressShareExtension/nb.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/nb.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/nl.lproj/Localizable.strings b/WordPress/WordPressShareExtension/nl.lproj/Localizable.strings index 20006820841d..66fc2113f9cd 100644 Binary files a/WordPress/WordPressShareExtension/nl.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/nl.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/pl.lproj/Localizable.strings b/WordPress/WordPressShareExtension/pl.lproj/Localizable.strings index 87c4ed10ce01..0e1d7bd8414c 100644 Binary files a/WordPress/WordPressShareExtension/pl.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/pl.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/pt-BR.lproj/Localizable.strings b/WordPress/WordPressShareExtension/pt-BR.lproj/Localizable.strings index 8d191e481d1e..5215785f07d7 100644 Binary files a/WordPress/WordPressShareExtension/pt-BR.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/pt-BR.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/pt.lproj/Localizable.strings b/WordPress/WordPressShareExtension/pt.lproj/Localizable.strings index 51fc49bde50e..d7bfbcb0b182 100644 Binary files a/WordPress/WordPressShareExtension/pt.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/pt.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings index 5fcc9ec43acf..37a7a18d9fee 100644 Binary files a/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/ro.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/ru.lproj/Localizable.strings b/WordPress/WordPressShareExtension/ru.lproj/Localizable.strings index 5898d259c7a8..aa3b3a3fc294 100644 Binary files a/WordPress/WordPressShareExtension/ru.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/ru.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/sk.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sk.lproj/Localizable.strings index 1f3cbcb9abc1..4fc76abbf9cc 100644 Binary files a/WordPress/WordPressShareExtension/sk.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/sk.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings index 5e98a62c575e..080acf7c2cbf 100644 Binary files a/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/sq.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings b/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings index c8b36a9a5bed..ce7033e7c114 100644 Binary files a/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/sv.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/th.lproj/Localizable.strings b/WordPress/WordPressShareExtension/th.lproj/Localizable.strings index f07ceaf05d4f..aab6929e2a85 100644 Binary files a/WordPress/WordPressShareExtension/th.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/th.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/tr.lproj/Localizable.strings b/WordPress/WordPressShareExtension/tr.lproj/Localizable.strings index 21b9b0a5d53b..9aa22090f697 100644 Binary files a/WordPress/WordPressShareExtension/tr.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/tr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings b/WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings index e1381e625720..c4ae4d9ef965 100644 Binary files a/WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/zh-Hans.lproj/Localizable.strings differ diff --git a/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings b/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings index 8f169e82797f..6fa641e110c1 100644 Binary files a/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings and b/WordPress/WordPressShareExtension/zh-Hant.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings index ea824bdae757..af5b8b80e354 100644 Binary files a/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/bg.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/bg.lproj/Localizable.strings index 54e9dd742448..4585917ca077 100644 Binary files a/WordPress/WordPressTodayWidget/bg.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/bg.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings index e719a22812a9..a1d88876607e 100644 Binary files a/WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings index ed3ce240cc63..0b70974076aa 100644 Binary files a/WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/da.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/da.lproj/Localizable.strings index 6819869fcd60..1be7e8ea2b9c 100644 Binary files a/WordPress/WordPressTodayWidget/da.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/da.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings index 5261453ee1df..a711ab7cdcad 100644 Binary files a/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/de.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings index 71398b69a8bc..12a09925a2a7 100644 Binary files a/WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings index 71398b69a8bc..12a09925a2a7 100644 Binary files a/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings index 71398b69a8bc..12a09925a2a7 100644 Binary files a/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings index 65bad2d9abe0..4e60a6297c7c 100644 Binary files a/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/es.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings index f7ec91df31a0..b720e6d2da4f 100644 Binary files a/WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings index 7a7a2670f78c..e8485b8b84fe 100644 Binary files a/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/he.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings index 9ebd7a74d7f0..f5989ee54aca 100644 Binary files a/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/hu.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/hu.lproj/Localizable.strings index f304f3773216..092a2f81b829 100644 Binary files a/WordPress/WordPressTodayWidget/hu.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/hu.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings index b6453c45afd2..4bb763acfa1f 100644 Binary files a/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/id.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/is.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/is.lproj/Localizable.strings index 21d5f82acd02..79fe09d1cfbc 100644 Binary files a/WordPress/WordPressTodayWidget/is.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/is.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings index c10f0c4a771a..c0f099bf2a2e 100644 Binary files a/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/it.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings index fe99574b3281..aed2c57f0ec9 100644 Binary files a/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings index 03502ff16b5d..5253b6a2504e 100644 Binary files a/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings index d76fb4325ffe..b34173b94c21 100644 Binary files a/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings index b7f5d071c9a6..cfa250ec1e09 100644 Binary files a/WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings index 3823473e0174..89054072afd4 100644 Binary files a/WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings index 5463e390bb80..b5d1f5106a4e 100644 Binary files a/WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings index bfb84e52452d..c55de4f67b58 100644 Binary files a/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings index bda1dbb2da55..4495df1254a8 100644 Binary files a/WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings index b8b3700609d2..f0eec549edee 100644 Binary files a/WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings index 9437afd049f7..7421df12aa4b 100644 Binary files a/WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings index 8e584c2f7fc3..e444db454580 100644 Binary files a/WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings index 9dda46a3848d..4b77f9b69657 100644 Binary files a/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/th.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/th.lproj/Localizable.strings index 08e3dc70c57a..c15f48134d00 100644 Binary files a/WordPress/WordPressTodayWidget/th.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/th.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings index 466235edf73d..96ac2430000f 100644 Binary files a/WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/zh-Hans.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/zh-Hans.lproj/Localizable.strings index e2dc96196d14..c64acbe760a1 100644 Binary files a/WordPress/WordPressTodayWidget/zh-Hans.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/zh-Hans.lproj/Localizable.strings differ diff --git a/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings b/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings index 2b86e5cf31a5..f4786a453be6 100644 Binary files a/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings and b/WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings differ diff --git a/WordPress/WordPressUITests/Screens/Login/Unified/PasswordScreen.swift b/WordPress/WordPressUITests/Screens/Login/Unified/PasswordScreen.swift index bc8408bd88a1..3688b4309b69 100644 --- a/WordPress/WordPressUITests/Screens/Login/Unified/PasswordScreen.swift +++ b/WordPress/WordPressUITests/Screens/Login/Unified/PasswordScreen.swift @@ -29,7 +29,20 @@ class PasswordScreen: BaseScreen { } func tryProceed(password: String) -> PasswordScreen { - passwordTextField.tap() + // A hack to make tests pass for RtL languages. + // + // An unintended side effect of calling passwordTextField.tap() while testing a RtL language is that the + // text field's secureTextEntry property gets set to 'false'. I suspect this happens because for RtL lanugagues, + // the secure text entry toggle button is displayed in the tap area of the passwordTextField. + // + // As a result, tests fail with the following error: + // + // "No matches found for Descendants matching type SecureTextField from input" + // + // Calling passwordTextField.doubleTap() prevents tests from failing by ensuring that the text field's + // secureTextEntry property remains 'true'. + passwordTextField.doubleTap() + passwordTextField.typeText(password) continueButton.tap() if continueButton.exists && !continueButton.isHittable { diff --git a/config/Version.internal.xcconfig b/config/Version.internal.xcconfig index b47ace94030f..46aa5176b301 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=17.6 // Internal long version example: VERSION_LONG=9.9.0.20180423 -VERSION_LONG=17.6.0.20210622 +VERSION_LONG=17.6.0.20210624 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 2e996f191fcb..1c9c470a6086 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=17.6 // Public long version example: VERSION_LONG=9.9.0.0 -VERSION_LONG=17.6.0.2 +VERSION_LONG=17.6.0.3 diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 83a199fb6ec9..0e95cbcf7027 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -152,6 +152,25 @@ platform :ios do ##################################################################################### desc 'Updates the AppStoreStrings.po file with the latest data' lane :update_appstore_strings do |options| + update_wordpress_appstore_strings(options) + update_jetpack_appstore_strings(options) + end + + ##################################################################################### + # update_wordpress_appstore_strings + # ----------------------------------------------------------------------------------- + # This lane updates the AppStoreStrings.po files for the WordPress app with + # the latest content from the release_notes.txt file and the other text + # sources + # ----------------------------------------------------------------------------------- + # Usage: + # bundle exec fastlane update_wordpress_appstore_strings version: + # + # Example: + # bundle exec fastlane update_wordpress_appstore_strings version:10.7 + ##################################################################################### + desc 'Updates the AppStoreStrings.po file for the WordPress app with the latest data' + lane :update_wordpress_appstore_strings do |options| source_metadata_folder = File.join(PROJECT_ROOT_FOLDER, 'fastlane', 'appstoreres', 'metadata', 'source') files = { diff --git a/fastlane/Jetpack-Fastfile b/fastlane/Jetpack-Fastfile index 8c6119e38fba..9994118a02eb 100644 --- a/fastlane/Jetpack-Fastfile +++ b/fastlane/Jetpack-Fastfile @@ -102,6 +102,44 @@ end +##################################################################################### +# update_jetpack_appstore_strings +# ----------------------------------------------------------------------------------- +# This lane updates the AppStoreStrings.po files for the Jetpack app with +# the latest content from the release_notes.txt file and the other text +# sources +# ----------------------------------------------------------------------------------- +# Usage: +# bundle exec fastlane update_jetpack_appstore_strings version: +# +# Example: +# bundle exec fastlane update_jetpack_appstore_strings version:10.7 +##################################################################################### +desc 'Updates the AppStoreStrings.po file for the Jetpack app with the latest data' +lane :update_jetpack_appstore_strings do |options| + source_metadata_folder = File.join(PROJECT_ROOT_FOLDER, 'fastlane', 'appstoreres', 'jetpack_metadata', 'source') + + files = { + whats_new: File.join(PROJECT_ROOT_FOLDER, 'WordPress', 'Jetpack', 'Resources', 'release_notes.txt'), + app_store_subtitle: File.join(source_metadata_folder, 'subtitle.txt'), + app_store_desc: File.join(source_metadata_folder, 'description.txt'), + app_store_keywords: File.join(source_metadata_folder, 'keywords.txt'), + 'screenshot-text-1' => File.join(source_metadata_folder, 'promo_screenshot_1.txt'), + 'screenshot-text-2' => File.join(source_metadata_folder, 'promo_screenshot_2.txt'), + 'screenshot-text-3' => File.join(source_metadata_folder, 'promo_screenshot_3.txt'), + 'screenshot-text-4' => File.join(source_metadata_folder, 'promo_screenshot_4.txt'), + 'screenshot-text-5' => File.join(source_metadata_folder, 'promo_screenshot_5.txt'), + 'screenshot-text-6' => File.join(source_metadata_folder, 'promo_screenshot_6.txt'), + 'app-store-name' => File.join(source_metadata_folder, 'app_name.txt') + } + + ios_update_metadata_source( + po_file_path: File.join(PROJECT_ROOT_FOLDER, 'WordPress', 'Jetpack', 'Resources', 'AppStoreStrings.po'), + source_files: files, + release_version: options[:version] + ) +end + ######################################################################## # Jetpack Fastlane match code signing ######################################################################## diff --git a/fastlane/ScreenshotFastfile b/fastlane/ScreenshotFastfile index c5d0f58a4453..180c30de0838 100644 --- a/fastlane/ScreenshotFastfile +++ b/fastlane/ScreenshotFastfile @@ -36,7 +36,7 @@ platform :ios do derived_data_path: DERIVED_DATA_PATH, ) - languages = "da de-DE en-AU en-CA en-GB es-ES fr-FR id it ja ko no nl-NL pt-BR pt-PT ru sv th tr zh-Hans zh-Hant en-US".split(" ") + languages = "ar-SA da de-DE en-AU en-CA en-GB es-ES fr-FR he id it ja ko no nl-NL pt-BR pt-PT ru sv th tr zh-Hans zh-Hant en-US".split(" ") # Allow creating screenshots for just one languages if options[:language] != nil @@ -226,6 +226,7 @@ platform :ios do desc "Downloads translated strings from GlotPress" private_lane :download_translated_strings do |options| metadata_locales = [ + ["ar", "ar-SA"], ["en-gb", "en-US"], ["en-gb", "en-GB"], ["en-ca", "en-CA"], @@ -234,6 +235,7 @@ platform :ios do ["de", "de-DE"], ["es", "es-ES"], ["fr", "fr-FR"], + ["he", "he"], ["id", "id"], ["it", "it"], ["ja", "ja"], diff --git a/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_1.txt b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_1.txt new file mode 100644 index 000000000000..9be843a78acc --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_1.txt @@ -0,0 +1,3 @@ +أكثر أمانًا. +أسرع. +أكثر في حركة المرور. diff --git a/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_2.txt b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_2.txt new file mode 100644 index 000000000000..cc064333f9a2 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_2.txt @@ -0,0 +1,2 @@ +أحضر +Jetpack معك. diff --git a/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_3.txt b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_3.txt new file mode 100644 index 000000000000..21953e4e55b6 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_3.txt @@ -0,0 +1,2 @@ +راقب +نشاط موقعك. diff --git a/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_4.txt b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_4.txt new file mode 100644 index 000000000000..08db04b3cb24 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_4.txt @@ -0,0 +1,2 @@ +افحص بحثًا عن مشكلات +في أثناء التنقل. diff --git a/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_5.txt b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_5.txt new file mode 100644 index 000000000000..04ffe9d5432b --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_5.txt @@ -0,0 +1,2 @@ +انسخ موقعك احتياطيًا +في أي لحظة. diff --git a/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_6.txt b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_6.txt new file mode 100644 index 000000000000..7e726ecfcb0e --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/ar-SA/app_store_screenshot_6.txt @@ -0,0 +1,2 @@ +إحصاءات الموقع في +متناول يديك. diff --git a/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_1.txt b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_1.txt new file mode 100644 index 000000000000..d8ded3ef3fea --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_1.txt @@ -0,0 +1,3 @@ +בטוח יותר. +מהיר יותר. +יותר תעבורה. diff --git a/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_2.txt b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_2.txt new file mode 100644 index 000000000000..2b1d533eedd0 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_2.txt @@ -0,0 +1,2 @@ +לקחת איתך את +Jetpack לכל מקום. diff --git a/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_3.txt b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_3.txt new file mode 100644 index 000000000000..baab12e3fad3 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_3.txt @@ -0,0 +1,2 @@ +לעקוב אחר +הפעילות באתר שלך. diff --git a/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_4.txt b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_4.txt new file mode 100644 index 000000000000..d9eff8392148 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_4.txt @@ -0,0 +1,2 @@ +לאתר בעיות +מכל מקום. diff --git a/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_5.txt b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_5.txt new file mode 100644 index 000000000000..1170ca7dfe96 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_5.txt @@ -0,0 +1,2 @@ +לגבות את האתר שלך +בכל רגע נתון. diff --git a/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_6.txt b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_6.txt new file mode 100644 index 000000000000..a9841145bcff --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/he/app_store_screenshot_6.txt @@ -0,0 +1,2 @@ +הנתונים הסטטיסטיים של האתר +אצלך בטלפון. diff --git a/fastlane/appstoreres/jetpack_metadata/source/app_name.txt b/fastlane/appstoreres/jetpack_metadata/source/app_name.txt new file mode 100644 index 000000000000..53d4e3710ae0 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/source/app_name.txt @@ -0,0 +1 @@ +Jetpack: WP Security & Speed diff --git a/fastlane/appstoreres/jetpack_metadata/source/description.txt b/fastlane/appstoreres/jetpack_metadata/source/description.txt new file mode 100644 index 000000000000..daea1871d353 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/source/description.txt @@ -0,0 +1,9 @@ +Get powerful security and performance tools in your pocket with Jetpack for iOS. + +Restore your site from anywhere if something goes wrong. Scan for threats and resolve them with a tap. Keep tabs on site activity to see who changed what and when. Check your stats to see what new countries today’s visitors are coming from. + +The app also supports WordPress features that you expect. Draft a spontaneous haiku from the couch. Snap and post a photo on your lunch break. Respond to your latest comments. + +Jetpack for iOS supports WordPress sites with Jetpack enabled and an account connected to WordPress.com. + +View the Privacy Notice for California Users at https://automattic.com/privacy/#california-consumer-privacy-act-ccpa. diff --git a/fastlane/appstoreres/jetpack_metadata/source/keywords.txt b/fastlane/appstoreres/jetpack_metadata/source/keywords.txt new file mode 100644 index 000000000000..695226967330 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/source/keywords.txt @@ -0,0 +1 @@ +social,notes,jetpack,writing,geotagging,media,blog,website,blogging,journal \ No newline at end of file diff --git a/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_1.txt b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_1.txt new file mode 100644 index 000000000000..1c3b03281859 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_1.txt @@ -0,0 +1,3 @@ +Safer. +Faster. +More traffic. diff --git a/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_2.txt b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_2.txt new file mode 100644 index 000000000000..3061906e8c8d --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_2.txt @@ -0,0 +1,2 @@ +Bring your +Jetpack with you. diff --git a/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_3.txt b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_3.txt new file mode 100644 index 000000000000..07b3e12a3966 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_3.txt @@ -0,0 +1,2 @@ +Keep tabs on +your site activity. diff --git a/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_4.txt b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_4.txt new file mode 100644 index 000000000000..c8d8b1a93745 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_4.txt @@ -0,0 +1,2 @@ +Scan for issues +on the go. diff --git a/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_5.txt b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_5.txt new file mode 100644 index 000000000000..7741d301a46a --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_5.txt @@ -0,0 +1,2 @@ +Back up your site +at any moment. diff --git a/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_6.txt b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_6.txt new file mode 100644 index 000000000000..fc677c7ed58e --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/source/promo_screenshot_6.txt @@ -0,0 +1,2 @@ +Site stats in your +pocket. diff --git a/fastlane/appstoreres/jetpack_metadata/source/subtitle.txt b/fastlane/appstoreres/jetpack_metadata/source/subtitle.txt new file mode 100644 index 000000000000..1e4206e9eb13 --- /dev/null +++ b/fastlane/appstoreres/jetpack_metadata/source/subtitle.txt @@ -0,0 +1 @@ +Make your WordPress site faster and safer. diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_1.html b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_1.html new file mode 100644 index 000000000000..3a890823a1c4 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_1.html @@ -0,0 +1,2 @@ +إنشاء مقالات +وصفحات جميلة diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_1.txt b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_1.txt new file mode 100644 index 000000000000..447500638629 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_1.txt @@ -0,0 +1,3 @@ +منشئ مواقع الويب +الأكثر رواجًا +في العالم diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_2.html b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_2.html new file mode 100644 index 000000000000..7b39734524ca --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_2.html @@ -0,0 +1,2 @@ +تتبّع ماذا +يحبّ زوارك diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_2.txt b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_2.txt new file mode 100644 index 000000000000..8c08b9f31a08 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_2.txt @@ -0,0 +1,2 @@ +إنشاء موقع أو +بدء مدونة diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_3.html b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_3.html new file mode 100644 index 000000000000..6cb63597c7a9 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_3.html @@ -0,0 +1,2 @@ +التحقق مما +يحدث بالوقت الفعلي diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_3.txt b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_3.txt new file mode 100644 index 000000000000..bf40c4812611 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_3.txt @@ -0,0 +1,2 @@ +اكتشف +قراءات جديدة diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_4.html b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_4.html new file mode 100644 index 000000000000..eed218121dd9 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_4.html @@ -0,0 +1,2 @@ +المشاركة +من أي مكان diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_4.txt b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_4.txt new file mode 100644 index 000000000000..29fab07a1e80 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_4.txt @@ -0,0 +1,2 @@ +كوّن +جمهورًا diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_5.html b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_5.html new file mode 100644 index 000000000000..16b8ad165319 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_5.html @@ -0,0 +1,2 @@ +التقاط الأفكار +أثناء التنقل diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_5.txt b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_5.txt new file mode 100644 index 000000000000..18536eabc8be --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_5.txt @@ -0,0 +1,2 @@ +الحفاظ على علامات التبويب +على موقعك diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_6.html b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_6.html new file mode 100644 index 000000000000..9c98b6dbe8f7 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_6.html @@ -0,0 +1 @@ +الكتابة دون تنازلات diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_6.txt b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_6.txt new file mode 100644 index 000000000000..23e47d6d6ffc --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_6.txt @@ -0,0 +1,2 @@ +الردّ في +الوقت الفعلي diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_7.txt b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_7.txt new file mode 100644 index 000000000000..60a61a4565b0 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_7.txt @@ -0,0 +1,2 @@ +الرفع +بسرعة وسهولة diff --git a/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_8.txt b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_8.txt new file mode 100644 index 000000000000..1315df1a9a83 --- /dev/null +++ b/fastlane/appstoreres/metadata/ar-SA/app_store_screenshot_8.txt @@ -0,0 +1 @@ +اكتب بدون تنازلات diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_1.html b/fastlane/appstoreres/metadata/he/app_store_screenshot_1.html new file mode 100644 index 000000000000..a2938cc4b040 --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_1.html @@ -0,0 +1,2 @@ +ליצור +פוסטים ועמודים יפים diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_1.txt b/fastlane/appstoreres/metadata/he/app_store_screenshot_1.txt new file mode 100644 index 000000000000..34840f311d6f --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_1.txt @@ -0,0 +1,3 @@ +הכלי הפופולרי בעולם +לבניית +אתרי אינטרנט diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_2.html b/fastlane/appstoreres/metadata/he/app_store_screenshot_2.html new file mode 100644 index 000000000000..8068400c526f --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_2.html @@ -0,0 +1,2 @@ +לעקוב אחרי מה +שהמבקרים שלך אוהבים diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_2.txt b/fastlane/appstoreres/metadata/he/app_store_screenshot_2.txt new file mode 100644 index 000000000000..8c9b8792103c --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_2.txt @@ -0,0 +1,2 @@ +ליצור אתר או +בלוג diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_3.html b/fastlane/appstoreres/metadata/he/app_store_screenshot_3.html new file mode 100644 index 000000000000..7658e93157a5 --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_3.html @@ -0,0 +1,2 @@ +לראות מה +מתרחש בזמן אמת diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_3.txt b/fastlane/appstoreres/metadata/he/app_store_screenshot_3.txt new file mode 100644 index 000000000000..5bf3623ee048 --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_3.txt @@ -0,0 +1,2 @@ +לגלות +חומרי קריאה חדשים diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_4.html b/fastlane/appstoreres/metadata/he/app_store_screenshot_4.html new file mode 100644 index 000000000000..d70d612e77bb --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_4.html @@ -0,0 +1,2 @@ +שיתוף +מכל מקום diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_4.txt b/fastlane/appstoreres/metadata/he/app_store_screenshot_4.txt new file mode 100644 index 000000000000..6f22f6db1349 --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_4.txt @@ -0,0 +1,2 @@ +לבנות +קהל diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_5.html b/fastlane/appstoreres/metadata/he/app_store_screenshot_5.html new file mode 100644 index 000000000000..313381b580de --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_5.html @@ -0,0 +1,2 @@ +לתעד רעיונות +בכל מקום diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_5.txt b/fastlane/appstoreres/metadata/he/app_store_screenshot_5.txt new file mode 100644 index 000000000000..a924f190c86b --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_5.txt @@ -0,0 +1,2 @@ +לנטר אחר +האתר שלך diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_6.html b/fastlane/appstoreres/metadata/he/app_store_screenshot_6.html new file mode 100644 index 000000000000..11b907857022 --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_6.html @@ -0,0 +1 @@ +לכתוב ללא פשרות diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_6.txt b/fastlane/appstoreres/metadata/he/app_store_screenshot_6.txt new file mode 100644 index 000000000000..7227410f327b --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_6.txt @@ -0,0 +1,2 @@ +לכתוב תשובות +בזמן אמת diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_7.txt b/fastlane/appstoreres/metadata/he/app_store_screenshot_7.txt new file mode 100644 index 000000000000..cf17c8f3868e --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_7.txt @@ -0,0 +1,2 @@ +להעלות +מכל מקום diff --git a/fastlane/appstoreres/metadata/he/app_store_screenshot_8.txt b/fastlane/appstoreres/metadata/he/app_store_screenshot_8.txt new file mode 100644 index 000000000000..f77676b9ead5 --- /dev/null +++ b/fastlane/appstoreres/metadata/he/app_store_screenshot_8.txt @@ -0,0 +1 @@ +לכתוב ללא פשרות diff --git a/fastlane/metadata/ar-SA/release_notes.txt b/fastlane/metadata/ar-SA/release_notes.txt new file mode 100644 index 000000000000..3ab473f640f2 --- /dev/null +++ b/fastlane/metadata/ar-SA/release_notes.txt @@ -0,0 +1,17 @@ +مع الإصدار 17.6، يمكنك إضافة مكوِّن الصوت إلى أي موقع على ووردبريس.كوم، أيًا كانت الخطة المشترك فيها – بما في ذلك الخطة المجانية. يسهِّل مكوِّن الصوت إضافة ملفات البث الصوتي والموسيقى والصوت إلى مقالاتك وصفحاتك. + +في القارئ، سترى الآن عدد وملخص الإعجابات التي تمت إضافتها إلى كل مقالة. إذا لم يمثِّل ذلك إعجابات كافية في حياتك، فانقر على الملخص وستتمكن من رؤية القائمة بالكامل. + +لقد عملنا بجد في مناقشة تحسينات تجربة المستخدم كذلك: + +عندما تقوم بتعيين صفحة رئيسية إلى صفحة من دون عنوان، سترى الآن عنصرًا نائبًا "(من دون عنوان)" بدلاً من سطر فارغ، ما يمنحك إشارة لطيفة لتسمية الصفحة. + +لم تتمكن أبدًا من تحرير صفحات أرشيف المقالات، نظرًا إلى أنه تم إنشاؤها تلقائيًا. في الإصدار 17.6، لن تتمكن من فتحها في المحرِّر، ما يوفِّر عليك رحلة من دون فائدة. + +لقد عملنا كذلك على إصلاح أشياء: + +لقد اعتنينا ببعض الإشعارات التي كانت تتداخل مع ورقة الإجراءات، بما في ذلك الإشعارات التي تعرض عناصر التحكم في أيقونة الموقع، والأخرى التي تعرض إزالة البدء السريع، والثالثة التي تعرض المزيد من الإجراءات في المحرِّر. + +وأخيرًا، تخلصنا من خطأ كان يتسبب أحيانًا في تعطل التطبيق في أثناء إدارة التعليقات، وخطأ آخر لإصلاح خطأ تسجيل الدخول إلى مواقع WordPress.org لإظهار المُضمَّن. + +هذا كل ما يخص الإصدار 17.6، نراك في الإصدار 17.7! diff --git a/fastlane/metadata/fr-FR/release_notes.txt b/fastlane/metadata/fr-FR/release_notes.txt new file mode 100644 index 000000000000..1d1ce27a558e --- /dev/null +++ b/fastlane/metadata/fr-FR/release_notes.txt @@ -0,0 +1,17 @@ +Avec la version 17.6, vous pouvez ajouter le bloc son à n’importe quel site WordPress.com, quel que soit votre plan, y compris le plan gratuit. Le bloc son permet d’ajouter facilement des podcasts, de la musique et des fichiers audio à vos articles et pages. + +Dans le Lecteur, vous verrez désormais un décompte et un résumé des mentions J’aime ajoutées à chaque article. Si vous voulez plus de J’aime dans votre vie, appuyez sur le résumé pour afficher la liste complète. + +Nous avons également travaillé dur pour tenter d’améliorer l’expérience utilisateur : + +Lorsque vous attribuez une page parente à une page sans titre, vous voyez désormais le texte indicatif « (sans titre) » au lieu d’une ligne vide, ce qui vous donne un petit coup de pouce pour nommer la page. + +Vous n’avez jamais pu modifier les pages d’archives d’articles car elles sont générées automatiquement. Dans la version 17.6, vous ne pourrez pas non plus les ouvrir dans l’éditeur, ce qui vous évitera un voyage pour rien ! + +Nous avons également corrigé certaines choses : + +Nous nous sommes occupés de certaines notifications qui chevauchaient la feuille d’action, dont une qui affiche les contrôles de l’icône de site, une autre qui affiche la suppression QuickStart et une troisième qui affiche Plus d’actions dans l’éditeur. + +Enfin, nous avons éliminé un bogue qui entraînait parfois le blocage de l’application lors de la modération des commentaires et un autre pour corriger une erreur de connexion pour que les sites WordPress.org s’affichent en ligne. + +C’est tout pour la version 17.6. Rendez-vous pour la version 17.7 ! diff --git a/fastlane/metadata/id/release_notes.txt b/fastlane/metadata/id/release_notes.txt new file mode 100644 index 000000000000..d23bb8121ffb --- /dev/null +++ b/fastlane/metadata/id/release_notes.txt @@ -0,0 +1,17 @@ +Dengan versi 17.6, Anda dapat menambahkan Blok Audio ke semua situs WordPress.com, apa pun paket yang Anda gunakan – termasuk Paket Gratis. Blok Audio memudahkan Anda untuk menambahkan podcast, musik, dan file suara ke pos dan halaman Anda. + +Di bagian Pembaca, Anda sekarang akan melihat jumlah dan ringkasan Suka yang ditambahkan ke setiap pos. Jika merasa belum puas dengan jumlah Suka, ketuk ringkasan dan Anda akan melihat daftar lengkapnya. + +Kami juga telah bekerja keras untuk peningkatan UX: + +Saat menugaskan halaman induk ke sebuah halaman tanpa judul, Anda sekarang akan melihat placeholder '(tanpa judul)', alih-alih baris kosong, yang mendorong Anda secara halus untuk menamai halaman tersebut. + +Anda tidak bisa menyunting halaman Arsip Pos karena dibuat secara otomatis. Di versi 17.6, Anda juga tidak akan bisa membukanya di editor supaya tidak membuang-buang waktu. + +Kami juga telah berupaya memperbaiki beberapa hal: + +Kami telah mengatasi sejumlah pemberitahuan yang selama ini tumpang tindih di LembarTindakan, termasuk salah satunya yang menampilkan kontrol Favicon, yang menampilkan Penghapusan MulaiCepat, serta yang menampilkan Tindakan Lain pada editor. + +Terakhir, kami telah mengatasi bug yang terkadang menyebabkan aplikasi macet saat moderasi komentar serta bug lain guna memperbaiki error saat login untuk situs WordPress.org yang ditampilkan sebaris. + +Itulah semua fitur untuk pembaruan 17.6. Sampai bertemu lagi di pembaruan 17.7! diff --git a/fastlane/metadata/it/release_notes.txt b/fastlane/metadata/it/release_notes.txt new file mode 100644 index 000000000000..8906121c9704 --- /dev/null +++ b/fastlane/metadata/it/release_notes.txt @@ -0,0 +1,17 @@ +Con la versione 17.6, puoi aggiungere il blocco Audio a qualsiasi sito WordPress.com, qualunque sia il tuo piano, incluso il piano gratuito. Il blocco Audio rende semplice aggiungere podcast, musica e file audio ad articoli e pagine. + +Nel Reader, ora vedrai un conteggio e un riepilogo dei Mi piace aggiunti a ogni articolo. Se non hai ancora abbastanza Mi piace, tocca il riepilogo e sarai in grado di visualizzare l'elenco completo. + +Abbiamo lavorato sodo anche per migliorare la UX: + +Quando assegni una pagina principale a una pagina senza titolo, ora vedrai un segnaposto "(nessun titolo)" invece di una riga vuota, in modo da stimolarti leggermente a nominare la pagina. + +Non sei mai stato in grado di modificare le pagine di archivio degli articoli perché vengono generate automaticamente. Nella versione 17.6, non potrai aprirle nell'editor, risparmiandoti un viaggio inutile. + +Abbiamo lavorato sodo per risolvere alcuni problemi: + +Ci siamo occupati di alcuni avvisi che si erano sovrapposti ad ActionSheet, incluso uno che mostra i controlli dell'icona del sito, un altro che ti fa visualizzare la rimozione della guida rapida e un terzo che mostra Altre azioni nell'editor. + +Infine, abbiamo eliminato un bug che a volte causava l'arresto anomalo dell'app durante la moderazione dei commenti e un altro per correggere un errore di accesso per siti WordPress.org da mostrare in linea. + +Questo è tutto quello che riguarda la versione 17.6. Appuntamento alla versione 17.7! diff --git a/fastlane/metadata/ja/release_notes.txt b/fastlane/metadata/ja/release_notes.txt new file mode 100644 index 000000000000..b874d708f225 --- /dev/null +++ b/fastlane/metadata/ja/release_notes.txt @@ -0,0 +1,17 @@ +17.6では、無料プランを含む WordPress.com 上のすべてのサイトで音声ブロックを追加することができます。音声ブロックは、ポッドキャストや音楽、音声ファイルを投稿やページに簡単に追加することができます。 + +Reader では、各投稿の「いいね」の数や概要を見ることができます。物足りない場合は概要をタップすると詳細を見ることができます。 + +また UX の改善にも注力しています: + +タイトルのないページに親ページを設定する際、'(タイトルなし)' というプレースホルダーを表示するようになり、ページに名前をつけるよう促すようにしました。 + +投稿アーカイブページは自動生成されるため、これまで編集できませんでした。17.6ではエディターで開くことができないので、無駄な手間を省くことができます。 + +バグフィックスも行いました: + +エディターでアクションシートに重なっていた、サイトアイコンコントロールなどを重ならないようにしました。 + +最後に、コメントのモデレーション中にアプリがクラッシュすることがあるバグを解消したほか、WordPress.org サイトのログインエラーをインラインで表示するように修正しました。 + +17.6では以上です。次は17.7でお会いしましょう。 diff --git a/fastlane/metadata/zh-Hans/release_notes.txt b/fastlane/metadata/zh-Hans/release_notes.txt new file mode 100644 index 000000000000..5cb91f95d1d9 --- /dev/null +++ b/fastlane/metadata/zh-Hans/release_notes.txt @@ -0,0 +1,17 @@ +借助 17.6,无论您使用何种套餐(包括免费套餐),都可以将音频区块添加到任意 WordPress.com 站点。 音频区块有助于轻松地将播客、音乐和声音文件添加到文章和页面中。 + +在阅读器中,您现在将看到每个帖子的“点赞”数和“点赞”摘要。 如果“点赞”数不够多,可以点击摘要,查看完整列表。 + +此外,我们还一直在努力改进用户体验: + +当您将一个父页面分配给一个无标题页面时,系统会显示一个 “(无标题)”占位符,而不是一个空行,这可让您轻松地为页面命名。 + +文章存档页面是自动生成的,因此无法编辑。 在 17.6 中,您也无法在编辑器中打开它们,避免浪费时间。 + +我们还一直致力于解决以下问题: + +我们处理了一些重叠在 ActionSheet 上的通知,包括显示“站点图标”控件的通知、显示“快速入门移除”的通知以及在编辑器中显示“更多操作”的通知。 + +最后,我们修复了偶尔出现的导致应用程序在评论审核期间崩溃的错误以及 WordPress.org 站点显示内联的登录错误。 + +这就是 17.6 的全部新增功能。我们 17.7 见! diff --git a/fastlane/metadata/zh-Hant/release_notes.txt b/fastlane/metadata/zh-Hant/release_notes.txt new file mode 100644 index 000000000000..0f29ab6aa916 --- /dev/null +++ b/fastlane/metadata/zh-Hant/release_notes.txt @@ -0,0 +1,17 @@ +無論選用何種方案,17.6 都能讓你將音訊區塊加入任何 WordPress.com 網站,即使是免費方案也可以。 音訊區塊讓你輕鬆將 Podcast、音樂和音效檔加入文章和頁面。 + +現在閱讀器會顯示每篇文章的按讚人數和摘要。 若想瞭解完整按讚人數,請點選摘要以便查看完整清單。 + +我們也改善了 UX: + +現在將上層頁面指派給沒有標題的頁面會看到「(無標題)」預留位置,而不是空白行,鼓勵你為頁面命名。 + +自動產生的「文章彙整」頁面無法編輯。 使用 17.6 的編輯器也將無法開啟「文章彙整」頁面,省得白忙一場。 + +我們也修正了幾個問題: + +我們解決了通知與 ActionSheet 重疊的問題,其中一個顯示「網站圖示」控制項,另一個顯示「快速入門移除」,還有一個顯示編輯器中的「更多操作」。 + +最後我們修正了審閱留言期間有時導致應用程式當機的錯誤,以及登入時 WordPress.org 網站顯示內嵌元素的錯誤。 + +以上是 17.6 版本資訊。我們下次再見!