From 08848cd69c1442bf66851213ffa2d1c8f6d19c45 Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:43:47 +0700 Subject: [PATCH 01/11] Update WordPressShared to 2.0.1-beta.1 --- Podfile | 4 ++-- Podfile.lock | 15 ++++++++++----- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Podfile b/Podfile index 9916d332565a..27b2a41768a0 100644 --- a/Podfile +++ b/Podfile @@ -20,9 +20,9 @@ workspace 'WordPress.xcworkspace' ## =================================== ## def wordpress_shared - pod 'WordPressShared', '~> 2.0.0' + # pod 'WordPressShared', '~> 2.0.0' # pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :tag => '' - # pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => 'delete-cocoalumberjack' + pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => 'fix/font-resource-bundle-not-found' # pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :commit => '' # pod 'WordPressShared', :path => '../WordPress-iOS-Shared' end diff --git a/Podfile.lock b/Podfile.lock index 880d95839d41..3c67cfdb9d33 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -516,7 +516,7 @@ PODS: - UIDeviceIdentifier (~> 2.0) - WordPressShared (~> 2.0-beta) - wpxmlrpc (~> 0.9) - - WordPressShared (2.0.0) + - WordPressShared (2.0.1-beta.1) - WordPressUI (1.12.5) - WPMediaPicker (1.8.7) - wpxmlrpc (0.10.0) @@ -611,7 +611,7 @@ DEPENDENCIES: - WordPress-Editor-iOS (~> 1.19.8) - WordPressAuthenticator (~> 5.0) - WordPressKit (~> 5.0) - - WordPressShared (~> 2.0.0) + - WordPressShared (from `https://github.com/wordpress-mobile/WordPress-iOS-Shared.git`, branch `fix/font-resource-bundle-not-found`) - WordPressUI (~> 1.12.5) - WPMediaPicker (~> 1.8.7) - Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.87.0/third-party-podspecs/Yoga.podspec.json`) @@ -658,7 +658,6 @@ SPEC REPOS: - WordPress-Aztec-iOS - WordPress-Editor-iOS - WordPressKit - - WordPressShared - WordPressUI - WPMediaPicker - wpxmlrpc @@ -775,6 +774,9 @@ EXTERNAL SOURCES: :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true :tag: v1.87.0 + WordPressShared: + :branch: fix/font-resource-bundle-not-found + :git: https://github.com/wordpress-mobile/WordPress-iOS-Shared.git Yoga: :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.87.0/third-party-podspecs/Yoga.podspec.json @@ -790,6 +792,9 @@ CHECKOUT OPTIONS: :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true :tag: v1.87.0 + WordPressShared: + :commit: 6ff58bb2d8a4366e01db8de285f3762faf2abfae + :git: https://github.com/wordpress-mobile/WordPress-iOS-Shared.git SPEC CHECKSUMS: Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844 @@ -878,7 +883,7 @@ SPEC CHECKSUMS: WordPress-Editor-iOS: 9eb9f12f21a5209cb837908d81ffe1e31cb27345 WordPressAuthenticator: 0cdf1bff75bd3f58fe733d6457221f27bbbdc9f4 WordPressKit: 202f529323b079a344f7bc1493b7ebebfd9ed4b5 - WordPressShared: 35d41bdf0927e714af1fc85fa9cb692f934473be + WordPressShared: 5ba89467f7ba468c023c441045bb70b4933ff6d4 WordPressUI: c5be816f6c7b3392224ac21de9e521e89fa108ac WPMediaPicker: 0d45dfd7b3c5651c5236ffd48c1b0b2f60a2d5d2 wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd @@ -892,6 +897,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: 0bbcfda4406f0ca65dddda30c6e95e4f99fe33e3 +PODFILE CHECKSUM: 7d88dd5a19c7ea3eb803ebe267b3588f9dc4f4b0 COCOAPODS: 1.11.2 From 646e43431f7cd4425b84eb692c758c34fbdc2815 Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:57:54 +0700 Subject: [PATCH 02/11] Fix lint issues --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 27b2a41768a0..d27e1af674c2 100644 --- a/Podfile +++ b/Podfile @@ -22,7 +22,7 @@ workspace 'WordPress.xcworkspace' def wordpress_shared # pod 'WordPressShared', '~> 2.0.0' # pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :tag => '' - pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => 'fix/font-resource-bundle-not-found' + pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', branch: 'fix/font-resource-bundle-not-found' # pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :commit => '' # pod 'WordPressShared', :path => '../WordPress-iOS-Shared' end From f2b9778d06fdad7121eff41d2a54240429ce5e9c Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Thu, 12 Jan 2023 16:59:53 +0700 Subject: [PATCH 03/11] Update lint issues for the wordpress_shared method --- Podfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile b/Podfile index d27e1af674c2..c67e678987a9 100644 --- a/Podfile +++ b/Podfile @@ -21,10 +21,10 @@ workspace 'WordPress.xcworkspace' ## def wordpress_shared # pod 'WordPressShared', '~> 2.0.0' - # pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :tag => '' + # pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', tag: '' pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', branch: 'fix/font-resource-bundle-not-found' - # pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :commit => '' - # pod 'WordPressShared', :path => '../WordPress-iOS-Shared' + # pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', commit: '' + # pod 'WordPressShared', path: '../WordPress-iOS-Shared' end def aztec From 6acdeb495b27113922b570368658d3fae9b63bf6 Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Fri, 13 Jan 2023 13:32:11 +0700 Subject: [PATCH 04/11] Update Podfile.lock --- Podfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile.lock b/Podfile.lock index 3c67cfdb9d33..92cd48f28862 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -897,6 +897,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: 7d88dd5a19c7ea3eb803ebe267b3588f9dc4f4b0 +PODFILE CHECKSUM: 6e6f6c85a6d8dec5347e469a20e913f2c051e6e4 COCOAPODS: 1.11.2 From f0471c1d93db0083febb2fd642bdbf176f63092e Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:47:20 +0700 Subject: [PATCH 05/11] Update WordPressShared dependency to 2.0.1-beta.1 --- Podfile | 4 ++-- Podfile.lock | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Podfile b/Podfile index c67e678987a9..3cd74e154a68 100644 --- a/Podfile +++ b/Podfile @@ -20,9 +20,9 @@ workspace 'WordPress.xcworkspace' ## =================================== ## def wordpress_shared - # pod 'WordPressShared', '~> 2.0.0' + pod 'WordPressShared', '~> 2.0.1-beta.1' # pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', tag: '' - pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', branch: 'fix/font-resource-bundle-not-found' + # pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', branch: '' # pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', commit: '' # pod 'WordPressShared', path: '../WordPress-iOS-Shared' end diff --git a/Podfile.lock b/Podfile.lock index 92cd48f28862..807d3866cfb9 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -611,7 +611,7 @@ DEPENDENCIES: - WordPress-Editor-iOS (~> 1.19.8) - WordPressAuthenticator (~> 5.0) - WordPressKit (~> 5.0) - - WordPressShared (from `https://github.com/wordpress-mobile/WordPress-iOS-Shared.git`, branch `fix/font-resource-bundle-not-found`) + - WordPressShared (~> 2.0.1-beta.1) - WordPressUI (~> 1.12.5) - WPMediaPicker (~> 1.8.7) - Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.87.0/third-party-podspecs/Yoga.podspec.json`) @@ -658,6 +658,7 @@ SPEC REPOS: - WordPress-Aztec-iOS - WordPress-Editor-iOS - WordPressKit + - WordPressShared - WordPressUI - WPMediaPicker - wpxmlrpc @@ -774,9 +775,6 @@ EXTERNAL SOURCES: :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true :tag: v1.87.0 - WordPressShared: - :branch: fix/font-resource-bundle-not-found - :git: https://github.com/wordpress-mobile/WordPress-iOS-Shared.git Yoga: :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.87.0/third-party-podspecs/Yoga.podspec.json @@ -792,9 +790,6 @@ CHECKOUT OPTIONS: :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true :tag: v1.87.0 - WordPressShared: - :commit: 6ff58bb2d8a4366e01db8de285f3762faf2abfae - :git: https://github.com/wordpress-mobile/WordPress-iOS-Shared.git SPEC CHECKSUMS: Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844 @@ -897,6 +892,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: 6e6f6c85a6d8dec5347e469a20e913f2c051e6e4 +PODFILE CHECKSUM: 36c6ae41ebe73b19ecb9c0bed0928f4ac27efac6 COCOAPODS: 1.11.2 From e05980f19ea71af5db61d429ed4b9f69cc310fad Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Mon, 16 Jan 2023 23:50:38 +0700 Subject: [PATCH 06/11] Update Podfile.lock --- Podfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile.lock b/Podfile.lock index 4c9b4eaff531..213c4d369ce4 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -892,6 +892,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: e5a8b86bfb7d34f670dd53ebc44c2c3f05058543 +PODFILE CHECKSUM: 47e54f94168e87c25167d47828a36fbb8cc7b14b COCOAPODS: 1.11.2 From c5a973f0dd6ebb3dff7e49fa18b8f082295ed21e Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Tue, 17 Jan 2023 00:38:30 +0700 Subject: [PATCH 07/11] Fix lint issues --- Podfile | 2 +- Podfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 4ab19536c635..735aa5e07387 100644 --- a/Podfile +++ b/Podfile @@ -20,7 +20,7 @@ workspace 'WordPress.xcworkspace' ## =================================== ## def wordpress_shared - pod 'WordPressShared', '~> 2.0.1-beta.1' + pod 'WordPressShared', '~> 2.0.1-beta.1' # pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', tag: '' # pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', branch: '' # pod 'WordPressShared', git: 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', commit: '' diff --git a/Podfile.lock b/Podfile.lock index 213c4d369ce4..af286dbf549a 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -892,6 +892,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: 47e54f94168e87c25167d47828a36fbb8cc7b14b +PODFILE CHECKSUM: 42b08cc7024f28711cc5eecbb6ec28f3219c4020 COCOAPODS: 1.11.2 From d6850ea9a7392e7e46d3ffc949be157012ecbb58 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 17 Jan 2023 15:37:32 +1100 Subject: [PATCH 08/11] =?UTF-8?q?Update=20app=20translations=20=E2=80=93?= =?UTF-8?q?=20`Localizable.strings`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Resources/ar.lproj/Localizable.strings | 3 - .../Resources/cs.lproj/Localizable.strings | 59 +++++++++++++++++-- .../Resources/de.lproj/Localizable.strings | 3 - .../Resources/en-GB.lproj/Localizable.strings | 3 - .../Resources/es.lproj/Localizable.strings | 4 +- .../Resources/fr.lproj/Localizable.strings | 3 - .../Resources/he.lproj/Localizable.strings | 3 - .../Resources/id.lproj/Localizable.strings | 3 - .../Resources/it.lproj/Localizable.strings | 3 - .../Resources/ja.lproj/Localizable.strings | 3 - .../Resources/ko.lproj/Localizable.strings | 3 - .../Resources/nl.lproj/Localizable.strings | 3 - .../Resources/pl.lproj/Localizable.strings | 3 - .../Resources/pt-BR.lproj/Localizable.strings | 3 - .../Resources/ro.lproj/Localizable.strings | 3 - .../Resources/ru.lproj/Localizable.strings | 4 +- .../Resources/sq.lproj/Localizable.strings | 3 - .../Resources/sv.lproj/Localizable.strings | 4 +- .../Resources/tr.lproj/Localizable.strings | 3 - .../zh-Hans.lproj/Localizable.strings | 3 - .../zh-Hant.lproj/Localizable.strings | 3 - 21 files changed, 61 insertions(+), 61 deletions(-) diff --git a/WordPress/Resources/ar.lproj/Localizable.strings b/WordPress/Resources/ar.lproj/Localizable.strings index d0e306abc489..2f4379287c7e 100644 --- a/WordPress/Resources/ar.lproj/Localizable.strings +++ b/WordPress/Resources/ar.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "التقرير لاحقًا"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "عندما يظهر التنبيه، انقر على السماح للاستمرار في تلقي كل تنبيهات ووردبريس الخاصة بك."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "السماح"; diff --git a/WordPress/Resources/cs.lproj/Localizable.strings b/WordPress/Resources/cs.lproj/Localizable.strings index ce1e24221dcf..e86a549995ae 100644 --- a/WordPress/Resources/cs.lproj/Localizable.strings +++ b/WordPress/Resources/cs.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-01-10 09:20:08+0000 */ +/* Translation-Revision-Date: 2023-01-13 09:23:51+0000 */ /* Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2); */ /* Generator: GlotPress/4.0.0-alpha.3 */ /* Language: cs_CZ */ @@ -2120,6 +2120,9 @@ translators: Block name. %s: The localized block name */ /* Displayed in the Notifications Tab as a button title, when the Unread Filter shows no notifications */ "Create a Post" = "Vytvořit příspěvek"; +/* Navigates to a new flow for site creation. */ +"Create a Site" = "Vytvořit web"; + /* Title of the button in the placeholder for an empty list of blog tags. */ "Create a Tag" = "Vytvořit štítek"; @@ -9761,6 +9764,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Register Domain - Address information field Country Code placeholder */ "eg. 44" = "eg. 44"; +/* Accessibility label for more button in dashboard quick start card. */ +"ellipsisButton.AccessibilityLabel" = "Více"; + /* Placeholder for the site url textfield. Provides a sample of what a domain name looks like. Site Address placeholder */ @@ -9898,9 +9904,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This text is required by Apple to be part of the translations but is not shown to the users. You can use the English version verbatim without translation for this entry. */ "ios-widget.tVvJ9c" = "Vyberte záměr webu"; +/* Title of a badge indicating when a feature in plural form will be removed. First argument is the feature name. Second argument is the number of days/weeks it will be removed in. Ex: Notifications are moving in 2 weeks */ +"jetpack.branding.badge_banner.moving_in.plural" = "%1$@ se přesunou za %2$@"; + +/* Title of a badge indicating when a feature in singular form will be removed. First argument is the feature name. Second argument is the number of days/weeks it will be removed in. Ex: Reader is moving in 2 weeks */ +"jetpack.branding.badge_banner.moving_in.singular" = "%1$@ se přesune za %2$@"; + +/* Title of a badge indicating that a feature in plural form will be removed soon. First argument is the feature name. Ex: Notifications are moving soon */ +"jetpack.branding.badge_banner.moving_soon.plural" = "%@ se brzy přesunou"; + +/* Title of a badge indicating that a feature in singular form will be removed soon. First argument is the feature name. Ex: Reader is moving soon */ +"jetpack.branding.badge_banner.moving_soon.singular" = "%@ se brzy přesune"; + /* Title of the Jetpack powered badge. */ "jetpack.branding.badge_banner.title" = "Poháněno Jetpackem"; +/* Title of the Jetpack powered badge. */ +"jetpack.branding.badge_banner.title.phase2" = "Získejte aplikaci Jetpack"; + /* Button title of the Jetpack powered overlay. */ "jetpack.branding.overlay.button.title" = "Vyzkoušejte novou aplikaci Jetpack"; @@ -9922,6 +9943,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of a button that dismisses an overlay and displays the Notifications screen. */ "jetpack.fullscreen.overlay.notifications.continue.title" = "Pokračujte do oznámení"; +/* Title of a button that dismisses an overlay that prompts the user to switch the Jetpack app. */ +"jetpack.fullscreen.overlay.phaseFour.general.continue.title" = "Odložit na později"; + +/* Title of a screen that prompts the user to switch the Jetpack app. */ +"jetpack.fullscreen.overlay.phaseFour.subtitle" = "Statistiky, čtečka, upozornění a další funkce poháněné Jetpack byly z aplikace WordPress odstraněny."; + +/* Title of a screen that prompts the user to switch the Jetpack app. */ +"jetpack.fullscreen.overlay.phaseFour.title" = "Funkce Jetpacku se přesunuly"; + /* Subtitle of a screen displayed when the user accesses the Notifications screen from the WordPress app. The screen showcases the Jetpack app. */ "jetpack.fullscreen.overlay.phaseOne.notifications.subtitle" = "Přepněte na aplikaci Jetpack, abyste do svého zařízení i nadále dostávali upozornění v reálném čase."; @@ -9946,6 +9976,12 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* A footnote in a screen displayed when the user accesses a Jetpack powered feature from the WordPress app. The screen showcases the Jetpack app. */ "jetpack.fullscreen.overlay.phaseThree.footnote" = "Přepínání je zdarma a trvá jen minutu."; +/* Title of a button that dismisses an overlay that showcases the Jetpack app. */ +"jetpack.fullscreen.overlay.phaseThree.general.continue.title" = "Pokračovat bez Jetpacku"; + +/* Title of a screen that showcases the Jetpack app. */ +"jetpack.fullscreen.overlay.phaseThree.general.title" = "Funkce jetpacku se brzy přesunou."; + /* Subtitle of a screen displayed when the user trys creating a new site from the WordPress app. The screen showcases the Jetpack app. */ "jetpack.fullscreen.overlay.phaseTwo.siteCreation.subtitle" = "Jetpack poskytuje statistiky, upozornění a další, které vám pomohou vytvořit a rozšířit web WordPress vašich snů.\n\nAplikace WordPress již nepodporuje vytváření nového webu."; @@ -9979,6 +10015,21 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of a button that dismisses an overlay and displays the Stats screen. */ "jetpack.fullscreen.overlay.stats.continue.title" = "Pokračujte na statistiky"; +/* Description inside a menu card communicating that features are moving to the Jetpack app. */ +"jetpack.menuCard.description" = "Statistiky, čtečka, upozornění a další funkce se brzy přesunou do mobilní aplikace Jetpack."; + +/* Menu item title to hide the card. */ +"jetpack.menuCard.hide" = "Skrýt"; + +/* Title of a button that displays a blog post in a web view. */ +"jetpack.menuCard.learnMore" = "Zjistit více"; + +/* Title of a button prompting users to switch to the Jetpack app. */ +"jetpack.menuCard.phaseFour.title" = "Přejděte na Jetpack"; + +/* Menu item title to hide the card for now and show it later. */ +"jetpack.menuCard.remindLater" = "Připomenout později"; + /* Add an author prompt for the jetpack prologue */ "jetpack.prologue.prompt.addAuthor" = "Přidejte autora"; @@ -10069,15 +10120,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* The secondary button title in the Load WordPress screen */ "migration.loadWordpress.secondaryButton" = "Ne, děkuji"; +/* The secondary description in the Load WordPress screen */ +"migration.loadWordpress.secondaryDescription" = "Chcete přenést svá data z aplikace WordPress a přihlásit se automaticky?"; + /* The title in the Load WordPress screen */ "migration.loadWordpress.title" = "Vítejte v Jetpacku!"; /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Vybrat později"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Když se zobrazí upozornění, klepněte na Povolit, abyste i nadále dostávali všechna vaše oznámení WordPress."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Povolit"; diff --git a/WordPress/Resources/de.lproj/Localizable.strings b/WordPress/Resources/de.lproj/Localizable.strings index 0ef932a49981..49dedce397dc 100644 --- a/WordPress/Resources/de.lproj/Localizable.strings +++ b/WordPress/Resources/de.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Später entscheiden"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Tippe auf „Zulassen“, wenn der Hinweis angezeigt wird, um weiterhin alle WordPress-Benachrichtigungen zu erhalten."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Zulassen"; diff --git a/WordPress/Resources/en-GB.lproj/Localizable.strings b/WordPress/Resources/en-GB.lproj/Localizable.strings index d29665b4f4c9..79819c792b60 100644 --- a/WordPress/Resources/en-GB.lproj/Localizable.strings +++ b/WordPress/Resources/en-GB.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Decide later"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "When the alert apears tap Allow to continue receiving all your WordPress notifications."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Allow"; diff --git a/WordPress/Resources/es.lproj/Localizable.strings b/WordPress/Resources/es.lproj/Localizable.strings index 120a96f70857..3f4022bc7a9e 100644 --- a/WordPress/Resources/es.lproj/Localizable.strings +++ b/WordPress/Resources/es.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-01-12 13:54:08+0000 */ +/* Translation-Revision-Date: 2023-01-16 18:44:43+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.0-alpha.3 */ /* Language: es */ @@ -10130,7 +10130,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ "migration.notifications.actions.secondary.title" = "Decidir más tarde"; /* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Cuando aparezca la alerta, toca Permitir para continuar recibiendo todas tus notificaciones de WordPress."; +"migration.notifications.footer" = "Cuando aparezca la alerta, toca «Permitir» para continuar recibiendo todos tus avisos de WordPress."; /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Permitir"; diff --git a/WordPress/Resources/fr.lproj/Localizable.strings b/WordPress/Resources/fr.lproj/Localizable.strings index 7bebd1ab64a0..a4415cdbb007 100644 --- a/WordPress/Resources/fr.lproj/Localizable.strings +++ b/WordPress/Resources/fr.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Décider ultérieurement"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Lorsque l’alerte s’affiche à l’écran, sélectionnez Autoriser pour continuer de recevoir l’ensemble de vos notifications WordPress."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Autoriser"; diff --git a/WordPress/Resources/he.lproj/Localizable.strings b/WordPress/Resources/he.lproj/Localizable.strings index af31283627c8..9332c32d119b 100644 --- a/WordPress/Resources/he.lproj/Localizable.strings +++ b/WordPress/Resources/he.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "אני אחליט מאוחר יותר"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "כאשר ההתראה מופיעה, יש להקיש על 'להרשות' כדי להמשיך לקבל את כל ההודעות מ-WordPress."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "להרשות"; diff --git a/WordPress/Resources/id.lproj/Localizable.strings b/WordPress/Resources/id.lproj/Localizable.strings index fd97c7530fac..cc0db9b8fe84 100644 --- a/WordPress/Resources/id.lproj/Localizable.strings +++ b/WordPress/Resources/id.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Tentukan nanti"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Saat peringatan muncul, tekan Izinkan agar dapat tetap menerima semua pemberitahuan WordPress."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Izinkan"; diff --git a/WordPress/Resources/it.lproj/Localizable.strings b/WordPress/Resources/it.lproj/Localizable.strings index 20f76bf4b033..f7b832ed2dcd 100644 --- a/WordPress/Resources/it.lproj/Localizable.strings +++ b/WordPress/Resources/it.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Decidi più tardi"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Quando viene visualizzato l'avviso, tocca Consenti per continuare a ricevere tutte le notifiche di WordPress."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Consenti"; diff --git a/WordPress/Resources/ja.lproj/Localizable.strings b/WordPress/Resources/ja.lproj/Localizable.strings index 0656f604d1c2..ad5230487e9e 100644 --- a/WordPress/Resources/ja.lproj/Localizable.strings +++ b/WordPress/Resources/ja.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "後で決める"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "アラートが表示されたら「許可する」をタップして、すべての WordPress の通知を引き続き受信します。"; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "許可する"; diff --git a/WordPress/Resources/ko.lproj/Localizable.strings b/WordPress/Resources/ko.lproj/Localizable.strings index c92b70d7e453..4f93470974f8 100644 --- a/WordPress/Resources/ko.lproj/Localizable.strings +++ b/WordPress/Resources/ko.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "나중에 결정"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "모든 워드프레스 알림을 계속 받으려면 경고가 표시될 때 허용을 누르세요."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "허용"; diff --git a/WordPress/Resources/nl.lproj/Localizable.strings b/WordPress/Resources/nl.lproj/Localizable.strings index d60bad174342..2b725f9b067c 100644 --- a/WordPress/Resources/nl.lproj/Localizable.strings +++ b/WordPress/Resources/nl.lproj/Localizable.strings @@ -10054,9 +10054,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Later beslissen"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Tik op Toestaan wanneer je de melding krijgt om meldingen van WordPress te blijven ontvangen."; - /* Primary description in the migration notifications screen. */ "migration.notifications.primaryDescription" = "Je krijgt dezelfde meldingen, maar ze komen nu van de Jetpack-app."; diff --git a/WordPress/Resources/pl.lproj/Localizable.strings b/WordPress/Resources/pl.lproj/Localizable.strings index f363a610da55..38e79e9c79a9 100644 --- a/WordPress/Resources/pl.lproj/Localizable.strings +++ b/WordPress/Resources/pl.lproj/Localizable.strings @@ -3593,9 +3593,6 @@ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Zadecyduję póżniej"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Po pojawieniu się komunikatu proszę wybrać Zezwól, aby otrzymywać wszystkie powiadomienia z WordPressa."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Zezwól"; diff --git a/WordPress/Resources/pt-BR.lproj/Localizable.strings b/WordPress/Resources/pt-BR.lproj/Localizable.strings index eacfe7f3e0f1..af1695835c43 100644 --- a/WordPress/Resources/pt-BR.lproj/Localizable.strings +++ b/WordPress/Resources/pt-BR.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Decidir depois"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Quando o alerta aparecer, toque em Permitir para continuar recebendo todas as notificações do WordPress."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Permitir"; diff --git a/WordPress/Resources/ro.lproj/Localizable.strings b/WordPress/Resources/ro.lproj/Localizable.strings index ce00686b683b..fda7a2ecc377 100644 --- a/WordPress/Resources/ro.lproj/Localizable.strings +++ b/WordPress/Resources/ro.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Poți să decizi mai târziu"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Când apare alerta, atinge Permite pentru a continua să primești toate notificările WordPress."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Permite"; diff --git a/WordPress/Resources/ru.lproj/Localizable.strings b/WordPress/Resources/ru.lproj/Localizable.strings index 93543f642899..8bd8d0951c8d 100644 --- a/WordPress/Resources/ru.lproj/Localizable.strings +++ b/WordPress/Resources/ru.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-01-10 11:52:23+0000 */ +/* Translation-Revision-Date: 2023-01-16 15:42:03+0000 */ /* Plural-Forms: nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2); */ /* Generator: GlotPress/4.0.0-alpha.3 */ /* Language: ru */ @@ -10130,7 +10130,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ "migration.notifications.actions.secondary.title" = "Решить позже"; /* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Когда появится предупреждение, нажмите «Разрешить», чтобы продолжить получать все уведомления WordPress.com."; +"migration.notifications.footer" = "Когда появится предупреждение, нажмите «Разрешить», чтобы продолжить получать все уведомления WordPress."; /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Разрешить"; diff --git a/WordPress/Resources/sq.lproj/Localizable.strings b/WordPress/Resources/sq.lproj/Localizable.strings index 482186b90057..0be2ddcb4084 100644 --- a/WordPress/Resources/sq.lproj/Localizable.strings +++ b/WordPress/Resources/sq.lproj/Localizable.strings @@ -10021,9 +10021,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Vendosni më vonë"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Kur shfaqen sinjalizime, prekni “Lejoje” që të vazhdoni të merrni krejt njoftimet tuaja WordPress."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Lejoje"; diff --git a/WordPress/Resources/sv.lproj/Localizable.strings b/WordPress/Resources/sv.lproj/Localizable.strings index 466715b77176..44f2c5e91157 100644 --- a/WordPress/Resources/sv.lproj/Localizable.strings +++ b/WordPress/Resources/sv.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-01-12 13:54:07+0000 */ +/* Translation-Revision-Date: 2023-01-16 14:25:32+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.0-alpha.3 */ /* Language: sv_SE */ @@ -10130,7 +10130,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ "migration.notifications.actions.secondary.title" = "Bestäm senare"; /* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "När aviseringen visas kan du trycka på ”tillåt” för att fortsätta visa alla WordPress-aviseringar."; +"migration.notifications.footer" = "När varningen visas trycker du på ”Tillåt” för att fortsätta ta emot alla dina WordPress-aviseringar."; /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "Tillåt"; diff --git a/WordPress/Resources/tr.lproj/Localizable.strings b/WordPress/Resources/tr.lproj/Localizable.strings index 47b068597685..8c36709b2398 100644 --- a/WordPress/Resources/tr.lproj/Localizable.strings +++ b/WordPress/Resources/tr.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "Daha sonra karar ver"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "Uyarı göründüğünde, tüm WordPress bildirimlerinizi almaya devam etmek için İzin Ver'e dokunun."; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "İzin ver"; diff --git a/WordPress/Resources/zh-Hans.lproj/Localizable.strings b/WordPress/Resources/zh-Hans.lproj/Localizable.strings index bb52b53f8d6c..bb0e523ff87e 100644 --- a/WordPress/Resources/zh-Hans.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hans.lproj/Localizable.strings @@ -10120,9 +10120,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "稍后再决定"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "出现警报时,点击“允许”可继续接收所有 WordPress 通知。"; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "允许"; diff --git a/WordPress/Resources/zh-Hant.lproj/Localizable.strings b/WordPress/Resources/zh-Hant.lproj/Localizable.strings index be399deaaf27..352584cabaf9 100644 --- a/WordPress/Resources/zh-Hant.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hant.lproj/Localizable.strings @@ -10129,9 +10129,6 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Secondary button title in the migration notifications screen. */ "migration.notifications.actions.secondary.title" = "稍後決定"; -/* Footer for the migration notifications screen. */ -"migration.notifications.footer" = "畫面出現提醒時,請點選「允許」,以便繼續接收所有 WordPress 通知。"; - /* Highlighted text in the footer of the migration notifications screen. */ "migration.notifications.footer.highlighted" = "允許"; From ece087e47a0616be7af36ced08b048885bfcd0cf Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 17 Jan 2023 15:39:34 +1100 Subject: [PATCH 09/11] Update WordPress metadata translations --- fastlane/metadata/default/release_notes.txt | 10 ++++++---- fastlane/metadata/es-ES/release_notes.txt | 7 +++++++ 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/es-ES/release_notes.txt diff --git a/fastlane/metadata/default/release_notes.txt b/fastlane/metadata/default/release_notes.txt index 0fe2c026409e..13b9c0de3d0f 100644 --- a/fastlane/metadata/default/release_notes.txt +++ b/fastlane/metadata/default/release_notes.txt @@ -1,5 +1,7 @@ -Good news, everyone—you can now migrate your site content to the Jetpack app without a hitch. +We’ve been hard at work on extra-technical, behind-the-scenes fixes and updates to keep the WordPress app running smoothly. -Done reading content and want to scroll back to the beginning? Just tap the Reader tab button at the bottom of your screen and we’ll take you right back up to the top. - -We fixed an issue with app author IDs that was keeping some users from publishing Posts and Pages. While we were under the hood, we also made a small visibility tweak to the share extension’s navigation bar. +- Posticulating features +- Rearchitecting interfaces +- Reticulating splines +- Codifying similitude +- Rebuilding the gigaverse diff --git a/fastlane/metadata/es-ES/release_notes.txt b/fastlane/metadata/es-ES/release_notes.txt new file mode 100644 index 000000000000..a3df1dbcc999 --- /dev/null +++ b/fastlane/metadata/es-ES/release_notes.txt @@ -0,0 +1,7 @@ +Hemos estado trabajando duro en correcciones y actualizaciones muy técnicas, tras el telón, para hacer que la app WordPress funcione como la seda. + +- Posticulando características +- Refabricando interfaces +- Reticulando estrías +- Programando similitudes +- Reconstruyendo el gigaverso From 346d51cb8d04534166a04c991d30201ecbaa7e7e Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 17 Jan 2023 15:39:41 +1100 Subject: [PATCH 10/11] Update Jetpack metadata translations --- fastlane/jetpack_metadata/default/release_notes.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fastlane/jetpack_metadata/default/release_notes.txt b/fastlane/jetpack_metadata/default/release_notes.txt index c49df1490131..8338d63cc144 100644 --- a/fastlane/jetpack_metadata/default/release_notes.txt +++ b/fastlane/jetpack_metadata/default/release_notes.txt @@ -1,5 +1,7 @@ -Good news, everyone—you can now migrate your WordPress site content to Jetpack without a hitch. If you’re new to the app, you’ll also see a smooth opt-in process to help with the transition. +We’ve been hard at work on extra-technical, behind-the-scenes fixes and updates to keep the Jetpack app running smoothly. -Done reading content and want to scroll back to the beginning? Just tap the Reader tab button at the bottom of your screen and we’ll take you right back up to the top. - -We fixed an issue with app author IDs that was keeping some users from publishing Posts and Pages. While we were under the hood, we also made a small visibility tweak to the share extension’s navigation bar. +- Posticulating features +- Rearchitecting interfaces +- Reticulating splines +- Codifying similitude +- Rebuilding the gigaverse From 2fac74bb96f827d30dac5c45f9034da4b57fd9f7 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 17 Jan 2023 15:39:54 +1100 Subject: [PATCH 11/11] Bump version number --- config/Version.internal.xcconfig | 2 +- config/Version.public.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Version.internal.xcconfig b/config/Version.internal.xcconfig index e4857fb422a6..9beb551f1e26 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=21.5 // Internal long version example: VERSION_LONG=9.9.0.20180423 -VERSION_LONG=21.5.0.20230109 +VERSION_LONG=21.5.0.20230117 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 1c3ea5a85a17..5d7c8b8055b5 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=21.5 // Public long version example: VERSION_LONG=9.9.0.0 -VERSION_LONG=21.5.0.0 +VERSION_LONG=21.5.0.1