From fdbe6686de27d0932600c70accc663592804b7d8 Mon Sep 17 00:00:00 2001 From: Salim Braksa Date: Thu, 6 Apr 2023 23:33:24 +0000 Subject: [PATCH 01/15] Add a PopoverAnchor enum indicating that the anchor could either be a UIView or a UIBarButtonItem --- .../UIPopoverPresentationController+PopoverAnchor.swift | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 WordPress/Classes/Extensions/UIPopoverPresentationController+PopoverAnchor.swift diff --git a/WordPress/Classes/Extensions/UIPopoverPresentationController+PopoverAnchor.swift b/WordPress/Classes/Extensions/UIPopoverPresentationController+PopoverAnchor.swift new file mode 100644 index 000000000000..6fcef97a4ed7 --- /dev/null +++ b/WordPress/Classes/Extensions/UIPopoverPresentationController+PopoverAnchor.swift @@ -0,0 +1,9 @@ +import UIKit + +extension UIPopoverPresentationController { + + enum PopoverAnchor { + case view(UIView) + case barButtonItem(UIBarButtonItem) + } +} From c4176a24f98dfce24a94b99b30c1066473168d5d Mon Sep 17 00:00:00 2001 From: Salim Braksa Date: Thu, 6 Apr 2023 23:42:41 +0000 Subject: [PATCH 02/15] Add UIPopoverPresentationController+PopoverAnchor.swift file --- WordPress/WordPress.xcodeproj/project.pbxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/WordPress/WordPress.xcodeproj/project.pbxproj b/WordPress/WordPress.xcodeproj/project.pbxproj index a4628f94790d..f565fac29c76 100644 --- a/WordPress/WordPress.xcodeproj/project.pbxproj +++ b/WordPress/WordPress.xcodeproj/project.pbxproj @@ -3584,6 +3584,8 @@ F49B9A08293A21F4000CEFCE /* MigrationEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49B9A07293A21F4000CEFCE /* MigrationEvent.swift */; }; F49B9A09293A3243000CEFCE /* MigrationEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49B9A07293A21F4000CEFCE /* MigrationEvent.swift */; }; F49B9A0A293A3249000CEFCE /* MigrationAnalyticsTracker.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49B9A05293A21BF000CEFCE /* MigrationAnalyticsTracker.swift */; }; + F49D7BEB29DF329500CB93A5 /* UIPopoverPresentationController+PopoverAnchor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D7BEA29DF329500CB93A5 /* UIPopoverPresentationController+PopoverAnchor.swift */; }; + F49D7BEC29DF329500CB93A5 /* UIPopoverPresentationController+PopoverAnchor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F49D7BEA29DF329500CB93A5 /* UIPopoverPresentationController+PopoverAnchor.swift */; }; F4BECD1B288EE5220078391A /* SuggestionsViewModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4BECD1A288EE5220078391A /* SuggestionsViewModelType.swift */; }; F4BECD1C288EE5220078391A /* SuggestionsViewModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4BECD1A288EE5220078391A /* SuggestionsViewModelType.swift */; }; F4CBE3D429258AE1004FFBB6 /* MeHeaderViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4FB0ACC292587D500F651F9 /* MeHeaderViewConfiguration.swift */; }; @@ -8907,6 +8909,7 @@ F49B99FE2937C9B4000CEFCE /* MigrationEmailService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MigrationEmailService.swift; sourceTree = ""; }; F49B9A05293A21BF000CEFCE /* MigrationAnalyticsTracker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MigrationAnalyticsTracker.swift; sourceTree = ""; }; F49B9A07293A21F4000CEFCE /* MigrationEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MigrationEvent.swift; sourceTree = ""; }; + F49D7BEA29DF329500CB93A5 /* UIPopoverPresentationController+PopoverAnchor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIPopoverPresentationController+PopoverAnchor.swift"; sourceTree = ""; }; F4BECD1A288EE5220078391A /* SuggestionsViewModelType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SuggestionsViewModelType.swift; sourceTree = ""; }; F4CBE3D329258AD6004FFBB6 /* MeHeaderView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MeHeaderView.h; sourceTree = ""; }; F4CBE3D5292597E3004FFBB6 /* SupportTableViewControllerConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportTableViewControllerConfiguration.swift; sourceTree = ""; }; @@ -14989,6 +14992,7 @@ FA20751327A86B73001A644D /* UIScrollView+Helpers.swift */, C7AFF873283C0ADC000E01DF /* UIApplication+Helpers.swift */, C3AB4878292F114A001F7AF8 /* UIApplication+AppAvailability.swift */, + F49D7BEA29DF329500CB93A5 /* UIPopoverPresentationController+PopoverAnchor.swift */, ); path = Extensions; sourceTree = ""; @@ -21745,6 +21749,7 @@ BE87E1A01BD4054F0075D45B /* WP3DTouchShortcutCreator.swift in Sources */, 742B7F3A209CB2B6002E3CC9 /* GIFPlaybackStrategy.swift in Sources */, 8B6214E327B1B2F3001DF7B6 /* BlogDashboardService.swift in Sources */, + F49D7BEB29DF329500CB93A5 /* UIPopoverPresentationController+PopoverAnchor.swift in Sources */, F1D8C6E926BA94DF002E3323 /* WordPressBackgroundTaskEventHandler.swift in Sources */, D8212CC520AA83F9008E8AE8 /* ReaderCommentAction.swift in Sources */, FAD954B825B7A99900F011B5 /* JetpackBackupStatusFailedViewController.swift in Sources */, @@ -23923,6 +23928,7 @@ FABB22512602FC2C00C8785C /* TabbedTotalsCell.swift in Sources */, B084E61F27E3B79F007BF7A8 /* SiteIntentStep.swift in Sources */, FABB22522602FC2C00C8785C /* ActivityTableViewCell.swift in Sources */, + F49D7BEC29DF329500CB93A5 /* UIPopoverPresentationController+PopoverAnchor.swift in Sources */, FABB22532602FC2C00C8785C /* BlogDetailsViewController+FancyAlerts.swift in Sources */, FABB22542602FC2C00C8785C /* StoriesIntroDataSource.swift in Sources */, FABB22552602FC2C00C8785C /* StoreContainer.swift in Sources */, From 023f66b31a65c1c76da3ca97a8d5e8fa88071494 Mon Sep 17 00:00:00 2001 From: Salim Braksa Date: Thu, 6 Apr 2023 23:40:58 +0000 Subject: [PATCH 03/15] Pass a UIBarButtonItem anchor to ReaderShowMenuAction --- .../Reader/Detail/ReaderDetailCoordinator.swift | 9 +++++++-- .../Detail/ReaderDetailViewController.swift | 2 +- .../ViewRelated/Reader/ReaderMenuAction.swift | 11 +++++++++++ .../ViewRelated/Reader/ReaderShareAction.swift | 6 +++++- .../ViewRelated/Reader/ReaderShowMenuAction.swift | 15 ++++++++++++--- 5 files changed, 36 insertions(+), 7 deletions(-) diff --git a/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailCoordinator.swift b/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailCoordinator.swift index 44f85f4706e4..7986e974bd1e 100644 --- a/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailCoordinator.swift +++ b/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailCoordinator.swift @@ -400,7 +400,7 @@ class ReaderDetailCoordinator { /// Show a menu with options for the current post's site /// - private func showMenu(_ anchorView: UIView) { + private func showMenu(_ anchor: UIPopoverPresentationController.PopoverAnchor) { guard let post = post, let context = post.managedObjectContext, let viewController = viewController, @@ -415,6 +415,7 @@ class ReaderDetailCoordinator { context: context, readerTopic: readerTopic, anchor: anchorView, + anchor: anchor, vc: viewController, source: ReaderPostMenuSource.details, followCommentsService: followCommentsService @@ -680,8 +681,12 @@ extension ReaderDetailCoordinator: ReaderDetailHeaderViewDelegate { previewSite() } + func didTapMenuButton(_ sender: UIBarButtonItem) { + showMenu(.barButtonItem(sender)) + } + func didTapMenuButton(_ sender: UIView) { - showMenu(sender) + showMenu(.view(sender)) } func didTapTagButton() { diff --git a/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailViewController.swift b/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailViewController.swift index 9deea2801fc0..ae3770c23535 100644 --- a/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailViewController.swift +++ b/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailViewController.swift @@ -708,7 +708,7 @@ class ReaderDetailViewController: UIViewController, ReaderDetailView { coordinator?.share(fromView: sender) } - @objc func didTapMenuButton(_ sender: UIButton) { + @objc func didTapMenuButton(_ sender: UIBarButtonItem) { coordinator?.didTapMenuButton(sender) } diff --git a/WordPress/Classes/ViewRelated/Reader/ReaderMenuAction.swift b/WordPress/Classes/ViewRelated/Reader/ReaderMenuAction.swift index 34880e567ef2..a53911cb109d 100644 --- a/WordPress/Classes/ViewRelated/Reader/ReaderMenuAction.swift +++ b/WordPress/Classes/ViewRelated/Reader/ReaderMenuAction.swift @@ -12,6 +12,17 @@ final class ReaderMenuAction { vc: UIViewController, source: ReaderPostMenuSource, followCommentsService: FollowCommentsService + ) { + self.execute(post: post, context: context, anchor: .view(anchor), vc: vc, source: source, followCommentsService: followCommentsService) + } + + func execute(post: ReaderPost, + context: NSManagedObjectContext, + readerTopic: ReaderAbstractTopic? = nil, + anchor: ReaderShowMenuAction.PopoverAnchor, + vc: UIViewController, + source: ReaderPostMenuSource, + followCommentsService: FollowCommentsService ) { let siteTopic: ReaderSiteTopic? = post.isFollowing ? (try? ReaderSiteTopic.lookup(withSiteID: post.siteID, in: context)) : nil diff --git a/WordPress/Classes/ViewRelated/Reader/ReaderShareAction.swift b/WordPress/Classes/ViewRelated/Reader/ReaderShareAction.swift index 0c4180f1fa4c..fb311b0d45f2 100644 --- a/WordPress/Classes/ViewRelated/Reader/ReaderShareAction.swift +++ b/WordPress/Classes/ViewRelated/Reader/ReaderShareAction.swift @@ -1,11 +1,15 @@ /// Encapsulates a command share a post final class ReaderShareAction { func execute(with post: ReaderPost, context: NSManagedObjectContext, anchor: UIView, vc: UIViewController) { + self.execute(with: post, context: context, anchor: .view(anchor), vc: vc) + } + + func execute(with post: ReaderPost, context: NSManagedObjectContext, anchor: UIPopoverPresentationController.PopoverAnchor, vc: UIViewController) { let postID = post.objectID if let post: ReaderPost = ReaderActionHelpers.existingObject(for: postID, in: context) { let sharingController = PostSharingController() - sharingController.shareReaderPost(post, fromView: anchor, inViewController: vc) + sharingController.shareReaderPost(post, fromAnchor: anchor, inViewController: vc) WPAnalytics.trackReader(.itemSharedReader, properties: ["blogId": post.siteID as Any]) } } diff --git a/WordPress/Classes/ViewRelated/Reader/ReaderShowMenuAction.swift b/WordPress/Classes/ViewRelated/Reader/ReaderShowMenuAction.swift index 952c970900e3..5c7954c0f8b3 100644 --- a/WordPress/Classes/ViewRelated/Reader/ReaderShowMenuAction.swift +++ b/WordPress/Classes/ViewRelated/Reader/ReaderShowMenuAction.swift @@ -11,7 +11,7 @@ final class ReaderShowMenuAction { context: NSManagedObjectContext, siteTopic: ReaderSiteTopic? = nil, readerTopic: ReaderAbstractTopic? = nil, - anchor: UIView, + anchor: PopoverAnchor, vc: UIViewController, source: ReaderPostMenuSource, followCommentsService: FollowCommentsService @@ -194,8 +194,13 @@ final class ReaderShowMenuAction { vc.present(alertController, animated: true) if let presentationController = alertController.popoverPresentationController { presentationController.permittedArrowDirections = .any - presentationController.sourceView = anchor - presentationController.sourceRect = anchor.bounds + switch anchor { + case .barButtonItem(let item): + presentationController.barButtonItem = item + case .view(let anchor): + presentationController.sourceView = anchor + presentationController.sourceRect = anchor.bounds + } } } else { vc.present(alertController, animated: true) @@ -283,4 +288,8 @@ final class ReaderShowMenuAction { let userInfo: [String: Any] = [ReaderNotificationKeys.post: post, ReaderNotificationKeys.result: result] center.post(name: .ReaderUserBlockingDidEnd, object: nil, userInfo: userInfo) } + + // MARK: - Types + + typealias PopoverAnchor = UIPopoverPresentationController.PopoverAnchor } From 5571dc9d3c31fe9d1ad97374ac33fc0cc22058da Mon Sep 17 00:00:00 2001 From: Salim Braksa Date: Thu, 6 Apr 2023 23:42:22 +0000 Subject: [PATCH 04/15] Pass a UIBarButtonItem anchor to PostSharingController --- .../Post/PostSharingController.swift | 25 +++++++++++++++++-- .../Detail/ReaderDetailCoordinator.swift | 9 +++++-- .../Detail/ReaderDetailViewController.swift | 6 ++--- 3 files changed, 33 insertions(+), 7 deletions(-) diff --git a/WordPress/Classes/ViewRelated/Post/PostSharingController.swift b/WordPress/Classes/ViewRelated/Post/PostSharingController.swift index 18a450f13041..02c57c2f1075 100644 --- a/WordPress/Classes/ViewRelated/Post/PostSharingController.swift +++ b/WordPress/Classes/ViewRelated/Post/PostSharingController.swift @@ -44,6 +44,10 @@ import SVProgressHUD } @objc func sharePost(_ title: String, summary: String, link: String?, fromView anchorView: UIView, inViewController viewController: UIViewController) { + sharePost(title, summary: summary, link: link, fromAnchor: .view(anchorView), inViewController: viewController) + } + + private func sharePost(_ title: String, summary: String, link: String?, fromAnchor anchor: PopoverAnchor, inViewController viewController: UIViewController) { let controller = shareController( title, summary: summary, @@ -59,8 +63,13 @@ import SVProgressHUD viewController.present(controller, animated: true) if let presentationController = controller.popoverPresentationController { presentationController.permittedArrowDirections = .any - presentationController.sourceView = anchorView - presentationController.sourceRect = anchorView.bounds + switch anchor { + case .barButtonItem(let item): + presentationController.barButtonItem = item + case .view(let anchorView): + presentationController.sourceView = anchorView + presentationController.sourceRect = anchorView.bounds + } } } @@ -84,6 +93,16 @@ import SVProgressHUD inViewController: viewController) } + func shareReaderPost(_ post: ReaderPost, fromAnchor anchor: PopoverAnchor, inViewController viewController: UIViewController) { + + sharePost( + post.titleForDisplay(), + summary: post.contentPreviewForDisplay(), + link: post.permaLink, + fromAnchor: anchor, + inViewController: viewController) + } + @objc func shareReaderPost(_ post: ReaderPost, fromView anchorView: UIView, inViewController viewController: UIViewController) { sharePost( @@ -114,4 +133,6 @@ import SVProgressHUD } } + + typealias PopoverAnchor = UIPopoverPresentationController.PopoverAnchor } diff --git a/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailCoordinator.swift b/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailCoordinator.swift index 7986e974bd1e..6c68f9f49e12 100644 --- a/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailCoordinator.swift +++ b/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailCoordinator.swift @@ -213,11 +213,17 @@ class ReaderDetailCoordinator { /// Share the current post /// func share(fromView anchorView: UIView) { + self.share(fromAnchor: .view(anchorView)) + } + + /// Share the current post + /// + func share(fromAnchor anchor: UIPopoverPresentationController.PopoverAnchor) { guard let post = post, let view = viewController else { return } - sharingController.shareReaderPost(post, fromView: anchorView, inViewController: view) + sharingController.shareReaderPost(post, fromAnchor: anchor, inViewController: view) WPAnalytics.trackReader(.readerSharedItem) } @@ -414,7 +420,6 @@ class ReaderDetailCoordinator { post: post, context: context, readerTopic: readerTopic, - anchor: anchorView, anchor: anchor, vc: viewController, source: ReaderPostMenuSource.details, diff --git a/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailViewController.swift b/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailViewController.swift index ae3770c23535..f258f1b51ff5 100644 --- a/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailViewController.swift +++ b/WordPress/Classes/ViewRelated/Reader/Detail/ReaderDetailViewController.swift @@ -704,15 +704,15 @@ class ReaderDetailViewController: UIViewController, ReaderDetailView { /// Ask the coordinator to present the share sheet /// - @objc func didTapShareButton(_ sender: UIButton) { - coordinator?.share(fromView: sender) + @objc func didTapShareButton(_ sender: UIBarButtonItem) { + coordinator?.share(fromAnchor: .barButtonItem(sender)) } @objc func didTapMenuButton(_ sender: UIBarButtonItem) { coordinator?.didTapMenuButton(sender) } - @objc func didTapBrowserButton(_ sender: UIButton) { + @objc func didTapBrowserButton(_ sender: UIBarButtonItem) { coordinator?.openInBrowser() } From a520d134a7154f8304272f8b2ffb3e172e832f11 Mon Sep 17 00:00:00 2001 From: Salim Braksa Date: Fri, 7 Apr 2023 00:59:26 +0000 Subject: [PATCH 05/15] Update RELEASE-NOTES --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 9531a7971250..11b88e2d17b8 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -8,6 +8,7 @@ * [***] [internal] Refactor uploading photos (from the device photo, the Free Photo library, and other sources) to the WordPress Media Library. Affected areas are where you can choose a photo and upload, including the "Media" screen, adding images to a post, updating site icon, etc. [#20322] * [**] [WordPress-only] Warns user about sites with only individual plugins not supporting core app features and offers the option to switch to the Jetpack app. [#20408] * [**] Add a "Personalize Home Tab" button to the bottom of the Home tab that allows changing cards visibility. [#20369] +* [*] [Reader] Fix an issue that was causing the app to crash when tapping the More or Share buttons in Reader Detail screen. [#20490] 22.0 ----- From 657f3e98e68377985398523138874a32f029821f Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Mon, 10 Apr 2023 08:32:35 -0400 Subject: [PATCH 06/15] Release script: Update gutenberg-mobile ref --- Podfile | 2 +- Podfile.lock | 210 +++++++++++++++++++++++++-------------------------- 2 files changed, 106 insertions(+), 106 deletions(-) diff --git a/Podfile b/Podfile index 780700af5f3b..c86cb1574e49 100644 --- a/Podfile +++ b/Podfile @@ -91,7 +91,7 @@ def shared_style_pods end def gutenberg_pods - gutenberg tag: 'v1.92.0' + gutenberg commit: '6d5c25e75765fbd9c808e1e80ad29affbd5c6627' end def gutenberg(options) diff --git a/Podfile.lock b/Podfile.lock index a0c02540c6a5..f4b960f79bae 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -54,7 +54,7 @@ PODS: - AppAuth/Core (~> 1.6) - GTMSessionFetcher/Core (< 3.0, >= 1.5) - GTMSessionFetcher/Core (1.7.2) - - Gutenberg (1.92.0): + - Gutenberg (1.92.1): - React (= 0.69.4) - React-CoreModules (= 0.69.4) - React-RCTImage (= 0.69.4) @@ -483,7 +483,7 @@ PODS: - React-Core - RNSVG (9.13.6): - React-Core - - RNTAztecView (1.92.0): + - RNTAztecView (1.92.1): - React-Core - WordPress-Aztec-iOS (~> 1.19.8) - SDWebImage (5.11.1): @@ -544,18 +544,18 @@ DEPENDENCIES: - AppCenter (~> 4.1) - AppCenter/Distribute (~> 4.1) - Automattic-Tracks-iOS (~> 0.13) - - boost (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/boost.podspec.json`) - - BVLinearGradient (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/BVLinearGradient.podspec.json`) + - boost (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/boost.podspec.json`) + - BVLinearGradient (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/BVLinearGradient.podspec.json`) - CocoaLumberjack/Swift (~> 3.0) - CropViewController (= 2.5.3) - Down (~> 0.6.6) - - FBLazyVector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/FBLazyVector.podspec.json`) - - FBReactNativeSpec (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json`) + - FBLazyVector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/FBLazyVector.podspec.json`) + - FBReactNativeSpec (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json`) - FSInteractiveMap (from `https://github.com/wordpress-mobile/FSInteractiveMap.git`, tag `0.2.0`) - Gifu (= 3.2.0) - - glog (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/glog.podspec.json`) + - glog (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/glog.podspec.json`) - Gridicons (~> 1.1.0) - - Gutenberg (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, tag `v1.92.0`) + - Gutenberg (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `6d5c25e75765fbd9c808e1e80ad29affbd5c6627`) - JTAppleCalendar (~> 8.0.2) - Kanvas (~> 1.4.4) - MediaEditor (~> 1.2.1) @@ -564,49 +564,49 @@ DEPENDENCIES: - "NSURL+IDN (~> 0.4)" - OCMock (~> 3.4.3) - OHHTTPStubs/Swift (~> 9.1.0) - - RCT-Folly (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RCT-Folly.podspec.json`) - - RCTRequired (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RCTRequired.podspec.json`) - - RCTTypeSafety (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RCTTypeSafety.podspec.json`) + - RCT-Folly (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCT-Folly.podspec.json`) + - RCTRequired (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCTRequired.podspec.json`) + - RCTTypeSafety (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCTTypeSafety.podspec.json`) - Reachability (= 3.2) - - React (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React.podspec.json`) - - React-bridging (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-bridging.podspec.json`) - - React-callinvoker (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-callinvoker.podspec.json`) - - React-Codegen (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-Codegen.podspec.json`) - - React-Core (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-Core.podspec.json`) - - React-CoreModules (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-CoreModules.podspec.json`) - - React-cxxreact (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-cxxreact.podspec.json`) - - React-jsi (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-jsi.podspec.json`) - - React-jsiexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-jsiexecutor.podspec.json`) - - React-jsinspector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-jsinspector.podspec.json`) - - React-logger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-logger.podspec.json`) - - react-native-blur (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-blur.podspec.json`) - - react-native-get-random-values (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-get-random-values.podspec.json`) - - react-native-keyboard-aware-scroll-view (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json`) - - react-native-safe-area (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-safe-area.podspec.json`) - - react-native-safe-area-context (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-safe-area-context.podspec.json`) - - react-native-slider (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-slider.podspec.json`) - - react-native-video (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-video.podspec.json`) - - react-native-webview (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-webview.podspec.json`) - - React-perflogger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-perflogger.podspec.json`) - - React-RCTActionSheet (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTActionSheet.podspec.json`) - - React-RCTAnimation (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTAnimation.podspec.json`) - - React-RCTBlob (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTBlob.podspec.json`) - - React-RCTImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTImage.podspec.json`) - - React-RCTLinking (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTLinking.podspec.json`) - - React-RCTNetwork (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTNetwork.podspec.json`) - - React-RCTSettings (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTSettings.podspec.json`) - - React-RCTText (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTText.podspec.json`) - - React-RCTVibration (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTVibration.podspec.json`) - - React-runtimeexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-runtimeexecutor.podspec.json`) - - ReactCommon (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/ReactCommon.podspec.json`) - - RNCClipboard (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNCClipboard.podspec.json`) - - RNCMaskedView (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNCMaskedView.podspec.json`) - - RNFastImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNFastImage.podspec.json`) - - RNGestureHandler (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNGestureHandler.podspec.json`) - - RNReanimated (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNReanimated.podspec.json`) - - RNScreens (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNScreens.podspec.json`) - - RNSVG (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNSVG.podspec.json`) - - RNTAztecView (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, tag `v1.92.0`) + - React (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React.podspec.json`) + - React-bridging (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-bridging.podspec.json`) + - React-callinvoker (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-callinvoker.podspec.json`) + - React-Codegen (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-Codegen.podspec.json`) + - React-Core (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-Core.podspec.json`) + - React-CoreModules (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-CoreModules.podspec.json`) + - React-cxxreact (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-cxxreact.podspec.json`) + - React-jsi (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsi.podspec.json`) + - React-jsiexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsiexecutor.podspec.json`) + - React-jsinspector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsinspector.podspec.json`) + - React-logger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-logger.podspec.json`) + - react-native-blur (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-blur.podspec.json`) + - react-native-get-random-values (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-get-random-values.podspec.json`) + - react-native-keyboard-aware-scroll-view (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json`) + - react-native-safe-area (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-safe-area.podspec.json`) + - react-native-safe-area-context (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-safe-area-context.podspec.json`) + - react-native-slider (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-slider.podspec.json`) + - react-native-video (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-video.podspec.json`) + - react-native-webview (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-webview.podspec.json`) + - React-perflogger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-perflogger.podspec.json`) + - React-RCTActionSheet (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTActionSheet.podspec.json`) + - React-RCTAnimation (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTAnimation.podspec.json`) + - React-RCTBlob (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTBlob.podspec.json`) + - React-RCTImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTImage.podspec.json`) + - React-RCTLinking (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTLinking.podspec.json`) + - React-RCTNetwork (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTNetwork.podspec.json`) + - React-RCTSettings (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTSettings.podspec.json`) + - React-RCTText (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTText.podspec.json`) + - React-RCTVibration (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTVibration.podspec.json`) + - React-runtimeexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-runtimeexecutor.podspec.json`) + - ReactCommon (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/ReactCommon.podspec.json`) + - RNCClipboard (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNCClipboard.podspec.json`) + - RNCMaskedView (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNCMaskedView.podspec.json`) + - RNFastImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNFastImage.podspec.json`) + - RNGestureHandler (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNGestureHandler.podspec.json`) + - RNReanimated (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNReanimated.podspec.json`) + - RNScreens (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNScreens.podspec.json`) + - RNSVG (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNSVG.podspec.json`) + - RNTAztecView (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `6d5c25e75765fbd9c808e1e80ad29affbd5c6627`) - Starscream (= 3.0.6) - SVProgressHUD (= 2.2.5) - SwiftLint (~> 0.50) @@ -616,7 +616,7 @@ DEPENDENCIES: - WordPressShared (~> 2.0-beta) - WordPressUI (~> 1.12.5) - WPMediaPicker (~> 1.8.7) - - Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/Yoga.podspec.json`) + - Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/Yoga.podspec.json`) - ZendeskSupportSDK (= 5.3.0) - ZIPFoundation (~> 0.9.8) @@ -676,123 +676,123 @@ SPEC REPOS: EXTERNAL SOURCES: boost: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/boost.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/boost.podspec.json BVLinearGradient: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/BVLinearGradient.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/BVLinearGradient.podspec.json FBLazyVector: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/FBLazyVector.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/FBLazyVector.podspec.json FBReactNativeSpec: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json FSInteractiveMap: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 glog: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/glog.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/glog.podspec.json Gutenberg: + :commit: 6d5c25e75765fbd9c808e1e80ad29affbd5c6627 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true - :tag: v1.92.0 RCT-Folly: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RCT-Folly.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCT-Folly.podspec.json RCTRequired: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RCTRequired.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCTRequired.podspec.json RCTTypeSafety: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RCTTypeSafety.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCTTypeSafety.podspec.json React: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React.podspec.json React-bridging: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-bridging.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-bridging.podspec.json React-callinvoker: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-callinvoker.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-callinvoker.podspec.json React-Codegen: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-Codegen.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-Codegen.podspec.json React-Core: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-Core.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-Core.podspec.json React-CoreModules: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-CoreModules.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-CoreModules.podspec.json React-cxxreact: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-cxxreact.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-cxxreact.podspec.json React-jsi: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-jsi.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsi.podspec.json React-jsiexecutor: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-jsiexecutor.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsiexecutor.podspec.json React-jsinspector: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-jsinspector.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsinspector.podspec.json React-logger: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-logger.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-logger.podspec.json react-native-blur: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-blur.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-blur.podspec.json react-native-get-random-values: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-get-random-values.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-get-random-values.podspec.json react-native-keyboard-aware-scroll-view: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json react-native-safe-area: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-safe-area.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-safe-area.podspec.json react-native-safe-area-context: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-safe-area-context.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-safe-area-context.podspec.json react-native-slider: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-slider.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-slider.podspec.json react-native-video: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-video.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-video.podspec.json react-native-webview: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/react-native-webview.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-webview.podspec.json React-perflogger: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-perflogger.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-perflogger.podspec.json React-RCTActionSheet: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTActionSheet.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTActionSheet.podspec.json React-RCTAnimation: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTAnimation.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTAnimation.podspec.json React-RCTBlob: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTBlob.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTBlob.podspec.json React-RCTImage: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTImage.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTImage.podspec.json React-RCTLinking: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTLinking.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTLinking.podspec.json React-RCTNetwork: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTNetwork.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTNetwork.podspec.json React-RCTSettings: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTSettings.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTSettings.podspec.json React-RCTText: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTText.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTText.podspec.json React-RCTVibration: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-RCTVibration.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTVibration.podspec.json React-runtimeexecutor: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/React-runtimeexecutor.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-runtimeexecutor.podspec.json ReactCommon: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/ReactCommon.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/ReactCommon.podspec.json RNCClipboard: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNCClipboard.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNCClipboard.podspec.json RNCMaskedView: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNCMaskedView.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNCMaskedView.podspec.json RNFastImage: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNFastImage.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNFastImage.podspec.json RNGestureHandler: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNGestureHandler.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNGestureHandler.podspec.json RNReanimated: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNReanimated.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNReanimated.podspec.json RNScreens: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNScreens.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNScreens.podspec.json RNSVG: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/RNSVG.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNSVG.podspec.json RNTAztecView: + :commit: 6d5c25e75765fbd9c808e1e80ad29affbd5c6627 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true - :tag: v1.92.0 Yoga: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.0/third-party-podspecs/Yoga.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/Yoga.podspec.json CHECKOUT OPTIONS: FSInteractiveMap: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 Gutenberg: + :commit: 6d5c25e75765fbd9c808e1e80ad29affbd5c6627 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true - :tag: v1.92.0 RNTAztecView: + :commit: 6d5c25e75765fbd9c808e1e80ad29affbd5c6627 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true - :tag: v1.92.0 SPEC CHECKSUMS: Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844 @@ -817,7 +817,7 @@ SPEC CHECKSUMS: Gridicons: 17d660b97ce4231d582101b02f8280628b141c9a GTMAppAuth: 0ff230db599948a9ad7470ca667337803b3fc4dd GTMSessionFetcher: 5595ec75acf5be50814f81e9189490412bad82ba - Gutenberg: 9a5f11d8bc496e546c8539300bbfc3847f9c8aa8 + Gutenberg: 8c78a6bd09ad47b62cf637c64f0a48b39723866d JTAppleCalendar: 932cadea40b1051beab10f67843451d48ba16c99 Kanvas: f932eaed3d3f47aae8aafb6c2d27c968bdd49030 libwebp: f62cb61d0a484ba548448a4bd52aabf150ff6eef @@ -869,7 +869,7 @@ SPEC CHECKSUMS: RNReanimated: 8abe8173f54110a9ae98a629d0d8bf343a84f739 RNScreens: bd1f43d7dfcd435bc11d4ee5c60086717c45a113 RNSVG: 259ef12cbec2591a45fc7c5f09d7aa09e6692533 - RNTAztecView: 142be0e639c2c3b669adf334defacd39607748b6 + RNTAztecView: 555e67d9a6efb40651289d2d44e7581fe2d82313 SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d Sentry: 026b36fdc09531604db9279e55f047fe652e3f4a @@ -896,6 +896,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: 63504603fd92b4077b1a9556356336a69e571422 +PODFILE CHECKSUM: 6ea508a6af43acbe171f5eb0357dc74404dda1c2 COCOAPODS: 1.11.3 From 77e078bda4b47c54dcc4ce192583ec810c5aafcd Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Mon, 10 Apr 2023 08:47:26 -0400 Subject: [PATCH 07/15] build: Update Gutenberg ref --- Podfile | 2 +- Podfile.lock | 202 +++++++++++++++++++++++++-------------------------- 2 files changed, 102 insertions(+), 102 deletions(-) diff --git a/Podfile b/Podfile index c86cb1574e49..542d52bd115d 100644 --- a/Podfile +++ b/Podfile @@ -91,7 +91,7 @@ def shared_style_pods end def gutenberg_pods - gutenberg commit: '6d5c25e75765fbd9c808e1e80ad29affbd5c6627' + gutenberg commit: 'd3b44f56bb01b467999073be3c2eed69317e42c1' end def gutenberg(options) diff --git a/Podfile.lock b/Podfile.lock index f4b960f79bae..596991e13b8b 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -544,18 +544,18 @@ DEPENDENCIES: - AppCenter (~> 4.1) - AppCenter/Distribute (~> 4.1) - Automattic-Tracks-iOS (~> 0.13) - - boost (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/boost.podspec.json`) - - BVLinearGradient (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/BVLinearGradient.podspec.json`) + - boost (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/boost.podspec.json`) + - BVLinearGradient (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/BVLinearGradient.podspec.json`) - CocoaLumberjack/Swift (~> 3.0) - CropViewController (= 2.5.3) - Down (~> 0.6.6) - - FBLazyVector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/FBLazyVector.podspec.json`) - - FBReactNativeSpec (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json`) + - FBLazyVector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/FBLazyVector.podspec.json`) + - FBReactNativeSpec (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json`) - FSInteractiveMap (from `https://github.com/wordpress-mobile/FSInteractiveMap.git`, tag `0.2.0`) - Gifu (= 3.2.0) - - glog (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/glog.podspec.json`) + - glog (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/glog.podspec.json`) - Gridicons (~> 1.1.0) - - Gutenberg (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `6d5c25e75765fbd9c808e1e80ad29affbd5c6627`) + - Gutenberg (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `d3b44f56bb01b467999073be3c2eed69317e42c1`) - JTAppleCalendar (~> 8.0.2) - Kanvas (~> 1.4.4) - MediaEditor (~> 1.2.1) @@ -564,49 +564,49 @@ DEPENDENCIES: - "NSURL+IDN (~> 0.4)" - OCMock (~> 3.4.3) - OHHTTPStubs/Swift (~> 9.1.0) - - RCT-Folly (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCT-Folly.podspec.json`) - - RCTRequired (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCTRequired.podspec.json`) - - RCTTypeSafety (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCTTypeSafety.podspec.json`) + - RCT-Folly (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCT-Folly.podspec.json`) + - RCTRequired (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCTRequired.podspec.json`) + - RCTTypeSafety (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCTTypeSafety.podspec.json`) - Reachability (= 3.2) - - React (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React.podspec.json`) - - React-bridging (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-bridging.podspec.json`) - - React-callinvoker (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-callinvoker.podspec.json`) - - React-Codegen (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-Codegen.podspec.json`) - - React-Core (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-Core.podspec.json`) - - React-CoreModules (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-CoreModules.podspec.json`) - - React-cxxreact (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-cxxreact.podspec.json`) - - React-jsi (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsi.podspec.json`) - - React-jsiexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsiexecutor.podspec.json`) - - React-jsinspector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsinspector.podspec.json`) - - React-logger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-logger.podspec.json`) - - react-native-blur (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-blur.podspec.json`) - - react-native-get-random-values (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-get-random-values.podspec.json`) - - react-native-keyboard-aware-scroll-view (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json`) - - react-native-safe-area (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-safe-area.podspec.json`) - - react-native-safe-area-context (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-safe-area-context.podspec.json`) - - react-native-slider (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-slider.podspec.json`) - - react-native-video (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-video.podspec.json`) - - react-native-webview (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-webview.podspec.json`) - - React-perflogger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-perflogger.podspec.json`) - - React-RCTActionSheet (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTActionSheet.podspec.json`) - - React-RCTAnimation (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTAnimation.podspec.json`) - - React-RCTBlob (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTBlob.podspec.json`) - - React-RCTImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTImage.podspec.json`) - - React-RCTLinking (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTLinking.podspec.json`) - - React-RCTNetwork (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTNetwork.podspec.json`) - - React-RCTSettings (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTSettings.podspec.json`) - - React-RCTText (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTText.podspec.json`) - - React-RCTVibration (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTVibration.podspec.json`) - - React-runtimeexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-runtimeexecutor.podspec.json`) - - ReactCommon (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/ReactCommon.podspec.json`) - - RNCClipboard (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNCClipboard.podspec.json`) - - RNCMaskedView (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNCMaskedView.podspec.json`) - - RNFastImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNFastImage.podspec.json`) - - RNGestureHandler (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNGestureHandler.podspec.json`) - - RNReanimated (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNReanimated.podspec.json`) - - RNScreens (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNScreens.podspec.json`) - - RNSVG (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNSVG.podspec.json`) - - RNTAztecView (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `6d5c25e75765fbd9c808e1e80ad29affbd5c6627`) + - React (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React.podspec.json`) + - React-bridging (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-bridging.podspec.json`) + - React-callinvoker (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-callinvoker.podspec.json`) + - React-Codegen (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-Codegen.podspec.json`) + - React-Core (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-Core.podspec.json`) + - React-CoreModules (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-CoreModules.podspec.json`) + - React-cxxreact (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-cxxreact.podspec.json`) + - React-jsi (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsi.podspec.json`) + - React-jsiexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsiexecutor.podspec.json`) + - React-jsinspector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsinspector.podspec.json`) + - React-logger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-logger.podspec.json`) + - react-native-blur (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-blur.podspec.json`) + - react-native-get-random-values (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-get-random-values.podspec.json`) + - react-native-keyboard-aware-scroll-view (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json`) + - react-native-safe-area (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-safe-area.podspec.json`) + - react-native-safe-area-context (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-safe-area-context.podspec.json`) + - react-native-slider (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-slider.podspec.json`) + - react-native-video (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-video.podspec.json`) + - react-native-webview (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-webview.podspec.json`) + - React-perflogger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-perflogger.podspec.json`) + - React-RCTActionSheet (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTActionSheet.podspec.json`) + - React-RCTAnimation (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTAnimation.podspec.json`) + - React-RCTBlob (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTBlob.podspec.json`) + - React-RCTImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTImage.podspec.json`) + - React-RCTLinking (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTLinking.podspec.json`) + - React-RCTNetwork (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTNetwork.podspec.json`) + - React-RCTSettings (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTSettings.podspec.json`) + - React-RCTText (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTText.podspec.json`) + - React-RCTVibration (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTVibration.podspec.json`) + - React-runtimeexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-runtimeexecutor.podspec.json`) + - ReactCommon (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/ReactCommon.podspec.json`) + - RNCClipboard (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNCClipboard.podspec.json`) + - RNCMaskedView (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNCMaskedView.podspec.json`) + - RNFastImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNFastImage.podspec.json`) + - RNGestureHandler (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNGestureHandler.podspec.json`) + - RNReanimated (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNReanimated.podspec.json`) + - RNScreens (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNScreens.podspec.json`) + - RNSVG (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNSVG.podspec.json`) + - RNTAztecView (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `d3b44f56bb01b467999073be3c2eed69317e42c1`) - Starscream (= 3.0.6) - SVProgressHUD (= 2.2.5) - SwiftLint (~> 0.50) @@ -616,7 +616,7 @@ DEPENDENCIES: - WordPressShared (~> 2.0-beta) - WordPressUI (~> 1.12.5) - WPMediaPicker (~> 1.8.7) - - Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/Yoga.podspec.json`) + - Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/Yoga.podspec.json`) - ZendeskSupportSDK (= 5.3.0) - ZIPFoundation (~> 0.9.8) @@ -676,121 +676,121 @@ SPEC REPOS: EXTERNAL SOURCES: boost: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/boost.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/boost.podspec.json BVLinearGradient: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/BVLinearGradient.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/BVLinearGradient.podspec.json FBLazyVector: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/FBLazyVector.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/FBLazyVector.podspec.json FBReactNativeSpec: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json FSInteractiveMap: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 glog: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/glog.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/glog.podspec.json Gutenberg: - :commit: 6d5c25e75765fbd9c808e1e80ad29affbd5c6627 + :commit: d3b44f56bb01b467999073be3c2eed69317e42c1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true RCT-Folly: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCT-Folly.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCT-Folly.podspec.json RCTRequired: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCTRequired.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCTRequired.podspec.json RCTTypeSafety: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RCTTypeSafety.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCTTypeSafety.podspec.json React: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React.podspec.json React-bridging: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-bridging.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-bridging.podspec.json React-callinvoker: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-callinvoker.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-callinvoker.podspec.json React-Codegen: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-Codegen.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-Codegen.podspec.json React-Core: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-Core.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-Core.podspec.json React-CoreModules: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-CoreModules.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-CoreModules.podspec.json React-cxxreact: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-cxxreact.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-cxxreact.podspec.json React-jsi: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsi.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsi.podspec.json React-jsiexecutor: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsiexecutor.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsiexecutor.podspec.json React-jsinspector: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-jsinspector.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsinspector.podspec.json React-logger: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-logger.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-logger.podspec.json react-native-blur: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-blur.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-blur.podspec.json react-native-get-random-values: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-get-random-values.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-get-random-values.podspec.json react-native-keyboard-aware-scroll-view: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json react-native-safe-area: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-safe-area.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-safe-area.podspec.json react-native-safe-area-context: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-safe-area-context.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-safe-area-context.podspec.json react-native-slider: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-slider.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-slider.podspec.json react-native-video: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-video.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-video.podspec.json react-native-webview: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/react-native-webview.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-webview.podspec.json React-perflogger: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-perflogger.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-perflogger.podspec.json React-RCTActionSheet: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTActionSheet.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTActionSheet.podspec.json React-RCTAnimation: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTAnimation.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTAnimation.podspec.json React-RCTBlob: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTBlob.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTBlob.podspec.json React-RCTImage: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTImage.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTImage.podspec.json React-RCTLinking: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTLinking.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTLinking.podspec.json React-RCTNetwork: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTNetwork.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTNetwork.podspec.json React-RCTSettings: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTSettings.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTSettings.podspec.json React-RCTText: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTText.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTText.podspec.json React-RCTVibration: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-RCTVibration.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTVibration.podspec.json React-runtimeexecutor: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/React-runtimeexecutor.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-runtimeexecutor.podspec.json ReactCommon: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/ReactCommon.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/ReactCommon.podspec.json RNCClipboard: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNCClipboard.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNCClipboard.podspec.json RNCMaskedView: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNCMaskedView.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNCMaskedView.podspec.json RNFastImage: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNFastImage.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNFastImage.podspec.json RNGestureHandler: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNGestureHandler.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNGestureHandler.podspec.json RNReanimated: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNReanimated.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNReanimated.podspec.json RNScreens: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNScreens.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNScreens.podspec.json RNSVG: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/RNSVG.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNSVG.podspec.json RNTAztecView: - :commit: 6d5c25e75765fbd9c808e1e80ad29affbd5c6627 + :commit: d3b44f56bb01b467999073be3c2eed69317e42c1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true Yoga: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/6d5c25e75765fbd9c808e1e80ad29affbd5c6627/third-party-podspecs/Yoga.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/Yoga.podspec.json CHECKOUT OPTIONS: FSInteractiveMap: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 Gutenberg: - :commit: 6d5c25e75765fbd9c808e1e80ad29affbd5c6627 + :commit: d3b44f56bb01b467999073be3c2eed69317e42c1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true RNTAztecView: - :commit: 6d5c25e75765fbd9c808e1e80ad29affbd5c6627 + :commit: d3b44f56bb01b467999073be3c2eed69317e42c1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true @@ -896,6 +896,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: 6ea508a6af43acbe171f5eb0357dc74404dda1c2 +PODFILE CHECKSUM: 8e00e16a343886171501158123681546e4ba4fa6 COCOAPODS: 1.11.3 From 5b97fe8a75e760709e2bec6f3df1c29797454b95 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Mon, 10 Apr 2023 08:47:40 -0400 Subject: [PATCH 08/15] docs: Add release note --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 9531a7971250..5170f60b1ede 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -8,6 +8,7 @@ * [***] [internal] Refactor uploading photos (from the device photo, the Free Photo library, and other sources) to the WordPress Media Library. Affected areas are where you can choose a photo and upload, including the "Media" screen, adding images to a post, updating site icon, etc. [#20322] * [**] [WordPress-only] Warns user about sites with only individual plugins not supporting core app features and offers the option to switch to the Jetpack app. [#20408] * [**] Add a "Personalize Home Tab" button to the bottom of the Home tab that allows changing cards visibility. [#20369] +* [*] Block editor: Avoid empty Gallery block error [https://github.com/WordPress/gutenberg/pull/49557] 22.0 ----- From 64d5bb1a55d1217e7a346eba3903171cd0081e73 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Mon, 10 Apr 2023 11:19:52 -0400 Subject: [PATCH 09/15] build: Update Gutenberg ref --- Podfile | 2 +- Podfile.lock | 202 +++++++++++++++++++++++++-------------------------- 2 files changed, 102 insertions(+), 102 deletions(-) diff --git a/Podfile b/Podfile index 542d52bd115d..e5864147d9df 100644 --- a/Podfile +++ b/Podfile @@ -91,7 +91,7 @@ def shared_style_pods end def gutenberg_pods - gutenberg commit: 'd3b44f56bb01b467999073be3c2eed69317e42c1' + gutenberg commit: 'v1.92.1' end def gutenberg(options) diff --git a/Podfile.lock b/Podfile.lock index 596991e13b8b..acd108dd4bfe 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -544,18 +544,18 @@ DEPENDENCIES: - AppCenter (~> 4.1) - AppCenter/Distribute (~> 4.1) - Automattic-Tracks-iOS (~> 0.13) - - boost (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/boost.podspec.json`) - - BVLinearGradient (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/BVLinearGradient.podspec.json`) + - boost (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/boost.podspec.json`) + - BVLinearGradient (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/BVLinearGradient.podspec.json`) - CocoaLumberjack/Swift (~> 3.0) - CropViewController (= 2.5.3) - Down (~> 0.6.6) - - FBLazyVector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/FBLazyVector.podspec.json`) - - FBReactNativeSpec (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json`) + - FBLazyVector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/FBLazyVector.podspec.json`) + - FBReactNativeSpec (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json`) - FSInteractiveMap (from `https://github.com/wordpress-mobile/FSInteractiveMap.git`, tag `0.2.0`) - Gifu (= 3.2.0) - - glog (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/glog.podspec.json`) + - glog (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/glog.podspec.json`) - Gridicons (~> 1.1.0) - - Gutenberg (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `d3b44f56bb01b467999073be3c2eed69317e42c1`) + - Gutenberg (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `v1.92.1`) - JTAppleCalendar (~> 8.0.2) - Kanvas (~> 1.4.4) - MediaEditor (~> 1.2.1) @@ -564,49 +564,49 @@ DEPENDENCIES: - "NSURL+IDN (~> 0.4)" - OCMock (~> 3.4.3) - OHHTTPStubs/Swift (~> 9.1.0) - - RCT-Folly (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCT-Folly.podspec.json`) - - RCTRequired (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCTRequired.podspec.json`) - - RCTTypeSafety (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCTTypeSafety.podspec.json`) + - RCT-Folly (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RCT-Folly.podspec.json`) + - RCTRequired (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RCTRequired.podspec.json`) + - RCTTypeSafety (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RCTTypeSafety.podspec.json`) - Reachability (= 3.2) - - React (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React.podspec.json`) - - React-bridging (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-bridging.podspec.json`) - - React-callinvoker (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-callinvoker.podspec.json`) - - React-Codegen (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-Codegen.podspec.json`) - - React-Core (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-Core.podspec.json`) - - React-CoreModules (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-CoreModules.podspec.json`) - - React-cxxreact (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-cxxreact.podspec.json`) - - React-jsi (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsi.podspec.json`) - - React-jsiexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsiexecutor.podspec.json`) - - React-jsinspector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsinspector.podspec.json`) - - React-logger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-logger.podspec.json`) - - react-native-blur (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-blur.podspec.json`) - - react-native-get-random-values (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-get-random-values.podspec.json`) - - react-native-keyboard-aware-scroll-view (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json`) - - react-native-safe-area (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-safe-area.podspec.json`) - - react-native-safe-area-context (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-safe-area-context.podspec.json`) - - react-native-slider (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-slider.podspec.json`) - - react-native-video (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-video.podspec.json`) - - react-native-webview (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-webview.podspec.json`) - - React-perflogger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-perflogger.podspec.json`) - - React-RCTActionSheet (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTActionSheet.podspec.json`) - - React-RCTAnimation (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTAnimation.podspec.json`) - - React-RCTBlob (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTBlob.podspec.json`) - - React-RCTImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTImage.podspec.json`) - - React-RCTLinking (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTLinking.podspec.json`) - - React-RCTNetwork (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTNetwork.podspec.json`) - - React-RCTSettings (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTSettings.podspec.json`) - - React-RCTText (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTText.podspec.json`) - - React-RCTVibration (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTVibration.podspec.json`) - - React-runtimeexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-runtimeexecutor.podspec.json`) - - ReactCommon (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/ReactCommon.podspec.json`) - - RNCClipboard (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNCClipboard.podspec.json`) - - RNCMaskedView (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNCMaskedView.podspec.json`) - - RNFastImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNFastImage.podspec.json`) - - RNGestureHandler (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNGestureHandler.podspec.json`) - - RNReanimated (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNReanimated.podspec.json`) - - RNScreens (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNScreens.podspec.json`) - - RNSVG (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNSVG.podspec.json`) - - RNTAztecView (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `d3b44f56bb01b467999073be3c2eed69317e42c1`) + - React (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React.podspec.json`) + - React-bridging (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-bridging.podspec.json`) + - React-callinvoker (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-callinvoker.podspec.json`) + - React-Codegen (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-Codegen.podspec.json`) + - React-Core (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-Core.podspec.json`) + - React-CoreModules (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-CoreModules.podspec.json`) + - React-cxxreact (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-cxxreact.podspec.json`) + - React-jsi (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-jsi.podspec.json`) + - React-jsiexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-jsiexecutor.podspec.json`) + - React-jsinspector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-jsinspector.podspec.json`) + - React-logger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-logger.podspec.json`) + - react-native-blur (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-blur.podspec.json`) + - react-native-get-random-values (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-get-random-values.podspec.json`) + - react-native-keyboard-aware-scroll-view (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json`) + - react-native-safe-area (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-safe-area.podspec.json`) + - react-native-safe-area-context (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-safe-area-context.podspec.json`) + - react-native-slider (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-slider.podspec.json`) + - react-native-video (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-video.podspec.json`) + - react-native-webview (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-webview.podspec.json`) + - React-perflogger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-perflogger.podspec.json`) + - React-RCTActionSheet (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTActionSheet.podspec.json`) + - React-RCTAnimation (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTAnimation.podspec.json`) + - React-RCTBlob (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTBlob.podspec.json`) + - React-RCTImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTImage.podspec.json`) + - React-RCTLinking (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTLinking.podspec.json`) + - React-RCTNetwork (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTNetwork.podspec.json`) + - React-RCTSettings (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTSettings.podspec.json`) + - React-RCTText (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTText.podspec.json`) + - React-RCTVibration (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTVibration.podspec.json`) + - React-runtimeexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-runtimeexecutor.podspec.json`) + - ReactCommon (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/ReactCommon.podspec.json`) + - RNCClipboard (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNCClipboard.podspec.json`) + - RNCMaskedView (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNCMaskedView.podspec.json`) + - RNFastImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNFastImage.podspec.json`) + - RNGestureHandler (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNGestureHandler.podspec.json`) + - RNReanimated (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNReanimated.podspec.json`) + - RNScreens (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNScreens.podspec.json`) + - RNSVG (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNSVG.podspec.json`) + - RNTAztecView (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `v1.92.1`) - Starscream (= 3.0.6) - SVProgressHUD (= 2.2.5) - SwiftLint (~> 0.50) @@ -616,7 +616,7 @@ DEPENDENCIES: - WordPressShared (~> 2.0-beta) - WordPressUI (~> 1.12.5) - WPMediaPicker (~> 1.8.7) - - Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/Yoga.podspec.json`) + - Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/Yoga.podspec.json`) - ZendeskSupportSDK (= 5.3.0) - ZIPFoundation (~> 0.9.8) @@ -676,121 +676,121 @@ SPEC REPOS: EXTERNAL SOURCES: boost: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/boost.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/boost.podspec.json BVLinearGradient: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/BVLinearGradient.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/BVLinearGradient.podspec.json FBLazyVector: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/FBLazyVector.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/FBLazyVector.podspec.json FBReactNativeSpec: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json FSInteractiveMap: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 glog: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/glog.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/glog.podspec.json Gutenberg: - :commit: d3b44f56bb01b467999073be3c2eed69317e42c1 + :commit: v1.92.1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true RCT-Folly: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCT-Folly.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RCT-Folly.podspec.json RCTRequired: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCTRequired.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RCTRequired.podspec.json RCTTypeSafety: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RCTTypeSafety.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RCTTypeSafety.podspec.json React: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React.podspec.json React-bridging: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-bridging.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-bridging.podspec.json React-callinvoker: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-callinvoker.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-callinvoker.podspec.json React-Codegen: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-Codegen.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-Codegen.podspec.json React-Core: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-Core.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-Core.podspec.json React-CoreModules: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-CoreModules.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-CoreModules.podspec.json React-cxxreact: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-cxxreact.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-cxxreact.podspec.json React-jsi: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsi.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-jsi.podspec.json React-jsiexecutor: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsiexecutor.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-jsiexecutor.podspec.json React-jsinspector: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-jsinspector.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-jsinspector.podspec.json React-logger: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-logger.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-logger.podspec.json react-native-blur: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-blur.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-blur.podspec.json react-native-get-random-values: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-get-random-values.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-get-random-values.podspec.json react-native-keyboard-aware-scroll-view: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json react-native-safe-area: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-safe-area.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-safe-area.podspec.json react-native-safe-area-context: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-safe-area-context.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-safe-area-context.podspec.json react-native-slider: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-slider.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-slider.podspec.json react-native-video: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-video.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-video.podspec.json react-native-webview: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/react-native-webview.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/react-native-webview.podspec.json React-perflogger: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-perflogger.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-perflogger.podspec.json React-RCTActionSheet: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTActionSheet.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTActionSheet.podspec.json React-RCTAnimation: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTAnimation.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTAnimation.podspec.json React-RCTBlob: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTBlob.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTBlob.podspec.json React-RCTImage: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTImage.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTImage.podspec.json React-RCTLinking: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTLinking.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTLinking.podspec.json React-RCTNetwork: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTNetwork.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTNetwork.podspec.json React-RCTSettings: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTSettings.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTSettings.podspec.json React-RCTText: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTText.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTText.podspec.json React-RCTVibration: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-RCTVibration.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-RCTVibration.podspec.json React-runtimeexecutor: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/React-runtimeexecutor.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/React-runtimeexecutor.podspec.json ReactCommon: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/ReactCommon.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/ReactCommon.podspec.json RNCClipboard: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNCClipboard.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNCClipboard.podspec.json RNCMaskedView: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNCMaskedView.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNCMaskedView.podspec.json RNFastImage: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNFastImage.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNFastImage.podspec.json RNGestureHandler: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNGestureHandler.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNGestureHandler.podspec.json RNReanimated: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNReanimated.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNReanimated.podspec.json RNScreens: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNScreens.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNScreens.podspec.json RNSVG: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/RNSVG.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNSVG.podspec.json RNTAztecView: - :commit: d3b44f56bb01b467999073be3c2eed69317e42c1 + :commit: v1.92.1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true Yoga: - :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/d3b44f56bb01b467999073be3c2eed69317e42c1/third-party-podspecs/Yoga.podspec.json + :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/Yoga.podspec.json CHECKOUT OPTIONS: FSInteractiveMap: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 Gutenberg: - :commit: d3b44f56bb01b467999073be3c2eed69317e42c1 + :commit: v1.92.1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true RNTAztecView: - :commit: d3b44f56bb01b467999073be3c2eed69317e42c1 + :commit: v1.92.1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true @@ -896,6 +896,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: 8e00e16a343886171501158123681546e4ba4fa6 +PODFILE CHECKSUM: 5f0cbd2249cea9aef873805d079ffc1d1bcd7be3 COCOAPODS: 1.11.3 From d10a1c1aebea17ac5bdce09d53bda39fad2a2f15 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Mon, 10 Apr 2023 12:20:16 -0400 Subject: [PATCH 10/15] fix: Podfile typo --- Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Podfile b/Podfile index e5864147d9df..4d37e810655c 100644 --- a/Podfile +++ b/Podfile @@ -91,7 +91,7 @@ def shared_style_pods end def gutenberg_pods - gutenberg commit: 'v1.92.1' + gutenberg tag: 'v1.92.1' end def gutenberg(options) From f3588e23646546a7cfffa435af5bf0b0be527612 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Mon, 10 Apr 2023 12:52:42 -0400 Subject: [PATCH 11/15] build: Install Pods --- Podfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index acd108dd4bfe..aa32421424e4 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -555,7 +555,7 @@ DEPENDENCIES: - Gifu (= 3.2.0) - glog (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/glog.podspec.json`) - Gridicons (~> 1.1.0) - - Gutenberg (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `v1.92.1`) + - Gutenberg (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, tag `v1.92.1`) - JTAppleCalendar (~> 8.0.2) - Kanvas (~> 1.4.4) - MediaEditor (~> 1.2.1) @@ -606,7 +606,7 @@ DEPENDENCIES: - RNReanimated (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNReanimated.podspec.json`) - RNScreens (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNScreens.podspec.json`) - RNSVG (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNSVG.podspec.json`) - - RNTAztecView (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, commit `v1.92.1`) + - RNTAztecView (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, tag `v1.92.1`) - Starscream (= 3.0.6) - SVProgressHUD (= 2.2.5) - SwiftLint (~> 0.50) @@ -689,9 +689,9 @@ EXTERNAL SOURCES: glog: :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/glog.podspec.json Gutenberg: - :commit: v1.92.1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true + :tag: v1.92.1 RCT-Folly: :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RCT-Folly.podspec.json RCTRequired: @@ -775,9 +775,9 @@ EXTERNAL SOURCES: RNSVG: :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/RNSVG.podspec.json RNTAztecView: - :commit: v1.92.1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true + :tag: v1.92.1 Yoga: :podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.92.1/third-party-podspecs/Yoga.podspec.json @@ -786,13 +786,13 @@ CHECKOUT OPTIONS: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 Gutenberg: - :commit: v1.92.1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true + :tag: v1.92.1 RNTAztecView: - :commit: v1.92.1 :git: https://github.com/wordpress-mobile/gutenberg-mobile.git :submodules: true + :tag: v1.92.1 SPEC CHECKSUMS: Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844 @@ -896,6 +896,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: 5f0cbd2249cea9aef873805d079ffc1d1bcd7be3 +PODFILE CHECKSUM: 286ced829068077fb9ab51d0fca0c2a452e71e28 COCOAPODS: 1.11.3 From ff2ebc1cf59c932fbc0f6e3804edb5c76afda859 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 12 Apr 2023 21:25:29 +1000 Subject: [PATCH 12/15] =?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 | 98 +++++++++++++++- .../Resources/de.lproj/Localizable.strings | 98 +++++++++++++++- .../Resources/en-CA.lproj/Localizable.strings | 47 +++++++- .../Resources/es.lproj/Localizable.strings | 104 ++++++++++++++++- .../Resources/fr.lproj/Localizable.strings | 98 +++++++++++++++- .../Resources/he.lproj/Localizable.strings | 104 ++++++++++++++++- .../Resources/id.lproj/Localizable.strings | 110 +++++++++++++++++- .../Resources/it.lproj/Localizable.strings | 104 ++++++++++++++++- .../Resources/ja.lproj/Localizable.strings | 104 ++++++++++++++++- .../Resources/ko.lproj/Localizable.strings | 104 ++++++++++++++++- .../Resources/nl.lproj/Localizable.strings | 83 ++++++++++++- .../Resources/ru.lproj/Localizable.strings | 104 ++++++++++++++++- .../Resources/sk.lproj/Localizable.strings | 5 +- .../Resources/sv.lproj/Localizable.strings | 44 ++++++- .../Resources/tr.lproj/Localizable.strings | 71 ++++++++++- .../zh-Hans.lproj/Localizable.strings | 104 ++++++++++++++++- .../zh-Hant.lproj/Localizable.strings | 104 ++++++++++++++++- 17 files changed, 1469 insertions(+), 17 deletions(-) diff --git a/WordPress/Resources/ar.lproj/Localizable.strings b/WordPress/Resources/ar.lproj/Localizable.strings index 2a3fb491712b..831dfc1630b8 100644 --- a/WordPress/Resources/ar.lproj/Localizable.strings +++ b/WordPress/Resources/ar.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-23 23:54:26+0000 */ +/* Translation-Revision-Date: 2023-04-05 13:54:09+0000 */ /* Plural-Forms: nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n % 100 >= 3 && n % 100 <= 10) ? 3 : ((n % 100 >= 11 && n % 100 <= 99) ? 4 : 5)))); */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: ar */ @@ -6490,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "البحث عن نطاق"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "ابحث عن كلمة مفتاحية قصيرة لا تُنسى لمساعدة الأشخاص على العثور على موقعك على الويب وزيارته."; + /* No comment provided by engineer. */ "Search input field." = "حقل إدخال البحث."; @@ -9696,6 +9699,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "تجربة ذلك الآن"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "أضف البطاقات التي تناسب احتياجاتك للاطلاع على معلومات حول موقعك."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "لا توجد بطاقات لعرضها"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "علامة تبويب تخصيص صفحتك الرئيسية"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "يُشار إلى المعلمات التي تم تجاوزها بعلامة اختيار."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "تجاوز المعلمة المختارة عن طريق تحديد قيمة جديدة هنا."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "لا توجد قيمة بعيدة أو افتراضية"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "تكوين بعيد"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "تتميز محلي للعلامات"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "تمييز بعيد للعلامات"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "شارك مطالبتك في زاوية الويب لديك مع عنوان الموقع الذي يسهل العثور عليه ومشاركته ومتابعته."; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "إخفاء هذا"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "امتلاك هويتك على الإنترنت مع نطاق مخصص"; + /* No comment provided by engineer. */ "double-tap to change unit" = "أنقر نقرًا مزدوجًا لتغيير الوحدة"; @@ -9992,6 +10031,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "تم"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "ربط حساب المستخدم الخاص بك"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "للحصول على إشعارات مساعدة على هاتفك من موقع ووردبريس الخاص بك، سيتعين عليك الاتصال بحساب المستخدم الخاص بك."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "لاستخدام الإحصاءات على موقعك، سيتعين عليك ربط إضافة Jetpack بحساب المستخدم الخاص بك."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "ستنتقل ميزات الإحصاءات والقارئ والتنبيهات وغيرها من الميزات إلى تطبيق Jetpack للهاتف المحمول قريبًا."; @@ -10229,6 +10277,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "كلمة المرور"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "قد تعرض البطاقات محتوى مختلفًا استنادًا إلى ما يحدث على موقعك. إننا نعمل على مزيد من البطاقات وضوابط التحكم."; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "إضافة بطاقات أو إخفاؤها"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "التوهج"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "إعداد مسودة للتدوينات"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "مطالبات التدوين"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "تدوينات مجدولة"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "إحصاءات اليوم"; + +/* Page title */ +"personalizeHome.title" = "علامة تبويب تخصيص الصفحة الرئيسية"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "رقم الهاتف"; @@ -10247,6 +10319,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "الترويج مع الإبراز"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "عرض كل الردود"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "زيارة إعدادات الموقع لإعادة التشغيل"; @@ -10322,6 +10397,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "خطأ في المشاركة"; +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "على غرار المثال أعلاه، يسمح النطاق للأشخاص بالعثور على موقعك وزيارته من متصفح الويب لديهم."; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "إظهار المطالبات"; @@ -10637,6 +10715,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "ووردبريس، المواقع، الموقع، المدونات، المدونة"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "التبديل إلى تطبيق Jetpack"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "الاستمرار من دون Jetpack"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "تستخدم %1$@ إضافات Jetpack الفردية، غير المدعومة من تطبيق ووردبريس."; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "تستخدم %1$@ إضافة %2$@، غير المدعومة من تطبيق ووردبريس."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "يرجى التبديل إلى تطبيق Jetpack، حيث سنرشدك من خلال الاتصال بإضافة Jetpack الكاملة حتى تتمكن من استخدام كل ميزات التطبيقات في هذا الموقع."; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "عذرًا، هذا الموقع غير مدعوم من تطبيق ووردبريس"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "يرجى حذف تطبيق ووردبريس"; diff --git a/WordPress/Resources/de.lproj/Localizable.strings b/WordPress/Resources/de.lproj/Localizable.strings index 9aebc238f957..221c646d412d 100644 --- a/WordPress/Resources/de.lproj/Localizable.strings +++ b/WordPress/Resources/de.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-04-03 11:39:09+0000 */ +/* Translation-Revision-Date: 2023-04-05 16:54:09+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: de */ @@ -6490,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "Domain suchen"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "Überlege dir ein kurzes und einprägsames Stichwort, damit andere Personen deine Website finden und besuchen können."; + /* No comment provided by engineer. */ "Search input field." = "Eingabefelder suchen"; @@ -9696,6 +9699,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "Jetzt testen"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "Füge Karten hinzu, die deinen Anforderungen entsprechen, um Informationen über deine Website zu sehen."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "Keine Karten zum Anzeigen vorhanden"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "Startseiten-Tab personalisieren"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "Überschriebene Parameter sind mit einem Häkchen gekennzeichnet."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "Überschreibe den ausgewählten Parameter, indem du hier einen neuen Wert definierst."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "Kein Remote- oder Standardwert vorhanden"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "Remote-Konfiguration"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "Lokale Feature Flags"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "Remote-Feature Flags"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "Erobere dir dein eigenes Stück vom Internet mit einer Website-Adresse, die man leicht finden, teilen und abonnieren kann."; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "Ausblenden"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "Personalisiere deine Online-Identität mit einer individuellen Domain"; + /* No comment provided by engineer. */ "double-tap to change unit" = "Zum Wechseln der Einheit zweimal tippen"; @@ -9992,6 +10031,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "Fertig"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "Dein Benutzerkonto verbinden"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "Um auf deinem Mobiltelefon hilfreiche Benachrichtigungen von deiner WordPress-Website zu erhalten, musst du eine Verbindung zu deinem Benutzerkonto herstellen."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "Um Statistiken auf deiner Website verwenden zu können, musst du das Jetpack-Plugin mit deinem Benutzerkonto verbinden."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "Statistiken, der Reader, Benachrichtigungen und weitere Funktionen werden bald in die Jetpack-Mobil-App verschoben."; @@ -10229,6 +10277,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "Passwort"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "Je nachdem was auf deiner Website los ist, zeigen Karten möglicherweise unterschiedliche Inhalte an. Wir arbeiten daran, mehr Karten und Bedienelemente zu ermöglichen."; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "Karten hinzufügen oder ausblenden"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "Blaze"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "Beitragsentwürfe"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "Blog-Schreibanregungen"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "Geplante Beiträge"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "Statistiken von heute"; + +/* Page title */ +"personalizeHome.title" = "Startseiten-Tab personalisieren"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "Telefonnummer"; @@ -10247,6 +10319,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Mit Blaze bewerben"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "Alle Antworten anzeigen"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "Wechsle zu den Website-Einstellungen, um sie wieder zu aktivieren"; @@ -10325,6 +10400,12 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "Fehler beim Teilen"; +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "Eine Domain, wie sie oben im Beispiel zu sehen ist, ermöglicht es anderen Personen, deine Website über ihren Internetbrowser zu finden und zu besuchen."; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "DeineWebsite.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "Schreibanregungen anzeigen"; @@ -10640,6 +10721,21 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "wordpress, websites, website, blogs, blog"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "Zur Jetpack-App wechseln"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "Ohne Jetpack fortfahren"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@ verwendet individuelle Jetpack-Plugins. Dies wird von der WordPress-App nicht unterstützt."; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "%1$@ verwendet das Plugin %2$@. Dies wird von der WordPress-App nicht unterstützt."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "Bitte wechsel zur Jetpack-App. Dort zeigen wir die Schritt für Schritt, wie du eine Verbindung zum vollständigen Jetpack-Plugin herstellen kannst, damit dir alle App-Funktionen für diese Website zur Verfügung stehen."; + /* Jetpack Plugin Modal title in WordPress */ "wordpress.jetpack.plugin.modal.title" = "Leider wird diese Website von der WordPress-APP nicht unterstützt"; diff --git a/WordPress/Resources/en-CA.lproj/Localizable.strings b/WordPress/Resources/en-CA.lproj/Localizable.strings index a14d5bcae2bc..1721c52ddc02 100644 --- a/WordPress/Resources/en-CA.lproj/Localizable.strings +++ b/WordPress/Resources/en-CA.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-01-31 12:31:15+0000 */ +/* Translation-Revision-Date: 2023-04-07 20:35:28+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: en_CA */ @@ -10247,6 +10247,51 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Section title for regular suggestions */ "suggestions.section.regular" = "Site members"; +/* Support email label. */ +"support.row.contactEmail.title" = "Email"; + +/* Option in Support view to contact the support team. */ +"support.row.contactUs.title" = "Contact support"; + +/* Option in Support view to enable/disable adding debug information to support ticket. */ +"support.row.debug.title" = "Debug"; + +/* Support email label. */ +"support.row.email.title" = "Email"; + +/* Option in Support view to view the Forums. */ +"support.row.forums.title" = "WordPress Forums"; + +/* Option in Support view to launch the Help Center. */ +"support.row.helpCenter.title" = "WordPress Help Center"; + +/* Option in Support view to see activity logs. */ +"support.row.logs.title" = "Logs"; + +/* Option in Support view to access previous help tickets. */ +"support.row.tickets.title" = "Tickets"; + +/* Label in Support view displaying the app version. */ +"support.row.version.title" = "Version"; + +/* Support screen footer text explaining the benefits of enabling the Debug feature. */ +"support.sectionFooter.advanced.title" = "Enable Debugging to include additional information in your logs that can help troubleshoot issues with the app."; + +/* WordPress.com sign-out section header title */ +"support.sectionHeader.account.title" = "WordPress.com Account"; + +/* Section header in Support view for advanced information. */ +"support.sectionHeader.advanced.title" = "Advanced"; + +/* Section header in Support view for the Forums. */ +"support.sectionHeader.forum.title" = "Community Forums"; + +/* Section header in Support view for priority support. */ +"support.sectionHeader.prioritySupport.title" = "Priority Support"; + +/* View title for Help & Support page. */ +"support.title" = "Help"; + /* Header of delete screen section listing things that will be deleted. */ "these items will be deleted:" = "these items will be deleted:"; diff --git a/WordPress/Resources/es.lproj/Localizable.strings b/WordPress/Resources/es.lproj/Localizable.strings index f748ec0b9643..30af968477cc 100644 --- a/WordPress/Resources/es.lproj/Localizable.strings +++ b/WordPress/Resources/es.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-22 13:54:08+0000 */ +/* Translation-Revision-Date: 2023-04-05 11:38:43+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: es */ @@ -6490,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "Buscar un dominio"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "Busca una palabra clave corta y memorable para ayudar a la gente a encontrar y visitar tu web."; + /* No comment provided by engineer. */ "Search input field." = "Campo de introducción de búsqueda."; @@ -9696,6 +9699,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "Probar ahora"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "Añade tarjetas que se adapten a tus necesidades para ver información sobre tu sitio."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "No hay tarjetas que mostrar"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "Personaliza tu pestaña de inicio"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "Los parámetros sobreescritos están marcados con un check."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "Sobreescribe el parámetro seleccionado definiendo aquí un nuevo valor."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "No hay valor remoto o predeterminado"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "Configuración remota"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "Banderas de característica locales"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "Banderas de característica remotas"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "Hazte con tu rincón en Internet con una dirección web fácil de encontrar, de compartir y de seguir."; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "Ocultar esto"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "Sé el dueño de tu identidad online con un dominio propio"; + /* No comment provided by engineer. */ "double-tap to change unit" = "doble toque para cambiar de unidad"; @@ -9992,6 +10031,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "Hecho"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "Conectar tu cuenta de usuario"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "Para recibir notificaciones útiles en tu teléfono desde tu sitio de WordPress, tendrás que conectarte a tu cuenta de usuario."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "Para utilizar las estadísticas en tu sitio, tendrás que conectar el plugin Jetpack a tu cuenta de usuario."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "Algunas funciones, como Estadísticas, Lector o Notificaciones, se trasladarán a la aplicación móvil de Jetpack pronto."; @@ -10229,6 +10277,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "contraseña"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "Las tarjetas pueden mostrar contenidos diferentes en función de lo que ocurra en tu sitio. Estamos trabajando en más tarjetas y controles."; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "Añadir u ocultar tarjetas"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "Blaze"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "Entradas borrador"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "Sugerencias de publicación"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "Entradas programadas"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "Estadísticas de hoy"; + +/* Page title */ +"personalizeHome.title" = "Personalizar perstaña de inicio"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "número de teléfono"; @@ -10247,6 +10319,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Promocionar con Blaze"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "Ver todas las respuestas"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "Visitar los ajustes del sitio para volver a activar"; @@ -10325,6 +10400,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "Error al compartir"; +/* Template site address for the search bar. */ +"site.cration.domain.site.address" = "https:\/\/yoursitename.com"; + +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "Como en el ejemplo superior, un dominio le permite a la gente encontrar y visitar tu sitio desde su navegador."; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "YourSiteName.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "Mostrar estímulos"; @@ -10640,6 +10724,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "wordpress, sitios, sitio, blogs, blog"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "Cambiar a la aplicación de Jetpack"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "Continuar sin Jetpack"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@ está usando plugins individuales de Jetpack que no son compatibles con la aplicación de WordPress."; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "%1$@ está usando el plugin %2$@ que no es compatible con la aplicación de WordPress."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "Por favor, pásate a la aplicación Jetpack donde te guiaremos para que conectes el plugin Jetpack completo para que puedas usar todas las características de la aplicación para este sitio."; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "Lo siento, esto no es compatible con la aplicación WordPress"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "Elimina la aplicación de WordPress"; diff --git a/WordPress/Resources/fr.lproj/Localizable.strings b/WordPress/Resources/fr.lproj/Localizable.strings index 246b0f81ab6d..e4aebb232c00 100644 --- a/WordPress/Resources/fr.lproj/Localizable.strings +++ b/WordPress/Resources/fr.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-30 15:00:57+0000 */ +/* Translation-Revision-Date: 2023-04-05 16:54:10+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: fr */ @@ -6490,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "Rechercher un domaine"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "Recherchez un mot-clé court et facile à retenir pour aider les internautes à trouver et à visiter votre site Web."; + /* No comment provided by engineer. */ "Search input field." = "Champ de saisie de recherche."; @@ -9696,6 +9699,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "Essayer maintenant"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "Ajoutez les cartes qui vous donneront des informations pertinentes sur votre site."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "Aucune carte à afficher"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "Personnaliser l’onglet Accueil"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "Les paramètres remplacés sont marqués par une coche."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "Remplacez le paramètre choisi en définissant une nouvelle valeur ici."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "Pas de valeur par défaut ni distante"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "Configuration à distance"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "Étiquettes de fonctionnalités locales"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "Étiquettes de fonctionnalités distantes"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "Affirmez votre présence sur la toile avec une adresse Web facile à trouver, à partager et à suivre."; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "Masquer ceci"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "Gérez votre identité en ligne avec un domaine personnalisé"; + /* No comment provided by engineer. */ "double-tap to change unit" = "appuyer deux fois pour modifier l’unité"; @@ -9992,6 +10031,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "Terminé"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "Connecter votre compte utilisateur\/utilisatrice"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "Pour recevoir des notifications utiles sur votre téléphone à partir de votre site WordPress, vous devez vous connecter à votre compte utilisateur."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "Pour utiliser les statistiques sur votre site, vous devez connecter l’extension Jetpack à votre compte utilisateur."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "Les statistiques, le lecteur, les notifications et d’autres fonctionnalités vont bientôt être déplacées dans l’application mobile Jetpack."; @@ -10229,6 +10277,27 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "mot de passe"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "Le contenu des cartes peut varier en fonction de l’activité de votre site. D’autres cartes et commandes sont en cours d’élaboration."; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "Ajouter ou masquer des cartes"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "Brouillons d’articles"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "Invites pour écrire un blog"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "Articles planifiés"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "Statistiques du jour"; + +/* Page title */ +"personalizeHome.title" = "Personnaliser l’onglet Accueil"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "numéro de téléphone"; @@ -10247,6 +10316,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Promouvoir avec Blaze"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "Afficher toutes les réponses"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "Consulter les réglages du site pour réactiver"; @@ -10325,6 +10397,12 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "Erreur de partage"; +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "Comme le montre l’exemple ci-dessus, un domaine permet aux internautes de trouver et de visiter votre site depuis leur navigateur Web."; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "NomDeVotreSite.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "Afficher les invites"; @@ -10640,6 +10718,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "wordpress, sites, site, blogs, blog"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "Basculer vers l’application Jetpack"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "Continuer sans Jetpack"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@ utilise des extensions Jetpack individuelles qui ne sont pas prises en charge par l’application WordPress."; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "%1$@ utilise l’extension %2$@ qui n’est pas prise en charge par l’application WordPress."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "Basculez vers Jetpack. Dans cette application, nous vous aiderons à connecter l’extension Jetpack complète pour pouvoir utiliser toutes les fonctionnalités de l’application pour ce site."; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "Malheureusement, ce site n’est pas pris en charge par l’application WordPress"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "Supprimer l’application WordPress"; diff --git a/WordPress/Resources/he.lproj/Localizable.strings b/WordPress/Resources/he.lproj/Localizable.strings index 54dad33c2b3f..9fb1261f8e89 100644 --- a/WordPress/Resources/he.lproj/Localizable.strings +++ b/WordPress/Resources/he.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-22 14:54:08+0000 */ +/* Translation-Revision-Date: 2023-04-05 13:54:09+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: he_IL */ @@ -6490,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "לחפש דומיין"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "כדאי לחפש מילת מפתח קצרה שקל לזכור כדי לעזור לאנשים למצוא את האתר שלך ולבקר בו."; + /* No comment provided by engineer. */ "Search input field." = "שדה להזנת חיפוש."; @@ -9696,6 +9699,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "כדאי לנסות עכשיו"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "להוסיף כרטיסים שמתאימים לדרישות שלך כדי להציג מידע לגבי האתר."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "אין כרטיסים לתצוגה"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "להתאים אישית את הלשונית 'בית' באתר שלך"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "פרמטרים שנדרסו מסומנים בסימן אישור."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "לדרוס את הפרמטר שנבחר על ידי הגדרה של הערך החדש כאן."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "אין ערך מרוחק או ערך בברירת מחדל"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "שינוי תצורה מרחוק"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "סימונים של אפשרויות מקומיות"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "סימונים של אפשרויות מרוחקות"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "לבנות את הפינה האישית שלך באינטרנט בעזרת כתובת אתר שיהיה קל למצוא, לשתף ולעקוב אחריה."; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "להסתיר את המידע"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "לשלוט בזהות המקוונת שלך באמצעות דומיין אישי"; + /* No comment provided by engineer. */ "double-tap to change unit" = "יש להקיש פעמיים כדי לשנות את היחידה"; @@ -9992,6 +10031,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "הושלם"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "לחבר את חשבון המשתמש שלך"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "כדי לקבל הודעות שימושיות לטלפון מאתר שלך ב-WordPress, עליך לחבר את חשבון המשתמש שלך."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "כדי להשתמש בנתונים סטטיסטיים באתר שלך, עליך לחבר את התוסף של Jetpack לחשבון המשתמש שלך."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "האפשרויות של נתונים סטטיסטיים, Reader, הודעות ואפשרויות אחרות יועברו בקרוב אל האפליקציה של Jetpack לנייד."; @@ -10229,6 +10277,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "סיסמה"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "הכרטיסים עשויים להציג תוכן שונה בהתאם לפעילות באתר שלך. אנחנו עובדים על הוספה של כרטיסים ופקדים נוספים."; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "להוסיף או להסתיר כרטיסים"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "Blaze"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "טיוטות פוסטים"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "הצעות כתיבה בבלוג"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "פוסטים מתוזמנים"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "הנתונים הסטטיסטיים של היום"; + +/* Page title */ +"personalizeHome.title" = "להתאים אישית את הלשונית 'בית'"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "מספר טלפון"; @@ -10247,6 +10319,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "לקדם עם Blaze"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "להציג את כל התשובות"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "יש לעבור אל הגדרות האתר כדי להפעיל אותן בחזרה"; @@ -10325,6 +10400,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "שגיאה בשיתוף"; +/* Template site address for the search bar. */ +"site.cration.domain.site.address" = "https:\/\/yoursitename.com"; + +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "כמו הדוגמה שמוצגת למעלה, דומיין מאפשר לאנשים למצוא את האתר שלך ולבקר בו מדפדפן האינטרנט שלהם."; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "YourSiteName.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "להציג הצעות כתיבה"; @@ -10640,6 +10724,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "WordPress, אתרים, אתר, בלוגים, בלוג"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "החלפה לאפליקציה של Jetpack"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "להמשיך בלי Jetpack"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "האתר %1$@ משתמש בתוספים יחידים של Jetpack, אשר אינם נתמכים באפליקציה של WordPress."; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "האתר %1$@ משתמש בתוסף %2$@, אשר אינו נתמך באפליקציה של WordPress."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "עליך לעבור לאפליקציה של Jetpack. אנחנו נדריך אותך איך להתחבר לתוסף המלא של Jetpack כדי שתהיה לך אפשרות להשתמש בכל האפשרויות של האפליקציה לניהול האתר הזה."; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "מצטערים, האתר אינו נתמך באפליקציה של WordPress"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "יש למחוק את האפליקציה של WordPress"; diff --git a/WordPress/Resources/id.lproj/Localizable.strings b/WordPress/Resources/id.lproj/Localizable.strings index eecfdc45be51..0f154e448ba3 100644 --- a/WordPress/Resources/id.lproj/Localizable.strings +++ b/WordPress/Resources/id.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-24 11:54:08+0000 */ +/* Translation-Revision-Date: 2023-04-10 13:03:44+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: id */ @@ -1117,6 +1117,9 @@ translators: Block name. %s: The localized block name */ /* Notice that a page without content has been created */ "Blank page created" = "Halaman kosong dibuat"; +/* Noun. Links to a blog's Blaze screen. */ +"Blaze" = "Blaze"; + /* Accessibility label for block quote button on formatting toolbar. Discoverability title for block quote keyboard shortcut. */ "Block Quote" = "Blokir Kutipan"; @@ -6487,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "Cari domain"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "Cari kata sandi yang singkat dan mudah diingat untuk membantu orang menemukan dan mengunjungi situs Anda."; + /* No comment provided by engineer. */ "Search input field." = "Kolom input pencarian."; @@ -9645,6 +9651,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Description for the Blaze overlay. */ "blaze.overlay.descriptionOne" = "Promosikan pos atau halaman apa saja dalam hitungan menit dengan biaya harian sangat terjangkau."; +/* Description for the Blaze overlay. */ +"blaze.overlay.descriptionThree" = "Pantau performa kampanye Anda dan batalkan kapan saja."; + /* Description for the Blaze overlay. */ "blaze.overlay.descriptionTwo" = "Konten Anda akan muncul di jutaan situs WordPress dan Tumblr."; @@ -9690,6 +9699,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "Coba sekarang"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "Tambahkan kartu yang cocok dengan kebutuhan Anda untuk mengetahui informasi tentang situs Anda."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "Tidak ada kartu untuk ditampilkan"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "Personalisasikan tab beranda Anda"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "Parameter yang ditolak ditandai dengan tanda centang."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "Tolak parameter terpilih dengan menentukan nilai baru di sini."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "Tidak ada nilai jarak jauh atau default"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "Konfigurasi Jarak Jauh"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "Bendera Fitur Setempat"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "Bendera Fitur Jarak Jauh"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "Ajukan klaim domain Anda dengan alamat situs yang mudah ditemukan, dibagikan, dan diikuti."; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "Tutup"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "Miliki identitas online Anda dengan domain kustom"; + /* No comment provided by engineer. */ "double-tap to change unit" = "ketuk dua kali untuk mengubah unit"; @@ -9986,6 +10031,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "Selesai"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "Hubungkan akun pengguna Anda"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "Untuk mendapatkan pemberitahuan yang informatif dari situs WordPress di ponsel, Anda perlu menghubungkannya ke akun pengguna Anda."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "Untuk menggunakan statistik di situs, Anda perlu menghubungkan plugin Jetpack ke akun pengguna Anda."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "Statistik, Reader, Pemberitahuan, dan berbagai fitur lain akan segera berpindah ke aplikasi Jetpack seluler."; @@ -10223,6 +10277,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "Kata sandi"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "Kartu bisa saja menampilkan konten yang berbeda, tergantung pada apa yang terjadi di situs Anda. Kami terus mengembangkan fitur kartu dan kontrol."; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "Tambahkan atau sembunyikan kartu"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "Blaze"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "Pos draf"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "Prompt blogging"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "Pos terjadwal"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "Statistik hari ini"; + +/* Page title */ +"personalizeHome.title" = "Personalisasikan Tab Beranda"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "nomor telepon"; @@ -10241,6 +10319,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Promosikan dengan Blaze"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "Lihat semua tanggapan"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "Buka Pengaturan Situs untuk menyalakan kembali"; @@ -10319,6 +10400,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "Error saat Berbagi"; +/* Template site address for the search bar. */ +"site.cration.domain.site.address" = "https:\/\/namasitusanda.com"; + +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "Seperti contoh di atas, domain membantu orang untuk menemukan dan mengunjungi situs Anda dari peramban web mereka."; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "NamaSitusAnda.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "Tampilkan prompt"; @@ -10634,6 +10724,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "wordpress, situs, situs, blog, blog"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "Ganti ke aplikasi Jetpack"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "Lanjutkan tanpa Jetpack"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@ menggunakan plugin individual Jetpack yang tidak didukung oleh aplikasi WordPress."; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "%1$@ menggunakan plugin %2$@ yang tidak didukung oleh aplikasi WordPress."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "Silakan beralih ke aplikasi Jetpack, di mana kami akan memandu Anda dengan menghubungkan plugin lengkap Jetpack, agar Anda dapat menggunakan semua fitur aplikasi situs ini."; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "Maaf, situs ini tidak didukung oleh aplikasi WordPress"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "Harap hapus aplikasi WordPress"; diff --git a/WordPress/Resources/it.lproj/Localizable.strings b/WordPress/Resources/it.lproj/Localizable.strings index 0f7af6b18ddf..74f8e9143116 100644 --- a/WordPress/Resources/it.lproj/Localizable.strings +++ b/WordPress/Resources/it.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-23 17:54:23+0000 */ +/* Translation-Revision-Date: 2023-04-06 08:54:09+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: it */ @@ -6487,6 +6487,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "Cerca un dominio"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "Cerca una parola chiave breve e facile da ricordare per aiutare le persone a trovare e visitare il tuo sito web."; + /* No comment provided by engineer. */ "Search input field." = "Cerca campo di immissione."; @@ -9693,6 +9696,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "Prova ora"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "Aggiungi schede adatte alle tue esigenze per visualizzare le informazioni sul tuo sito."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "Nessuna scheda da visualizzare"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "Personalizza la tua scheda home"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "I parametri sovrascritti sono contrassegnati da un segno di spunta."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "Sovrascrivi il parametro scelto definendo qui un nuovo valore."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "Nessun valore remoto o predefinito"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "Configurazione remota"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "Flag funzionalità locale"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "Flag funzionalità remota"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "Rivendica il tuo angolo di web con un indirizzo del sito facile da trovare, condividere e seguire."; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "Nascondi"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "Possiedi la tua identità online con un dominio personalizzato"; + /* No comment provided by engineer. */ "double-tap to change unit" = "tocca due volte per modificare l'unità"; @@ -9989,6 +10028,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "Fatto"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "Connetti il tuo account utente"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "Per ricevere le utili notifiche dal tuo sito WordPress sul tuo telefono, dovrai collegare il tuo account utente."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "Per utilizzare le statistiche sul tuo sito, dovrai collegare il plugin Jetpack al tuo account utente."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "Statistiche, Reader, Notifiche e altre funzionalità passeranno presto all'app mobile Jetpack."; @@ -10226,6 +10274,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "password"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "Le schede possono mostrare contenuti diversi a seconda di ciò che sta accadendo sul tuo sito. Stiamo lavorando su più schede e controlli."; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "Aggiungi o nascondi schede"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "Blaze"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "Articoli bozza"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "Richieste di blog"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "Articoli programmati"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "Statistiche odierne"; + +/* Page title */ +"personalizeHome.title" = "Personalizza la scheda Home"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "numero di telefono"; @@ -10244,6 +10316,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Promuovi con la Blaze"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "Visualizza tutte le risposte"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "Visita le Impostazioni del sito per riattivare"; @@ -10319,6 +10394,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "Condivisione dell'errore"; +/* Template site address for the search bar. */ +"site.cration.domain.site.address" = "https:\/\/yoursitename.com"; + +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "Come nell'esempio precedente, un dominio consente alle persone di trovare e visitare il tuo sito dal proprio browser web."; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "YourSiteName.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "Mostra richieste"; @@ -10634,6 +10718,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "wordpress, siti, sito, blog, web log"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "Passa all'app Jetpack"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "Continua senza Jetpack"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@ sta usando plugin Jetpack individuali non supportati dall'app WordPress."; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "%1$@ sta usando il plugin %2$@ non supportato dall'app WordPress."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "Passa all'app Jetpack dove ti guideremo attraverso il collegamento del plugin Jetpack completo, così potrai utilizzare tutte le funzionalità delle app per questo sito."; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "Spiacenti, il sito non è supportato dall'app WordPress"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "Elimina l'app WordPress"; diff --git a/WordPress/Resources/ja.lproj/Localizable.strings b/WordPress/Resources/ja.lproj/Localizable.strings index 2912fd43b2b7..4bcbc432fadb 100644 --- a/WordPress/Resources/ja.lproj/Localizable.strings +++ b/WordPress/Resources/ja.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-23 09:54:10+0000 */ +/* Translation-Revision-Date: 2023-04-07 10:54:08+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: ja_JP */ @@ -6490,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "ドメインを検索"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "ユーザーがあなたのサイトを探し、アクセスしやすくなる短く覚えやすいキーワードを検索します。"; + /* No comment provided by engineer. */ "Search input field." = "検索用の入力フィールド。"; @@ -9693,6 +9696,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "今すぐ試す"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "ニーズに合ったカードを追加してサイトに関する情報を表示します。"; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "表示するカードがありません"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "ホームタブをパーソナライズ"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "上書きした変数はチェックマークで表示されます。"; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "ここで新しい値を定義して選択した変数を上書きします。"; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "リモート値またはデフォルト値なし"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "リモート設定"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "ローカル機能フラグ"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "リモート機能フラグ"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "見つけやすく、共有やフォローがしやすいサイトアドレスを使って自分のサイトであることを示しましょう。"; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "非表示"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "カスタムドメインで自分のデジタルアイデンティティを手に入れましょう"; + /* No comment provided by engineer. */ "double-tap to change unit" = "ダブルタップして単位を変更"; @@ -9989,6 +10028,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "完了"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "ユーザーアカウントを連携する"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "スマートフォンで WordPress サイトからの役立つ通知を受信するには、ユーザーアカウントに連携する必要があります。"; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "サイトで統計情報を使用するには、Jetpack プラグインをユーザーアカウントに連携する必要があります。"; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "統計、Reader、通知などの機能は、まもなく Jetpack モバイルアプリに移動します。"; @@ -10226,6 +10274,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "パスワード"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "サイトで発生した内容に基づいてカードにはさまざまなコンテンツが表示されることがあります。 さらに多くのカードやコントロールに取り組んでいます。"; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "カードを追加または非表示"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "Blaze"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "下書きの投稿"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "ブログのプロンプト"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "予約済みの投稿"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "今日の統計情報"; + +/* Page title */ +"personalizeHome.title" = "ホームタブのパーソナライズ"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "電話番号"; @@ -10244,6 +10316,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Blaze を使って宣伝"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "すべての回答を表示"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "「サイトの設定」に移動して表示をオンに戻す"; @@ -10322,6 +10397,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "共有エラー"; +/* Template site address for the search bar. */ +"site.cration.domain.site.address" = "https:\/\/yoursitename.com"; + +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "上記の例のように、ドメインを使用するとユーザーは、Web ブラウザーからサイトを見つけてアクセスできます。"; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "YourSiteName.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "プロンプトを表示"; @@ -10637,6 +10721,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "wordpress, サイト, サイト, ブログ, ブログ"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "Jetpack アプリに切り替える"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "Jetpack なしで連携"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@ は WordPress アプリでサポートされていない個々の Jetpack プラグインを使用しています。"; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "%1$@ は WordPress アプリでサポートされていない %2$@ プラグインを使用しています。"; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "Jetpack アプリに切り替えてください。このサイトでアプリの全機能を使用できるよう完全な Jetpack プラグインを接続する方法についてご案内します。"; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "申し訳ございませんが、このサイトは WordPress アプリでサポートされていません"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "WordPress アプリを削除してください"; diff --git a/WordPress/Resources/ko.lproj/Localizable.strings b/WordPress/Resources/ko.lproj/Localizable.strings index e75076dcdc4c..e1840b053113 100644 --- a/WordPress/Resources/ko.lproj/Localizable.strings +++ b/WordPress/Resources/ko.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-22 16:54:10+0000 */ +/* Translation-Revision-Date: 2023-04-05 16:54:09+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: ko_KR */ @@ -6490,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "도메인 검색"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "사람들이 웹사이트를 찾고 방문하는 데 도움이 되도록 짧고 인상적인 키워드를 검색하세요."; + /* No comment provided by engineer. */ "Search input field." = "입력 필드를 검색합니다."; @@ -9693,6 +9696,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "지금 시도"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "사이트에 관한 정보를 표시하기에 적합한 카드를 추가하세요."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "표시할 카드 없음"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "홈 탭 개인 설정"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "체크 표시가 재정의된 파라미터에 표시됩니다."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "선택한 파라미터를 여기에서 새 값을 정의하여 재정의하세요."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "원격 또는 기본 값 없음"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "원격 구성"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "로컬 기능 플래그"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "원격 기능 플래그"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "찾고 공유하고 팔로우하기 쉬운 사이트 주소로 자신에게 유리하게 웹에 대한 권리를 주장하세요."; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "숨기기"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "사용자 정의 도메인으로 온라인 ID 소유"; + /* No comment provided by engineer. */ "double-tap to change unit" = "두 번 눌러 단위 변경하기"; @@ -9989,6 +10028,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "완료"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "사용자 계정 연결"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "스마트폰에서 워드프레스 사이트의 유용한 알림을 받으려면 사용자 계정을 연결해야 합니다."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "사이트에서 통계를 사용하려면 젯팩 플러그인을 해당 사용자 계정에 연결해야 합니다."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "통계, 리더, 알림 및 기타 기능이 곧 젯팩 모바일 앱으로 이동합니다."; @@ -10223,6 +10271,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "비밀번호"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "사이트에서 발생하는 상황에 따라 다른 콘텐츠가 카드에 표시될 수 있습니다. 더 많은 카드와 제어 기능을 연구하고 있습니다."; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "카드 추가 또는 숨기기"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "Blaze"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "임시글"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "블로깅 프롬프트"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "예약된 글"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "오늘의 통계"; + +/* Page title */ +"personalizeHome.title" = "홈 탭 개인 설정"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "전화번호"; @@ -10241,6 +10313,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Blaze로 홍보"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "모든 응답 보기"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "사이트 설정으로 이동하여 다시 켜기"; @@ -10319,6 +10394,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "공유 오류"; +/* Template site address for the search bar. */ +"site.cration.domain.site.address" = "https:\/\/yoursitename.com"; + +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "위의 예와 같이 사람들이 웹 브라우저에서 도메인을 통해 사이트를 찾고 방문할 수 있습니다."; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "YourSiteName.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "프롬프트 표시"; @@ -10634,6 +10718,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "워드프레스, 사이트, 사이트, 블로그, 블로그"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "젯팩 앱으로 전환"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "젯팩 없이 계속"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "워드프레스 앱에서 지원되지 않는 개별 젯팩 플러그인을 %1$@에서 사용하고 있습니다."; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "워드프레스 앱에서 지원되지 않는 %2$@ 플러그인을 %1$@에서 사용하고 있습니다."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "이 사이트의 모든 앱 기능을 사용할 수 있도록 전체 젯팩 플러그인 연결 방법을 안내해 드리는 젯팩 앱으로 전환하세요."; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "죄송합니다. 이 사이트는 워드프레스 앱에서 지원되지 않습니다."; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "워드프레스 앱 삭제 요망"; diff --git a/WordPress/Resources/nl.lproj/Localizable.strings b/WordPress/Resources/nl.lproj/Localizable.strings index 2287a12ae888..c42f8196098e 100644 --- a/WordPress/Resources/nl.lproj/Localizable.strings +++ b/WordPress/Resources/nl.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-22 14:54:08+0000 */ +/* Translation-Revision-Date: 2023-04-06 15:54:11+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: nl */ @@ -6484,6 +6484,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "Zoek naar een domein"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "Zoek een korte en eenvoudig te onthouden term om mensen je website te helpen vinden en bezoeken."; + /* No comment provided by engineer. */ "Search input field." = "Zoeken invoerveld."; @@ -9681,6 +9684,39 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "Probeer het nu"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "Voeg kaarten toe om de informatie weer te geven die nodig hebt op je site."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "Geen kaarten om weer te geven"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "Personaliseer je startpagina"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "Overschreven parameters zijn gemarkeerd met een vinkje."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "Overschrijf de gekozen parameters door hier een nieuwe waarde te definiëren."; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "Externe configuratie"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "Lokale functievlaggen"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "Externe functievlaggen"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "Eis je eigen hoekje van het internet op met een site-adres dat eenvoudig te vinden, te delen en te volgen is."; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "Dit verbergen"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "Bemachtig je eigen online identiteit met een aangepast domein"; + /* No comment provided by engineer. */ "double-tap to change unit" = "twee keer tikken om de eenheid te wijzigen"; @@ -9977,6 +10013,12 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "Gereed"; +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "Je moet je gebruikersaccount koppelen om nuttige meldingen van je WordPress-site op je telefoon te kunnen krijgen."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "Je moet de Jetpack-plugin koppelen aan je gebruikersaccount om statistieken op je site te kunnen gebruiken."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "Statistieken, Lezer, Meldingen en andere functies worden binnenkort verplaatst naar de Jetpack mobiele app."; @@ -10205,6 +10247,21 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "wachtwoord"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "Kaarten kunnen verschillende inhoud weergeven, afhankelijk van wat er op je site gebeurt. We zijn bezig meer kaarten en beheermogelijkheden te creëren."; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "Conceptberichten"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "Blogmeldingen"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "Ingeplande berichten"; + +/* Page title */ +"personalizeHome.title" = "Startpagina personaliseren"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "Telefoonnummer"; @@ -10220,6 +10277,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "Opties uitgelichte afbeelding"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "Alle reacties bekijken"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "Ga naar Site-instellingen om weer in te schakelen"; @@ -10292,6 +10352,12 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "Fout tijdens delen"; +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "Een domein helpt mensen, zoals in het voorbeeld hierboven, je site te vinden en bezoeken vanuit hun webbrowser."; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "JouwSitenaam.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "Meldingen weergeven"; @@ -10607,6 +10673,21 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "wordpress, sites, site, blogs, blog"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "Schakel over naar de Jetpack-app"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "Doorgaan zonder Jetpack"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@ gebruikt individuele Jetpack-plugins, deze worden niet ondersteund door de WordPress-app."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "Schakel over naar de Jetpack-app waarin we je helpen de volledige Jetpack-plugin te koppelen, zodat je alle functies van de app kunt gebruiken voor deze site."; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "Helaas, deze site wordt niet ondersteund door de WordPress-app"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "Verwijder de WordPress-app"; diff --git a/WordPress/Resources/ru.lproj/Localizable.strings b/WordPress/Resources/ru.lproj/Localizable.strings index 31321dbf8fed..0c624609e0eb 100644 --- a/WordPress/Resources/ru.lproj/Localizable.strings +++ b/WordPress/Resources/ru.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-28 11:16:56+0000 */ +/* Translation-Revision-Date: 2023-04-07 10:54:08+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.4 */ /* Language: ru */ @@ -6490,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "Поиск домена"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "Подберите короткое запоминающееся слово, которое поможет находить ваш сайт."; + /* No comment provided by engineer. */ "Search input field." = "Поле ввода для поиска."; @@ -9696,6 +9699,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "Попробовать"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "Добавьте нужные карточки, чтобы просматривать информацию о сайте."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "Нет карточек"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "Настроить вкладку «Главная»"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "Переопределенные параметры обозначаются галочкой."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "Выберите новое значение здесь, чтобы переопределить выбранный параметр."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "Нет удаленного значения или значения по умолчанию"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "Удаленная настройка"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "Отметки локальных возможностей"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "Отметки удаленных возможностей"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "Займите себе место в Интернете: зарегистрируйте адрес сайта, который будет легко запомнить и порекомендовать друзьям."; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "Свернуть"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "Пользовательский домен ― ваше лицо в Интернете"; + /* No comment provided by engineer. */ "double-tap to change unit" = "нажмите дважды для смены единиц"; @@ -9992,6 +10031,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "Готово"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "Подключите вашу учётную запись"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "Для получения уведомлений от WordPress на устройство нужно подключить учетную запись."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "Для сбора и просмотра статистики на сайте требуется подключить плагин Jetpack к учетной записи пользователя."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "Статистика, Чтиво, Уведомления и другие функции скоро переедут в мобильное приложение Jetpack."; @@ -10229,6 +10277,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "пароль"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "Содержимое карточек может быть разным и зависит от активности на сайте. Скоро станет доступно больше карточек и элементов управления."; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "Добавление и скрытие карточек"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "Blaze"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "Черновики записей"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "Подсказки по ведению блога"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "Запланированные записи"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "Статистика за сегодня"; + +/* Page title */ +"personalizeHome.title" = "Настройте вкладку «Главная»"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "номер телефона"; @@ -10247,6 +10319,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Продвигайте содержимое с помощью Blaze"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "Посмотреть все ответы"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "Посетите настройки сайта, чтобы снова включить"; @@ -10325,6 +10400,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "Ошибка поделиться"; +/* Template site address for the search bar. */ +"site.cration.domain.site.address" = "https:\/\/yoursitename.com"; + +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "Как в примере выше, домен позволяет находить ваш сайт и заходить на него через браузер."; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "YourSiteName.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "Показать подсказки"; @@ -10640,6 +10724,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "wordpress, сайты, сайт, блоги, блог"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "Перейти в приложение Jetpack"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "Продолжить без Jetpack"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "На %1$@ используются отдельные плагины Jetpack, которые не поддерживаются приложением WordPress."; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "На %1$@используется плагин %2$@, который не поддерживается приложением WordPress."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "Перейдите в приложение Jetpack и следуйте пошаговым инструкциям по подключению полнофункционального плагина Jetpack, который позволит использовать все функции приложения при работе с этим сайтом."; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "Приложение WordPress не поддерживает этот сайт"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "Удалите приложение WordPress"; diff --git a/WordPress/Resources/sk.lproj/Localizable.strings b/WordPress/Resources/sk.lproj/Localizable.strings index c1aea9424b11..7c61c46df476 100644 --- a/WordPress/Resources/sk.lproj/Localizable.strings +++ b/WordPress/Resources/sk.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2022-11-01 10:41:33+0000 */ +/* Translation-Revision-Date: 2023-04-09 10:06:11+0000 */ /* Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n >= 2 && n <= 4) ? 1 : 2); */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: sk */ @@ -3807,6 +3807,9 @@ /* Title of a button style */ "Text Only" = "Len text"; +/* No comment provided by engineer. */ +"Text color" = "Farba textu"; + /* Button title The button's title text to send a 2FA code via SMS text message. */ "Text me a code instead" = "Radšej mi pošlite kód"; diff --git a/WordPress/Resources/sv.lproj/Localizable.strings b/WordPress/Resources/sv.lproj/Localizable.strings index 0366a703e3b4..3d6fe655c3f3 100644 --- a/WordPress/Resources/sv.lproj/Localizable.strings +++ b/WordPress/Resources/sv.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-04-03 10:35:26+0000 */ +/* Translation-Revision-Date: 2023-04-05 13:54:09+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: sv_SE */ @@ -9699,9 +9699,33 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "Prova nu"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "Lägg till kort som passar dina behov för att få information om din webbplats."; + /* Title for an empty state view when no cards are displayed */ "dasboard.emptyView.title" = "Inga kort att visa"; +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "Anpassa din hem-flik"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "Åsidosatta parametrar markeras med en bock."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "Åsidosätt den valda parametern genom att definiera ett nytt värde här."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "Inget fjärr- eller standardvärde"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "Fjärrkonfiguration"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "Lokala funktionsflaggor"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "Fjärrfunktionsflaggor"; + /* Description for the Domains dashboard card. */ "domain.dashboard.card.description" = "Gör ditt anspråk på ditt hörn av webben med en webbplatsadress som är lätt att hitta, dela och följa."; @@ -10253,18 +10277,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "lösenord"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "Kort kan visa olika innehåll beroende på vad som händer på din webbplats. Vi arbetar på fler kort och kontroller."; + /* Section header */ "personalizeHome.cardsSectionHeader" = "Dölj eller visa kort"; /* Card title for the pesonalization menu */ "personalizeHome.dashboardCard.blaze" = "Blaze"; +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "Utkastinlägg"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "Bloggningsprompter"; + /* Card title for the pesonalization menu */ "personalizeHome.dashboardCard.scheduledPosts" = "Schemalagda inlägg"; /* Card title for the pesonalization menu */ "personalizeHome.dashboardCard.todaysStats" = "Dagens statistik"; +/* Page title */ +"personalizeHome.title" = "Anpassa Hem-fliken"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "telefonnummer"; @@ -10694,9 +10730,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Jetpack Plugin Modal on WordPress secondary button title */ "wordpress.jetpack.plugin.modal.secondary.button.title" = "Fortsätt utan Jetpack"; +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@ använder sig av enskilda Jetpack-tillägg vilket inte stöds av WordPress-appen."; + /* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ "wordpress.jetpack.plugin.modal.subtitle.singular" = "%1$@ använder tillägget %2$@ som inte stöds av WordPress-appen."; +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "Gå till Jetpack-appen där vi guidar dig igenom hur du ansluter det fullständiga Jetpack-tillägget så att du kan använda alla appens funktioner för den här webbplatsen."; + /* Jetpack Plugin Modal title in WordPress */ "wordpress.jetpack.plugin.modal.title" = "Denna webbplats stöds inte av WordPress-appen"; diff --git a/WordPress/Resources/tr.lproj/Localizable.strings b/WordPress/Resources/tr.lproj/Localizable.strings index bc36e89e3cd6..b59e062d54e0 100644 --- a/WordPress/Resources/tr.lproj/Localizable.strings +++ b/WordPress/Resources/tr.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-04-04 19:42:23+0000 */ +/* Translation-Revision-Date: 2023-04-05 18:54:08+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: tr */ @@ -6490,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "Bir alan adı arayın"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "Kişilerin web sitenizi bulmasına ve ziyaret etmesine yardımcı olacak kısa ve akılda kalıcı bir anahtar sözcük arayın."; + /* No comment provided by engineer. */ "Search input field." = "Arama giriş alanı."; @@ -9696,6 +9699,36 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "Şimdi deneyin"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "Web siteniz hakkındaki bilgileri görmek için ihtiyaçlarınıza uygun kartlar ekleyin."; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "Gösterilecek kart yok"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "Ana sayfa sekmenizi kişiselleştirin"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "İptal edilen parametreler bir onay işareti ile gösterilir."; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "Buradan yeni bir değer girerek seçili parametreyi iptal edin."; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "Uzaktan ya da varsayılan değer yok"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "Uzaktan Yapılandırma"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "Yerel Özellik Bayrakları"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "Uzaktan Özellik Bayrakları"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "Bulması, paylaşması ve takip etmesi kolay bir site adresiyle internet dünyasındaki yerinizi alın."; + /* Title for a menu action in the context menu on the Jetpack install card. */ "domain.dashboard.card.menu.hide" = "Bunu gizle"; @@ -10001,6 +10034,12 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of a button for connecting user account to Jetpack. */ "jetpack.install.connectUser.button.title" = "Kullanıcı hesabınızı bağlayın"; +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "Telefonunuza WordPress sitesinden faydalı bildirimler almak için kullanıcı hesabınızı bağlamalısınız."; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "Sitenizde istatistikleri kullanmak için Jetpack eklentisini kullanıcı hesabınıza bağlamalısınız."; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "İstatistikler, Okuyucu, Bildirimler ve diğer özellikler, yakında Jetpack mobil uygulamasına taşınacaktır."; @@ -10238,15 +10277,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "parola"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "Web sitenizde olanlara göre kartlar farklı içerik gösterebilir. Daha fazla kart ve kontrol üzerinde çalışıyoruz."; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "Kart ekle veya gizle"; + /* Card title for the pesonalization menu */ "personalizeHome.dashboardCard.blaze" = "Blaze"; +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "Taslak yazılar"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "Blog talepleri"; + /* Card title for the pesonalization menu */ "personalizeHome.dashboardCard.scheduledPosts" = "Zamanlanan yazılar"; /* Card title for the pesonalization menu */ "personalizeHome.dashboardCard.todaysStats" = "Bugünün istatistikleri"; +/* Page title */ +"personalizeHome.title" = "Ana Sayfa Sekmesini Kişiselleştir"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "telefon numarası"; @@ -10349,6 +10403,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Template site address for the search bar. */ "site.cration.domain.site.address" = "https:\/\/siteadi.com"; +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "Yukarıdaki örnekte olduğu gibi, bir alan adı, kişilerin web sitenizi bir web tarayıcısı üzerinden bulmasını ve ziyaret etmesini sağlar."; + /* Site name that is placed in the tooltip view. */ "site.creation.domain.tooltip.site.name" = "SiteAdi.com"; @@ -10673,6 +10730,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Jetpack Plugin Modal on WordPress secondary button title */ "wordpress.jetpack.plugin.modal.secondary.button.title" = "Jetpack olmadan devam et"; +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@, WordPress Uygulaması tarafından desteklenmeyen özel Jetpack eklentilerini kullanıyor."; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "%1$@, WordPress Uygulaması tarafından desteklenmeyen %2$@ eklentisini kullanıyor."; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "Uygulamanın bu web sitesi için sunduğu tüm özellikleri kullanabilmek için lütfen tam Jetpack eklentisini bağlamada size yardımcı olacağımız Jetpack uygulamasına geçin."; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "Üzgünüz, bu web sitesi WordPress uygulaması tarafından desteklenmiyor"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "Lütfen WordPress uygulamasını silin"; diff --git a/WordPress/Resources/zh-Hans.lproj/Localizable.strings b/WordPress/Resources/zh-Hans.lproj/Localizable.strings index a09ba442e250..7c0ed511f55e 100644 --- a/WordPress/Resources/zh-Hans.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hans.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-22 10:54:08+0000 */ +/* Translation-Revision-Date: 2023-04-07 10:54:08+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: zh_CN */ @@ -6487,6 +6487,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "搜索域"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "搜索简短易记的关键字,以帮助人们找到并访问您的网站。"; + /* No comment provided by engineer. */ "Search input field." = "搜索输入字段。"; @@ -9693,6 +9696,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "立即试用"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "添加符合您需要的卡片,以查看有关您站点的信息。"; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "没有可显示的卡片"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "对您的“首页”选项卡进行个性化"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "覆盖的参数由复选标记表示。"; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "通过在此处定义新值来覆盖所选参数。"; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "没有远程或默认值"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "远程配置"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "本地功能标志"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "远程功能标志"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "通过易于查找、共享和关注的站点地址,在网络上创建自己的一席之地。"; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "隐藏此内容"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "使用自定义域名拥有您的在线身份"; + /* No comment provided by engineer. */ "double-tap to change unit" = "双击更改单位"; @@ -9986,6 +10025,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "完成"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "连接您的用户账户"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "为了在您的手机上获取来自您的 WordPress 站点的通知,您需要连接到您的用户账户。"; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "要在您的站点上使用统计信息功能,您需要将 Jetpack 插件连接到您的用户账户。"; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "统计信息、阅读器、通知和其他功能即将移至 Jetpack 应用程序。"; @@ -10223,6 +10271,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "密码"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "卡片可能会显示不同的内容,具体取决于您站点上的情况。 我们正在开发更多卡片和控件。"; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "添加或隐藏卡片"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "Blaze"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "草稿文章"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "博客提示"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "定时发布的文章"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "今日统计信息"; + +/* Page title */ +"personalizeHome.title" = "对“首页”选项卡进行个性化"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "电话号码"; @@ -10241,6 +10313,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "大力宣传并推广"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "查看所有回复"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "访问“站点设置”以重新打开"; @@ -10319,6 +10394,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "共享错误"; +/* Template site address for the search bar. */ +"site.cration.domain.site.address" = "https:\/\/yoursitename.com"; + +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "和上面的示例一样,域名可让人们从他们的 Web 浏览器中查找和访问您的站点。"; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "YourSiteName.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "显示提示"; @@ -10634,6 +10718,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "wordpress, sites, site, blogs, blog wordpress, 站点, 博客"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "切换到 Jetpack 应用"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "继续,不使用 Jetpack"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@ 正在使用独立的 Jetpack 插件,而 WordPress 应用不支持该插件。"; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "%1$@ 正在使用 %2$@ 插件,而 WordPress 应用不支持该插件。"; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "请切换到 Jetpack 应用,我们将在其中指导您连接完整的 Jetpack 插件,以便您可以使用适用于此站点的所有应用功能。"; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "抱歉,WordPress 应用不支持此站点。"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "请删除 WordPress 应用"; diff --git a/WordPress/Resources/zh-Hant.lproj/Localizable.strings b/WordPress/Resources/zh-Hant.lproj/Localizable.strings index 868726b65b7c..b0816d094630 100644 --- a/WordPress/Resources/zh-Hant.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hant.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2023-03-23 17:54:24+0000 */ +/* Translation-Revision-Date: 2023-04-07 10:54:08+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/4.0.0-alpha.4 */ /* Language: zh_TW */ @@ -6490,6 +6490,9 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* title of the button that searches the first domain. */ "Search for a domain" = "搜尋網域"; +/* Select domain name. Subtitle */ +"Search for a short and memorable keyword to help people find and visit your website." = "搜尋簡短好記的關鍵字,有助於使用者找到並造訪你的網站。"; + /* No comment provided by engineer. */ "Search input field." = "搜尋意見回饋欄位。"; @@ -9693,6 +9696,42 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Customize Insights button title */ "customizeInsightsCell.tryItButton.title" = "立即試試"; +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.subtitle" = "新增符合你所需的資訊卡,以查看有關網站的資訊。"; + +/* Title for an empty state view when no cards are displayed */ +"dasboard.emptyView.title" = "沒有資訊卡可顯示"; + +/* Personialize home tab button title */ +"dasboard.personalizeHomeButtonTitle" = "打造個人化「首頁」分頁"; + +/* Remote config params debug menu footer explaining the meaning of a cell with a checkmark. */ +"debugMenu.remoteConfig.footer" = "覆寫的參數會以核取記號表示。"; + +/* Hint for overriding remote config params */ +"debugMenu.remoteConfig.hint" = "請在此處定義新值,以覆寫所選參數。"; + +/* Placeholder for overriding remote config params */ +"debugMenu.remoteConfig.placeholder" = "沒有遠端或預設值"; + +/* Remote Config debug menu title */ +"debugMenu.remoteConfig.title" = "遠端設定"; + +/* Title of the Local Feature Flags screen used in debug builds of the app */ +"debugMenu.section.localFeatureFlags" = "本機功能旗標"; + +/* Title of the Remote Feature Flags screen used in debug builds of the app */ +"debugMenu.section.remoteFeatureFlags" = "遠端功能旗標"; + +/* Description for the Domains dashboard card. */ +"domain.dashboard.card.description" = "建立易於搜尋、分享和追蹤的網站位址,打造屬於自己的網路園地。"; + +/* Title for a menu action in the context menu on the Jetpack install card. */ +"domain.dashboard.card.menu.hide" = "隱藏此訊息"; + +/* Title for the Domains dashboard card. */ +"domain.dashboard.card.title" = "利用自訂網域,讓你在網路上聲名遠播"; + /* No comment provided by engineer. */ "double-tap to change unit" = "點兩下即可變更單位"; @@ -9989,6 +10028,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Title of the primary button shown after the Jetpack plugin has been installed. Tapping on the button dismisses the installation screen. */ "jetpack.install-flow.success.primaryButtonText" = "完成"; +/* Title of a button for connecting user account to Jetpack. */ +"jetpack.install.connectUser.button.title" = "連結使用者帳號"; + +/* Message asking the user if they want to set up Jetpack from notifications */ +"jetpack.install.connectUser.notifications.description" = "若要在手機上收到來自 WordPress 網站的實用通知,必須連結你的使用者帳號。"; + +/* Message asking the user if they want to set up Jetpack from stats by connecting their user account */ +"jetpack.install.connectUser.stats.description" = "若要使用網站的「統計」功能,必須將 Jetpack 外掛程式連結至你的使用者帳號。"; + /* Description inside a menu card communicating that features are moving to the Jetpack app. */ "jetpack.menuCard.description" = "「統計資料」、「閱讀器」、「通知」及其他功能即將搬遷至 Jetpack 行動應用程式。"; @@ -10226,6 +10274,30 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "password" = "密碼"; +/* Section footer displayed below the list of toggles */ +"personalizeHome.cardsSectionFooter" = "資訊卡可根據網站活動顯示不同內容。 我們正在開發更多資訊卡和控制功能。"; + +/* Section header */ +"personalizeHome.cardsSectionHeader" = "新增或隱藏資訊卡"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.blaze" = "Blaze"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.draftPosts" = "草稿文章"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.prompts" = "網誌提示"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.scheduledPosts" = "已排程的文章"; + +/* Card title for the pesonalization menu */ +"personalizeHome.dashboardCard.todaysStats" = "本日統計"; + +/* Page title */ +"personalizeHome.title" = "打造個人化「首頁」分頁"; + /* Register Domain - Domain contact information field Phone */ "phone number" = "電話號碼"; @@ -10244,6 +10316,9 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "使用 Blaze 進行宣傳"; +/* Title for a tappable string that opens the reader with a prompts tag */ +"prompts.card.viewprompts.title" = "檢視所有回應"; + /* Subtitle of the notification when prompts are hidden from the dashboard card */ "prompts.notification.removed.subtitle" = "前往「網站設定」以重新啟用"; @@ -10322,6 +10397,15 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* Share extension error dialog title. */ "shareModularViewController.retryAlert.title" = "分享錯誤"; +/* Template site address for the search bar. */ +"site.cration.domain.site.address" = "https:\/\/yoursitename.com"; + +/* Site name description that sits in the template website view. */ +"site.creation.domain.tooltip.description" = "如同上方範例,網域可讓使用者從網頁瀏覽器找到並造訪你的網站。"; + +/* Site name that is placed in the tooltip view. */ +"site.creation.domain.tooltip.site.name" = "YourSiteName.com"; + /* Label for the blogging prompts setting */ "sitesettings.prompts.title" = "顯示提示"; @@ -10637,6 +10721,24 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* This is a comma separated list of keywords used for spotlight indexing of the 'My Sites' tab. */ "wordpress, sites, site, blogs, blog" = "wordpress, 網站, 網站, 網誌, 網誌"; +/* Jetpack Plugin Modal on WordPress primary button title */ +"wordpress.jetpack.plugin.modal.primary.button.title" = "切換至 Jetpack 應用程式"; + +/* Jetpack Plugin Modal on WordPress secondary button title */ +"wordpress.jetpack.plugin.modal.secondary.button.title" = "繼續但不使用 Jetpack"; + +/* Jetpack Plugin Modal (multiple plugins) on WordPress subtitle with formatted texts. %1$@ is for the site name. */ +"wordpress.jetpack.plugin.modal.subtitle.plural" = "%1$@ 正在使用 WordPress 應用程式不支援的 Jetpack 個別外掛程式。"; + +/* Jetpack Plugin Modal on WordPress (single plugin) subtitle with formatted texts. %1$@ is for the site name and %2$@ is for the specific plugin name. */ +"wordpress.jetpack.plugin.modal.subtitle.singular" = "%1$@ 正在使用 WordPress 應用程式不支援的 %2$@ 外掛程式。"; + +/* Second paragraph of the Jetpack Plugin Modal on WordPress asking the user to switch to Jetpack. */ +"wordpress.jetpack.plugin.modal.subtitle.switch" = "請切換至 Jetpack 應用程式,我們會引導你連結完整 Jetpack 外掛程式,你即可使用此網站的所有應用程式功能。"; + +/* Jetpack Plugin Modal title in WordPress */ +"wordpress.jetpack.plugin.modal.title" = "抱歉,WordPress 應用程式不支援此網站"; + /* Description of the jetpack migration success card, used in My site. */ "wp.migration.successcard.description" = "請刪除 WordPress 應用程式"; From 34d562bf960b8c0b96574b3942991b91281d3bde Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 12 Apr 2023 21:25:50 +1000 Subject: [PATCH 13/15] Update WordPress metadata translations --- fastlane/metadata/ar-SA/release_notes.txt | 1 + fastlane/metadata/de-DE/release_notes.txt | 1 + fastlane/metadata/default/release_notes.txt | 4 +--- fastlane/metadata/es-ES/release_notes.txt | 1 + fastlane/metadata/he/release_notes.txt | 1 + fastlane/metadata/id/release_notes.txt | 1 + fastlane/metadata/it/release_notes.txt | 1 + fastlane/metadata/ko/release_notes.txt | 1 + fastlane/metadata/nl-NL/release_notes.txt | 1 + fastlane/metadata/ru/release_notes.txt | 1 + fastlane/metadata/sv/release_notes.txt | 1 + fastlane/metadata/zh-Hans/release_notes.txt | 1 + fastlane/metadata/zh-Hant/release_notes.txt | 1 + 13 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/ar-SA/release_notes.txt create mode 100644 fastlane/metadata/de-DE/release_notes.txt create mode 100644 fastlane/metadata/es-ES/release_notes.txt create mode 100644 fastlane/metadata/he/release_notes.txt create mode 100644 fastlane/metadata/id/release_notes.txt create mode 100644 fastlane/metadata/it/release_notes.txt create mode 100644 fastlane/metadata/ko/release_notes.txt create mode 100644 fastlane/metadata/nl-NL/release_notes.txt create mode 100644 fastlane/metadata/ru/release_notes.txt create mode 100644 fastlane/metadata/sv/release_notes.txt create mode 100644 fastlane/metadata/zh-Hans/release_notes.txt create mode 100644 fastlane/metadata/zh-Hant/release_notes.txt diff --git a/fastlane/metadata/ar-SA/release_notes.txt b/fastlane/metadata/ar-SA/release_notes.txt new file mode 100644 index 000000000000..fc97e04771c5 --- /dev/null +++ b/fastlane/metadata/ar-SA/release_notes.txt @@ -0,0 +1 @@ +عند تسجيل الدخول إلى موقع مستضاف ذاتيًا يتصل بـ Jetpack من خلال الإضافات الفردية، سترى نافذة منبثقة تفيد بأن هذا النوع من الاتصال لا يدعم الميزات الأساسية في التطبيق حتى الآن. يمكنك حل تلك المشكلة عن طريق التبديل إلى تطبيق Jetpack. أعلى وأعلى وبعيد. diff --git a/fastlane/metadata/de-DE/release_notes.txt b/fastlane/metadata/de-DE/release_notes.txt new file mode 100644 index 000000000000..9aacd554976a --- /dev/null +++ b/fastlane/metadata/de-DE/release_notes.txt @@ -0,0 +1 @@ +Wenn du dich bei einer selbst gehosteten Website anmeldest, die eine Verbindung mit Jetpack über einzelne Plugins herstellt, wird dir ein Pop-up-Fenster mit einem Hinweis angezeigt, dass diese Verbindungsart die Kernfunktionen der App noch nicht unterstützt. Du kannst dieses Problem umgehen, indem du zur Jetpack-App wechselst. Auf, auf und davon. diff --git a/fastlane/metadata/default/release_notes.txt b/fastlane/metadata/default/release_notes.txt index d4accf7aeda7..3dcbd049e215 100644 --- a/fastlane/metadata/default/release_notes.txt +++ b/fastlane/metadata/default/release_notes.txt @@ -1,3 +1 @@ -* [**] [internal] Refactor updating account related Core Data operations, which ususally happens during log in and out of the app. [#20394] -* [***] [internal] Refactor uploading photos (from the device photo, the Free Photo library, and other sources) to the WordPress Media Library. Affected areas are where you can choose a photo and upload, including the "Media" screen, adding images to a post, updating site icon, etc. [#20322] -* [**] Warns user about sites with only individual plugins not supporting core app features and offers the option to switch to the Jetpack app. [#20408] +When you log in to a self-hosted site that connects to Jetpack through individual plugins, you’ll see a pop-up stating that this type of connection doesn’t support the app’s core features yet. You can get around that problem by switching over to the Jetpack app. Up, up, and away. diff --git a/fastlane/metadata/es-ES/release_notes.txt b/fastlane/metadata/es-ES/release_notes.txt new file mode 100644 index 000000000000..f4277dbb9160 --- /dev/null +++ b/fastlane/metadata/es-ES/release_notes.txt @@ -0,0 +1 @@ +Cuando inicias sesión en un sitio autoalojado que se conecta a Jetpack a través de plugins individuales, verás una ventana emergente que indica que este tipo de conexión aún no es compatible con las funciones principales de la aplicación. Puedes evitar este problema cambiando a la aplicación Jetpack. Arriba, arriba y lejos. diff --git a/fastlane/metadata/he/release_notes.txt b/fastlane/metadata/he/release_notes.txt new file mode 100644 index 000000000000..33291bfd2c4f --- /dev/null +++ b/fastlane/metadata/he/release_notes.txt @@ -0,0 +1 @@ +כאשר מתחברים לאתר באחסון עצמי שמתחבר אל Jetpack דרך תוספים יחידים, תופיע הודעה קופצת כדי לידע אותך שסוג החיבור הזה עדיין לא תומך באפשרויות הליבה של האפליקציה. אפשר לעקוף את הבעיה על ידי מעבר לאפליקציה של Jetpack. זה הזמן להמריא. diff --git a/fastlane/metadata/id/release_notes.txt b/fastlane/metadata/id/release_notes.txt new file mode 100644 index 000000000000..6444b25c142e --- /dev/null +++ b/fastlane/metadata/id/release_notes.txt @@ -0,0 +1 @@ +Saat Anda login ke situs yang dihosting sendiri yang terhubung dengan Jetpack dari plugin tunggal, Anda akan melihat pop-up yang menunjukkan bahwa tipe koneksi belum didukung oleh fitur utama aplikasi. Anda dapat menghindari kendala tersebut dengan beralih ke aplikasi Jetpack. Semudah itu. diff --git a/fastlane/metadata/it/release_notes.txt b/fastlane/metadata/it/release_notes.txt new file mode 100644 index 000000000000..fbfd26615107 --- /dev/null +++ b/fastlane/metadata/it/release_notes.txt @@ -0,0 +1 @@ +Quando accedi a un sito ospitato personalmente che si connette a Jetpack tramite singoli plugin, vedrai un pop-up che indica che questo tipo di connessione non supporta ancora le funzionalità principali dell'app. Puoi aggirare il problema passando all'app Jetpack. Un lampo e via. diff --git a/fastlane/metadata/ko/release_notes.txt b/fastlane/metadata/ko/release_notes.txt new file mode 100644 index 000000000000..43d13a078aed --- /dev/null +++ b/fastlane/metadata/ko/release_notes.txt @@ -0,0 +1 @@ +개별 플러그인을 통해 젯팩에 연결되는 독립 호스트 사이트에 로그인하면 이 연결 유형에서는 아직 앱의 핵심 기능이 지원되지 않는다는 팝업 메시지가 표시됩니다. 젯팩 앱으로 전환하여 해당 문제를 해결할 수 있습니다. 문제가 멀리 사라집니다. diff --git a/fastlane/metadata/nl-NL/release_notes.txt b/fastlane/metadata/nl-NL/release_notes.txt new file mode 100644 index 000000000000..51a689108704 --- /dev/null +++ b/fastlane/metadata/nl-NL/release_notes.txt @@ -0,0 +1 @@ +Wanneer je inlogt op een zelfstandig gehoste website die individuele plugins gebruikt om verbinding te maken met Jetpack, zul je een pop-up scherm zien waarop staat dat deze verbindingssoort nog niet de kernfuncties van de app ondersteunt. Je kunt dit oplossen door over te schakelen naar de Jetpack-app. Daar gaan we. diff --git a/fastlane/metadata/ru/release_notes.txt b/fastlane/metadata/ru/release_notes.txt new file mode 100644 index 000000000000..40926eb51f8e --- /dev/null +++ b/fastlane/metadata/ru/release_notes.txt @@ -0,0 +1 @@ +Входя на автономный сайт с подключением к Jetpack через отдельные плагины, вы увидите всплывающее окно с уведомлением о том, что этот тип подключения пока не поддерживает основные функции приложения. Этой проблемы можно избежать, если переключиться на приложение Jetpack. Хоп-хоп, и выбрались. diff --git a/fastlane/metadata/sv/release_notes.txt b/fastlane/metadata/sv/release_notes.txt new file mode 100644 index 000000000000..dff0f5604b42 --- /dev/null +++ b/fastlane/metadata/sv/release_notes.txt @@ -0,0 +1 @@ +När du loggar in på en webbplats som drivs på egen server och ansluter till Jetpack via enskilda tillägg visas en popup som meddelar att denna typ av anslutning inte stöder appens kärnfunktioner ännu. Du kan kringgå det här problemet genom att växla över till Jetpack-appen. Upp, upp och iväg. diff --git a/fastlane/metadata/zh-Hans/release_notes.txt b/fastlane/metadata/zh-Hans/release_notes.txt new file mode 100644 index 000000000000..94ad1ce89dde --- /dev/null +++ b/fastlane/metadata/zh-Hans/release_notes.txt @@ -0,0 +1 @@ +当您登录到通过各个插件连接到 Jetpack 的自托管站点时,您可能会看到一个弹出窗口,指出该应用程序的核心功能不支持这种类型的连接。 您可以切换到 Jetpack 应用程序来解决这个问题,从而快速恢复正常。 diff --git a/fastlane/metadata/zh-Hant/release_notes.txt b/fastlane/metadata/zh-Hant/release_notes.txt new file mode 100644 index 000000000000..da211ff55735 --- /dev/null +++ b/fastlane/metadata/zh-Hant/release_notes.txt @@ -0,0 +1 @@ +登入透過個別外掛程式連結至 Jetpack 的自助託管網站時,你會看到彈出視窗說明這類連結尚未支援應用程式的核心功能。 切換到 Jetpack 應用程式就能解決問題。海闊天空。 From d4b43278cc4d78a97505c731e9370daa921a000d Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 12 Apr 2023 21:25:57 +1000 Subject: [PATCH 14/15] Update Jetpack metadata translations --- fastlane/jetpack_metadata/default/release_notes.txt | 4 +--- fastlane/jetpack_metadata/es-ES/release_notes.txt | 1 + fastlane/jetpack_metadata/id/release_notes.txt | 1 + fastlane/jetpack_metadata/it/release_notes.txt | 1 + fastlane/jetpack_metadata/ja/release_notes.txt | 1 + fastlane/jetpack_metadata/ru/release_notes.txt | 1 + fastlane/jetpack_metadata/zh-Hans/release_notes.txt | 1 + fastlane/jetpack_metadata/zh-Hant/release_notes.txt | 1 + 8 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 fastlane/jetpack_metadata/es-ES/release_notes.txt create mode 100644 fastlane/jetpack_metadata/id/release_notes.txt create mode 100644 fastlane/jetpack_metadata/it/release_notes.txt create mode 100644 fastlane/jetpack_metadata/ja/release_notes.txt create mode 100644 fastlane/jetpack_metadata/ru/release_notes.txt create mode 100644 fastlane/jetpack_metadata/zh-Hans/release_notes.txt create mode 100644 fastlane/jetpack_metadata/zh-Hant/release_notes.txt diff --git a/fastlane/jetpack_metadata/default/release_notes.txt b/fastlane/jetpack_metadata/default/release_notes.txt index 05aff8416d6a..e0ec2ba9142a 100644 --- a/fastlane/jetpack_metadata/default/release_notes.txt +++ b/fastlane/jetpack_metadata/default/release_notes.txt @@ -1,3 +1 @@ -* [**] [internal] Refactor updating account related Core Data operations, which ususally happens during log in and out of the app. [#20394] -* [***] [internal] Refactor uploading photos (from the device photo, the Free Photo library, and other sources) to the WordPress Media Library. Affected areas are where you can choose a photo and upload, including the "Media" screen, adding images to a post, updating site icon, etc. [#20322] -* [**] Add a "Personalize Home Tab" button to the bottom of the Home tab that allows changing cards visibility. [#20369] +No updates this week. In the meantime, we're just over here cooling our jets. diff --git a/fastlane/jetpack_metadata/es-ES/release_notes.txt b/fastlane/jetpack_metadata/es-ES/release_notes.txt new file mode 100644 index 000000000000..e0ec2ba9142a --- /dev/null +++ b/fastlane/jetpack_metadata/es-ES/release_notes.txt @@ -0,0 +1 @@ +No updates this week. In the meantime, we're just over here cooling our jets. diff --git a/fastlane/jetpack_metadata/id/release_notes.txt b/fastlane/jetpack_metadata/id/release_notes.txt new file mode 100644 index 000000000000..8e6a873127eb --- /dev/null +++ b/fastlane/jetpack_metadata/id/release_notes.txt @@ -0,0 +1 @@ +Tidak ada pembaruan minggu ini. Sementara itu, kami sedang berusaha mendinginkan jet kami. diff --git a/fastlane/jetpack_metadata/it/release_notes.txt b/fastlane/jetpack_metadata/it/release_notes.txt new file mode 100644 index 000000000000..3b784c07169c --- /dev/null +++ b/fastlane/jetpack_metadata/it/release_notes.txt @@ -0,0 +1 @@ +Nessun aggiornamento questa settimana. Nel frattempo, siamo qui a raffreddare i nostri jet. diff --git a/fastlane/jetpack_metadata/ja/release_notes.txt b/fastlane/jetpack_metadata/ja/release_notes.txt new file mode 100644 index 000000000000..6f6263f36d3d --- /dev/null +++ b/fastlane/jetpack_metadata/ja/release_notes.txt @@ -0,0 +1 @@ +今週の更新はありません。 ここで少し落ち着きましょう。 diff --git a/fastlane/jetpack_metadata/ru/release_notes.txt b/fastlane/jetpack_metadata/ru/release_notes.txt new file mode 100644 index 000000000000..e0ec2ba9142a --- /dev/null +++ b/fastlane/jetpack_metadata/ru/release_notes.txt @@ -0,0 +1 @@ +No updates this week. In the meantime, we're just over here cooling our jets. diff --git a/fastlane/jetpack_metadata/zh-Hans/release_notes.txt b/fastlane/jetpack_metadata/zh-Hans/release_notes.txt new file mode 100644 index 000000000000..0935749b02a7 --- /dev/null +++ b/fastlane/jetpack_metadata/zh-Hans/release_notes.txt @@ -0,0 +1 @@ +本周无更新。 在此期间,我们只是保持冷静和放松。 diff --git a/fastlane/jetpack_metadata/zh-Hant/release_notes.txt b/fastlane/jetpack_metadata/zh-Hant/release_notes.txt new file mode 100644 index 000000000000..d75a732bc091 --- /dev/null +++ b/fastlane/jetpack_metadata/zh-Hant/release_notes.txt @@ -0,0 +1 @@ +本週沒有更新。 我們正在為下次突破做好準備。 From 25d56789bf3859f7f962cdfa475d531cbfa73621 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 12 Apr 2023 21:26:11 +1000 Subject: [PATCH 15/15] 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 a06aa348cd76..82f262f31764 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=22.1 // Internal long version example: VERSION_LONG=9.9.0.20180423 -VERSION_LONG=22.1.0.20230405 +VERSION_LONG=22.1.0.20230412 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 59074817bc3e..f458546174c9 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,4 +1,4 @@ VERSION_SHORT=22.1 // Public long version example: VERSION_LONG=9.9.0.0 -VERSION_LONG=22.1.0.1 +VERSION_LONG=22.1.0.2