From c8b389c3cdaee1447976432bef2281dca4376b3e Mon Sep 17 00:00:00 2001 From: kean Date: Fri, 3 May 2024 09:29:33 -0400 Subject: [PATCH 1/8] Update WordPressKit (fix an issue with removing password from posts) --- Podfile | 4 ++-- Podfile.lock | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Podfile b/Podfile index ba7a23f97908..2ed7dfd7f328 100644 --- a/Podfile +++ b/Podfile @@ -55,8 +55,8 @@ def gravatar end def wordpress_kit - pod 'WordPressKit', '~> 17.1.0' - # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '' + # pod 'WordPressKit', '~> 17.1.0' + pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '549fbee3059e71bd1471e35090ac942a3b23516a' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: '' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: '' # pod 'WordPressKit', path: '../WordPressKit-iOS' diff --git a/Podfile.lock b/Podfile.lock index f4440e678747..d720a8fee5cb 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -121,7 +121,7 @@ DEPENDENCIES: - SwiftLint (= 0.54.0) - WordPress-Editor-iOS (~> 1.19.11) - WordPressAuthenticator (>= 9.0.8, ~> 9.0) - - WordPressKit (~> 17.1.0) + - WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, commit `549fbee3059e71bd1471e35090ac942a3b23516a`) - WordPressShared (>= 2.3.1, ~> 2.3) - WordPressUI (~> 1.16) - ZendeskSupportSDK (= 5.3.0) @@ -160,7 +160,6 @@ SPEC REPOS: - SVProgressHUD - SwiftLint - UIDeviceIdentifier - - WordPressKit - WordPressUI - wpxmlrpc - ZendeskCommonUISDK @@ -178,11 +177,17 @@ EXTERNAL SOURCES: :tag: 0.2.0 Gutenberg: :podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.118.0.podspec + WordPressKit: + :commit: 549fbee3059e71bd1471e35090ac942a3b23516a + :git: https://github.com/wordpress-mobile/WordPressKit-iOS.git CHECKOUT OPTIONS: FSInteractiveMap: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 + WordPressKit: + :commit: 549fbee3059e71bd1471e35090ac942a3b23516a + :git: https://github.com/wordpress-mobile/WordPressKit-iOS.git SPEC CHECKSUMS: Alamofire: 02b772c9910e8eba1a079227c32fbd9e46c90a24 @@ -229,6 +234,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced -PODFILE CHECKSUM: fe8df3e873baa4219a3e9b59632c5d2c7e3d774e +PODFILE CHECKSUM: e350c05f42484b1312d9cd1044b92551406d5411 COCOAPODS: 1.15.2 From e13fcbab4438325b102e98e8b7d1ce33143d9d7c Mon Sep 17 00:00:00 2001 From: kean Date: Sat, 4 May 2024 13:40:58 -0400 Subject: [PATCH 2/8] Revert "Update WordPressKit (fix an issue with removing password from posts)" This reverts commit c8b389c3cdaee1447976432bef2281dca4376b3e. --- Podfile | 4 ++-- Podfile.lock | 11 +++-------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Podfile b/Podfile index 2ed7dfd7f328..ba7a23f97908 100644 --- a/Podfile +++ b/Podfile @@ -55,8 +55,8 @@ def gravatar end def wordpress_kit - # pod 'WordPressKit', '~> 17.1.0' - pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '549fbee3059e71bd1471e35090ac942a3b23516a' + pod 'WordPressKit', '~> 17.1.0' + # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: '' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: '' # pod 'WordPressKit', path: '../WordPressKit-iOS' diff --git a/Podfile.lock b/Podfile.lock index d720a8fee5cb..f4440e678747 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -121,7 +121,7 @@ DEPENDENCIES: - SwiftLint (= 0.54.0) - WordPress-Editor-iOS (~> 1.19.11) - WordPressAuthenticator (>= 9.0.8, ~> 9.0) - - WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, commit `549fbee3059e71bd1471e35090ac942a3b23516a`) + - WordPressKit (~> 17.1.0) - WordPressShared (>= 2.3.1, ~> 2.3) - WordPressUI (~> 1.16) - ZendeskSupportSDK (= 5.3.0) @@ -160,6 +160,7 @@ SPEC REPOS: - SVProgressHUD - SwiftLint - UIDeviceIdentifier + - WordPressKit - WordPressUI - wpxmlrpc - ZendeskCommonUISDK @@ -177,17 +178,11 @@ EXTERNAL SOURCES: :tag: 0.2.0 Gutenberg: :podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.118.0.podspec - WordPressKit: - :commit: 549fbee3059e71bd1471e35090ac942a3b23516a - :git: https://github.com/wordpress-mobile/WordPressKit-iOS.git CHECKOUT OPTIONS: FSInteractiveMap: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 - WordPressKit: - :commit: 549fbee3059e71bd1471e35090ac942a3b23516a - :git: https://github.com/wordpress-mobile/WordPressKit-iOS.git SPEC CHECKSUMS: Alamofire: 02b772c9910e8eba1a079227c32fbd9e46c90a24 @@ -234,6 +229,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced -PODFILE CHECKSUM: e350c05f42484b1312d9cd1044b92551406d5411 +PODFILE CHECKSUM: fe8df3e873baa4219a3e9b59632c5d2c7e3d774e COCOAPODS: 1.15.2 From 2c0d8bcf238452e5c8c651b7662ce54605a0e839 Mon Sep 17 00:00:00 2001 From: kean Date: Tue, 7 May 2024 07:01:41 -0400 Subject: [PATCH 3/8] Fix an issue with passwod removal --- Podfile | 4 ++-- Podfile.lock | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Podfile b/Podfile index ba7a23f97908..2ed7dfd7f328 100644 --- a/Podfile +++ b/Podfile @@ -55,8 +55,8 @@ def gravatar end def wordpress_kit - pod 'WordPressKit', '~> 17.1.0' - # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '' + # pod 'WordPressKit', '~> 17.1.0' + pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '549fbee3059e71bd1471e35090ac942a3b23516a' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: '' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: '' # pod 'WordPressKit', path: '../WordPressKit-iOS' diff --git a/Podfile.lock b/Podfile.lock index f4440e678747..d720a8fee5cb 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -121,7 +121,7 @@ DEPENDENCIES: - SwiftLint (= 0.54.0) - WordPress-Editor-iOS (~> 1.19.11) - WordPressAuthenticator (>= 9.0.8, ~> 9.0) - - WordPressKit (~> 17.1.0) + - WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, commit `549fbee3059e71bd1471e35090ac942a3b23516a`) - WordPressShared (>= 2.3.1, ~> 2.3) - WordPressUI (~> 1.16) - ZendeskSupportSDK (= 5.3.0) @@ -160,7 +160,6 @@ SPEC REPOS: - SVProgressHUD - SwiftLint - UIDeviceIdentifier - - WordPressKit - WordPressUI - wpxmlrpc - ZendeskCommonUISDK @@ -178,11 +177,17 @@ EXTERNAL SOURCES: :tag: 0.2.0 Gutenberg: :podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.118.0.podspec + WordPressKit: + :commit: 549fbee3059e71bd1471e35090ac942a3b23516a + :git: https://github.com/wordpress-mobile/WordPressKit-iOS.git CHECKOUT OPTIONS: FSInteractiveMap: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 + WordPressKit: + :commit: 549fbee3059e71bd1471e35090ac942a3b23516a + :git: https://github.com/wordpress-mobile/WordPressKit-iOS.git SPEC CHECKSUMS: Alamofire: 02b772c9910e8eba1a079227c32fbd9e46c90a24 @@ -229,6 +234,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced -PODFILE CHECKSUM: fe8df3e873baa4219a3e9b59632c5d2c7e3d774e +PODFILE CHECKSUM: e350c05f42484b1312d9cd1044b92551406d5411 COCOAPODS: 1.15.2 From eeb08194f57c805a82955fa88a8d6b746bb90e3e Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Tue, 7 May 2024 22:27:41 +0700 Subject: [PATCH 4/8] Update WordPressKit dependency to stable version 17.1.1 for 24.8 Note: this is a direct commit to the release branch as part of the beta update process. --- Podfile | 4 ++-- Podfile.lock | 15 +++++---------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/Podfile b/Podfile index 2ed7dfd7f328..ba7a23f97908 100644 --- a/Podfile +++ b/Podfile @@ -55,8 +55,8 @@ def gravatar end def wordpress_kit - # pod 'WordPressKit', '~> 17.1.0' - pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '549fbee3059e71bd1471e35090ac942a3b23516a' + pod 'WordPressKit', '~> 17.1.0' + # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: '' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: '' # pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: '' # pod 'WordPressKit', path: '../WordPressKit-iOS' diff --git a/Podfile.lock b/Podfile.lock index d720a8fee5cb..1054a42eb947 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -71,7 +71,7 @@ PODS: - WordPressKit (~> 17.0) - WordPressShared (~> 2.1-beta) - WordPressUI (~> 1.7-beta) - - WordPressKit (17.1.0): + - WordPressKit (17.1.1): - NSObject-SafeExpectations (~> 0.0.4) - UIDeviceIdentifier (~> 2.0) - WordPressShared (~> 2.0-beta) @@ -121,7 +121,7 @@ DEPENDENCIES: - SwiftLint (= 0.54.0) - WordPress-Editor-iOS (~> 1.19.11) - WordPressAuthenticator (>= 9.0.8, ~> 9.0) - - WordPressKit (from `https://github.com/wordpress-mobile/WordPressKit-iOS.git`, commit `549fbee3059e71bd1471e35090ac942a3b23516a`) + - WordPressKit (~> 17.1.0) - WordPressShared (>= 2.3.1, ~> 2.3) - WordPressUI (~> 1.16) - ZendeskSupportSDK (= 5.3.0) @@ -132,6 +132,7 @@ SPEC REPOS: - WordPress-Aztec-iOS - WordPress-Editor-iOS - WordPressAuthenticator + - WordPressKit - WordPressShared trunk: - Alamofire @@ -177,17 +178,11 @@ EXTERNAL SOURCES: :tag: 0.2.0 Gutenberg: :podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.118.0.podspec - WordPressKit: - :commit: 549fbee3059e71bd1471e35090ac942a3b23516a - :git: https://github.com/wordpress-mobile/WordPressKit-iOS.git CHECKOUT OPTIONS: FSInteractiveMap: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 - WordPressKit: - :commit: 549fbee3059e71bd1471e35090ac942a3b23516a - :git: https://github.com/wordpress-mobile/WordPressKit-iOS.git SPEC CHECKSUMS: Alamofire: 02b772c9910e8eba1a079227c32fbd9e46c90a24 @@ -221,7 +216,7 @@ SPEC CHECKSUMS: WordPress-Aztec-iOS: 3732c6d865a5c9f35788377bdeda8a80ea10d0a1 WordPress-Editor-iOS: 453345420ced3d3ef20f0051b3df46ff10281e0c WordPressAuthenticator: 898acaac75c5ade9b900c02622a15b9aef8fde1a - WordPressKit: 4042625f32513a98fe1bc8552f1aa59ef236bcdc + WordPressKit: a4af3d5d071734aaec75ccecefc7850ece6068fc WordPressShared: 0160364ed24f4d67fed4e85003fefa837faad84f WordPressUI: ec5ebcf7e63e797ba51d07513e340c1b14cf45a4 wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd @@ -234,6 +229,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: d170fa8e270b2a32bef9dcdcabff5b8f1a5deced -PODFILE CHECKSUM: e350c05f42484b1312d9cd1044b92551406d5411 +PODFILE CHECKSUM: fe8df3e873baa4219a3e9b59632c5d2c7e3d774e COCOAPODS: 1.15.2 From 04e1640c059aad8231fef227b8a532efa579c209 Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Tue, 7 May 2024 08:46:07 -0700 Subject: [PATCH 5/8] =?UTF-8?q?Update=20app=20translations=20=E2=80=93=20`?= =?UTF-8?q?Localizable.strings`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Resources/ar.lproj/Localizable.strings | 275 +++++++++++++++- .../Resources/de.lproj/Localizable.strings | 28 +- .../Resources/en-CA.lproj/Localizable.strings | 3 - .../Resources/en-GB.lproj/Localizable.strings | 28 +- .../Resources/es.lproj/Localizable.strings | 28 +- .../Resources/fr.lproj/Localizable.strings | 299 ++++++++++++++++- .../Resources/he.lproj/Localizable.strings | 302 ++++++++++++++++- .../Resources/id.lproj/Localizable.strings | 299 ++++++++++++++++- .../Resources/it.lproj/Localizable.strings | 170 +++++++++- .../Resources/ja.lproj/Localizable.strings | 299 ++++++++++++++++- .../Resources/ko.lproj/Localizable.strings | 25 +- .../Resources/nl.lproj/Localizable.strings | 19 +- .../Resources/pt-BR.lproj/Localizable.strings | 3 - .../Resources/ro.lproj/Localizable.strings | 32 +- .../Resources/ru.lproj/Localizable.strings | 296 ++++++++++++++++- .../Resources/sq.lproj/Localizable.strings | 3 - .../Resources/sv.lproj/Localizable.strings | 121 ++++++- .../Resources/tr.lproj/Localizable.strings | 310 +++++++++++++++++- .../zh-Hans.lproj/Localizable.strings | 302 ++++++++++++++++- .../zh-Hant.lproj/Localizable.strings | 302 ++++++++++++++++- 20 files changed, 3053 insertions(+), 91 deletions(-) diff --git a/WordPress/Resources/ar.lproj/Localizable.strings b/WordPress/Resources/ar.lproj/Localizable.strings index 672661919755..dfd420a68af6 100644 --- a/WordPress/Resources/ar.lproj/Localizable.strings +++ b/WordPress/Resources/ar.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-24 12:15:26+0000 */ +/* Translation-Revision-Date: 2024-05-05 16:02:21+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.1 */ /* Language: ar */ @@ -8853,6 +8853,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* translators: displays audio file extension. e.g. MP3 audio file */ "audio file" = "ملف صوت"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.cancel" = "إلغاء"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "لقد أجريت تغييرات غير محفوظة على هذه التدوينة من جهاز مختلف. المحرَّر: %@."; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.title" = "الحفظ التلقائي متاح"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.viewChanges" = "عرض التغييرات"; + /* Alert message when something goes wrong with the selected image. */ "avatarMenu.failedToSetAvatarAlertMessage" = "يتعذر تحميل الصورة. يرجى اختيار صورة مختلفة أو المحاولة مرة أخرى لاحقًا."; @@ -10305,6 +10317,27 @@ Example: Reply to Pamela Nguyen */ /* Status mesasge for post cells */ "post.movingToTrashStatusMessage" = "جارٍ نقل التدوينة إلى سلة المهملات..."; +/* Button in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.discardChanges" = "تجاهل التغييرات"; + +/* Button in an alert confirming discaring a new draft */ +"postEditor.closeConfirmationAlert.discardDraft" = "تجاهل المسودة"; + +/* Button to keep the changes in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.keepEditing" = "متابعة التحرير"; + +/* Button in an alert confirming saving a new draft */ +"postEditor.closeConfirmationAlert.saveDraft" = "حفظ المسودة"; + +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "جار إنشاء الحفظ التلقائي..."; + +/* Title for a snackbar */ +"postEditor.revisionLoaded" = "تم تحميل المراجعة"; + +/* Saving draft to generate a preview (status message */ +"postEditor.savingDraftForPreview" = "جار حفظ المسودة..."; + /* Accessibility label for the post author in the post list. The parameter is the author name. For example, \"By Elsa.\" */ "postList.a11y.authorChunkFormat" = "بواسطة %@."; @@ -10317,6 +10350,24 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a post in the post list. The first placeholder is the post title. The second placeholder is the date. */ "postList.a11y.titleAndDateChunkFormat" = "%1$@، %2$@."; +/* Badge for post cells */ +"postList.badgePendingReview" = "في انتظار المراجعة"; + +/* Cancels an Action */ +"postList.cancel" = "إلغاء"; + +/* Delete option in the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.actionTitle" = "الحذف نهائيًا"; + +/* Message of the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.alertMessage" = "هل تريد بالتأكيد حذف \"%@s\" نهائيًا؟"; + +/* An error message */ +"postList.errorUnsyncedChangesMessage" = "يرفع التطبيق التغييرات التي سبق إجراؤها على الخادم. يرجى المحاولة مرة أخرى لاحقًا."; + +/* A generic error message title */ +"postList.genericErrorMessage" = "حدث خطأ ما"; + /* Label for a post in the post list. Indicates that the post has offline changes. */ "postList.offlineChanges" = "تغييرات من دون اتصال بالإنترنت"; @@ -10332,6 +10383,39 @@ Example: Reply to Pamela Nguyen */ /* Title for the 'View' post list row swipe action */ "postList.swipeActionView" = "عرض"; +/* Trash option in the trash post or page confirmation alert. */ +"postList.trash.actionTitle" = "نقل إلى سلة المهملات"; + +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "هل تريد بالتأكيد وضع \"%@\" في سلة المهملات؟ ستُفقد أي تغييرات لم يسبق إرسالها إلى الخادم."; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "إلغاء الرفع"; + +/* Close button in postMediaUploadStatusView */ +"postMediaUploadStatusView.close" = "إغلاق"; + +/* Placeholder text in postMediaUploadStatusView when no uploads remain */ +"postMediaUploadStatusView.noPendingUploads" = "لا توجد عمليات رفع معلَّقة"; + +/* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ +"postMediaUploadStatusView.progress" = "%1$@ من %2$@"; + +/* Retry upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUploads" = "إعادة محاولة عمليات الرفع"; + +/* Title for post media upload status view */ +"postMediaUploadStatusView.title" = "عمليات رفع الوسائط"; + +/* A generic error message title */ +"postNotice.errorTitle" = "حدث خطأ ما"; + +/* An error message */ +"postNotice.errorUnsyncedChangesMessage" = "يرفع التطبيق التغييرات التي سبق إجراؤها على الخادم. يرجى المحاولة مرة أخرى لاحقًا."; + +/* Button OK */ +"postNotice.ok" = "موافق"; + /* Title of notification displayed when a page has been successfully saved as a draft. */ "postNotice.pageDraftCreated" = "تم رفع مسودة الصفحة"; @@ -10365,6 +10449,15 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "عرض"; +/* Error message: content was modified on another device */ +"postSaveErrorMessage.conflict" = "تم تعديل المحتوى على جهاز آخر"; + +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "تم حذف \"%@\" بشكل دائم، ويتعذر تحديثه بعد الآن"; + +/* A default value for an post without a title */ +"postSaveErrorMessage.postUntitled" = "من دون عنوان"; + /* User action to dismiss featured media options. */ "postSettings.featuredImageUploadActionSheet.dismiss" = "تجاهل"; @@ -10377,6 +10470,9 @@ Example: Reply to Pamela Nguyen */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "خيارات الصور المتميزة"; +/* The 'Pending Review' setting of the post */ +"postSettings.pendingReview" = "في انتظار المراجعة"; + /* Section title for the disabled Twitter service in the Post Settings screen */ "postSettings.section.disabledTwitter.header" = "لا تتوافر ميزة المشاركة التلقائية في تويتر بعد الآن"; @@ -10386,6 +10482,36 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "فشل تحديث إعدادات التدوينة"; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "غير مرئية إلا لمسؤولي المواقع والمحررين"; + +/* Title for a 'Private' privacy setting */ +"postVisibility.private.title" = "خاص"; + +/* Details for a 'Password Protected' privacy setting */ +"postVisibility.protected.details" = "مرئية للجميع لكن يلزم كلمة مرور"; + +/* Title for a 'Password Protected' privacy setting */ +"postVisibility.protected.title" = "محمية بكلمة مرور"; + +/* Details for a 'Public' (default) privacy setting */ +"postVisibility.public.details" = "مرئية للجميع."; + +/* Title for a 'Public' (default) privacy setting */ +"postVisibility.public.title" = "عام"; + +/* Button cancel */ +"postVisibilityPicker.cancel" = "إلغاء"; + +/* Navigation bar title for the Post Visibility picker */ +"postVisibilityPicker.navigationTitle" = "إمكانية الرؤية"; + +/* Password placeholder text */ +"postVisibilityPicker.password" = "كلمة المرور"; + +/* Button save */ +"postVisibilityPicker.save" = "حفظ"; + /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "الترويج مع الإبراز"; @@ -10410,6 +10536,9 @@ Example: Reply to Pamela Nguyen */ /* Label for the preview post button. Tapping displays the post as it appears on the web. */ "posts.preview.actionTitle" = "معاينة"; +/* Label for the publish post button. */ +"posts.publish.actionTitle" = "نشر"; + /* Retry uploading the post. */ "posts.retry.actionTitle" = "إعادة المحاولة"; @@ -10476,6 +10605,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.jetpackSocial" = "وسائل التواصل الاجتماعي الخاصة بJetpack"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "فشل رفع %@ من العناصر"; + /* Placeholder for a cell in the pre-publishing sheet */ "prepublishing.postTitle" = "العنوان"; @@ -10485,6 +10617,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.publishDate" = "تاريخ النشر"; +/* Placeholder value for a publishing date in the prepublishing sheet when the date is not selected */ +"prepublishing.publishDateImmediately" = "فورًا"; + /* Label in the header in the pre-publishing sheet */ "prepublishing.publishingTo" = "نشر إلى"; @@ -10549,6 +10684,12 @@ Tapping on this row allows the user to edit the sharing message. */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.tags" = "الوسوم"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaManyItemsRemaining" = "يتبقى %@ من العناصر"; + +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "يتبقى %@ من العناصر"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "رفع الوسائط"; @@ -10558,6 +10699,24 @@ Tapping on this row allows the user to edit the sharing message. */ /* Title for a tappable string that opens the reader with a prompts tag */ "prompts.card.viewprompts.title" = "عرض كل الردود"; +/* Post publish date picker title for date cell */ +"publishDatePicker.date" = "تاريخ النشر"; + +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "التاريخ في منطقتك الزمنية الحالية:"; + +/* Post publish date picker: selected value placeholder when no date is selected and the post will be published immediately */ +"publishDatePicker.immediately" = "فورًا"; + +/* Title for button in publish date picker */ +"publishDatePicker.removePublishDate" = "إزالة تاريخ النشر"; + +/* Title for button in publish date picker */ +"publishDatePicker.selectPublishDate" = "تحديد تاريخ النشر"; + +/* Post publish time zone cell title */ +"publishDatePicker.timeZone" = "المنطقة الزمنية"; + /* Post publish date picker */ "publishDatePicker.title" = "تاريخ النشر"; @@ -10759,6 +10918,9 @@ with the filter chip button. */ /* Reader settings button accessibility label. */ "reader.navigation.settings.button.label" = "إعدادات القارئ"; +/* No Tags View Button Label */ +"reader.no.blog.title" = "إضافة مدونة"; + /* Title for button on the no followed blogs result screen */ "reader.no.blogs.button" = "اكتشاف المدونات"; @@ -10783,9 +10945,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "الانتقال إلى الاشتراكات"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "إضافة مدونة"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "يتعذر حظر المدونة"; @@ -11031,6 +11190,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "إضافة وسم"; +/* Text for the 'Like' button on the reader tag cell. */ +"reader.tags.button.like" = "إعجاب"; + +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "أعجبني"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "اكتشاف مزيد من الوسوم"; @@ -11133,6 +11298,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for screen that allows configuration of your blog/site related posts settings. */ "relatedPostsSettings.title" = "التدوينات ذات الصلة"; +/* A version of the post on another device. */ +"resolveConflict.anotherDevice" = "جهاز آخر"; + +/* A version of the post on the current device. */ +"resolveConflict.currentDevice" = "الجهاز الحالي"; + +/* Title for the cancel button on the Resolve Conflict screen. */ +"resolveConflict.navigation.cancel" = "إلغاء"; + +/* Title for the save button on the Resolve Conflict screen. */ +"resolveConflict.navigation.save" = "حفظ"; + /* Title for the \"Copy Link\" action in Share Sheet. */ "share.sheet.copy.link.title" = "نسخ الرابط"; @@ -11310,6 +11487,30 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Text for unknown privacy setting */ "siteVisibility.unknown.title" = "غير معروف"; +/* All sites section title for site switcher. */ +"site_switcher.all_sites_section.title" = "جميع المواقع"; + +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "المواقع المثبَّتة"; + +/* Recents section title for site switcher. */ +"site_switcher.recents_section.title" = "المواقع الأحدث"; + +/* CTA title for the site switcher screen. */ +"site_switcher_cta_title" = "إضافة موقع"; + +/* Dismiss button title above the search. */ +"site_switcher_dismiss_button_title" = "إلغاء"; + +/* Done button title above the search. */ +"site_switcher_done_button_title" = "تم"; + +/* Edit button title above the search. */ +"site_switcher_edit_button_title" = "تحرير"; + +/* Title for site switcher screen. */ +"site_switcher_title" = "اختيار موقع"; + /* Label for the blogging reminders setting */ "sitesettings.reminders.title" = "التذكيرات"; @@ -11346,6 +11547,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A smallprint that hints the reason behind why Twitter is deprecated. */ "social.twitterDeprecation.text" = "لا تتوافر ميزة المشاركة التلقائية على تويتر بعد الآن بسبب التغييرات التي أجرتها تويتر في الشروط والأسعار."; +/* Title of Subscribers stats tab. */ +"stats.dashboard.tab.subscribers" = "المشتركون"; + /* Title of Traffic stats tab. */ "stats.dashboard.tab.traffic" = "حركة المرور"; @@ -11442,18 +11646,45 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Hint displayed on the 'Most Popular Time' stats card when a user's site hasn't yet received enough traffic. */ "stats.insights.mostPopularTime.noData" = "لا يوجد نشاط كافٍ. تحقَّق من هذا مرة أخرى لاحقًا عندما يكون لدى موقعك مزيد من الزائرين!"; +/* Insights 'Subscribers' header */ +"stats.insights.subscribers.title" = "المشتركون"; + /* A hint shown to the user in stats informing the user how many likes one of their posts has received. The %1$@ placeholder will be replaced with the title of a post, the %2$@ with the number of likes. */ "stats.insights.totalLikes.guideText.plural" = "حصلت تدوينتك الأخيرة %1$@ على %2$@ من الإعجابات."; /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "حصلت تدوينتك الأخيرة %1$@ على %2$@ من الإعجابات."; +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "إجمالي المشتركين"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; /* Stats 'Today' header */ "stats.period.todayCard.title" = "اليوم"; +/* Table column title that shows the date since the user became a subscriber. */ +"stats.section.dataSubtitles.subscriberSince" = "مشترك منذ"; + +/* Table column title that shows the names of subscribers. */ +"stats.section.itemSubtitles.subscriber" = "الاسم"; + +/* Stats 'Subscribers' card header, contains chart */ +"stats.subscribers.chart.title" = "المشتركون"; + +/* A title for table's column that shows a number of times a post was opened from an email */ +"stats.subscribers.emailsSummary.column.clicks" = "نقرات"; + +/* Stats 'Emails' card header */ +"stats.subscribers.emailsSummaryCard.title" = "رسائل البريد الإلكتروني"; + +/* Stats 'Subscribers' card header */ +"stats.subscribers.subscribersListCard.title" = "المشتركون"; + +/* Accessibility of stats table. Placeholders will be populated with names of data shown in table. */ +"stats.topTotalsCell.voiceOverDescription" = "جدول يعرض %1$@ و%2$@ و%3$@"; + /* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */ "stats.traffic.accessibilityLabel.comments" = "رسم بياني شريطي يوضّح التعليقات للفترة المحددة."; @@ -11466,6 +11697,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */ "stats.traffic.accessibilityLabel.visitors" = "رسم بياني شريطي يوضّح الزائرين للفترة المحددة."; +/* The label for the option to show Stats Traffic chart for Days. */ +"stats.traffic.days" = "الأيام"; + +/* The label for the option to show Stats Traffic chart for Months. */ +"stats.traffic.months" = "أشهر"; + +/* The label for the option to show Stats Traffic chart for Weeks. */ +"stats.traffic.weeks" = "الأسابيع"; + +/* The label for the option to show Stats Traffic chart for Years. */ +"stats.traffic.years" = "سنوات"; + /* Dismiss the AlertView */ "stockPhotos.strings.dismiss" = "تجاهُل"; @@ -11475,9 +11718,24 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "ابحث للعثور على صور مجانية لإضافتها إلى مكتبة الوسائط الخاصة بك!"; +/* Label we show on an email input field */ +"submit.feedback.alert.empty.email" = "لم يتم إدخال أي بريد إلكتروني"; + +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "لم يتم إدخال اسم المستخدم"; + +/* Alert submit option for users to accept sharing their email and name when submitting feedback. */ +"submit.feedback.alert.submit" = "تم"; + +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.title" = "شكرًا لملاحظاتك"; + /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "إرسال"; +/* Notice informing user that their feedback is being submitted. */ +"submit.feedback.submit.loading" = "جار الإرسال"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "ملاحظات"; @@ -11649,6 +11907,15 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "غير مقروء"; +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "المشترك بالموقع"; + +/* Site Email Subscribers */ +"users.list.title.emailSubscribers" = "مشتركي البريد الإلكتروني"; + +/* Site Subscribers */ +"users.list.title.subscribers" = "المشتركون"; + /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ "visit our documentation page" = "زيارة صفحة الوثائق الخاصة بنا"; diff --git a/WordPress/Resources/de.lproj/Localizable.strings b/WordPress/Resources/de.lproj/Localizable.strings index 5afa7fa0afe2..712e26e118b8 100644 --- a/WordPress/Resources/de.lproj/Localizable.strings +++ b/WordPress/Resources/de.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-30 07:28:34+0000 */ +/* Translation-Revision-Date: 2024-05-02 17:48:29+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.1 */ /* Language: de */ @@ -10924,6 +10924,9 @@ with the filter chip button. */ /* Reader settings button accessibility label. */ "reader.navigation.settings.button.label" = "Reader-Einstellungen"; +/* No Tags View Button Label */ +"reader.no.blog.title" = "Einen Blog hinzufügen"; + /* Title for button on the no followed blogs result screen */ "reader.no.blogs.button" = "Blogs entdecken"; @@ -10949,7 +10952,7 @@ with the filter chip button. */ "reader.no.results.subscriptions.button" = "Gehe zu Abonnements"; /* No Tags View Button Label */ -"reader.no.tags.title" = "Einen Blog hinzufügen"; +"reader.no.tags.title" = "Ein Schlagwort hinzufügen"; /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Der Blog kann nicht blockiert werden"; @@ -11667,6 +11670,15 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "Dein neuester Beitrag %1$@ hat %2$@ Like erhalten."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "WordPress.com-Abonnenten insgesamt: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "E-Mail-Abonnenten insgesamt: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "Abonnenten insgesamt"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; @@ -11751,10 +11763,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Übermitteln"; -/* Notice informing user that their feedback is being submitted anonymously. - Notice informing user that their feedback is being submitted. */ +/* Notice informing user that their feedback is being submitted. */ "submit.feedback.submit.loading" = "Wird gesendet"; +/* Notice informing user that their feedback is being submitted anonymously. */ +"submit.feedback.submitAnonymously.loading" = "Wird anonym gesendet"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "Feedback"; @@ -11938,8 +11952,10 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Site's Viewers Profile. Displayed when the name is empty! */ "user.details.title.viewer" = "Besucher der Website"; -/* Site Email Subscribers - Site Subscribers */ +/* Site Email Subscribers */ +"users.list.title.emailSubscribers" = "E-Mail-Abonnenten"; + +/* Site Subscribers */ "users.list.title.subscribers" = "Abonnenten"; /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ diff --git a/WordPress/Resources/en-CA.lproj/Localizable.strings b/WordPress/Resources/en-CA.lproj/Localizable.strings index 6287a0d94fee..c028a12fa635 100644 --- a/WordPress/Resources/en-CA.lproj/Localizable.strings +++ b/WordPress/Resources/en-CA.lproj/Localizable.strings @@ -10681,9 +10681,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "Go to Subscriptions"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "Add a blog"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Unable to block blog"; diff --git a/WordPress/Resources/en-GB.lproj/Localizable.strings b/WordPress/Resources/en-GB.lproj/Localizable.strings index 1293f91c2998..0a6cd649fdc6 100644 --- a/WordPress/Resources/en-GB.lproj/Localizable.strings +++ b/WordPress/Resources/en-GB.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-30 08:19:40+0000 */ +/* Translation-Revision-Date: 2024-05-01 20:22:33+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.1 */ /* Language: en_GB */ @@ -10924,6 +10924,9 @@ with the filter chip button. */ /* Reader settings button accessibility label. */ "reader.navigation.settings.button.label" = "Reader Settings"; +/* No Tags View Button Label */ +"reader.no.blog.title" = "Add a blog"; + /* Title for button on the no followed blogs result screen */ "reader.no.blogs.button" = "Discover Blogs"; @@ -10949,7 +10952,7 @@ with the filter chip button. */ "reader.no.results.subscriptions.button" = "Go to Subscriptions"; /* No Tags View Button Label */ -"reader.no.tags.title" = "Add a blog"; +"reader.no.tags.title" = "Add a tag"; /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Unable to block blog"; @@ -11667,6 +11670,15 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "Your latest post %1$@ has received %2$@ like."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "Total WordPress.com subscribers: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "Total email subscribers: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "Total Subscribers"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; @@ -11751,10 +11763,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Submit"; -/* Notice informing user that their feedback is being submitted anonymously. - Notice informing user that their feedback is being submitted. */ +/* Notice informing user that their feedback is being submitted. */ "submit.feedback.submit.loading" = "Sending"; +/* Notice informing user that their feedback is being submitted anonymously. */ +"submit.feedback.submitAnonymously.loading" = "Sending anonymously"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "Feedback"; @@ -11938,8 +11952,10 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Site's Viewers Profile. Displayed when the name is empty! */ "user.details.title.viewer" = "Site's Viewer"; -/* Site Email Subscribers - Site Subscribers */ +/* Site Email Subscribers */ +"users.list.title.emailSubscribers" = "Email Subscribers"; + +/* Site Subscribers */ "users.list.title.subscribers" = "Subscribers"; /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ diff --git a/WordPress/Resources/es.lproj/Localizable.strings b/WordPress/Resources/es.lproj/Localizable.strings index 8027c364ec96..ef92676b4584 100644 --- a/WordPress/Resources/es.lproj/Localizable.strings +++ b/WordPress/Resources/es.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-30 07:03:04+0000 */ +/* Translation-Revision-Date: 2024-05-02 09:00:33+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.1 */ /* Language: es */ @@ -10924,6 +10924,9 @@ with the filter chip button. */ /* Reader settings button accessibility label. */ "reader.navigation.settings.button.label" = "Configuración del lector"; +/* No Tags View Button Label */ +"reader.no.blog.title" = "Añadir un blog"; + /* Title for button on the no followed blogs result screen */ "reader.no.blogs.button" = "Descubrir blogs"; @@ -10949,7 +10952,7 @@ with the filter chip button. */ "reader.no.results.subscriptions.button" = "Ir a suscripciones"; /* No Tags View Button Label */ -"reader.no.tags.title" = "Añadir un blog"; +"reader.no.tags.title" = "Añadir una etiqueta"; /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "No se puede bloquear el blog"; @@ -11667,6 +11670,15 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "Tu última entrada %1$@ ha recibido %2$@ me gusta."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "Suscriptores totales de WordPress.com: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "Suscriptores totales por correo electrónico: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "Suscriptores totales"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; @@ -11751,10 +11763,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Enviar"; -/* Notice informing user that their feedback is being submitted anonymously. - Notice informing user that their feedback is being submitted. */ +/* Notice informing user that their feedback is being submitted. */ "submit.feedback.submit.loading" = "Enviando"; +/* Notice informing user that their feedback is being submitted anonymously. */ +"submit.feedback.submitAnonymously.loading" = "Enviando de manera anónima"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "Sugerencias"; @@ -11938,8 +11952,10 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Site's Viewers Profile. Displayed when the name is empty! */ "user.details.title.viewer" = "Visor del sitio"; -/* Site Email Subscribers - Site Subscribers */ +/* Site Email Subscribers */ +"users.list.title.emailSubscribers" = "Suscriptores por correo electrónico"; + +/* Site Subscribers */ "users.list.title.subscribers" = "Suscriptores"; /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ diff --git a/WordPress/Resources/fr.lproj/Localizable.strings b/WordPress/Resources/fr.lproj/Localizable.strings index edc171c60cfc..2a3f172fc806 100644 --- a/WordPress/Resources/fr.lproj/Localizable.strings +++ b/WordPress/Resources/fr.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-17 15:44:22+0000 */ +/* Translation-Revision-Date: 2024-05-02 09:54:07+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/4.0.1 */ /* Language: fr */ @@ -8826,6 +8826,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* translators: displays audio file extension. e.g. MP3 audio file */ "audio file" = "fichier audio"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.cancel" = "Annuler"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "Vous avez apporté des modifications non enregistrées à cet article depuis un autre appareil. Modifié : %@."; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.title" = "Enregistrement automatique disponible"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.viewChanges" = "Afficher les modifications"; + /* Alert message when something goes wrong with the selected image. */ "avatarMenu.failedToSetAvatarAlertMessage" = "Échec du chargement de l’image. Veuillez en choisir une autre ou réessayer."; @@ -10260,6 +10272,27 @@ Example: Reply to Pamela Nguyen */ /* Status mesasge for post cells */ "post.movingToTrashStatusMessage" = "Déplacement de l‘article dans la corbeille…"; +/* Button in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.discardChanges" = "Abandonner les modifications"; + +/* Button in an alert confirming discaring a new draft */ +"postEditor.closeConfirmationAlert.discardDraft" = "Abandonner le brouillon"; + +/* Button to keep the changes in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.keepEditing" = "Poursuivre l’édition"; + +/* Button in an alert confirming saving a new draft */ +"postEditor.closeConfirmationAlert.saveDraft" = "Enregistrer le brouillon"; + +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "Création de la sauvegarde automatique…"; + +/* Title for a snackbar */ +"postEditor.revisionLoaded" = "Révision chargée"; + +/* Saving draft to generate a preview (status message */ +"postEditor.savingDraftForPreview" = "Enregistrement du brouillon…"; + /* Accessibility label for the post author in the post list. The parameter is the author name. For example, \"By Elsa.\" */ "postList.a11y.authorChunkFormat" = "Par %@."; @@ -10269,6 +10302,24 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a sticky post in the post list. */ "postList.a11y.sticky" = "Épinglé."; +/* Badge for post cells */ +"postList.badgePendingReview" = "En attente de relecture"; + +/* Cancels an Action */ +"postList.cancel" = "Annuler"; + +/* Delete option in the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.actionTitle" = "Supprimer définitivement"; + +/* Message of the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.alertMessage" = "Voulez-vous vraiment supprimer définitivement « %@ » ?"; + +/* An error message */ +"postList.errorUnsyncedChangesMessage" = "L’application charge les modifications effectuées précédemment sur le serveur. Veuillez réessayer plus tard."; + +/* A generic error message title */ +"postList.genericErrorMessage" = "Un problème est survenu"; + /* Label for a post in the post list. Indicates that the post has offline changes. */ "postList.offlineChanges" = "Changements hors ligne"; @@ -10281,6 +10332,39 @@ Example: Reply to Pamela Nguyen */ /* Title for the 'View' post list row swipe action */ "postList.swipeActionView" = "Voir"; +/* Trash option in the trash post or page confirmation alert. */ +"postList.trash.actionTitle" = "Envoyer dans la corbeille"; + +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "Voulez-vous vraiment envoyer « %@ » dans la corbeille ? Les modifications qui n’ont pas été envoyées précédemment sur le serveur seront perdues."; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "Annuler le chargement"; + +/* Close button in postMediaUploadStatusView */ +"postMediaUploadStatusView.close" = "Fermer"; + +/* Placeholder text in postMediaUploadStatusView when no uploads remain */ +"postMediaUploadStatusView.noPendingUploads" = "Aucun chargement en attente"; + +/* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ +"postMediaUploadStatusView.progress" = "%1$@ sur %2$@"; + +/* Retry (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUpload" = "Retenter le chargement"; + +/* Retry upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUploads" = "Retenter les chargements"; + +/* Title for post media upload status view */ +"postMediaUploadStatusView.title" = "Chargements de contenu multimédia"; + +/* A generic error message title */ +"postNotice.errorTitle" = "Une erreur s’est produite"; + +/* An error message */ +"postNotice.errorUnsyncedChangesMessage" = "L’application charge les modifications effectuées précédemment sur le serveur. Veuillez réessayer plus tard."; + /* Title of notification displayed when a page has been successfully saved as a draft. */ "postNotice.pageDraftCreated" = "Brouillon de la page mis en ligne"; @@ -10314,6 +10398,15 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "Voir"; +/* Error message: content was modified on another device */ +"postSaveErrorMessage.conflict" = "Le contenu a été modifié sur un autre appareil"; + +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "« %@ » a été supprimé de manière permanente et ne peut plus être mis à jour"; + +/* A default value for an post without a title */ +"postSaveErrorMessage.postUntitled" = "Sans titre"; + /* User action to dismiss featured media options. */ "postSettings.featuredImageUploadActionSheet.dismiss" = "Ignorer"; @@ -10326,6 +10419,9 @@ Example: Reply to Pamela Nguyen */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "Options de l’image mise en avant"; +/* The 'Pending Review' setting of the post */ +"postSettings.pendingReview" = "En attente de relecture"; + /* Section title for the disabled Twitter service in the Post Settings screen */ "postSettings.section.disabledTwitter.header" = "Le partage automatique sur Twitter n’est plus disponible"; @@ -10335,6 +10431,33 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "Impossible de mettre à jour les réglages de l‘article"; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "Uniquement visible pour les administrateurs et les éditeurs du site"; + +/* Title for a 'Private' privacy setting */ +"postVisibility.private.title" = "Privé"; + +/* Details for a 'Password Protected' privacy setting */ +"postVisibility.protected.details" = "Visible pour tous mais nécessite un mot de passe"; + +/* Title for a 'Password Protected' privacy setting */ +"postVisibility.protected.title" = "Protégé par un mot de passe"; + +/* Details for a 'Public' (default) privacy setting */ +"postVisibility.public.details" = "Visible pour tout le monde"; + +/* Button cancel */ +"postVisibilityPicker.cancel" = "Annuler"; + +/* Navigation bar title for the Post Visibility picker */ +"postVisibilityPicker.navigationTitle" = "Visibilité"; + +/* Password placeholder text */ +"postVisibilityPicker.password" = "Mot de passe"; + +/* Button save */ +"postVisibilityPicker.save" = "Enregistrer"; + /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Promouvoir avec Blaze"; @@ -10359,6 +10482,9 @@ Example: Reply to Pamela Nguyen */ /* Label for the preview post button. Tapping displays the post as it appears on the web. */ "posts.preview.actionTitle" = "Aperçu"; +/* Label for the publish post button. */ +"posts.publish.actionTitle" = "Publier"; + /* Retry uploading the post. */ "posts.retry.actionTitle" = "Réessayer"; @@ -10422,6 +10548,9 @@ Example: Reply to Pamela Nguyen */ /* Voiceover accessibility label informing the user that this button dismiss the current view */ "prepublishing.close" = "Fermer"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "Échec du chargement de %@ éléments"; + /* Placeholder for a cell in the pre-publishing sheet */ "prepublishing.postTitle" = "Titre"; @@ -10431,6 +10560,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.publishDate" = "Date de publication"; +/* Placeholder value for a publishing date in the prepublishing sheet when the date is not selected */ +"prepublishing.publishDateImmediately" = "Immédiatement"; + /* Label in the header in the pre-publishing sheet */ "prepublishing.publishingTo" = "Publication sur"; @@ -10495,6 +10627,12 @@ Tapping on this row allows the user to edit the sharing message. */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.tags" = "Étiquettes"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaManyItemsRemaining" = "%@ éléments restants"; + +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "%@ élément restant"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "Média en cours de chargement"; @@ -10504,6 +10642,24 @@ Tapping on this row allows the user to edit the sharing message. */ /* Title for a tappable string that opens the reader with a prompts tag */ "prompts.card.viewprompts.title" = "Afficher toutes les réponses"; +/* Post publish date picker title for date cell */ +"publishDatePicker.date" = "Date de publication"; + +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "La date dans votre fuseau horaire actuel :"; + +/* Post publish date picker: selected value placeholder when no date is selected and the post will be published immediately */ +"publishDatePicker.immediately" = "Immédiatement"; + +/* Title for button in publish date picker */ +"publishDatePicker.removePublishDate" = "Supprimer la date de publication"; + +/* Title for button in publish date picker */ +"publishDatePicker.selectPublishDate" = "Sélectionner la date de publication"; + +/* Post publish time zone cell title */ +"publishDatePicker.timeZone" = "Fuseau horaire"; + /* Post publish date picker */ "publishDatePicker.title" = "Date de publication"; @@ -10729,9 +10885,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "Accéder aux abonnements"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "Ajouter un blog"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Impossible de bloquer le blog"; @@ -10968,6 +11121,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "Ajouter une étiquette"; +/* Text for the 'Like' button on the reader tag cell. */ +"reader.tags.button.like" = "J’aime"; + +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "J’aime"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "Découvrir d’autres étiquettes"; @@ -11070,6 +11229,27 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for screen that allows configuration of your blog/site related posts settings. */ "relatedPostsSettings.title" = "Articles similaires"; +/* A version of the post on another device. */ +"resolveConflict.anotherDevice" = "Autre appareil"; + +/* A version of the post on the current device. */ +"resolveConflict.currentDevice" = "Appareil actuel"; + +/* Description for the Resolve Conflict screen. */ +"resolveConflict.description" = "L’article a été modifié sur un autre appareil. Veuillez indiquer quelle version de l’article conserver."; + +/* Title for the cancel button on the Resolve Conflict screen. */ +"resolveConflict.navigation.cancel" = "Annuler"; + +/* Title for the save button on the Resolve Conflict screen. */ +"resolveConflict.navigation.save" = "Enregistrer"; + +/* Title for the Resolve Conflict screen. */ +"resolveConflict.navigation.title" = "Résoudre le conflit"; + +/* Title for the \"Copy Link\" action in Share Sheet. */ +"share.sheet.copy.link.title" = "Copier le lien"; + /* User action to dismiss media options. */ "shareExtension.editor.attachmentActions.dismiss" = "Ignorer"; @@ -11226,6 +11406,30 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Text for unknown privacy setting */ "siteVisibility.unknown.title" = "Inconnu"; +/* All sites section title for site switcher. */ +"site_switcher.all_sites_section.title" = "Tous les sites"; + +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "Sites épinglés"; + +/* Recents section title for site switcher. */ +"site_switcher.recents_section.title" = "Sites récents"; + +/* CTA title for the site switcher screen. */ +"site_switcher_cta_title" = "Ajouter un site"; + +/* Dismiss button title above the search. */ +"site_switcher_dismiss_button_title" = "Annuler"; + +/* Done button title above the search. */ +"site_switcher_done_button_title" = "Terminé"; + +/* Edit button title above the search. */ +"site_switcher_edit_button_title" = "Modifier"; + +/* Title for site switcher screen. */ +"site_switcher_title" = "Choisir un site"; + /* Label for the blogging reminders setting */ "sitesettings.reminders.title" = "Rappels"; @@ -11262,6 +11466,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A smallprint that hints the reason behind why Twitter is deprecated. */ "social.twitterDeprecation.text" = "Le partage automatique sur Twitter n’est plus disponible en raison de modifications des conditions générales et tarifaires de Twitter."; +/* Title of Subscribers stats tab. */ +"stats.dashboard.tab.subscribers" = "Abonnés"; + /* Title of Traffic stats tab. */ "stats.dashboard.tab.traffic" = "Trafic"; @@ -11358,18 +11565,57 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Hint displayed on the 'Most Popular Time' stats card when a user's site hasn't yet received enough traffic. */ "stats.insights.mostPopularTime.noData" = "Pas assez d’activité. Revenez lorsque votre site aura plus de visiteurs !"; +/* Insights 'Subscribers' header */ +"stats.insights.subscribers.title" = "Abonnés"; + /* A hint shown to the user in stats informing the user how many likes one of their posts has received. The %1$@ placeholder will be replaced with the title of a post, the %2$@ with the number of likes. */ "stats.insights.totalLikes.guideText.plural" = "Votre dernier article %1$@ a reçu %2$@ mentions J’aime."; /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "Votre dernier article %1$@ a reçu %2$@ mentions J’aime."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "Total des abonnés WordPress.com : %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "Total des abonnés par e-mail : %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "Total des abonnés"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; /* Stats 'Today' header */ "stats.period.todayCard.title" = "Aujourd’hui"; +/* Table column title that shows the date since the user became a subscriber. */ +"stats.section.dataSubtitles.subscriberSince" = "Abonné depuis"; + +/* Table column title that shows the names of subscribers. */ +"stats.section.itemSubtitles.subscriber" = "Nom"; + +/* Stats 'Subscribers' card header, contains chart */ +"stats.subscribers.chart.title" = "Abonnés"; + +/* A title for table's column that shows a number of times a post was opened from an email */ +"stats.subscribers.emailsSummary.column.clicks" = "Clics"; + +/* A title for table's column that shows a number of email openings */ +"stats.subscribers.emailsSummary.column.opens" = "Ouvertures"; + +/* A title for table's column that shows a name of an email */ +"stats.subscribers.emailsSummary.column.title" = "Derniers e-mails"; + +/* Stats 'Emails' card header */ +"stats.subscribers.emailsSummaryCard.title" = "E-mails"; + +/* Stats 'Subscribers' card header */ +"stats.subscribers.subscribersListCard.title" = "Abonnés"; + +/* Accessibility of stats table. Placeholders will be populated with names of data shown in table. */ +"stats.topTotalsCell.voiceOverDescription" = "Le tableau affiche %1$@, %2$@ et %3$@"; + /* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */ "stats.traffic.accessibilityLabel.comments" = "Graphique à barres représentant les commentaires pour la période sélectionnée."; @@ -11382,6 +11628,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */ "stats.traffic.accessibilityLabel.visitors" = "Graphique à barres représentant les visiteurs pour la période sélectionnée."; +/* The label for the option to show Stats Traffic chart for Days. */ +"stats.traffic.days" = "Jours"; + +/* The label for the option to show Stats Traffic chart for Months. */ +"stats.traffic.months" = "Mois"; + +/* The label for the option to show Stats Traffic chart for Weeks. */ +"stats.traffic.weeks" = "Semaines"; + +/* The label for the option to show Stats Traffic chart for Years. */ +"stats.traffic.years" = "Années"; + /* Dismiss the AlertView */ "stockPhotos.strings.dismiss" = "Ignorer"; @@ -11391,9 +11649,27 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "Recherchez des photos gratuites pour les ajouter à votre bibliothèque de médias !"; +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.description" = "Vous pouvez inclure votre adresse e-mail et votre identifiant pour nous aider à comprendre votre expérience (facultatif)."; + +/* Label we show on an email input field */ +"submit.feedback.alert.empty.email" = "aucune adresse e-mail saisie"; + +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "aucun identifiant saisi"; + +/* Alert submit option for users to accept sharing their email and name when submitting feedback. */ +"submit.feedback.alert.submit" = "Terminé"; + +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.title" = "Merci pour vos retours"; + /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Envoyer"; +/* Notice informing user that their feedback is being submitted. */ +"submit.feedback.submit.loading" = "Envoi en cours"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "Commentaire"; @@ -11565,6 +11841,21 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "non lues"; +/* Site's Email Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.emailSubscriber" = "Abonné par e-mail du site"; + +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "Abonné du site"; + +/* Sites's User Profile. Displayed when the name is empty! */ +"user.details.title.user" = "Utilisateur du site"; + +/* Site's Viewers Profile. Displayed when the name is empty! */ +"user.details.title.viewer" = "Lecteur du site"; + +/* Site Subscribers */ +"users.list.title.subscribers" = "Abonnés"; + /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ "visit our documentation page" = "visiter notre page de documentation"; diff --git a/WordPress/Resources/he.lproj/Localizable.strings b/WordPress/Resources/he.lproj/Localizable.strings index 4cb8ebfaeef1..7dac13101a0e 100644 --- a/WordPress/Resources/he.lproj/Localizable.strings +++ b/WordPress/Resources/he.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-24 14:54:09+0000 */ +/* Translation-Revision-Date: 2024-05-02 15:54:08+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.1 */ /* Language: he_IL */ @@ -8850,6 +8850,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* translators: displays audio file extension. e.g. MP3 audio file */ "audio file" = "קובץ אודיו"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.cancel" = "ביטול"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "ביצעת שינויים שלא נשמרו בפוסט הזה ממכשיר שונה. נערך: %@."; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.title" = "שמירה אוטומטית זמינה"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.viewChanges" = "להציג את השינויים"; + /* Alert message when something goes wrong with the selected image. */ "avatarMenu.failedToSetAvatarAlertMessage" = "לא ניתן לטעון את התמונה. יש לספק תמונה אחרת או לנסות שוב מאוחר יותר."; @@ -10299,6 +10311,27 @@ Example: Reply to Pamela Nguyen */ /* Status mesasge for post cells */ "post.movingToTrashStatusMessage" = "מעביר לפח..."; +/* Button in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.discardChanges" = "לבטל את השינויים"; + +/* Button in an alert confirming discaring a new draft */ +"postEditor.closeConfirmationAlert.discardDraft" = "לבטל את הטיוטה"; + +/* Button to keep the changes in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.keepEditing" = "להמשיך לערוך"; + +/* Button in an alert confirming saving a new draft */ +"postEditor.closeConfirmationAlert.saveDraft" = "לשמור טיוטה"; + +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "יוצר עותק לשמירה אוטומטית..."; + +/* Title for a snackbar */ +"postEditor.revisionLoaded" = "הגרסה העדכנית הוטענה"; + +/* Saving draft to generate a preview (status message */ +"postEditor.savingDraftForPreview" = "שומר טיוטה..."; + /* Accessibility label for the post author in the post list. The parameter is the author name. For example, \"By Elsa.\" */ "postList.a11y.authorChunkFormat" = "מאת %@."; @@ -10311,6 +10344,24 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a post in the post list. The first placeholder is the post title. The second placeholder is the date. */ "postList.a11y.titleAndDateChunkFormat" = "%1$@, %2$@."; +/* Badge for post cells */ +"postList.badgePendingReview" = "בהמתנה לבדיקה"; + +/* Cancels an Action */ +"postList.cancel" = "ביטול"; + +/* Delete option in the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.actionTitle" = "למחוק לצמיתות"; + +/* Message of the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.alertMessage" = "האם ברצונך למחוק לצמיתות את \"%@\"?"; + +/* An error message */ +"postList.errorUnsyncedChangesMessage" = "האפליקציה מעלה שינויים שבוצעו בעבר בשרת. יש לנסות שוב מאוחר יותר."; + +/* A generic error message title */ +"postList.genericErrorMessage" = "משהו השתבש"; + /* Label for a post in the post list. Indicates that the post has offline changes. */ "postList.offlineChanges" = "שינויים שבוצעו באופן לא מקוון"; @@ -10326,6 +10377,42 @@ Example: Reply to Pamela Nguyen */ /* Title for the 'View' post list row swipe action */ "postList.swipeActionView" = "להציג"; +/* Trash option in the trash post or page confirmation alert. */ +"postList.trash.actionTitle" = "להעביר לפח"; + +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "האם ברצונך להעביר את \"%@\" לפח? אם שינויים לא נשמרו בעבר בשרת, הם יאבדו."; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "לבטל את ההעלאה"; + +/* Close button in postMediaUploadStatusView */ +"postMediaUploadStatusView.close" = "לסגור"; + +/* Placeholder text in postMediaUploadStatusView when no uploads remain */ +"postMediaUploadStatusView.noPendingUploads" = "אין העלאות בהמתנה"; + +/* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ +"postMediaUploadStatusView.progress" = "%1$@ מתוך %2$@"; + +/* Retry (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUpload" = "לנסות להעלות שוב"; + +/* Retry upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUploads" = "לנסות להעלות שוב"; + +/* Title for post media upload status view */ +"postMediaUploadStatusView.title" = "העלאות מדיה"; + +/* A generic error message title */ +"postNotice.errorTitle" = "אירעה שגיאה"; + +/* An error message */ +"postNotice.errorUnsyncedChangesMessage" = "האפליקציה מעלה שינויים שבוצעו בעבר בשרת. יש לנסות שוב מאוחר יותר."; + +/* Button OK */ +"postNotice.ok" = "אישור"; + /* Title of notification displayed when a page has been successfully saved as a draft. */ "postNotice.pageDraftCreated" = "הטיוטה של העמוד הועלתה"; @@ -10359,6 +10446,15 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "להציג"; +/* Error message: content was modified on another device */ +"postSaveErrorMessage.conflict" = "בוצעו בתוכן שינויים ממכשיר אחר"; + +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "הפריט \"%@\" נמחק לצמיתות ולא ניתן לעדכן אותו עוד"; + +/* A default value for an post without a title */ +"postSaveErrorMessage.postUntitled" = "ללא כותרת"; + /* User action to dismiss featured media options. */ "postSettings.featuredImageUploadActionSheet.dismiss" = "ביטול"; @@ -10371,6 +10467,9 @@ Example: Reply to Pamela Nguyen */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "אפשרויות לתמונה המרכזית"; +/* The 'Pending Review' setting of the post */ +"postSettings.pendingReview" = "בהמתנה לבדיקה"; + /* Section title for the disabled Twitter service in the Post Settings screen */ "postSettings.section.disabledTwitter.header" = "האפשרות לשיתוף אוטומטי בטוויטר כבר לא זמינה"; @@ -10380,6 +10479,36 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "העדכון של הגדרות ההודעה נכשל."; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "זמין רק למנהלי האתר ולעורכים"; + +/* Title for a 'Private' privacy setting */ +"postVisibility.private.title" = "פרטי"; + +/* Details for a 'Password Protected' privacy setting */ +"postVisibility.protected.details" = "זמין לכולם אבל נדרשת סיסמה"; + +/* Title for a 'Password Protected' privacy setting */ +"postVisibility.protected.title" = "מוגן בסיסמה"; + +/* Details for a 'Public' (default) privacy setting */ +"postVisibility.public.details" = "זמין לכולם"; + +/* Title for a 'Public' (default) privacy setting */ +"postVisibility.public.title" = "ציבורי"; + +/* Button cancel */ +"postVisibilityPicker.cancel" = "ביטול"; + +/* Navigation bar title for the Post Visibility picker */ +"postVisibilityPicker.navigationTitle" = "נראות"; + +/* Password placeholder text */ +"postVisibilityPicker.password" = "סיסמה"; + +/* Button save */ +"postVisibilityPicker.save" = "לשמור"; + /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "לקדם עם Blaze"; @@ -10404,6 +10533,9 @@ Example: Reply to Pamela Nguyen */ /* Label for the preview post button. Tapping displays the post as it appears on the web. */ "posts.preview.actionTitle" = "תצוגה מקדימה"; +/* Label for the publish post button. */ +"posts.publish.actionTitle" = "לפרסם"; + /* Retry uploading the post. */ "posts.retry.actionTitle" = "לנסות שוב"; @@ -10470,6 +10602,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.jetpackSocial" = "Jetpack Social"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "ההעלאה של %@ פריטים נכשלה"; + /* Placeholder for a cell in the pre-publishing sheet */ "prepublishing.postTitle" = "כותרת"; @@ -10479,6 +10614,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.publishDate" = "תאריך פרסום"; +/* Placeholder value for a publishing date in the prepublishing sheet when the date is not selected */ +"prepublishing.publishDateImmediately" = "מייד"; + /* Label in the header in the pre-publishing sheet */ "prepublishing.publishingTo" = "מפרסם בעמוד"; @@ -10543,6 +10681,12 @@ Tapping on this row allows the user to edit the sharing message. */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.tags" = "תגיות"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaManyItemsRemaining" = "נותרו %@ פריטים"; + +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "נותר פריט %@"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "מעלה מדיה"; @@ -10552,6 +10696,24 @@ Tapping on this row allows the user to edit the sharing message. */ /* Title for a tappable string that opens the reader with a prompts tag */ "prompts.card.viewprompts.title" = "להציג את כל התשובות"; +/* Post publish date picker title for date cell */ +"publishDatePicker.date" = "תאריך פרסום"; + +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "התאריך באזור הזמן הנוכחי שלך:"; + +/* Post publish date picker: selected value placeholder when no date is selected and the post will be published immediately */ +"publishDatePicker.immediately" = "מייד"; + +/* Title for button in publish date picker */ +"publishDatePicker.removePublishDate" = "להסיר את 'תאריך פרסום'"; + +/* Title for button in publish date picker */ +"publishDatePicker.selectPublishDate" = "לבחור 'תאריך פרסום'"; + +/* Post publish time zone cell title */ +"publishDatePicker.timeZone" = "אזור זמן"; + /* Post publish date picker */ "publishDatePicker.title" = "תאריך פרסום"; @@ -10777,9 +10939,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "לעבור למינויים"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "להוסיף בלוג"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "אין אפשרות לחסום את הבלוג"; @@ -11019,6 +11178,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "להוסיף תגית"; +/* Text for the 'Like' button on the reader tag cell. */ +"reader.tags.button.like" = "לייק"; + +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "קיבל לייק"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "לגלות תגיות נוספות"; @@ -11121,6 +11286,24 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for screen that allows configuration of your blog/site related posts settings. */ "relatedPostsSettings.title" = "פוסטים קשורים"; +/* A version of the post on another device. */ +"resolveConflict.anotherDevice" = "מכשיר אחר"; + +/* A version of the post on the current device. */ +"resolveConflict.currentDevice" = "מכשיר נוכחי"; + +/* Description for the Resolve Conflict screen. */ +"resolveConflict.description" = "בוצעו בפוסט שינויים ממכשיר אחר. יש לבחור את הגרסה של הפוסט שברצונך לשמור."; + +/* Title for the cancel button on the Resolve Conflict screen. */ +"resolveConflict.navigation.cancel" = "ביטול"; + +/* Title for the save button on the Resolve Conflict screen. */ +"resolveConflict.navigation.save" = "לשמור"; + +/* Title for the Resolve Conflict screen. */ +"resolveConflict.navigation.title" = "לפתור התנגשות"; + /* Title for the \"Copy Link\" action in Share Sheet. */ "share.sheet.copy.link.title" = "להעתיק את הקישור"; @@ -11298,6 +11481,30 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Text for unknown privacy setting */ "siteVisibility.unknown.title" = "לא ידוע"; +/* All sites section title for site switcher. */ +"site_switcher.all_sites_section.title" = "כל האתרים"; + +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "אתרים נעוצים"; + +/* Recents section title for site switcher. */ +"site_switcher.recents_section.title" = "אתרים מהתקופה האחרונה"; + +/* CTA title for the site switcher screen. */ +"site_switcher_cta_title" = "להוסיף אתר"; + +/* Dismiss button title above the search. */ +"site_switcher_dismiss_button_title" = "ביטול"; + +/* Done button title above the search. */ +"site_switcher_done_button_title" = "בוצע"; + +/* Edit button title above the search. */ +"site_switcher_edit_button_title" = "לערוך"; + +/* Title for site switcher screen. */ +"site_switcher_title" = "לבחור אתר"; + /* Label for the blogging reminders setting */ "sitesettings.reminders.title" = "תזכורות"; @@ -11334,6 +11541,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A smallprint that hints the reason behind why Twitter is deprecated. */ "social.twitterDeprecation.text" = "האפשרות לשיתוף אוטומטי בטוויטר כבר לא זמינה עקב השינויים בתנאים ובתמחור של טוויטר."; +/* Title of Subscribers stats tab. */ +"stats.dashboard.tab.subscribers" = "מנויים"; + /* Title of Traffic stats tab. */ "stats.dashboard.tab.traffic" = "תעבורה"; @@ -11430,18 +11640,57 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Hint displayed on the 'Most Popular Time' stats card when a user's site hasn't yet received enough traffic. */ "stats.insights.mostPopularTime.noData" = "אין מספיק פעילות. כדאי לחזור לכאן מאוחד יותר לאחר שעוד מבקרים נכנסו לאתר!"; +/* Insights 'Subscribers' header */ +"stats.insights.subscribers.title" = "מנויים"; + /* A hint shown to the user in stats informing the user how many likes one of their posts has received. The %1$@ placeholder will be replaced with the title of a post, the %2$@ with the number of likes. */ "stats.insights.totalLikes.guideText.plural" = "הפוסט האחרון שלך %1$@ קיבל %2$@ לייקים."; /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "הפוסט האחרון שלך %1$@ קיבל לייק %2$@."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "סך כל המנויים ב-WordPress.com: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "סך כל המנויים באימייל: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "סך כל המנויים"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; /* Stats 'Today' header */ "stats.period.todayCard.title" = "היום"; +/* Table column title that shows the date since the user became a subscriber. */ +"stats.section.dataSubtitles.subscriberSince" = "מנוי מאז"; + +/* Table column title that shows the names of subscribers. */ +"stats.section.itemSubtitles.subscriber" = "שם"; + +/* Stats 'Subscribers' card header, contains chart */ +"stats.subscribers.chart.title" = "מנויים"; + +/* A title for table's column that shows a number of times a post was opened from an email */ +"stats.subscribers.emailsSummary.column.clicks" = "קליקים"; + +/* A title for table's column that shows a number of email openings */ +"stats.subscribers.emailsSummary.column.opens" = "לחיצות לפתיחה"; + +/* A title for table's column that shows a name of an email */ +"stats.subscribers.emailsSummary.column.title" = "האימיילים האחרונים"; + +/* Stats 'Emails' card header */ +"stats.subscribers.emailsSummaryCard.title" = "הודעות אימייל"; + +/* Stats 'Subscribers' card header */ +"stats.subscribers.subscribersListCard.title" = "מנויים"; + +/* Accessibility of stats table. Placeholders will be populated with names of data shown in table. */ +"stats.topTotalsCell.voiceOverDescription" = "הטבלה מציגה את %1$@,‏ %2$@ ואת %3$@"; + /* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */ "stats.traffic.accessibilityLabel.comments" = "תרשים עמודות שמשקף את כמות התגובות בתקופה שבחרת."; @@ -11454,6 +11703,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */ "stats.traffic.accessibilityLabel.visitors" = "תרשים עמודות שמשקף את כמות המבקרים בתקופה שבחרת."; +/* The label for the option to show Stats Traffic chart for Days. */ +"stats.traffic.days" = "ימים"; + +/* The label for the option to show Stats Traffic chart for Months. */ +"stats.traffic.months" = "חודשים"; + +/* The label for the option to show Stats Traffic chart for Weeks. */ +"stats.traffic.weeks" = "שבועות"; + +/* The label for the option to show Stats Traffic chart for Years. */ +"stats.traffic.years" = "שנים"; + /* Dismiss the AlertView */ "stockPhotos.strings.dismiss" = "ביטול"; @@ -11463,9 +11724,27 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "אפשר לחפש תמונות חינמיות ולהוסיף אותן לספריית המדיה שלך!"; +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.description" = "יש לך אפשרות לבחור אם להוסיף את האימייל ואת שם המשתמש כדי לעזור לנו להבין את החוויה שלך."; + +/* Label we show on an email input field */ +"submit.feedback.alert.empty.email" = "לא הזנת כתובת אימייל"; + +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "לא הזנת שם משתמש"; + +/* Alert submit option for users to accept sharing their email and name when submitting feedback. */ +"submit.feedback.alert.submit" = "בוצע"; + +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.title" = "תודה על המשוב"; + /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "לשלוח"; +/* Notice informing user that their feedback is being submitted. */ +"submit.feedback.submit.loading" = "שולח"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "משוב"; @@ -11637,6 +11916,21 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "לא נקרא"; +/* Site's Email Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.emailSubscriber" = "מנוי של האתר באימייל"; + +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "מנוי של האתר"; + +/* Sites's User Profile. Displayed when the name is empty! */ +"user.details.title.user" = "משתמש של האתר"; + +/* Site's Viewers Profile. Displayed when the name is empty! */ +"user.details.title.viewer" = "צופה של האתר"; + +/* Site Subscribers */ +"users.list.title.subscribers" = "מנויים"; + /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ "visit our documentation page" = "היכנס לעמוד המסמכים שלנו"; diff --git a/WordPress/Resources/id.lproj/Localizable.strings b/WordPress/Resources/id.lproj/Localizable.strings index 3bce1b53c5d4..500321fb1379 100644 --- a/WordPress/Resources/id.lproj/Localizable.strings +++ b/WordPress/Resources/id.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-23 09:54:09+0000 */ +/* Translation-Revision-Date: 2024-05-02 09:54:08+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/4.0.1 */ /* Language: id */ @@ -8853,6 +8853,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* translators: displays audio file extension. e.g. MP3 audio file */ "audio file" = "file audio"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.cancel" = "Batal"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "Anda telah membuat perubahan yang tidak tersimpan pada pos ini dari perangkat lain. Diedit: %@."; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.title" = "Simpan Otomatis Tersedia"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.viewChanges" = "Lihat Perubahan"; + /* Alert message when something goes wrong with the selected image. */ "avatarMenu.failedToSetAvatarAlertMessage" = "Tidak dapat memuat gambar. Pilih yang lainnya atau coba lagi nanti."; @@ -10305,6 +10317,27 @@ Example: Reply to Pamela Nguyen */ /* Status mesasge for post cells */ "post.movingToTrashStatusMessage" = "Memindahkan ke tempat sampah..."; +/* Button in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.discardChanges" = "Buang Perubahan"; + +/* Button in an alert confirming discaring a new draft */ +"postEditor.closeConfirmationAlert.discardDraft" = "Buang Draf"; + +/* Button to keep the changes in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.keepEditing" = "Lanjutkan Mengedit"; + +/* Button in an alert confirming saving a new draft */ +"postEditor.closeConfirmationAlert.saveDraft" = "Simpan Draf"; + +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "Membuat draf tersimpan otomatis..."; + +/* Title for a snackbar */ +"postEditor.revisionLoaded" = "Revisi dimuat"; + +/* Saving draft to generate a preview (status message */ +"postEditor.savingDraftForPreview" = "Menyimpan draf..."; + /* Accessibility label for the post author in the post list. The parameter is the author name. For example, \"By Elsa.\" */ "postList.a11y.authorChunkFormat" = "Oleh %@"; @@ -10317,6 +10350,24 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a post in the post list. The first placeholder is the post title. The second placeholder is the date. */ "postList.a11y.titleAndDateChunkFormat" = "%1$@, %2$@."; +/* Badge for post cells */ +"postList.badgePendingReview" = "Menunggu peninjauan"; + +/* Cancels an Action */ +"postList.cancel" = "Batal"; + +/* Delete option in the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.actionTitle" = "Hapus Secara Permanen"; + +/* Message of the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.alertMessage" = "Anda yakin ingin menghapus \"%@\" secara permanen?"; + +/* An error message */ +"postList.errorUnsyncedChangesMessage" = "Aplikasi sedang mengunggah perubahan yang dibuat sebelumnya ke server. Silakan coba lagi nanti."; + +/* A generic error message title */ +"postList.genericErrorMessage" = "Terjadi kesalahan"; + /* Label for a post in the post list. Indicates that the post has offline changes. */ "postList.offlineChanges" = "Perubahan offline"; @@ -10332,6 +10383,42 @@ Example: Reply to Pamela Nguyen */ /* Title for the 'View' post list row swipe action */ "postList.swipeActionView" = "Lihat"; +/* Trash option in the trash post or page confirmation alert. */ +"postList.trash.actionTitle" = "Pindahkan ke Tempat Sampah"; + +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "Anda yakin ingin memindahkan \"%@\" ke tempat sampah? Perubahan yang tidak dikirimkan ke server akan hilang."; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "Batalkan Unggahan"; + +/* Close button in postMediaUploadStatusView */ +"postMediaUploadStatusView.close" = "Tutup"; + +/* Placeholder text in postMediaUploadStatusView when no uploads remain */ +"postMediaUploadStatusView.noPendingUploads" = "Tidak ada unggahan tertunda"; + +/* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ +"postMediaUploadStatusView.progress" = "%1$@ dari %2$@"; + +/* Retry (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUpload" = "Coba Unggah Lagi"; + +/* Retry upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUploads" = "Coba Unggah Lagi"; + +/* Title for post media upload status view */ +"postMediaUploadStatusView.title" = "Unggahan Media"; + +/* A generic error message title */ +"postNotice.errorTitle" = "Terjadi error"; + +/* An error message */ +"postNotice.errorUnsyncedChangesMessage" = "Aplikasi sedang mengunggah perubahan yang dibuat sebelumnya ke server. Silakan coba lagi nanti."; + +/* Button OK */ +"postNotice.ok" = "OKE"; + /* Title of notification displayed when a page has been successfully saved as a draft. */ "postNotice.pageDraftCreated" = "Konsep halaman diunggah"; @@ -10365,6 +10452,15 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "Lihat"; +/* Error message: content was modified on another device */ +"postSaveErrorMessage.conflict" = "Konten diubah di perangkat lain"; + +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "\"%@\" dihapus permanen dan tidak dapat diperbarui lagi"; + +/* A default value for an post without a title */ +"postSaveErrorMessage.postUntitled" = "Tanpa Judul"; + /* User action to dismiss featured media options. */ "postSettings.featuredImageUploadActionSheet.dismiss" = "Tutup"; @@ -10377,6 +10473,9 @@ Example: Reply to Pamela Nguyen */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "Pilihan Gambar Andalan"; +/* The 'Pending Review' setting of the post */ +"postSettings.pendingReview" = "Menunggu peninjauan"; + /* Section title for the disabled Twitter service in the Post Settings screen */ "postSettings.section.disabledTwitter.header" = "Fitur Berbagi Otomatis ke Twitter Tidak Lagi Tersedia"; @@ -10386,6 +10485,36 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "Gagal memperbarui pengaturan pos"; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "Hanya dapat dilihat oleh admin dan editor situs."; + +/* Title for a 'Private' privacy setting */ +"postVisibility.private.title" = "Privat"; + +/* Details for a 'Password Protected' privacy setting */ +"postVisibility.protected.details" = "Dapat dilihat semua orang dengan memasukkan kata sandi."; + +/* Title for a 'Password Protected' privacy setting */ +"postVisibility.protected.title" = "Dilindungi kata sandi"; + +/* Details for a 'Public' (default) privacy setting */ +"postVisibility.public.details" = "Dapat dilihat oleh semua orang."; + +/* Title for a 'Public' (default) privacy setting */ +"postVisibility.public.title" = "Publik"; + +/* Button cancel */ +"postVisibilityPicker.cancel" = "Batal"; + +/* Navigation bar title for the Post Visibility picker */ +"postVisibilityPicker.navigationTitle" = "Visibilitas"; + +/* Password placeholder text */ +"postVisibilityPicker.password" = "Kata sandi"; + +/* Button save */ +"postVisibilityPicker.save" = "Simpan"; + /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Promosikan dengan Blaze"; @@ -10410,6 +10539,9 @@ Example: Reply to Pamela Nguyen */ /* Label for the preview post button. Tapping displays the post as it appears on the web. */ "posts.preview.actionTitle" = "Pratinjau"; +/* Label for the publish post button. */ +"posts.publish.actionTitle" = "Publikasikan"; + /* Retry uploading the post. */ "posts.retry.actionTitle" = "Coba ulang"; @@ -10476,6 +10608,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.jetpackSocial" = "Jetpack Social"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "%@ item gagal diunggah"; + /* Placeholder for a cell in the pre-publishing sheet */ "prepublishing.postTitle" = "Judul"; @@ -10485,6 +10620,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.publishDate" = "Tanggal Terbit"; +/* Placeholder value for a publishing date in the prepublishing sheet when the date is not selected */ +"prepublishing.publishDateImmediately" = "Segera"; + /* Label in the header in the pre-publishing sheet */ "prepublishing.publishingTo" = "Memublikasikan ke"; @@ -10549,6 +10687,12 @@ Tapping on this row allows the user to edit the sharing message. */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.tags" = "Tag"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaManyItemsRemaining" = "%@ item tersisa"; + +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "%@ item tersisa"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "Mengunggah media"; @@ -10558,6 +10702,24 @@ Tapping on this row allows the user to edit the sharing message. */ /* Title for a tappable string that opens the reader with a prompts tag */ "prompts.card.viewprompts.title" = "Lihat semua tanggapan"; +/* Post publish date picker title for date cell */ +"publishDatePicker.date" = "Tanggal Publikasi"; + +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "Tanggal dalam zona waktu Anda saat ini:"; + +/* Post publish date picker: selected value placeholder when no date is selected and the post will be published immediately */ +"publishDatePicker.immediately" = "Segera"; + +/* Title for button in publish date picker */ +"publishDatePicker.removePublishDate" = "Hapus Tanggal Publikasi"; + +/* Title for button in publish date picker */ +"publishDatePicker.selectPublishDate" = "Pilih Tanggal Publikasi"; + +/* Post publish time zone cell title */ +"publishDatePicker.timeZone" = "Zona Waktu"; + /* Post publish date picker */ "publishDatePicker.title" = "Tanggal Terbit"; @@ -10783,9 +10945,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "Lihat Langganan"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "Tambahkan blog"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Tidak dapat memblokir blog"; @@ -11025,6 +11184,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "Tambahkan Tag"; +/* Text for the 'Like' button on the reader tag cell. */ +"reader.tags.button.like" = "Suka"; + +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "Disukai"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "Temukan tag selengkapnya"; @@ -11127,6 +11292,24 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for screen that allows configuration of your blog/site related posts settings. */ "relatedPostsSettings.title" = "Pos Terkait"; +/* A version of the post on another device. */ +"resolveConflict.anotherDevice" = "Perangkat lain"; + +/* A version of the post on the current device. */ +"resolveConflict.currentDevice" = "Perangkat saat ini"; + +/* Description for the Resolve Conflict screen. */ +"resolveConflict.description" = "Pos ini diubah di perangkat lain. Pilih versi pos yang ingin disimpan."; + +/* Title for the cancel button on the Resolve Conflict screen. */ +"resolveConflict.navigation.cancel" = "Batal"; + +/* Title for the save button on the Resolve Conflict screen. */ +"resolveConflict.navigation.save" = "Simpan"; + +/* Title for the Resolve Conflict screen. */ +"resolveConflict.navigation.title" = "Selesaikan Konflik"; + /* Title for the \"Copy Link\" action in Share Sheet. */ "share.sheet.copy.link.title" = "Salin Tautan"; @@ -11304,6 +11487,27 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Text for unknown privacy setting */ "siteVisibility.unknown.title" = "Tidak diketahui"; +/* All sites section title for site switcher. */ +"site_switcher.all_sites_section.title" = "Semua situs"; + +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "Situs yang disematkan"; + +/* Recents section title for site switcher. */ +"site_switcher.recents_section.title" = "Situs terbaru"; + +/* CTA title for the site switcher screen. */ +"site_switcher_cta_title" = "Tambahkan situs"; + +/* Dismiss button title above the search. */ +"site_switcher_dismiss_button_title" = "Batal"; + +/* Done button title above the search. */ +"site_switcher_done_button_title" = "Selesai"; + +/* Title for site switcher screen. */ +"site_switcher_title" = "Pilih sebuah situs"; + /* Label for the blogging reminders setting */ "sitesettings.reminders.title" = "Pengingat"; @@ -11340,6 +11544,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A smallprint that hints the reason behind why Twitter is deprecated. */ "social.twitterDeprecation.text" = "Fitur berbagi otomatis ke Twitter tidak lagi tersedia karena adanya perubahan ketentuan dan harga dari Twitter."; +/* Title of Subscribers stats tab. */ +"stats.dashboard.tab.subscribers" = "Pengikut"; + /* Title of Traffic stats tab. */ "stats.dashboard.tab.traffic" = "Lalu lintas"; @@ -11436,18 +11643,57 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Hint displayed on the 'Most Popular Time' stats card when a user's site hasn't yet received enough traffic. */ "stats.insights.mostPopularTime.noData" = "Aktivitas tidak cukup. Periksa lagi nanti saat situs Anda lebih ramai pengunjung!"; +/* Insights 'Subscribers' header */ +"stats.insights.subscribers.title" = "Pengikut"; + /* A hint shown to the user in stats informing the user how many likes one of their posts has received. The %1$@ placeholder will be replaced with the title of a post, the %2$@ with the number of likes. */ "stats.insights.totalLikes.guideText.plural" = "Pos terbaru Anda %1$@ disukai %2$@ kali."; /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "Pos terbaru Anda %1$@ disukai %2$@ kali."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "Total Pengikut WordPress.com: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "Total Pengikut Email: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "Total Pengikut"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; /* Stats 'Today' header */ "stats.period.todayCard.title" = "Hari ini"; +/* Table column title that shows the date since the user became a subscriber. */ +"stats.section.dataSubtitles.subscriberSince" = "Pengikut sejak"; + +/* Table column title that shows the names of subscribers. */ +"stats.section.itemSubtitles.subscriber" = "Nama"; + +/* Stats 'Subscribers' card header, contains chart */ +"stats.subscribers.chart.title" = "Pengikut"; + +/* A title for table's column that shows a number of times a post was opened from an email */ +"stats.subscribers.emailsSummary.column.clicks" = "Klik"; + +/* A title for table's column that shows a number of email openings */ +"stats.subscribers.emailsSummary.column.opens" = "Buka"; + +/* A title for table's column that shows a name of an email */ +"stats.subscribers.emailsSummary.column.title" = "Email terbaru"; + +/* Stats 'Emails' card header */ +"stats.subscribers.emailsSummaryCard.title" = "Email"; + +/* Stats 'Subscribers' card header */ +"stats.subscribers.subscribersListCard.title" = "Pengikut"; + +/* Accessibility of stats table. Placeholders will be populated with names of data shown in table. */ +"stats.topTotalsCell.voiceOverDescription" = "Tabel menunjukkan %1$@, %2$@, dan %3$@"; + /* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */ "stats.traffic.accessibilityLabel.comments" = "Diagram Batang Jumlah Komentar untuk periode terpilih."; @@ -11460,6 +11706,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */ "stats.traffic.accessibilityLabel.visitors" = "Diagram Batang Jumlah Pengunjung untuk periode terpilih."; +/* The label for the option to show Stats Traffic chart for Days. */ +"stats.traffic.days" = "Hari"; + +/* The label for the option to show Stats Traffic chart for Months. */ +"stats.traffic.months" = "Bulan"; + +/* The label for the option to show Stats Traffic chart for Weeks. */ +"stats.traffic.weeks" = "Minggu"; + +/* The label for the option to show Stats Traffic chart for Years. */ +"stats.traffic.years" = "Tahun"; + /* Dismiss the AlertView */ "stockPhotos.strings.dismiss" = "Tutup"; @@ -11469,9 +11727,27 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "Cari foto gratis untuk ditambahkan ke Pustaka Media Anda!"; +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.description" = "Anda dapat memilih untuk menyertakan email dan nama pengguna guna membantu kami memahami pengalaman Anda."; + +/* Label we show on an email input field */ +"submit.feedback.alert.empty.email" = "email tidak dimasukkan"; + +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "nama pengguna tidak dimasukkan"; + +/* Alert submit option for users to accept sharing their email and name when submitting feedback. */ +"submit.feedback.alert.submit" = "Selesai"; + +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.title" = "Terima kasih atas masukan Anda"; + /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Kirim"; +/* Notice informing user that their feedback is being submitted. */ +"submit.feedback.submit.loading" = "Mengirim"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "Masukan"; @@ -11643,6 +11919,21 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "belum dibaca"; +/* Site's Email Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.emailSubscriber" = "Pengikut Email Situs"; + +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "Pengikut Situs"; + +/* Sites's User Profile. Displayed when the name is empty! */ +"user.details.title.user" = "Pengguna Situs"; + +/* Site's Viewers Profile. Displayed when the name is empty! */ +"user.details.title.viewer" = "Pembaca Situs"; + +/* Site Subscribers */ +"users.list.title.subscribers" = "Pengikut"; + /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ "visit our documentation page" = "kunjungi halaman dokumentasi kami"; diff --git a/WordPress/Resources/it.lproj/Localizable.strings b/WordPress/Resources/it.lproj/Localizable.strings index 6fe724b64bb2..844ec16f0d33 100644 --- a/WordPress/Resources/it.lproj/Localizable.strings +++ b/WordPress/Resources/it.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-23 11:54:09+0000 */ +/* Translation-Revision-Date: 2024-05-03 12:54:13+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.1 */ /* Language: it */ @@ -8844,6 +8844,12 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* translators: displays audio file extension. e.g. MP3 audio file */ "audio file" = "file audio"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "Hai apportato modifiche non salvate a questo articolo da un dispositivo diverso. Modificato: %@."; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.viewChanges" = "Visualizza modifiche"; + /* Alert message when something goes wrong with the selected image. */ "avatarMenu.failedToSetAvatarAlertMessage" = "Impossibile caricare l'immagine. Scegline una differente o prova più tardi."; @@ -10290,6 +10296,18 @@ Example: Reply to Pamela Nguyen */ /* Status mesasge for post cells */ "post.movingToTrashStatusMessage" = "Spostamento dell'articolo nel cestino in corso..."; +/* Button in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.discardChanges" = "Annulla modifiche"; + +/* Button in an alert confirming discaring a new draft */ +"postEditor.closeConfirmationAlert.discardDraft" = "Annulla bozza"; + +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "Creazione del salvataggio automatico in corso..."; + +/* Saving draft to generate a preview (status message */ +"postEditor.savingDraftForPreview" = "Salvataggio bozza in corso..."; + /* Accessibility label for the post author in the post list. The parameter is the author name. For example, \"By Elsa.\" */ "postList.a11y.authorChunkFormat" = "Di %@."; @@ -10299,6 +10317,15 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a sticky post in the post list. */ "postList.a11y.sticky" = "In evidenza."; +/* Delete option in the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.actionTitle" = "Elimina in modo permanente"; + +/* Message of the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.alertMessage" = "Desideri eliminare in modo permanente \"%@\"?"; + +/* A generic error message title */ +"postList.genericErrorMessage" = "Si è verificato un problema"; + /* Label for a post in the post list. Indicates that the post has offline changes. */ "postList.offlineChanges" = "Modifiche offline"; @@ -10314,6 +10341,30 @@ Example: Reply to Pamela Nguyen */ /* Title for the 'View' post list row swipe action */ "postList.swipeActionView" = "Visualizza"; +/* Trash option in the trash post or page confirmation alert. */ +"postList.trash.actionTitle" = "Sposta nel cestino"; + +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "Desideri spostare \"%@\" nel cestino? Tutte le modifiche non inviate in precedenza al server andranno perse."; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "Annulla caricamento"; + +/* Placeholder text in postMediaUploadStatusView when no uploads remain */ +"postMediaUploadStatusView.noPendingUploads" = "Nessun caricamento in sospeso"; + +/* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ +"postMediaUploadStatusView.progress" = "%1$@ di %2$@"; + +/* Retry upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUploads" = "Riprova i caricamenti"; + +/* Title for post media upload status view */ +"postMediaUploadStatusView.title" = "Caricamenti di elementi multimediali"; + +/* Button OK */ +"postNotice.ok" = "OK"; + /* Title of notification displayed when a page has been successfully saved as a draft. */ "postNotice.pageDraftCreated" = "Bozza pagina caricata"; @@ -10347,6 +10398,9 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "Visualizza"; +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "\"%@\" è stato eliminato in modo permanente e non può più essere aggiornato"; + /* User action to dismiss featured media options. */ "postSettings.featuredImageUploadActionSheet.dismiss" = "Ignora"; @@ -10368,6 +10422,15 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "Impossibile aggiornare le impostazioni dell'articolo"; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "Visibile solo agli amministratori e agli editori del sito"; + +/* Title for a 'Password Protected' privacy setting */ +"postVisibility.protected.title" = "Protetto da password"; + +/* Navigation bar title for the Post Visibility picker */ +"postVisibilityPicker.navigationTitle" = "Visibilità"; + /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Promuovi con la Blaze"; @@ -10392,6 +10455,9 @@ Example: Reply to Pamela Nguyen */ /* Label for the preview post button. Tapping displays the post as it appears on the web. */ "posts.preview.actionTitle" = "Anteprima"; +/* Label for the publish post button. */ +"posts.publish.actionTitle" = "Pubblicazione"; + /* Retry uploading the post. */ "posts.retry.actionTitle" = "Riprova"; @@ -10452,6 +10518,9 @@ Example: Reply to Pamela Nguyen */ /* Voiceover accessibility label informing the user that this button dismiss the current view */ "prepublishing.close" = "Chiudi"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "Impossibile caricare %@ articoli"; + /* Primary button label in the pre-publishing sheet */ "prepublishing.publish" = "Pubblicazione"; @@ -10516,12 +10585,24 @@ Tapping on this row allows the user to edit the sharing message. */ /* The navigation title for the pre-publishing social accounts screen. */ "prepublishing.socialAccounts.navigationTitle" = "Social"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "%@ articolo rimanente"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "Caricamento del media"; /* Title for a tappable string that opens the reader with a prompts tag */ "prompts.card.viewprompts.title" = "Visualizza tutte le risposte"; +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "La data nel tuo fuso orario attuale:"; + +/* Title for button in publish date picker */ +"publishDatePicker.removePublishDate" = "Rimuovi data di pubblicazione"; + +/* Title for button in publish date picker */ +"publishDatePicker.selectPublishDate" = "Seleziona data di pubblicazione"; + /* Button label that dismisses the qr log in flow and returns the user back to the previous screen */ "qrLoginVerifyAuthorization.completedInstructions.dismiss" = "Ignora"; @@ -10744,9 +10825,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "Vai a Abbonamenti"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "Aggiungi un blog"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Non è possibile bloccare il blog"; @@ -10983,6 +11061,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "Aggiungi un tag"; +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "Con Mi piace"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "Scopri di più sui tag"; @@ -11085,6 +11166,24 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for screen that allows configuration of your blog/site related posts settings. */ "relatedPostsSettings.title" = "Articoli correlati"; +/* A version of the post on another device. */ +"resolveConflict.anotherDevice" = "Altro dispositivo"; + +/* A version of the post on the current device. */ +"resolveConflict.currentDevice" = "Dispositivo corrente"; + +/* Description for the Resolve Conflict screen. */ +"resolveConflict.description" = "L'articolo è stato modificato su un altro dispositivo. Seleziona la versione dell'articolo da mantenere."; + +/* Title for the cancel button on the Resolve Conflict screen. */ +"resolveConflict.navigation.cancel" = "Annulla"; + +/* Title for the save button on the Resolve Conflict screen. */ +"resolveConflict.navigation.save" = "Salva"; + +/* Title for the Resolve Conflict screen. */ +"resolveConflict.navigation.title" = "Risolvi il conflitto"; + /* Title for the \"Copy Link\" action in Share Sheet. */ "share.sheet.copy.link.title" = "Copia link"; @@ -11259,6 +11358,15 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Text for unknown privacy setting */ "siteVisibility.unknown.title" = "Sconosciuto"; +/* All sites section title for site switcher. */ +"site_switcher.all_sites_section.title" = "Tutti i siti"; + +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "Siti fissati"; + +/* Done button title above the search. */ +"site_switcher_done_button_title" = "Fatto"; + /* Label for the blogging reminders setting */ "sitesettings.reminders.title" = "Promemoria"; @@ -11397,12 +11505,36 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "Il tuo ultimo articolo %1$@ ha ricevuto %2$@ mi piace."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "Abbonati totali di WordPress.com: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "Totale abbonati e-mail: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "Totale abbonati"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; /* Stats 'Today' header */ "stats.period.todayCard.title" = "Oggi"; +/* Table column title that shows the date since the user became a subscriber. */ +"stats.section.dataSubtitles.subscriberSince" = "Abbonato dal"; + +/* A title for table's column that shows a number of email openings */ +"stats.subscribers.emailsSummary.column.opens" = "Aperture"; + +/* A title for table's column that shows a name of an email */ +"stats.subscribers.emailsSummary.column.title" = "Ultime e-mail"; + +/* Stats 'Emails' card header */ +"stats.subscribers.emailsSummaryCard.title" = "E-mail"; + +/* Accessibility of stats table. Placeholders will be populated with names of data shown in table. */ +"stats.topTotalsCell.voiceOverDescription" = "La tabella mostra %1$@, %2$@ e %3$@"; + /* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */ "stats.traffic.accessibilityLabel.comments" = "Barra del grafico che indica i Commenti per il periodo selezionato."; @@ -11424,9 +11556,27 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "Cerca per trovare foto gratuite da aggiungere alla tua Libreria multimediale!"; +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.description" = "Opzionalmente, puoi includere l'e-mail e il nome utente per aiutarci a comprendere la tua esperienza."; + +/* Label we show on an email input field */ +"submit.feedback.alert.empty.email" = "nessuna e-mail inserita"; + +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "nessun nome utente inserito"; + +/* Alert submit option for users to accept sharing their email and name when submitting feedback. */ +"submit.feedback.alert.submit" = "Fatto"; + +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.title" = "Grazie per il feedback"; + /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Invia"; +/* Notice informing user that their feedback is being submitted. */ +"submit.feedback.submit.loading" = "Invio in corso"; + /* Section title for prominent suggestions */ "suggestions.section.prominent" = "In questa conversazione"; @@ -11592,6 +11742,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "non lette"; +/* Site's Email Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.emailSubscriber" = "Abbonati e-mail del sito"; + +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "Abbonati del sito"; + +/* Sites's User Profile. Displayed when the name is empty! */ +"user.details.title.user" = "Utenti del sito"; + +/* Site's Viewers Profile. Displayed when the name is empty! */ +"user.details.title.viewer" = "Visitatori del sito"; + /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ "visit our documentation page" = "visita la pagina della documentazione"; diff --git a/WordPress/Resources/ja.lproj/Localizable.strings b/WordPress/Resources/ja.lproj/Localizable.strings index 00d9fbf40d8f..91bd273fb89b 100644 --- a/WordPress/Resources/ja.lproj/Localizable.strings +++ b/WordPress/Resources/ja.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-23 10:54:08+0000 */ +/* Translation-Revision-Date: 2024-05-02 09:54:08+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/4.0.1 */ /* Language: ja_JP */ @@ -8850,6 +8850,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* translators: displays audio file extension. e.g. MP3 audio file */ "audio file" = "音声ファイル"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.cancel" = "キャンセル"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "別の端末からこの投稿に加えられた未保存の変更があります。 編集済み: %@。"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.title" = "自動保存が利用可能"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.viewChanges" = "変更を表示"; + /* Alert message when something goes wrong with the selected image. */ "avatarMenu.failedToSetAvatarAlertMessage" = "画像をアップロードできません。 別の画像を選択するか、後でもう一度お試しください。"; @@ -10293,6 +10305,27 @@ Example: Reply to Pamela Nguyen */ /* Status mesasge for post cells */ "post.movingToTrashStatusMessage" = "投稿をゴミ箱に移動中..."; +/* Button in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.discardChanges" = "変更を破棄"; + +/* Button in an alert confirming discaring a new draft */ +"postEditor.closeConfirmationAlert.discardDraft" = "下書きを破棄"; + +/* Button to keep the changes in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.keepEditing" = "編集を続行"; + +/* Button in an alert confirming saving a new draft */ +"postEditor.closeConfirmationAlert.saveDraft" = "下書きを保存"; + +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "自動保存を作成中..."; + +/* Title for a snackbar */ +"postEditor.revisionLoaded" = "変更履歴の読み取りが完了しました"; + +/* Saving draft to generate a preview (status message */ +"postEditor.savingDraftForPreview" = "下書きを保存中..."; + /* Accessibility label for the post author in the post list. The parameter is the author name. For example, \"By Elsa.\" */ "postList.a11y.authorChunkFormat" = "作成者: %@。"; @@ -10305,6 +10338,24 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a post in the post list. The first placeholder is the post title. The second placeholder is the date. */ "postList.a11y.titleAndDateChunkFormat" = "%1$@、%2$@。"; +/* Badge for post cells */ +"postList.badgePendingReview" = "レビュー待ち"; + +/* Cancels an Action */ +"postList.cancel" = "キャンセル"; + +/* Delete option in the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.actionTitle" = "完全に削除"; + +/* Message of the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.alertMessage" = "「%@」を完全に削除してもよいですか ?"; + +/* An error message */ +"postList.errorUnsyncedChangesMessage" = "アプリが以前に行われた変更をサーバーにアップロードしています。 後でもう一度お試しください。"; + +/* A generic error message title */ +"postList.genericErrorMessage" = "エラーが発生しました"; + /* Label for a post in the post list. Indicates that the post has offline changes. */ "postList.offlineChanges" = "オフラインの変更"; @@ -10320,6 +10371,39 @@ Example: Reply to Pamela Nguyen */ /* Title for the 'View' post list row swipe action */ "postList.swipeActionView" = "表示"; +/* Trash option in the trash post or page confirmation alert. */ +"postList.trash.actionTitle" = "ゴミ箱に移動"; + +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "「%@」をゴミ箱に移動してもよいですか ? 以前サーバーに送信されなかった変更はすべて失われます。"; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "アップロードをキャンセル"; + +/* Close button in postMediaUploadStatusView */ +"postMediaUploadStatusView.close" = "閉じる"; + +/* Placeholder text in postMediaUploadStatusView when no uploads remain */ +"postMediaUploadStatusView.noPendingUploads" = "保留中のアップロードはありません"; + +/* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ +"postMediaUploadStatusView.progress" = "%1$@ \/ %2$@"; + +/* Retry (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUpload" = "アップロードを再試行"; + +/* Retry upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUploads" = "アップロードを再試行"; + +/* Title for post media upload status view */ +"postMediaUploadStatusView.title" = "メディアのアップロード"; + +/* A generic error message title */ +"postNotice.errorTitle" = "エラーが発生しました"; + +/* An error message */ +"postNotice.errorUnsyncedChangesMessage" = "アプリが以前に行われた変更をサーバーにアップロードしています。 後でもう一度お試しください。"; + /* Title of notification displayed when a page has been successfully saved as a draft. */ "postNotice.pageDraftCreated" = "ページの下書きをアップロードしました"; @@ -10353,6 +10437,15 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "表示"; +/* Error message: content was modified on another device */ +"postSaveErrorMessage.conflict" = "コンテンツが別の端末で編集されました"; + +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "「%@」は完全に削除され、更新できなくなりました"; + +/* A default value for an post without a title */ +"postSaveErrorMessage.postUntitled" = "無題"; + /* User action to dismiss featured media options. */ "postSettings.featuredImageUploadActionSheet.dismiss" = "閉じる"; @@ -10365,6 +10458,9 @@ Example: Reply to Pamela Nguyen */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "アイキャッチ画像のオプション"; +/* The 'Pending Review' setting of the post */ +"postSettings.pendingReview" = "レビュー待ち"; + /* Section title for the disabled Twitter service in the Post Settings screen */ "postSettings.section.disabledTwitter.header" = "Twitter の自動共有機能は利用できなくなりました"; @@ -10374,6 +10470,36 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "投稿設定を更新できませんでした"; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "サイト管理者と編集者にだけ表示されます"; + +/* Title for a 'Private' privacy setting */ +"postVisibility.private.title" = "非公開"; + +/* Details for a 'Password Protected' privacy setting */ +"postVisibility.protected.details" = "誰でも見ることができますが、パスワードが必要です"; + +/* Title for a 'Password Protected' privacy setting */ +"postVisibility.protected.title" = "パスワード保護"; + +/* Details for a 'Public' (default) privacy setting */ +"postVisibility.public.details" = "すべての人に表示"; + +/* Title for a 'Public' (default) privacy setting */ +"postVisibility.public.title" = "公開"; + +/* Button cancel */ +"postVisibilityPicker.cancel" = "キャンセル"; + +/* Navigation bar title for the Post Visibility picker */ +"postVisibilityPicker.navigationTitle" = "表示設定"; + +/* Password placeholder text */ +"postVisibilityPicker.password" = "パスワード"; + +/* Button save */ +"postVisibilityPicker.save" = "保存"; + /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Blaze を使って宣伝"; @@ -10398,6 +10524,9 @@ Example: Reply to Pamela Nguyen */ /* Label for the preview post button. Tapping displays the post as it appears on the web. */ "posts.preview.actionTitle" = "プレビュー"; +/* Label for the publish post button. */ +"posts.publish.actionTitle" = "公開"; + /* Retry uploading the post. */ "posts.retry.actionTitle" = "再試行"; @@ -10464,6 +10593,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.jetpackSocial" = "Jetpack ソーシャル"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "%@件のアイテムのアップロードに失敗しました"; + /* Placeholder for a cell in the pre-publishing sheet */ "prepublishing.postTitle" = "タイトル"; @@ -10473,6 +10605,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.publishDate" = "公開日"; +/* Placeholder value for a publishing date in the prepublishing sheet when the date is not selected */ +"prepublishing.publishDateImmediately" = "すぐに"; + /* Label in the header in the pre-publishing sheet */ "prepublishing.publishingTo" = "公開先"; @@ -10537,6 +10672,12 @@ Tapping on this row allows the user to edit the sharing message. */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.tags" = "タグ"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaManyItemsRemaining" = "残り%@件のアイテム"; + +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "残り%@件のアイテム"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "メディアをアップロード中"; @@ -10546,6 +10687,24 @@ Tapping on this row allows the user to edit the sharing message. */ /* Title for a tappable string that opens the reader with a prompts tag */ "prompts.card.viewprompts.title" = "すべての回答を表示"; +/* Post publish date picker title for date cell */ +"publishDatePicker.date" = "公開日"; + +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "現在お使いのタイムゾーンの日付:"; + +/* Post publish date picker: selected value placeholder when no date is selected and the post will be published immediately */ +"publishDatePicker.immediately" = "すぐに"; + +/* Title for button in publish date picker */ +"publishDatePicker.removePublishDate" = "公開日を削除"; + +/* Title for button in publish date picker */ +"publishDatePicker.selectPublishDate" = "公開日を選択"; + +/* Post publish time zone cell title */ +"publishDatePicker.timeZone" = "タイムゾーン"; + /* Post publish date picker */ "publishDatePicker.title" = "公開日"; @@ -10771,9 +10930,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "サブスクリプションに移動"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "ブログを追加"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "ブログをブロックできませんでした"; @@ -11010,6 +11166,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "タグを追加"; +/* Text for the 'Like' button on the reader tag cell. */ +"reader.tags.button.like" = "いいね"; + +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "いいね済み"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "その他のタグを見る"; @@ -11109,6 +11271,24 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for screen that allows configuration of your blog/site related posts settings. */ "relatedPostsSettings.title" = "関連記事"; +/* A version of the post on another device. */ +"resolveConflict.anotherDevice" = "別の端末"; + +/* A version of the post on the current device. */ +"resolveConflict.currentDevice" = "現在の端末"; + +/* Description for the Resolve Conflict screen. */ +"resolveConflict.description" = "投稿が別の端末で編集されました。 保持する投稿のバージョンを選択してください。"; + +/* Title for the cancel button on the Resolve Conflict screen. */ +"resolveConflict.navigation.cancel" = "キャンセル"; + +/* Title for the save button on the Resolve Conflict screen. */ +"resolveConflict.navigation.save" = "保存"; + +/* Title for the Resolve Conflict screen. */ +"resolveConflict.navigation.title" = "競合を解決"; + /* Title for the \"Copy Link\" action in Share Sheet. */ "share.sheet.copy.link.title" = "リンクをコピー"; @@ -11286,6 +11466,30 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Text for unknown privacy setting */ "siteVisibility.unknown.title" = "不明"; +/* All sites section title for site switcher. */ +"site_switcher.all_sites_section.title" = "すべてのサイト"; + +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "固定済みサイト"; + +/* Recents section title for site switcher. */ +"site_switcher.recents_section.title" = "最近のサイト"; + +/* CTA title for the site switcher screen. */ +"site_switcher_cta_title" = "サイトを追加"; + +/* Dismiss button title above the search. */ +"site_switcher_dismiss_button_title" = "キャンセル"; + +/* Done button title above the search. */ +"site_switcher_done_button_title" = "完了"; + +/* Edit button title above the search. */ +"site_switcher_edit_button_title" = "編集"; + +/* Title for site switcher screen. */ +"site_switcher_title" = "サイトを選択"; + /* Label for the blogging reminders setting */ "sitesettings.reminders.title" = "リマインダー"; @@ -11322,6 +11526,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A smallprint that hints the reason behind why Twitter is deprecated. */ "social.twitterDeprecation.text" = "Twitter の自動共有機能は Twitter の規約と価格に変更があったため利用できなくなりました。"; +/* Title of Subscribers stats tab. */ +"stats.dashboard.tab.subscribers" = "購読者"; + /* Title of Traffic stats tab. */ "stats.dashboard.tab.traffic" = "トラフィック"; @@ -11418,15 +11625,54 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Hint displayed on the 'Most Popular Time' stats card when a user's site hasn't yet received enough traffic. */ "stats.insights.mostPopularTime.noData" = "アクティビティが足りません。 サイトの訪問者数が増えたら後でもう一度確認してください。"; +/* Insights 'Subscribers' header */ +"stats.insights.subscribers.title" = "購読者"; + /* A hint shown to the user in stats informing the user how many likes one of their posts has received. The %1$@ placeholder will be replaced with the title of a post, the %2$@ with the number of likes. */ "stats.insights.totalLikes.guideText.plural" = "最新の投稿 %1$@ が%2$@回「いいね」されました。"; /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "最新の投稿 %1$@ が%2$@回「いいね」されました。"; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "WordPress.com 購読者総数: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "メール購読者総数: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "購読者総数"; + /* Stats 'Today' header */ "stats.period.todayCard.title" = "今日"; +/* Table column title that shows the date since the user became a subscriber. */ +"stats.section.dataSubtitles.subscriberSince" = "購読者になった日時"; + +/* Table column title that shows the names of subscribers. */ +"stats.section.itemSubtitles.subscriber" = "名前"; + +/* Stats 'Subscribers' card header, contains chart */ +"stats.subscribers.chart.title" = "購読者"; + +/* A title for table's column that shows a number of times a post was opened from an email */ +"stats.subscribers.emailsSummary.column.clicks" = "クリック数"; + +/* A title for table's column that shows a number of email openings */ +"stats.subscribers.emailsSummary.column.opens" = "開いた数"; + +/* A title for table's column that shows a name of an email */ +"stats.subscribers.emailsSummary.column.title" = "最新のメール"; + +/* Stats 'Emails' card header */ +"stats.subscribers.emailsSummaryCard.title" = "メール"; + +/* Stats 'Subscribers' card header */ +"stats.subscribers.subscribersListCard.title" = "購読者"; + +/* Accessibility of stats table. Placeholders will be populated with names of data shown in table. */ +"stats.topTotalsCell.voiceOverDescription" = "%1$@、%2$@、%3$@ を示すテーブル"; + /* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */ "stats.traffic.accessibilityLabel.comments" = "選択した期間のコメントを表す棒グラフ。"; @@ -11439,6 +11685,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */ "stats.traffic.accessibilityLabel.visitors" = "選択した期間の訪問者を表す棒グラフ。"; +/* The label for the option to show Stats Traffic chart for Days. */ +"stats.traffic.days" = "日"; + +/* The label for the option to show Stats Traffic chart for Months. */ +"stats.traffic.months" = "月"; + +/* The label for the option to show Stats Traffic chart for Weeks. */ +"stats.traffic.weeks" = "週"; + +/* The label for the option to show Stats Traffic chart for Years. */ +"stats.traffic.years" = "年"; + /* Dismiss the AlertView */ "stockPhotos.strings.dismiss" = "削除"; @@ -11448,9 +11706,27 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "無料の写真を検索して、メディアライブラリに追加してください。"; +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.description" = "お客様の状況をこちらで把握できるよう、メールアドレスとユーザー名を含めていただくことも可能です。"; + +/* Label we show on an email input field */ +"submit.feedback.alert.empty.email" = "入力されたメールアドレスがありません"; + +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "入力されたユーザー名がありません"; + +/* Alert submit option for users to accept sharing their email and name when submitting feedback. */ +"submit.feedback.alert.submit" = "完了"; + +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.title" = "フィードバックありがとうございます"; + /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "送信"; +/* Notice informing user that their feedback is being submitted. */ +"submit.feedback.submit.loading" = "送信中"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "フィードバック"; @@ -11622,6 +11898,21 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "未読"; +/* Site's Email Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.emailSubscriber" = "サイトのメール購読者"; + +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "サイトの購読者"; + +/* Sites's User Profile. Displayed when the name is empty! */ +"user.details.title.user" = "サイトのユーザー"; + +/* Site's Viewers Profile. Displayed when the name is empty! */ +"user.details.title.viewer" = "サイトの読者"; + +/* Site Subscribers */ +"users.list.title.subscribers" = "購読者"; + /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ "visit our documentation page" = "ドキュメントページに移動する"; diff --git a/WordPress/Resources/ko.lproj/Localizable.strings b/WordPress/Resources/ko.lproj/Localizable.strings index 8aee55525f7b..e3ff03ef9c53 100644 --- a/WordPress/Resources/ko.lproj/Localizable.strings +++ b/WordPress/Resources/ko.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-30 02:15:15+0000 */ +/* Translation-Revision-Date: 2024-05-06 03:03:50+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/4.0.1 */ /* Language: ko_KR */ @@ -10389,6 +10389,9 @@ Example: Reply to Pamela Nguyen */ /* Message of the trash post or page confirmation alert. */ "postList.trash.alertMessage" = "\"%@\"을 휴지통에 버리시겠습니까? 이전에 서버로 전송되지 않은 변경 내용은 모두 손실됩니다."; +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "업로드 취소"; + /* Close button in postMediaUploadStatusView */ "postMediaUploadStatusView.close" = "닫기"; @@ -10398,6 +10401,9 @@ Example: Reply to Pamela Nguyen */ /* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ "postMediaUploadStatusView.progress" = "%1$@\/%2$@"; +/* Retry (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUpload" = "업로드 재시도"; + /* Retry upload button in postMediaUploadStatusView */ "postMediaUploadStatusView.retryUploads" = "업로드 재시도"; @@ -10943,7 +10949,7 @@ with the filter chip button. */ "reader.no.results.subscriptions.button" = "구독으로 이동"; /* No Tags View Button Label */ -"reader.no.tags.title" = "블로그 추가"; +"reader.no.tags.title" = "태그 추가"; /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "블로그를 차단할 수 없음"; @@ -11661,6 +11667,15 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "최신 글 %1$@에 %2$@개의 좋아요가 있습니다."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "총 워드프레스닷컴 구독자: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "총 이메일 구독자: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "구독자 합계"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@(%3$@)"; @@ -11745,8 +11760,7 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "제출"; -/* Notice informing user that their feedback is being submitted anonymously. - Notice informing user that their feedback is being submitted. */ +/* Notice informing user that their feedback is being submitted. */ "submit.feedback.submit.loading" = "전송 중…"; /* The title for the the In-App Feedback screen */ @@ -11932,8 +11946,7 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Site's Viewers Profile. Displayed when the name is empty! */ "user.details.title.viewer" = "블로그 방문자"; -/* Site Email Subscribers - Site Subscribers */ +/* Site Subscribers */ "users.list.title.subscribers" = "구독자"; /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ diff --git a/WordPress/Resources/nl.lproj/Localizable.strings b/WordPress/Resources/nl.lproj/Localizable.strings index ba10d54dc72b..29d56eb96efc 100644 --- a/WordPress/Resources/nl.lproj/Localizable.strings +++ b/WordPress/Resources/nl.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-30 11:11:41+0000 */ +/* Translation-Revision-Date: 2024-05-01 19:21:12+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.1 */ /* Language: nl */ @@ -10924,6 +10924,9 @@ with the filter chip button. */ /* Reader settings button accessibility label. */ "reader.navigation.settings.button.label" = "Reader-instellingen"; +/* No Tags View Button Label */ +"reader.no.blog.title" = "Een blog toevoegen"; + /* Title for button on the no followed blogs result screen */ "reader.no.blogs.button" = "Ontdek blogs"; @@ -10949,7 +10952,7 @@ with the filter chip button. */ "reader.no.results.subscriptions.button" = "Ga naar Abonnementen"; /* No Tags View Button Label */ -"reader.no.tags.title" = "Een blog toevoegen"; +"reader.no.tags.title" = "Een tag toevoegen"; /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Kan blog niet blokkeren"; @@ -11760,10 +11763,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Verzenden"; -/* Notice informing user that their feedback is being submitted anonymously. - Notice informing user that their feedback is being submitted. */ +/* Notice informing user that their feedback is being submitted. */ "submit.feedback.submit.loading" = "Aan het verzenden"; +/* Notice informing user that their feedback is being submitted anonymously. */ +"submit.feedback.submitAnonymously.loading" = "Anoniem aan het verzenden"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "Feedback"; @@ -11947,8 +11952,10 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Site's Viewers Profile. Displayed when the name is empty! */ "user.details.title.viewer" = "Site kijker"; -/* Site Email Subscribers - Site Subscribers */ +/* Site Email Subscribers */ +"users.list.title.emailSubscribers" = "E-mailabonnees"; + +/* Site Subscribers */ "users.list.title.subscribers" = "Abonnees"; /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ diff --git a/WordPress/Resources/pt-BR.lproj/Localizable.strings b/WordPress/Resources/pt-BR.lproj/Localizable.strings index 40161624dda4..778523868b4c 100644 --- a/WordPress/Resources/pt-BR.lproj/Localizable.strings +++ b/WordPress/Resources/pt-BR.lproj/Localizable.strings @@ -9521,9 +9521,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "Ir para Assinaturas"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "Adicionar um blog"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Não foi possível bloquear o blog"; diff --git a/WordPress/Resources/ro.lproj/Localizable.strings b/WordPress/Resources/ro.lproj/Localizable.strings index 632251085263..56b57fe7f58d 100644 --- a/WordPress/Resources/ro.lproj/Localizable.strings +++ b/WordPress/Resources/ro.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-30 06:00:52+0000 */ +/* Translation-Revision-Date: 2024-05-06 19:05:26+0000 */ /* Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n == 0 || n % 100 >= 2 && n % 100 <= 19) ? 1 : 2); */ /* Generator: GlotPress/4.0.1 */ /* Language: ro */ @@ -5405,7 +5405,7 @@ translators: %s: Select control button label e.g. \"Button width\" */ /* Link to privacy settings page Privacy Settings Title */ -"Privacy Settings" = "Setări confidențialitate"; +"Privacy Settings" = "Setări pentru confidențialitate"; /* No comment provided by engineer. */ "Privacy and Rating" = "Confidențialitate și evaluare"; @@ -7052,7 +7052,7 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ "The video could not be added to the Media Library." = "Videoul nu a putut fi adăugat în Biblioteca media."; /* Title of alert when theme activation succeeds */ -"Theme Activated" = "Tema a fost activată"; +"Theme Activated" = "Tema este activată"; /* Noun. Name of the Themes feature Themes option in the blog details @@ -10924,6 +10924,9 @@ with the filter chip button. */ /* Reader settings button accessibility label. */ "reader.navigation.settings.button.label" = "Setări Cititor"; +/* No Tags View Button Label */ +"reader.no.blog.title" = "Adaugă un blog"; + /* Title for button on the no followed blogs result screen */ "reader.no.blogs.button" = "Descoperă bloguri"; @@ -10949,7 +10952,7 @@ with the filter chip button. */ "reader.no.results.subscriptions.button" = "Mergi la Abonamente"; /* No Tags View Button Label */ -"reader.no.tags.title" = "Adaugă un blog"; +"reader.no.tags.title" = "Adaugă o etichetă"; /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Nu pot să blochez blogul"; @@ -11667,6 +11670,15 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "Ultimul tău articol %1$@ a avut %2$@ apreciere."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "Total abonați WordPress.com: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "Total abonați prin email: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "Total abonați"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; @@ -11751,10 +11763,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Trimite"; -/* Notice informing user that their feedback is being submitted anonymously. - Notice informing user that their feedback is being submitted. */ +/* Notice informing user that their feedback is being submitted. */ "submit.feedback.submit.loading" = "Trimitere"; +/* Notice informing user that their feedback is being submitted anonymously. */ +"submit.feedback.submitAnonymously.loading" = "Trimitere anonimă"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "Impresii"; @@ -11938,8 +11952,10 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Site's Viewers Profile. Displayed when the name is empty! */ "user.details.title.viewer" = "Vizitator pe site"; -/* Site Email Subscribers - Site Subscribers */ +/* Site Email Subscribers */ +"users.list.title.emailSubscribers" = "Abonați prin email"; + +/* Site Subscribers */ "users.list.title.subscribers" = "Abonați"; /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ diff --git a/WordPress/Resources/ru.lproj/Localizable.strings b/WordPress/Resources/ru.lproj/Localizable.strings index f54bd8191637..5ed7b711f0ac 100644 --- a/WordPress/Resources/ru.lproj/Localizable.strings +++ b/WordPress/Resources/ru.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-29 21:08:36+0000 */ +/* Translation-Revision-Date: 2024-05-02 15:54:07+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.1 */ /* Language: ru */ @@ -8853,6 +8853,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* translators: displays audio file extension. e.g. MP3 audio file */ "audio file" = "аудио файл"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.cancel" = "Отмена"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "Вы внесли изменения в эту запись с другого устройства, но не сохранили их. Изменено: %@."; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.title" = "Доступно автоматическое сохранение"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.viewChanges" = "Просмотреть изменения"; + /* Alert message when something goes wrong with the selected image. */ "avatarMenu.failedToSetAvatarAlertMessage" = "Не удалось загрузить изображение. Выберите другое или повторите попытку."; @@ -10305,6 +10317,27 @@ Example: Reply to Pamela Nguyen */ /* Status mesasge for post cells */ "post.movingToTrashStatusMessage" = "Удаление записи в корзину..."; +/* Button in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.discardChanges" = "Отменить изменения"; + +/* Button in an alert confirming discaring a new draft */ +"postEditor.closeConfirmationAlert.discardDraft" = "Удалить черновик"; + +/* Button to keep the changes in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.keepEditing" = "Продолжить редактирование"; + +/* Button in an alert confirming saving a new draft */ +"postEditor.closeConfirmationAlert.saveDraft" = "Сохранить черновик"; + +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "Автосохранение..."; + +/* Title for a snackbar */ +"postEditor.revisionLoaded" = "Редакция загружена"; + +/* Saving draft to generate a preview (status message */ +"postEditor.savingDraftForPreview" = "Сохранение черновика..."; + /* Accessibility label for the post author in the post list. The parameter is the author name. For example, \"By Elsa.\" */ "postList.a11y.authorChunkFormat" = "Автор: %@."; @@ -10317,6 +10350,21 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a post in the post list. The first placeholder is the post title. The second placeholder is the date. */ "postList.a11y.titleAndDateChunkFormat" = "%1$@, %2$@."; +/* Badge for post cells */ +"postList.badgePendingReview" = "На рассмотрении"; + +/* Cancels an Action */ +"postList.cancel" = "Отмена"; + +/* Delete option in the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.actionTitle" = "Удалить навсегда"; + +/* An error message */ +"postList.errorUnsyncedChangesMessage" = "Приложение загружает на сервер внесённые ранее изменения Повторите попытку позже."; + +/* A generic error message title */ +"postList.genericErrorMessage" = "Что-то пошло не так"; + /* Label for a post in the post list. Indicates that the post has offline changes. */ "postList.offlineChanges" = "Изменения внесены офлайн"; @@ -10332,6 +10380,42 @@ Example: Reply to Pamela Nguyen */ /* Title for the 'View' post list row swipe action */ "postList.swipeActionView" = "Просмотр"; +/* Trash option in the trash post or page confirmation alert. */ +"postList.trash.actionTitle" = "Отправить в корзину"; + +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "Вы действительно хотите отправить \"%@\" в корзину? Изменения, не загруженные на сервер, будут утрачены."; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "Отменить загрузку"; + +/* Close button in postMediaUploadStatusView */ +"postMediaUploadStatusView.close" = "Закрыть"; + +/* Placeholder text in postMediaUploadStatusView when no uploads remain */ +"postMediaUploadStatusView.noPendingUploads" = "Нет загрузок в очереди"; + +/* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ +"postMediaUploadStatusView.progress" = "%1$@ из %2$@"; + +/* Retry (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUpload" = "Повторить загрузку"; + +/* Retry upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUploads" = "Повторить загрузки"; + +/* Title for post media upload status view */ +"postMediaUploadStatusView.title" = "Загруженные медиафайлы"; + +/* A generic error message title */ +"postNotice.errorTitle" = "Произошла ошибка"; + +/* An error message */ +"postNotice.errorUnsyncedChangesMessage" = "Приложение загружает на сервер внесённые ранее изменения. Повторите попытку позже."; + +/* Button OK */ +"postNotice.ok" = "ОК"; + /* Title of notification displayed when a page has been successfully saved as a draft. */ "postNotice.pageDraftCreated" = "Черновик страницы загружен"; @@ -10365,6 +10449,15 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "Просмотр"; +/* Error message: content was modified on another device */ +"postSaveErrorMessage.conflict" = "Запись была изменена на другом устройстве"; + +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "\"%@\" безвозвратно удалён и не может быть восстановлен."; + +/* A default value for an post without a title */ +"postSaveErrorMessage.postUntitled" = "Без названия"; + /* User action to dismiss featured media options. */ "postSettings.featuredImageUploadActionSheet.dismiss" = "Закрыть"; @@ -10377,6 +10470,9 @@ Example: Reply to Pamela Nguyen */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "Настройки изображения записи"; +/* The 'Pending Review' setting of the post */ +"postSettings.pendingReview" = "На рассмотрении"; + /* Section title for the disabled Twitter service in the Post Settings screen */ "postSettings.section.disabledTwitter.header" = "Автоматическая публикация в Twitter больше не доступна"; @@ -10386,6 +10482,36 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "Не удалось обновить настройки записи"; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "Видна только администраторам и редакторам"; + +/* Title for a 'Private' privacy setting */ +"postVisibility.private.title" = "Закрытая"; + +/* Details for a 'Password Protected' privacy setting */ +"postVisibility.protected.details" = "Общедоступная, но требует ввода пароля"; + +/* Title for a 'Password Protected' privacy setting */ +"postVisibility.protected.title" = "Защищено паролем"; + +/* Details for a 'Public' (default) privacy setting */ +"postVisibility.public.details" = "Видна всем"; + +/* Title for a 'Public' (default) privacy setting */ +"postVisibility.public.title" = "Публичная"; + +/* Button cancel */ +"postVisibilityPicker.cancel" = "Отмена"; + +/* Navigation bar title for the Post Visibility picker */ +"postVisibilityPicker.navigationTitle" = "Видимость"; + +/* Password placeholder text */ +"postVisibilityPicker.password" = "Пароль"; + +/* Button save */ +"postVisibilityPicker.save" = "Сохранить"; + /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Продвигайте содержимое с помощью Blaze"; @@ -10479,6 +10605,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.jetpackSocial" = "Jetpack Social"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "Не удалось загрузить элементы (%@)"; + /* Placeholder for a cell in the pre-publishing sheet */ "prepublishing.postTitle" = "Заголовок"; @@ -10488,6 +10617,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.publishDate" = "Дата публикации"; +/* Placeholder value for a publishing date in the prepublishing sheet when the date is not selected */ +"prepublishing.publishDateImmediately" = "Немедленно"; + /* Label in the header in the pre-publishing sheet */ "prepublishing.publishingTo" = "Публикация на"; @@ -10552,6 +10684,12 @@ Tapping on this row allows the user to edit the sharing message. */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.tags" = "Теги"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaManyItemsRemaining" = "Осталось элементов: %@"; + +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "Осталось элементов: %@"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "Загрузка медиафайлов"; @@ -10561,6 +10699,24 @@ Tapping on this row allows the user to edit the sharing message. */ /* Title for a tappable string that opens the reader with a prompts tag */ "prompts.card.viewprompts.title" = "Посмотреть все ответы"; +/* Post publish date picker title for date cell */ +"publishDatePicker.date" = "Дата публикации"; + +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "Дата в вашем часовом поясе:"; + +/* Post publish date picker: selected value placeholder when no date is selected and the post will be published immediately */ +"publishDatePicker.immediately" = "Немедленно"; + +/* Title for button in publish date picker */ +"publishDatePicker.removePublishDate" = "Удалить дату публикации"; + +/* Title for button in publish date picker */ +"publishDatePicker.selectPublishDate" = "Выбрать дату публикации"; + +/* Post publish time zone cell title */ +"publishDatePicker.timeZone" = "Часовой пояс"; + /* Post publish date picker */ "publishDatePicker.title" = "Дата публикации"; @@ -10786,9 +10942,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "Перейти в подписки"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "Добавьте блог"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Не удалось заблокировать блог"; @@ -11028,6 +11181,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "Добавьте тег"; +/* Text for the 'Like' button on the reader tag cell. */ +"reader.tags.button.like" = "Оценка «Нравится»"; + +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "Понравилось"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "Другие теги"; @@ -11130,6 +11289,24 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for screen that allows configuration of your blog/site related posts settings. */ "relatedPostsSettings.title" = "Похожие записи"; +/* A version of the post on another device. */ +"resolveConflict.anotherDevice" = "Другое устройство"; + +/* A version of the post on the current device. */ +"resolveConflict.currentDevice" = "Текущее устройство"; + +/* Description for the Resolve Conflict screen. */ +"resolveConflict.description" = "Запись была изменена на другом устройстве. Выберите, какую версию записи вы хотите сохранить."; + +/* Title for the cancel button on the Resolve Conflict screen. */ +"resolveConflict.navigation.cancel" = "Отмена"; + +/* Title for the save button on the Resolve Conflict screen. */ +"resolveConflict.navigation.save" = "Сохранить"; + +/* Title for the Resolve Conflict screen. */ +"resolveConflict.navigation.title" = "Устранить конфликт"; + /* Title for the \"Copy Link\" action in Share Sheet. */ "share.sheet.copy.link.title" = "Копировать ссылку"; @@ -11307,6 +11484,30 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Text for unknown privacy setting */ "siteVisibility.unknown.title" = "Неизвестно"; +/* All sites section title for site switcher. */ +"site_switcher.all_sites_section.title" = "Все сайты"; + +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "Закреплённые сайты"; + +/* Recents section title for site switcher. */ +"site_switcher.recents_section.title" = "Последние сайты"; + +/* CTA title for the site switcher screen. */ +"site_switcher_cta_title" = "Добавить сайт"; + +/* Dismiss button title above the search. */ +"site_switcher_dismiss_button_title" = "Отмена"; + +/* Done button title above the search. */ +"site_switcher_done_button_title" = "Готово"; + +/* Edit button title above the search. */ +"site_switcher_edit_button_title" = "Редактировать"; + +/* Title for site switcher screen. */ +"site_switcher_title" = "Выберите сайт"; + /* Label for the blogging reminders setting */ "sitesettings.reminders.title" = "Напоминания"; @@ -11343,6 +11544,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A smallprint that hints the reason behind why Twitter is deprecated. */ "social.twitterDeprecation.text" = "Автоматическая публикация в Twitter больше не доступна из-за изменения условий использования и цен Twitter."; +/* Title of Subscribers stats tab. */ +"stats.dashboard.tab.subscribers" = "Подписчики"; + /* Title of Traffic stats tab. */ "stats.dashboard.tab.traffic" = "Посещаемость"; @@ -11439,18 +11643,57 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Hint displayed on the 'Most Popular Time' stats card when a user's site hasn't yet received enough traffic. */ "stats.insights.mostPopularTime.noData" = "Недостаточно активности. Вернитесь позже, когда на сайте будет больше посетителей!"; +/* Insights 'Subscribers' header */ +"stats.insights.subscribers.title" = "Подписчики"; + /* A hint shown to the user in stats informing the user how many likes one of their posts has received. The %1$@ placeholder will be replaced with the title of a post, the %2$@ with the number of likes. */ "stats.insights.totalLikes.guideText.plural" = "Ваша последняя запись %1$@ получила %2$@ отметок \"нравится\"."; /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "Ваша последняя запись %1$@ получила %2$@ отметку \"нравится\"."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "Всего подписчиков WordPress.com: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "Всего подписчиков в рассылке: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "Всего подписчиков"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; /* Stats 'Today' header */ "stats.period.todayCard.title" = "Сегодня"; +/* Table column title that shows the date since the user became a subscriber. */ +"stats.section.dataSubtitles.subscriberSince" = "Подписчик с"; + +/* Table column title that shows the names of subscribers. */ +"stats.section.itemSubtitles.subscriber" = "Имя"; + +/* Stats 'Subscribers' card header, contains chart */ +"stats.subscribers.chart.title" = "Подписчики"; + +/* A title for table's column that shows a number of times a post was opened from an email */ +"stats.subscribers.emailsSummary.column.clicks" = "Переходы"; + +/* A title for table's column that shows a number of email openings */ +"stats.subscribers.emailsSummary.column.opens" = "Посещения"; + +/* A title for table's column that shows a name of an email */ +"stats.subscribers.emailsSummary.column.title" = "Недавние рассылки"; + +/* Stats 'Emails' card header */ +"stats.subscribers.emailsSummaryCard.title" = "Рассылки"; + +/* Stats 'Subscribers' card header */ +"stats.subscribers.subscribersListCard.title" = "Подписчики"; + +/* Accessibility of stats table. Placeholders will be populated with names of data shown in table. */ +"stats.topTotalsCell.voiceOverDescription" = "Таблица, где показаны %1$@, %2$@ и %3$@"; + /* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */ "stats.traffic.accessibilityLabel.comments" = "Столбчатая диаграмма, представляющая комментарии за выбранный период."; @@ -11463,6 +11706,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */ "stats.traffic.accessibilityLabel.visitors" = "Столбчатая диаграмма, представляющая посетителей за выбранный период."; +/* The label for the option to show Stats Traffic chart for Days. */ +"stats.traffic.days" = "Дни"; + +/* The label for the option to show Stats Traffic chart for Months. */ +"stats.traffic.months" = "Месяцы"; + +/* The label for the option to show Stats Traffic chart for Weeks. */ +"stats.traffic.weeks" = "Недели"; + +/* The label for the option to show Stats Traffic chart for Years. */ +"stats.traffic.years" = "Годы"; + /* Dismiss the AlertView */ "stockPhotos.strings.dismiss" = "Закрыть"; @@ -11472,9 +11727,27 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "Найдите бесплатные фотографии и добавьте их в вашу Библиотеку файлов!"; +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.description" = "По желанию вы можете указать свой адрес электронной почты и имя пользователя, чтобы помочь нам понять ситуацию."; + +/* Label we show on an email input field */ +"submit.feedback.alert.empty.email" = "адрес эл. почты не указан"; + +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "имя пользователя не указано"; + +/* Alert submit option for users to accept sharing their email and name when submitting feedback. */ +"submit.feedback.alert.submit" = "Готово"; + +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.title" = "Спасибо за ваш отзыв!"; + /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Отправить"; +/* Notice informing user that their feedback is being submitted. */ +"submit.feedback.submit.loading" = "Отправка"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "Обратная связь"; @@ -11646,6 +11919,21 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "непрочитано"; +/* Site's Email Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.emailSubscriber" = "Подписчик на рассылку сайта по эл. почте"; + +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "Подписчик сайта"; + +/* Sites's User Profile. Displayed when the name is empty! */ +"user.details.title.user" = "Пользователь сайта"; + +/* Site's Viewers Profile. Displayed when the name is empty! */ +"user.details.title.viewer" = "Посетитель сайта"; + +/* Site Subscribers */ +"users.list.title.subscribers" = "Подписчики"; + /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ "visit our documentation page" = "посетите нашу страницу документации"; diff --git a/WordPress/Resources/sq.lproj/Localizable.strings b/WordPress/Resources/sq.lproj/Localizable.strings index edcfbba614fd..54dc21dcb8d9 100644 --- a/WordPress/Resources/sq.lproj/Localizable.strings +++ b/WordPress/Resources/sq.lproj/Localizable.strings @@ -10753,9 +10753,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "Kaloni te Pajtime"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "Shtoni një blog"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "S’arrihet të bllokohet blogu"; diff --git a/WordPress/Resources/sv.lproj/Localizable.strings b/WordPress/Resources/sv.lproj/Localizable.strings index 195895803aea..dd1c007ad120 100644 --- a/WordPress/Resources/sv.lproj/Localizable.strings +++ b/WordPress/Resources/sv.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-29 12:22:41+0000 */ +/* Translation-Revision-Date: 2024-05-04 14:07:56+0000 */ /* Plural-Forms: nplurals=2; plural=n != 1; */ /* Generator: GlotPress/4.0.1 */ /* Language: sv_SE */ @@ -8856,6 +8856,12 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* An alert suggesting to load autosaved revision for a published post */ "autosaveAlert.cancel" = "Avbryt"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "Du har ej sparade ändringar i det här inlägget som har gjorts med en annan enhet. Redigerade: %@."; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.title" = "Autosparning tillgänglig"; + /* An alert suggesting to load autosaved revision for a published post */ "autosaveAlert.viewChanges" = "Visa ändringar"; @@ -10323,6 +10329,12 @@ Example: Reply to Pamela Nguyen */ /* Button in an alert confirming saving a new draft */ "postEditor.closeConfirmationAlert.saveDraft" = "Spara utkast"; +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "Skapar autosparning …"; + +/* Title for a snackbar */ +"postEditor.revisionLoaded" = "Versionen har lästs in"; + /* Saving draft to generate a preview (status message */ "postEditor.savingDraftForPreview" = "Sparar utkast …"; @@ -10338,12 +10350,21 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a post in the post list. The first placeholder is the post title. The second placeholder is the date. */ "postList.a11y.titleAndDateChunkFormat" = "%1$@, %2$@."; +/* Badge for post cells */ +"postList.badgePendingReview" = "Inväntar granskning"; + /* Cancels an Action */ "postList.cancel" = "Avbryt"; /* Delete option in the confirmation alert when deleting a page from the trash. */ "postList.deletePermanently.actionTitle" = "Ta bort permanent"; +/* Message of the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.alertMessage" = "Är du säker på att du vill ta bort ”%@” permanent?"; + +/* An error message */ +"postList.errorUnsyncedChangesMessage" = "Appen laddar upp tidigare gjorda ändringar till servern. Försök igen senare."; + /* A generic error message title */ "postList.genericErrorMessage" = "Något gick fel"; @@ -10365,6 +10386,12 @@ Example: Reply to Pamela Nguyen */ /* Trash option in the trash post or page confirmation alert. */ "postList.trash.actionTitle" = "Flytta till papperskorgen"; +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "Är du säker på att du vill lägga %@ i papperskorgen? Ändringar som inte skickats till servern tidigare kommer att gå förlorade."; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "Avbryt uppladdning"; + /* Close button in postMediaUploadStatusView */ "postMediaUploadStatusView.close" = "Stäng"; @@ -10374,6 +10401,9 @@ Example: Reply to Pamela Nguyen */ /* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ "postMediaUploadStatusView.progress" = "%1$@ av %2$@"; +/* Retry (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUpload" = "Försök ladda upp igen"; + /* Retry upload button in postMediaUploadStatusView */ "postMediaUploadStatusView.retryUploads" = "Försök ladda upp igen"; @@ -10383,6 +10413,9 @@ Example: Reply to Pamela Nguyen */ /* A generic error message title */ "postNotice.errorTitle" = "Ett fel uppstod"; +/* An error message */ +"postNotice.errorUnsyncedChangesMessage" = "Appen laddar upp tidigare gjorda ändringar till servern. Försök igen senare."; + /* Button OK */ "postNotice.ok" = "OK"; @@ -10419,6 +10452,12 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "Visa"; +/* Error message: content was modified on another device */ +"postSaveErrorMessage.conflict" = "Innehållet ändrades på annan enhet"; + +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "”%@” togs bort permanent och kan inte längre uppdateras"; + /* A default value for an post without a title */ "postSaveErrorMessage.postUntitled" = "Utan rubrik"; @@ -10434,6 +10473,9 @@ Example: Reply to Pamela Nguyen */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "Alternativ för utvald bild"; +/* The 'Pending Review' setting of the post */ +"postSettings.pendingReview" = "Inväntar granskning"; + /* Section title for the disabled Twitter service in the Post Settings screen */ "postSettings.section.disabledTwitter.header" = "Automatisk delning på Twitter är inte längre tillgängligt"; @@ -10443,9 +10485,15 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "Det gick inte att uppdatera inläggsinställningarna"; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "Endast synlig för webbplatsadministratörer och redigerare."; + /* Title for a 'Private' privacy setting */ "postVisibility.private.title" = "Privat"; +/* Details for a 'Password Protected' privacy setting */ +"postVisibility.protected.details" = "Synlig för alla men kräver ett lösenord"; + /* Title for a 'Password Protected' privacy setting */ "postVisibility.protected.title" = "Lösenordsskyddat"; @@ -10560,6 +10608,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.jetpackSocial" = "Jetpack Social"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "%@ objekt kunde inte laddas upp"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.mediaUploadFailedTitle" = "Misslyckades att ladda upp media"; @@ -10639,6 +10690,12 @@ Tapping on this row allows the user to edit the sharing message. */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.tags" = "Etiketter"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaManyItemsRemaining" = "%@ objekt återstår"; + +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "%@ objekt återstår"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "Laddar upp media"; @@ -10651,6 +10708,9 @@ Tapping on this row allows the user to edit the sharing message. */ /* Post publish date picker title for date cell */ "publishDatePicker.date" = "Publiceringsdatum"; +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "Datumet i din nuvarande tidszon:"; + /* Post publish date picker: selected value placeholder when no date is selected and the post will be published immediately */ "publishDatePicker.immediately" = "Omedelbart"; @@ -10864,6 +10924,9 @@ with the filter chip button. */ /* Reader settings button accessibility label. */ "reader.navigation.settings.button.label" = "Läsarinställningar"; +/* No Tags View Button Label */ +"reader.no.blog.title" = "Lägg till en blogg"; + /* Title for button on the no followed blogs result screen */ "reader.no.blogs.button" = "Upptäck bloggar"; @@ -10889,7 +10952,7 @@ with the filter chip button. */ "reader.no.results.subscriptions.button" = "Gå till prenumerationer"; /* No Tags View Button Label */ -"reader.no.tags.title" = "Lägg till en blogg"; +"reader.no.tags.title" = "Lägg till en etikett"; /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Kan inte blockera blogg"; @@ -11136,6 +11199,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "Lägg till en etikett"; +/* Text for the 'Like' button on the reader tag cell. */ +"reader.tags.button.like" = "Gilla"; + +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "Gillat"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "Upptäck fler etiketter"; @@ -11436,6 +11505,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* All sites section title for site switcher. */ "site_switcher.all_sites_section.title" = "Alla webbplatser"; +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "Fastnålade webbplatser"; + /* Recents section title for site switcher. */ "site_switcher.recents_section.title" = "Senaste webbplatser"; @@ -11598,6 +11670,15 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "Ditt senaste inlägg %1$@ har fått %2$@ gillamarkering."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "Totalt antal WordPress.com-prenumeranter: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "Totalt antal e-postprenumeranter: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "Totalt antal prenumeranter"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; @@ -11616,6 +11697,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A title for table's column that shows a number of times a post was opened from an email */ "stats.subscribers.emailsSummary.column.clicks" = "Klick"; +/* A title for table's column that shows a number of email openings */ +"stats.subscribers.emailsSummary.column.opens" = "Öppnade"; + +/* A title for table's column that shows a name of an email */ +"stats.subscribers.emailsSummary.column.title" = "Senaste e-postmeddelanden"; + /* Stats 'Emails' card header */ "stats.subscribers.emailsSummaryCard.title" = "E-post"; @@ -11658,9 +11745,15 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "Sök efter gratis foton att lägga till i ditt mediabibliotek!"; +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.description" = "Du kan valfritt inkludera din e-post och ditt användarnamn för att hjälpa oss att förstå din upplevelse."; + /* Label we show on an email input field */ "submit.feedback.alert.empty.email" = "ingen e-post angiven"; +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "inget användarnamn angivet"; + /* Alert submit option for users to accept sharing their email and name when submitting feedback. */ "submit.feedback.alert.submit" = "Klar"; @@ -11670,10 +11763,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Skicka"; -/* Notice informing user that their feedback is being submitted anonymously. - Notice informing user that their feedback is being submitted. */ +/* Notice informing user that their feedback is being submitted. */ "submit.feedback.submit.loading" = "Skickar"; +/* Notice informing user that their feedback is being submitted anonymously. */ +"submit.feedback.submitAnonymously.loading" = "Skickar anonymt"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "Feedback"; @@ -11845,8 +11940,22 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "ej läst"; -/* Site Email Subscribers - Site Subscribers */ +/* Site's Email Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.emailSubscriber" = "Webbplatsens e-postprenumerant"; + +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "Webbplatsens prenumerant"; + +/* Sites's User Profile. Displayed when the name is empty! */ +"user.details.title.user" = "Webbplatsens användare"; + +/* Site's Viewers Profile. Displayed when the name is empty! */ +"user.details.title.viewer" = "Webbplatsens tittare"; + +/* Site Email Subscribers */ +"users.list.title.emailSubscribers" = "E-postprenumeranter"; + +/* Site Subscribers */ "users.list.title.subscribers" = "Prenumeranter"; /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ diff --git a/WordPress/Resources/tr.lproj/Localizable.strings b/WordPress/Resources/tr.lproj/Localizable.strings index 4e40025ad6a4..801fcf6d0cd4 100644 --- a/WordPress/Resources/tr.lproj/Localizable.strings +++ b/WordPress/Resources/tr.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-23 15:54:08+0000 */ +/* Translation-Revision-Date: 2024-05-07 13:54:08+0000 */ /* Plural-Forms: nplurals=2; plural=n > 1; */ /* Generator: GlotPress/4.0.1 */ /* Language: tr */ @@ -8853,6 +8853,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* translators: displays audio file extension. e.g. MP3 audio file */ "audio file" = "ses dosyası"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.cancel" = "İptal Et"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "Farklı bir cihazdan bu gönderide kaydedilmeyen değişiklikler yaptınız. Düzenlendi: %@."; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.title" = "Otomatik Kaydetme Kullanılabilir"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.viewChanges" = "Değişiklikleri Görüntüleyin"; + /* Alert message when something goes wrong with the selected image. */ "avatarMenu.failedToSetAvatarAlertMessage" = "Görsel yüklenemedi. Lütfen başka bir tane seçin ya da daha sonra yeniden deneyin."; @@ -10305,6 +10317,27 @@ Example: Reply to Pamela Nguyen */ /* Status mesasge for post cells */ "post.movingToTrashStatusMessage" = "Yazı çöpe atılıyor..."; +/* Button in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.discardChanges" = "Değişiklikleri İptal Et"; + +/* Button in an alert confirming discaring a new draft */ +"postEditor.closeConfirmationAlert.discardDraft" = "Taslaktan Vazgeç"; + +/* Button to keep the changes in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.keepEditing" = "Düzenlemeye Devam Et"; + +/* Button in an alert confirming saving a new draft */ +"postEditor.closeConfirmationAlert.saveDraft" = "Taslağı Kaydet"; + +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "Otomatik kayıt oluşturuluyor..."; + +/* Title for a snackbar */ +"postEditor.revisionLoaded" = "Revizyon yüklendi"; + +/* Saving draft to generate a preview (status message */ +"postEditor.savingDraftForPreview" = "Taslak kaydediliyor..."; + /* Accessibility label for the post author in the post list. The parameter is the author name. For example, \"By Elsa.\" */ "postList.a11y.authorChunkFormat" = "%@ tarafından."; @@ -10317,6 +10350,24 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a post in the post list. The first placeholder is the post title. The second placeholder is the date. */ "postList.a11y.titleAndDateChunkFormat" = "%1$@, %2$@."; +/* Badge for post cells */ +"postList.badgePendingReview" = "İnceleme bekliyor"; + +/* Cancels an Action */ +"postList.cancel" = "İptal Et"; + +/* Delete option in the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.actionTitle" = "Kalıcı Olarak Sil"; + +/* Message of the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.alertMessage" = "\"%@\" sayfasını kalıcı olarak silmek istediğinizden emin misiniz?"; + +/* An error message */ +"postList.errorUnsyncedChangesMessage" = "Uygulama, sunucuda önceden yapılan değişiklikleri yüklüyor. Lütfen daha sonra tekrar deneyin."; + +/* A generic error message title */ +"postList.genericErrorMessage" = "Bir sorun oluştu"; + /* Label for a post in the post list. Indicates that the post has offline changes. */ "postList.offlineChanges" = "Çevrimdışı değişiklikler"; @@ -10332,6 +10383,42 @@ Example: Reply to Pamela Nguyen */ /* Title for the 'View' post list row swipe action */ "postList.swipeActionView" = "Görüntüle"; +/* Trash option in the trash post or page confirmation alert. */ +"postList.trash.actionTitle" = "Çöp Kutusuna Taşı"; + +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "\"%@\" öğesini çöp kutusuna atmak istediğinizden emin misiniz? Daha önceden sunucuya gönderilmeyen tüm değişiklikler kaybolur."; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "Yüklemeyi İptal Et"; + +/* Close button in postMediaUploadStatusView */ +"postMediaUploadStatusView.close" = "Kapat"; + +/* Placeholder text in postMediaUploadStatusView when no uploads remain */ +"postMediaUploadStatusView.noPendingUploads" = "Bekleyen yükleme yok"; + +/* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ +"postMediaUploadStatusView.progress" = "%1$@\/%2$@"; + +/* Retry (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUpload" = "Yüklemeyi Yeniden Dene"; + +/* Retry upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUploads" = "Yüklemeleri Yeniden Dene"; + +/* Title for post media upload status view */ +"postMediaUploadStatusView.title" = "Ortam Yüklemeleri"; + +/* A generic error message title */ +"postNotice.errorTitle" = "Bir hata oluştu"; + +/* An error message */ +"postNotice.errorUnsyncedChangesMessage" = "Uygulama, sunucuda önceden yapılan değişiklikleri yüklüyor. Lütfen daha sonra tekrar deneyin."; + +/* Button OK */ +"postNotice.ok" = "Tamam"; + /* Title of notification displayed when a page has been successfully saved as a draft. */ "postNotice.pageDraftCreated" = "Sayfa taslağı karşıya yüklendi"; @@ -10365,6 +10452,15 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "Görüntüle"; +/* Error message: content was modified on another device */ +"postSaveErrorMessage.conflict" = "Bu içerik başka bir cihazda değiştirilmiş"; + +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "\"%@\" kalıcı olarak silindi ve artık güncellenemez"; + +/* A default value for an post without a title */ +"postSaveErrorMessage.postUntitled" = "Başlıksız"; + /* User action to dismiss featured media options. */ "postSettings.featuredImageUploadActionSheet.dismiss" = "Kapat"; @@ -10377,6 +10473,9 @@ Example: Reply to Pamela Nguyen */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "Öne çıkarılmış görsel seçenekleri"; +/* The 'Pending Review' setting of the post */ +"postSettings.pendingReview" = "İnceleme bekliyor"; + /* Section title for the disabled Twitter service in the Post Settings screen */ "postSettings.section.disabledTwitter.header" = "X otomatik paylaşım özelliği artık kullanılamıyor"; @@ -10386,6 +10485,36 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "Yazı ayarları güncellenemedi"; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "Yalnızca site yöneticileri ve düzenleyicileri tarafından görülebilir"; + +/* Title for a 'Private' privacy setting */ +"postVisibility.private.title" = "Gizli"; + +/* Details for a 'Password Protected' privacy setting */ +"postVisibility.protected.details" = "Herkes tarafından görülebilir ancak şifre gerektirir"; + +/* Title for a 'Password Protected' privacy setting */ +"postVisibility.protected.title" = "Şifre korumalı"; + +/* Details for a 'Public' (default) privacy setting */ +"postVisibility.public.details" = "Herkes tarafından görülebilir"; + +/* Title for a 'Public' (default) privacy setting */ +"postVisibility.public.title" = "Herkese açık"; + +/* Button cancel */ +"postVisibilityPicker.cancel" = "İptal Et"; + +/* Navigation bar title for the Post Visibility picker */ +"postVisibilityPicker.navigationTitle" = "Görünürlük"; + +/* Password placeholder text */ +"postVisibilityPicker.password" = "Şifre"; + +/* Button save */ +"postVisibilityPicker.save" = "Kaydet"; + /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "Blaze ile tanıt"; @@ -10410,6 +10539,9 @@ Example: Reply to Pamela Nguyen */ /* Label for the preview post button. Tapping displays the post as it appears on the web. */ "posts.preview.actionTitle" = "Ön izleme"; +/* Label for the publish post button. */ +"posts.publish.actionTitle" = "Yayımla"; + /* Retry uploading the post. */ "posts.retry.actionTitle" = "Yeniden dene"; @@ -10476,6 +10608,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.jetpackSocial" = "Jetpack Social"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "%@ öğe karşıya yüklenemedi"; + /* Placeholder for a cell in the pre-publishing sheet */ "prepublishing.postTitle" = "Başlık"; @@ -10485,6 +10620,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.publishDate" = "Yayınlanma tarihi"; +/* Placeholder value for a publishing date in the prepublishing sheet when the date is not selected */ +"prepublishing.publishDateImmediately" = "Hemen"; + /* Label in the header in the pre-publishing sheet */ "prepublishing.publishingTo" = "Şuraya yayınlanıyor"; @@ -10549,6 +10687,12 @@ Tapping on this row allows the user to edit the sharing message. */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.tags" = "Etiketler"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaManyItemsRemaining" = "%@ öğe kaldı"; + +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "%@ öğe kaldı"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "Ortam dosyası yükleniyor"; @@ -10558,6 +10702,24 @@ Tapping on this row allows the user to edit the sharing message. */ /* Title for a tappable string that opens the reader with a prompts tag */ "prompts.card.viewprompts.title" = "Tüm yanıtları görüntüle"; +/* Post publish date picker title for date cell */ +"publishDatePicker.date" = "Yayımlama Tarihi"; + +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "Mevcut saat diliminizdeki tarih:"; + +/* Post publish date picker: selected value placeholder when no date is selected and the post will be published immediately */ +"publishDatePicker.immediately" = "Hemen"; + +/* Title for button in publish date picker */ +"publishDatePicker.removePublishDate" = "Yayımlama Tarihini Kaldır"; + +/* Title for button in publish date picker */ +"publishDatePicker.selectPublishDate" = "Yayımlama Tarihi Seç"; + +/* Post publish time zone cell title */ +"publishDatePicker.timeZone" = "Saat Dilimi"; + /* Post publish date picker */ "publishDatePicker.title" = "Yayınlanma tarihi"; @@ -10759,6 +10921,9 @@ with the filter chip button. */ /* Reader settings button accessibility label. */ "reader.navigation.settings.button.label" = "Okuyucu ayarları"; +/* No Tags View Button Label */ +"reader.no.blog.title" = "Blog ekle"; + /* Title for button on the no followed blogs result screen */ "reader.no.blogs.button" = "Blogları keşfedin"; @@ -10784,7 +10949,7 @@ with the filter chip button. */ "reader.no.results.subscriptions.button" = "Aboneliklere git"; /* No Tags View Button Label */ -"reader.no.tags.title" = "Blog ekle"; +"reader.no.tags.title" = "Etiket ekle"; /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "Blog engellenemedi"; @@ -11025,6 +11190,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "Etiket ekle"; +/* Text for the 'Like' button on the reader tag cell. */ +"reader.tags.button.like" = "Beğen"; + +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "Beğenildi"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "Daha fazla etiket keşfet"; @@ -11127,6 +11298,24 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for screen that allows configuration of your blog/site related posts settings. */ "relatedPostsSettings.title" = "İlgili yazılar"; +/* A version of the post on another device. */ +"resolveConflict.anotherDevice" = "Başka cihaz"; + +/* A version of the post on the current device. */ +"resolveConflict.currentDevice" = "Mevcut cihaz"; + +/* Description for the Resolve Conflict screen. */ +"resolveConflict.description" = "Bu gönderi başka bir cihazda değiştirilmiş. Lütfen gönderinin hangi versiyonunu korumak istediğinizi seçin."; + +/* Title for the cancel button on the Resolve Conflict screen. */ +"resolveConflict.navigation.cancel" = "İptal Et"; + +/* Title for the save button on the Resolve Conflict screen. */ +"resolveConflict.navigation.save" = "Kaydet"; + +/* Title for the Resolve Conflict screen. */ +"resolveConflict.navigation.title" = "Çakışmayı Çözün"; + /* Title for the \"Copy Link\" action in Share Sheet. */ "share.sheet.copy.link.title" = "Bağlantıyı Kopyala"; @@ -11304,6 +11493,30 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Text for unknown privacy setting */ "siteVisibility.unknown.title" = "Bilinmiyor"; +/* All sites section title for site switcher. */ +"site_switcher.all_sites_section.title" = "Tüm siteler"; + +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "Sabitlenen siteler"; + +/* Recents section title for site switcher. */ +"site_switcher.recents_section.title" = "Son siteler"; + +/* CTA title for the site switcher screen. */ +"site_switcher_cta_title" = "Site ekleyin"; + +/* Dismiss button title above the search. */ +"site_switcher_dismiss_button_title" = "İptal Et"; + +/* Done button title above the search. */ +"site_switcher_done_button_title" = "Tamam"; + +/* Edit button title above the search. */ +"site_switcher_edit_button_title" = "Düzenle"; + +/* Title for site switcher screen. */ +"site_switcher_title" = "Bir site seçin"; + /* Label for the blogging reminders setting */ "sitesettings.reminders.title" = "Hatırlatıcılar"; @@ -11340,6 +11553,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A smallprint that hints the reason behind why Twitter is deprecated. */ "social.twitterDeprecation.text" = "X otomatik paylaşım özelliği, X koşullarındaki ve fiyatlarındaki değişiklikler nedeniyle artık kullanılmıyor."; +/* Title of Subscribers stats tab. */ +"stats.dashboard.tab.subscribers" = "Aboneler"; + /* Title of Traffic stats tab. */ "stats.dashboard.tab.traffic" = "Trafik"; @@ -11436,18 +11652,57 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Hint displayed on the 'Most Popular Time' stats card when a user's site hasn't yet received enough traffic. */ "stats.insights.mostPopularTime.noData" = "Yeterli etkinlik yok. Bir süre sonra sitenizin daha fazla ziyaretçisi olduğunda yeniden bakın!"; +/* Insights 'Subscribers' header */ +"stats.insights.subscribers.title" = "Aboneler"; + /* A hint shown to the user in stats informing the user how many likes one of their posts has received. The %1$@ placeholder will be replaced with the title of a post, the %2$@ with the number of likes. */ "stats.insights.totalLikes.guideText.plural" = "Son yazınız %1$@ %2$@ beğeni aldı."; /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "Son yazınız %1$@ %2$@ beğeni aldı."; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "Toplam WordPress.com Abonesi: %@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "Toplam E-posta Abonesi: %@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "Toplam Abone"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; /* Stats 'Today' header */ "stats.period.todayCard.title" = "Bugün"; +/* Table column title that shows the date since the user became a subscriber. */ +"stats.section.dataSubtitles.subscriberSince" = "Şu tarihten beri abone"; + +/* Table column title that shows the names of subscribers. */ +"stats.section.itemSubtitles.subscriber" = "Ad"; + +/* Stats 'Subscribers' card header, contains chart */ +"stats.subscribers.chart.title" = "Aboneler"; + +/* A title for table's column that shows a number of times a post was opened from an email */ +"stats.subscribers.emailsSummary.column.clicks" = "Tıklamalar"; + +/* A title for table's column that shows a number of email openings */ +"stats.subscribers.emailsSummary.column.opens" = "Açmalar"; + +/* A title for table's column that shows a name of an email */ +"stats.subscribers.emailsSummary.column.title" = "En son e-postalar"; + +/* Stats 'Emails' card header */ +"stats.subscribers.emailsSummaryCard.title" = "E-postalar"; + +/* Stats 'Subscribers' card header */ +"stats.subscribers.subscribersListCard.title" = "Aboneler"; + +/* Accessibility of stats table. Placeholders will be populated with names of data shown in table. */ +"stats.topTotalsCell.voiceOverDescription" = "%1$@, %2$@ ve %3$@ gösteren tablo"; + /* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */ "stats.traffic.accessibilityLabel.comments" = "Seçilmiş dönemdeki yorumları gösteren çubuk grafik."; @@ -11460,6 +11715,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */ "stats.traffic.accessibilityLabel.visitors" = "Seçilmiş dönemdeki ziyaretçileri gösteren çubuk grafik."; +/* The label for the option to show Stats Traffic chart for Days. */ +"stats.traffic.days" = "Gün"; + +/* The label for the option to show Stats Traffic chart for Months. */ +"stats.traffic.months" = "Ay"; + +/* The label for the option to show Stats Traffic chart for Weeks. */ +"stats.traffic.weeks" = "Hafta"; + +/* The label for the option to show Stats Traffic chart for Years. */ +"stats.traffic.years" = "Yıl"; + /* Dismiss the AlertView */ "stockPhotos.strings.dismiss" = "Kapat"; @@ -11469,9 +11736,30 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "Ortam kitaplığınıza eklemek için ücretsiz fotoğraflar arayın!"; +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.description" = "Deneyiminizi anlamamıza yardımcı olmak için isteğe bağlı olarak e-posta adresinizi veya kullanıcı adınızı ekleyebilirsiniz."; + +/* Label we show on an email input field */ +"submit.feedback.alert.empty.email" = "e-posta adresi girilmedi"; + +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "kullanıcı adı girilmedi"; + +/* Alert submit option for users to accept sharing their email and name when submitting feedback. */ +"submit.feedback.alert.submit" = "Tamam"; + +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.title" = "Geri bildiriminiz için teşekkürler"; + /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "Gönder"; +/* Notice informing user that their feedback is being submitted. */ +"submit.feedback.submit.loading" = "Gönderiliyor"; + +/* Notice informing user that their feedback is being submitted anonymously. */ +"submit.feedback.submitAnonymously.loading" = "Anonim olarak gönderiliyor"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "Geri bildirim"; @@ -11643,6 +11931,24 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "okunmamış"; +/* Site's Email Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.emailSubscriber" = "Sitenin E-posta Abonesi"; + +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "Sitenin Abonesi"; + +/* Sites's User Profile. Displayed when the name is empty! */ +"user.details.title.user" = "Sitenin Kullanıcısı"; + +/* Site's Viewers Profile. Displayed when the name is empty! */ +"user.details.title.viewer" = "Sitenin Görüntüleyicileri"; + +/* Site Email Subscribers */ +"users.list.title.emailSubscribers" = "E-posta Aboneleri"; + +/* Site Subscribers */ +"users.list.title.subscribers" = "Aboneler"; + /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ "visit our documentation page" = "belgeler sayfamıza bakın"; diff --git a/WordPress/Resources/zh-Hans.lproj/Localizable.strings b/WordPress/Resources/zh-Hans.lproj/Localizable.strings index 37328e38de77..53d7ed3b1d14 100644 --- a/WordPress/Resources/zh-Hans.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hans.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-23 09:54:08+0000 */ +/* Translation-Revision-Date: 2024-05-02 13:54:07+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/4.0.1 */ /* Language: zh_CN */ @@ -8850,6 +8850,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* translators: displays audio file extension. e.g. MP3 audio file */ "audio file" = "音频文件"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.cancel" = "取消"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "您在其他设备上对该文章进行的更改未保存。 已编辑:%@。"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.title" = "支持自动保存"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.viewChanges" = "查看更改"; + /* Alert message when something goes wrong with the selected image. */ "avatarMenu.failedToSetAvatarAlertMessage" = "无法加载图片。 请选择其他图片或稍后重试。"; @@ -10287,6 +10299,27 @@ Example: Reply to Pamela Nguyen */ /* Status mesasge for post cells */ "post.movingToTrashStatusMessage" = "正在将文章移至回收站..."; +/* Button in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.discardChanges" = "放弃更改"; + +/* Button in an alert confirming discaring a new draft */ +"postEditor.closeConfirmationAlert.discardDraft" = "放弃草稿"; + +/* Button to keep the changes in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.keepEditing" = "继续编辑"; + +/* Button in an alert confirming saving a new draft */ +"postEditor.closeConfirmationAlert.saveDraft" = "保存草稿"; + +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "正在创建自动保存……"; + +/* Title for a snackbar */ +"postEditor.revisionLoaded" = "修订内容已加载"; + +/* Saving draft to generate a preview (status message */ +"postEditor.savingDraftForPreview" = "正在保存草稿……"; + /* Accessibility label for the post author in the post list. The parameter is the author name. For example, \"By Elsa.\" */ "postList.a11y.authorChunkFormat" = "作者是 %@。"; @@ -10299,6 +10332,24 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a post in the post list. The first placeholder is the post title. The second placeholder is the date. */ "postList.a11y.titleAndDateChunkFormat" = "%1$@,%2$@。"; +/* Badge for post cells */ +"postList.badgePendingReview" = "待审核"; + +/* Cancels an Action */ +"postList.cancel" = "取消"; + +/* Delete option in the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.actionTitle" = "永久删除"; + +/* Message of the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.alertMessage" = "是否确定要永久删除此 \"%@?"; + +/* An error message */ +"postList.errorUnsyncedChangesMessage" = "该应用程序正在将此前所做的更改上传至服务器。 请稍后重试。"; + +/* A generic error message title */ +"postList.genericErrorMessage" = "出错了"; + /* Label for a post in the post list. Indicates that the post has offline changes. */ "postList.offlineChanges" = "离线更改"; @@ -10314,6 +10365,42 @@ Example: Reply to Pamela Nguyen */ /* Title for the 'View' post list row swipe action */ "postList.swipeActionView" = "查看"; +/* Trash option in the trash post or page confirmation alert. */ +"postList.trash.actionTitle" = "移至回收站"; + +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "是否确定要将 \"%@\" 移至回收站? 此前未发送到服务器的任何更改都将丢失。"; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "取消上传"; + +/* Close button in postMediaUploadStatusView */ +"postMediaUploadStatusView.close" = "关闭"; + +/* Placeholder text in postMediaUploadStatusView when no uploads remain */ +"postMediaUploadStatusView.noPendingUploads" = "无待处理的上传"; + +/* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ +"postMediaUploadStatusView.progress" = "第 %1$@ 个,共 %2$@ 个"; + +/* Retry (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUpload" = "重试上传"; + +/* Retry upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUploads" = "重试上传"; + +/* Title for post media upload status view */ +"postMediaUploadStatusView.title" = "媒体上传"; + +/* A generic error message title */ +"postNotice.errorTitle" = "出错了"; + +/* An error message */ +"postNotice.errorUnsyncedChangesMessage" = "该应用程序正在将此前所做的更改上传至服务器。 请稍后重试。"; + +/* Button OK */ +"postNotice.ok" = "确定"; + /* Title of notification displayed when a page has been successfully saved as a draft. */ "postNotice.pageDraftCreated" = "页面草稿已上传"; @@ -10347,6 +10434,15 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "查看"; +/* Error message: content was modified on another device */ +"postSaveErrorMessage.conflict" = "在其他设备上修改过此内容。"; + +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "\"%@\" 已被永久删除,无法再更新"; + +/* A default value for an post without a title */ +"postSaveErrorMessage.postUntitled" = "无标题"; + /* User action to dismiss featured media options. */ "postSettings.featuredImageUploadActionSheet.dismiss" = "忽略"; @@ -10359,6 +10455,9 @@ Example: Reply to Pamela Nguyen */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "特色图片选项"; +/* The 'Pending Review' setting of the post */ +"postSettings.pendingReview" = "待审核"; + /* Section title for the disabled Twitter service in the Post Settings screen */ "postSettings.section.disabledTwitter.header" = "Twitter 自动共享功能已无法使用"; @@ -10368,6 +10467,36 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "更新文章设置失败"; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "仅站点管理员和编辑可见"; + +/* Title for a 'Private' privacy setting */ +"postVisibility.private.title" = "私人"; + +/* Details for a 'Password Protected' privacy setting */ +"postVisibility.protected.details" = "所有人可见,但需要密码"; + +/* Title for a 'Password Protected' privacy setting */ +"postVisibility.protected.title" = "受密码保护"; + +/* Details for a 'Public' (default) privacy setting */ +"postVisibility.public.details" = "所有人可见"; + +/* Title for a 'Public' (default) privacy setting */ +"postVisibility.public.title" = "公开"; + +/* Button cancel */ +"postVisibilityPicker.cancel" = "取消"; + +/* Navigation bar title for the Post Visibility picker */ +"postVisibilityPicker.navigationTitle" = "可见性"; + +/* Password placeholder text */ +"postVisibilityPicker.password" = "密码"; + +/* Button save */ +"postVisibilityPicker.save" = "保存"; + /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "大力宣传并推广"; @@ -10392,6 +10521,9 @@ Example: Reply to Pamela Nguyen */ /* Label for the preview post button. Tapping displays the post as it appears on the web. */ "posts.preview.actionTitle" = "预览"; +/* Label for the publish post button. */ +"posts.publish.actionTitle" = "发布"; + /* Retry uploading the post. */ "posts.retry.actionTitle" = "重试"; @@ -10458,6 +10590,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.jetpackSocial" = "Jetpack Social"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "%@ 个项目上传失败"; + /* Placeholder for a cell in the pre-publishing sheet */ "prepublishing.postTitle" = "标题"; @@ -10467,6 +10602,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.publishDate" = "发布日期"; +/* Placeholder value for a publishing date in the prepublishing sheet when the date is not selected */ +"prepublishing.publishDateImmediately" = "立即"; + /* Label in the header in the pre-publishing sheet */ "prepublishing.publishingTo" = "正在发布到"; @@ -10531,6 +10669,12 @@ Tapping on this row allows the user to edit the sharing message. */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.tags" = "标签"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaManyItemsRemaining" = "剩余 %@ 个项目"; + +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "剩余 %@ 个项目"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "上传媒体"; @@ -10540,6 +10684,24 @@ Tapping on this row allows the user to edit the sharing message. */ /* Title for a tappable string that opens the reader with a prompts tag */ "prompts.card.viewprompts.title" = "查看所有回复"; +/* Post publish date picker title for date cell */ +"publishDatePicker.date" = "发布日期"; + +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "您当前时区的日期:"; + +/* Post publish date picker: selected value placeholder when no date is selected and the post will be published immediately */ +"publishDatePicker.immediately" = "立即"; + +/* Title for button in publish date picker */ +"publishDatePicker.removePublishDate" = "删除发布日期"; + +/* Title for button in publish date picker */ +"publishDatePicker.selectPublishDate" = "选择发布日期"; + +/* Post publish time zone cell title */ +"publishDatePicker.timeZone" = "时区"; + /* Post publish date picker */ "publishDatePicker.title" = "发布日期"; @@ -10765,9 +10927,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "前往“订阅”"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "添加博客"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "无法阻止博客"; @@ -11007,6 +11166,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "添加标签"; +/* Text for the 'Like' button on the reader tag cell. */ +"reader.tags.button.like" = "点赞"; + +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "已点赞"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "发现更多标签"; @@ -11109,6 +11274,24 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for screen that allows configuration of your blog/site related posts settings. */ "relatedPostsSettings.title" = "相关文章"; +/* A version of the post on another device. */ +"resolveConflict.anotherDevice" = "其他设备"; + +/* A version of the post on the current device. */ +"resolveConflict.currentDevice" = "当前设备"; + +/* Description for the Resolve Conflict screen. */ +"resolveConflict.description" = "在其他设备上修改过此文章。 请选择要保留的文章版本。"; + +/* Title for the cancel button on the Resolve Conflict screen. */ +"resolveConflict.navigation.cancel" = "取消"; + +/* Title for the save button on the Resolve Conflict screen. */ +"resolveConflict.navigation.save" = "保存"; + +/* Title for the Resolve Conflict screen. */ +"resolveConflict.navigation.title" = "解决冲突"; + /* Title for the \"Copy Link\" action in Share Sheet. */ "share.sheet.copy.link.title" = "复制链接"; @@ -11286,6 +11469,30 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Text for unknown privacy setting */ "siteVisibility.unknown.title" = "未知"; +/* All sites section title for site switcher. */ +"site_switcher.all_sites_section.title" = "所有站点"; + +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "固定站点"; + +/* Recents section title for site switcher. */ +"site_switcher.recents_section.title" = "最近访问的站点"; + +/* CTA title for the site switcher screen. */ +"site_switcher_cta_title" = "添加站点"; + +/* Dismiss button title above the search. */ +"site_switcher_dismiss_button_title" = "取消"; + +/* Done button title above the search. */ +"site_switcher_done_button_title" = "完成"; + +/* Edit button title above the search. */ +"site_switcher_edit_button_title" = "编辑"; + +/* Title for site switcher screen. */ +"site_switcher_title" = "选择站点"; + /* Label for the blogging reminders setting */ "sitesettings.reminders.title" = "提醒"; @@ -11322,6 +11529,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A smallprint that hints the reason behind why Twitter is deprecated. */ "social.twitterDeprecation.text" = "由于 Twitter 更改了条款和定价,Twitter 自动共享功能已无法使用。"; +/* Title of Subscribers stats tab. */ +"stats.dashboard.tab.subscribers" = "订阅者"; + /* Title of Traffic stats tab. */ "stats.dashboard.tab.traffic" = "流量"; @@ -11418,15 +11628,54 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Hint displayed on the 'Most Popular Time' stats card when a user's site hasn't yet received enough traffic. */ "stats.insights.mostPopularTime.noData" = "动态数量不足。 请在您的站点拥有更多访客时回来查看!"; +/* Insights 'Subscribers' header */ +"stats.insights.subscribers.title" = "订阅者"; + /* A hint shown to the user in stats informing the user how many likes one of their posts has received. The %1$@ placeholder will be replaced with the title of a post, the %2$@ with the number of likes. */ "stats.insights.totalLikes.guideText.plural" = "您的最新文章 %1$@ 收到了 %2$@ 个赞。"; /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "您的最新文章 %1$@ 收到了 %2$@ 个赞。"; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "WordPress.com 订阅者总数:%@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "电子邮件订阅者总数:%@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "订阅者总数"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; +/* Table column title that shows the date since the user became a subscriber. */ +"stats.section.dataSubtitles.subscriberSince" = "成为订阅者的时间"; + +/* Table column title that shows the names of subscribers. */ +"stats.section.itemSubtitles.subscriber" = "名称"; + +/* Stats 'Subscribers' card header, contains chart */ +"stats.subscribers.chart.title" = "订阅者"; + +/* A title for table's column that shows a number of times a post was opened from an email */ +"stats.subscribers.emailsSummary.column.clicks" = "点击次数"; + +/* A title for table's column that shows a number of email openings */ +"stats.subscribers.emailsSummary.column.opens" = "打开次数"; + +/* A title for table's column that shows a name of an email */ +"stats.subscribers.emailsSummary.column.title" = "最近的电子邮件"; + +/* Stats 'Emails' card header */ +"stats.subscribers.emailsSummaryCard.title" = "电子邮件"; + +/* Stats 'Subscribers' card header */ +"stats.subscribers.subscribersListCard.title" = "订阅者"; + +/* Accessibility of stats table. Placeholders will be populated with names of data shown in table. */ +"stats.topTotalsCell.voiceOverDescription" = "显示 %1$@、%2$@ 和 %3$@ 的表格"; + /* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */ "stats.traffic.accessibilityLabel.comments" = "描绘所选时间段内评论数的条形图。"; @@ -11439,6 +11688,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */ "stats.traffic.accessibilityLabel.visitors" = "描绘所选时间段内访客数的条形图。"; +/* The label for the option to show Stats Traffic chart for Days. */ +"stats.traffic.days" = "日"; + +/* The label for the option to show Stats Traffic chart for Months. */ +"stats.traffic.months" = "月"; + +/* The label for the option to show Stats Traffic chart for Weeks. */ +"stats.traffic.weeks" = "周"; + +/* The label for the option to show Stats Traffic chart for Years. */ +"stats.traffic.years" = "年"; + /* Dismiss the AlertView */ "stockPhotos.strings.dismiss" = "忽略"; @@ -11448,9 +11709,27 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "搜索查找要添加到您的媒体库中的免费照片!"; +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.description" = "您可以选填您的电子邮件地址和用户名,以帮助我们了解您的体验。"; + +/* Label we show on an email input field */ +"submit.feedback.alert.empty.email" = "未输入电子邮件地址"; + +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "未输入用户名"; + +/* Alert submit option for users to accept sharing their email and name when submitting feedback. */ +"submit.feedback.alert.submit" = "完成"; + +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.title" = "感谢您的反馈"; + /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "提交"; +/* Notice informing user that their feedback is being submitted. */ +"submit.feedback.submit.loading" = "正在发送"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "反馈"; @@ -11622,6 +11901,21 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "未读"; +/* Site's Email Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.emailSubscriber" = "站点的电子邮件订阅者"; + +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "站点订阅者"; + +/* Sites's User Profile. Displayed when the name is empty! */ +"user.details.title.user" = "站点用户"; + +/* Site's Viewers Profile. Displayed when the name is empty! */ +"user.details.title.viewer" = "站点访客"; + +/* Site Subscribers */ +"users.list.title.subscribers" = "订阅者"; + /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ "visit our documentation page" = "访问我们的文档页面"; diff --git a/WordPress/Resources/zh-Hant.lproj/Localizable.strings b/WordPress/Resources/zh-Hant.lproj/Localizable.strings index 885f2efd73d1..4658089d6afc 100644 --- a/WordPress/Resources/zh-Hant.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hant.lproj/Localizable.strings @@ -1,4 +1,4 @@ -/* Translation-Revision-Date: 2024-04-23 09:54:08+0000 */ +/* Translation-Revision-Date: 2024-05-02 13:54:07+0000 */ /* Plural-Forms: nplurals=1; plural=0; */ /* Generator: GlotPress/4.0.1 */ /* Language: zh_TW */ @@ -8847,6 +8847,18 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* translators: displays audio file extension. e.g. MP3 audio file */ "audio file" = "音訊檔案"; +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.cancel" = "取消"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.message" = "這篇文章在不同裝置有未儲存的變更。 已編輯:%@。"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.title" = "可使用自動儲存"; + +/* An alert suggesting to load autosaved revision for a published post */ +"autosaveAlert.viewChanges" = "檢視變更"; + /* Alert message when something goes wrong with the selected image. */ "avatarMenu.failedToSetAvatarAlertMessage" = "無法載入圖片。 請選擇其他圖片,或稍後再試。"; @@ -10296,6 +10308,27 @@ Example: Reply to Pamela Nguyen */ /* Status mesasge for post cells */ "post.movingToTrashStatusMessage" = "正在將文章移至垃圾桶..."; +/* Button in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.discardChanges" = "捨棄變更"; + +/* Button in an alert confirming discaring a new draft */ +"postEditor.closeConfirmationAlert.discardDraft" = "捨棄草稿"; + +/* Button to keep the changes in an alert confirming discaring changes */ +"postEditor.closeConfirmationAlert.keepEditing" = "繼續編輯"; + +/* Button in an alert confirming saving a new draft */ +"postEditor.closeConfirmationAlert.saveDraft" = "儲存草稿"; + +/* Creating autosave to generate a preview (status message */ +"postEditor.creatingAutosaveForPreview" = "正在建立自動儲存..."; + +/* Title for a snackbar */ +"postEditor.revisionLoaded" = "修訂版本已經載入"; + +/* Saving draft to generate a preview (status message */ +"postEditor.savingDraftForPreview" = "正在儲存草稿..."; + /* Accessibility label for the post author in the post list. The parameter is the author name. For example, \"By Elsa.\" */ "postList.a11y.authorChunkFormat" = "作者:%@。"; @@ -10308,6 +10341,24 @@ Example: Reply to Pamela Nguyen */ /* Accessibility label for a post in the post list. The first placeholder is the post title. The second placeholder is the date. */ "postList.a11y.titleAndDateChunkFormat" = "%1$@,%2$@。"; +/* Badge for post cells */ +"postList.badgePendingReview" = "待審中"; + +/* Cancels an Action */ +"postList.cancel" = "取消"; + +/* Delete option in the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.actionTitle" = "永久刪除"; + +/* Message of the confirmation alert when deleting a page from the trash. */ +"postList.deletePermanently.alertMessage" = "你確定要永久刪除「%@」?"; + +/* An error message */ +"postList.errorUnsyncedChangesMessage" = "應用程式正在將先前的變更上傳至伺服器。 請稍後再試。"; + +/* A generic error message title */ +"postList.genericErrorMessage" = "發生錯誤"; + /* Label for a post in the post list. Indicates that the post has offline changes. */ "postList.offlineChanges" = "離線變更"; @@ -10323,6 +10374,42 @@ Example: Reply to Pamela Nguyen */ /* Title for the 'View' post list row swipe action */ "postList.swipeActionView" = "檢視"; +/* Trash option in the trash post or page confirmation alert. */ +"postList.trash.actionTitle" = "移至垃圾桶"; + +/* Message of the trash post or page confirmation alert. */ +"postList.trash.alertMessage" = "你確定要將「%@」移至垃圾桶? 將遺失所有先前未傳送至伺服器的變更。"; + +/* Cancel (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.cancelUpload" = "取消上傳"; + +/* Close button in postMediaUploadStatusView */ +"postMediaUploadStatusView.close" = "關閉"; + +/* Placeholder text in postMediaUploadStatusView when no uploads remain */ +"postMediaUploadStatusView.noPendingUploads" = "沒有待上傳內容"; + +/* Shows the upload progress with two preformatted parameters: %1$@ is the placeholder for completed bytes, and %2$@ is the placeholder for total bytes */ +"postMediaUploadStatusView.progress" = "已完成 %1$@,共 %2$@"; + +/* Retry (single) upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUpload" = "重試上傳"; + +/* Retry upload button in postMediaUploadStatusView */ +"postMediaUploadStatusView.retryUploads" = "重試上傳"; + +/* Title for post media upload status view */ +"postMediaUploadStatusView.title" = "媒體上傳內容"; + +/* A generic error message title */ +"postNotice.errorTitle" = "發生錯誤"; + +/* An error message */ +"postNotice.errorUnsyncedChangesMessage" = "應用程式正在將先前的變更上傳至伺服器。 請稍後再試。"; + +/* Button OK */ +"postNotice.ok" = "確定"; + /* Title of notification displayed when a page has been successfully saved as a draft. */ "postNotice.pageDraftCreated" = "已上傳頁面草稿"; @@ -10356,6 +10443,15 @@ Example: Reply to Pamela Nguyen */ /* Button title. Displays a summary / sharing screen for a specific post. */ "postNotice.view" = "檢視"; +/* Error message: content was modified on another device */ +"postSaveErrorMessage.conflict" = "此內容已在其他裝置修改"; + +/* Error message: item permanently deleted */ +"postSaveErrorMessage.deleted" = "已永久刪除「%@」且無法更新"; + +/* A default value for an post without a title */ +"postSaveErrorMessage.postUntitled" = "無標題"; + /* User action to dismiss featured media options. */ "postSettings.featuredImageUploadActionSheet.dismiss" = "關閉"; @@ -10368,6 +10464,9 @@ Example: Reply to Pamela Nguyen */ /* Title for action sheet with featured media options. */ "postSettings.featuredImageUploadActionSheet.title" = "精選圖片選項"; +/* The 'Pending Review' setting of the post */ +"postSettings.pendingReview" = "待審中"; + /* Section title for the disabled Twitter service in the Post Settings screen */ "postSettings.section.disabledTwitter.header" = "Twitter 自動分享功能已無法使用"; @@ -10377,6 +10476,36 @@ Example: Reply to Pamela Nguyen */ /* Error message on post/page settings screen */ "postSettings.updateFailedMessage" = "無法更新文章設定"; +/* Details for a 'Private' privacy setting */ +"postVisibility.private.details" = "僅網站管理員及編輯者可檢視"; + +/* Title for a 'Private' privacy setting */ +"postVisibility.private.title" = "私人"; + +/* Details for a 'Password Protected' privacy setting */ +"postVisibility.protected.details" = "所有人都可檢視但需要密碼"; + +/* Title for a 'Password Protected' privacy setting */ +"postVisibility.protected.title" = "受密碼保護"; + +/* Details for a 'Public' (default) privacy setting */ +"postVisibility.public.details" = "所有人都能檢視"; + +/* Title for a 'Public' (default) privacy setting */ +"postVisibility.public.title" = "公開"; + +/* Button cancel */ +"postVisibilityPicker.cancel" = "取消"; + +/* Navigation bar title for the Post Visibility picker */ +"postVisibilityPicker.navigationTitle" = "可見度"; + +/* Password placeholder text */ +"postVisibilityPicker.password" = "密碼"; + +/* Button save */ +"postVisibilityPicker.save" = "儲存"; + /* Promote the post with Blaze. */ "posts.blaze.actionTitle" = "使用 Blaze 進行宣傳"; @@ -10401,6 +10530,9 @@ Example: Reply to Pamela Nguyen */ /* Label for the preview post button. Tapping displays the post as it appears on the web. */ "posts.preview.actionTitle" = "預覽"; +/* Label for the publish post button. */ +"posts.publish.actionTitle" = "發表"; + /* Retry uploading the post. */ "posts.retry.actionTitle" = "重試"; @@ -10464,6 +10596,9 @@ Example: Reply to Pamela Nguyen */ /* Voiceover accessibility label informing the user that this button dismiss the current view */ "prepublishing.close" = "關閉"; +/* Details for a publish button state in the pre-publishing sheet; count as a parameter */ +"prepublishing.mediaUploadFailedDetails" = "無法上傳 %@ 個項目"; + /* Placeholder for a cell in the pre-publishing sheet */ "prepublishing.postTitle" = "標題"; @@ -10473,6 +10608,9 @@ Example: Reply to Pamela Nguyen */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.publishDate" = "發表日期"; +/* Placeholder value for a publishing date in the prepublishing sheet when the date is not selected */ +"prepublishing.publishDateImmediately" = "立即"; + /* Label in the header in the pre-publishing sheet */ "prepublishing.publishingTo" = "發表至"; @@ -10537,6 +10675,12 @@ Tapping on this row allows the user to edit the sharing message. */ /* Label for a cell in the pre-publishing sheet */ "prepublishing.tags" = "標籤"; +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaManyItemsRemaining" = "剩下 %@ 個項目"; + +/* Details label for a publish button state in the pre-publishing sheet */ +"prepublishing.uploadMediaOneItemRemaining" = "剩下 %@ 個項目"; + /* Title for a publish button state in the pre-publishing sheet */ "prepublishing.uploadingMedia" = "正在上傳媒體"; @@ -10546,6 +10690,24 @@ Tapping on this row allows the user to edit the sharing message. */ /* Title for a tappable string that opens the reader with a prompts tag */ "prompts.card.viewprompts.title" = "檢視所有回應"; +/* Post publish date picker title for date cell */ +"publishDatePicker.date" = "發表日期"; + +/* Post publish date picker footer view when the selected date time zone is different from your current time zone; followed by the time in the current time zone. */ +"publishDatePicker.footerCurrentTimezone" = "你目前時區的日期:"; + +/* Post publish date picker: selected value placeholder when no date is selected and the post will be published immediately */ +"publishDatePicker.immediately" = "立即"; + +/* Title for button in publish date picker */ +"publishDatePicker.removePublishDate" = "移除發表日期"; + +/* Title for button in publish date picker */ +"publishDatePicker.selectPublishDate" = "選取發表日期"; + +/* Post publish time zone cell title */ +"publishDatePicker.timeZone" = "時區"; + /* Post publish date picker */ "publishDatePicker.title" = "發表日期"; @@ -10771,9 +10933,6 @@ with the filter chip button. */ /* Button title. Tapping lets the user view the blogs they're subscribed to. */ "reader.no.results.subscriptions.button" = "前往「訂閱」"; -/* No Tags View Button Label */ -"reader.no.tags.title" = "新增網誌"; - /* Notice title when blocking a blog fails. */ "reader.notice.blog.blocked.failure" = "無法封鎖網誌"; @@ -11010,6 +11169,12 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title of a feature to add a new tag to the tags subscribed by the user. */ "reader.tags.add.tag.title" = "新增標籤"; +/* Text for the 'Like' button on the reader tag cell. */ +"reader.tags.button.like" = "讚"; + +/* Text for the 'Liked' button on the reader tag cell. */ +"reader.tags.button.liked" = "已按讚"; + /* Button title. Tapping shows the Subscribe to Tags screen. */ "reader.tags.discover.more.tags" = "探索更多標籤"; @@ -11112,6 +11277,24 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for screen that allows configuration of your blog/site related posts settings. */ "relatedPostsSettings.title" = "相關文章"; +/* A version of the post on another device. */ +"resolveConflict.anotherDevice" = "其他裝置"; + +/* A version of the post on the current device. */ +"resolveConflict.currentDevice" = "目前裝置"; + +/* Description for the Resolve Conflict screen. */ +"resolveConflict.description" = "此文章已在其他裝置修改。 請選取要保存的文章版本。"; + +/* Title for the cancel button on the Resolve Conflict screen. */ +"resolveConflict.navigation.cancel" = "取消"; + +/* Title for the save button on the Resolve Conflict screen. */ +"resolveConflict.navigation.save" = "儲存"; + +/* Title for the Resolve Conflict screen. */ +"resolveConflict.navigation.title" = "解決衝突"; + /* Title for the \"Copy Link\" action in Share Sheet. */ "share.sheet.copy.link.title" = "複製連結"; @@ -11289,6 +11472,30 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Text for unknown privacy setting */ "siteVisibility.unknown.title" = "未知"; +/* All sites section title for site switcher. */ +"site_switcher.all_sites_section.title" = "所有網站"; + +/* Pinned section title for site switcher. */ +"site_switcher.pinned_section.title" = "已釘選的網站"; + +/* Recents section title for site switcher. */ +"site_switcher.recents_section.title" = "近期網站"; + +/* CTA title for the site switcher screen. */ +"site_switcher_cta_title" = "新增網站"; + +/* Dismiss button title above the search. */ +"site_switcher_dismiss_button_title" = "取消"; + +/* Done button title above the search. */ +"site_switcher_done_button_title" = "完成"; + +/* Edit button title above the search. */ +"site_switcher_edit_button_title" = "編輯"; + +/* Title for site switcher screen. */ +"site_switcher_title" = "選擇網站"; + /* Label for the blogging reminders setting */ "sitesettings.reminders.title" = "提醒"; @@ -11325,6 +11532,9 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* A smallprint that hints the reason behind why Twitter is deprecated. */ "social.twitterDeprecation.text" = "由於 Twitter 變更條款和定價,Twitter 自動分享功能已無法使用。"; +/* Title of Subscribers stats tab. */ +"stats.dashboard.tab.subscribers" = "訂閱者"; + /* Title of Traffic stats tab. */ "stats.dashboard.tab.traffic" = "流量"; @@ -11421,18 +11631,57 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Hint displayed on the 'Most Popular Time' stats card when a user's site hasn't yet received enough traffic. */ "stats.insights.mostPopularTime.noData" = "沒有足夠的活動。 有更多訪客造訪網站的時候,請再回來查看!"; +/* Insights 'Subscribers' header */ +"stats.insights.subscribers.title" = "訂閱者"; + /* A hint shown to the user in stats informing the user how many likes one of their posts has received. The %1$@ placeholder will be replaced with the title of a post, the %2$@ with the number of likes. */ "stats.insights.totalLikes.guideText.plural" = "你的最新文章 %1$@ 已獲得 %2$@ 次按讚。"; /* A hint shown to the user in stats informing the user that one of their posts has received a like. The %1$@ placeholder will be replaced with the title of a post, and the %2$@ will be replaced by the numeral one. */ "stats.insights.totalLikes.guideText.singular" = "你的最新文章 %1$@ 已獲得 %2$@ 次按讚。"; +/* Label displaying total number of WordPress.com subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.dotcomCount" = "WordPress.com 訂閱者總人數:%@"; + +/* Label displaying total number of email subscribers. %@ is the total. */ +"stats.insights.totalSubscribers.emailCount" = "電子郵件訂閱者總人數:%@"; + +/* Insights 'Total Subscribers' header */ +"stats.insights.totalSubscribers.title" = "訂閱者總人數"; + /* Text for the Stats Traffic Overview stat difference label. Shows the change from the previous period, including the percentage value. E.g.: +12.3K (5%). %1$@ is the placeholder for the change sign ('-', '+', or none). %2$@ is the placeholder for the change numerical value. %3$@ is the placeholder for the change percentage value. */ "stats.overview.differenceLabelWithNumber" = "%1$@%2$@ (%3$@)"; /* Stats 'Today' header */ "stats.period.todayCard.title" = "今天"; +/* Table column title that shows the date since the user became a subscriber. */ +"stats.section.dataSubtitles.subscriberSince" = "從以下時間開始訂閱:"; + +/* Table column title that shows the names of subscribers. */ +"stats.section.itemSubtitles.subscriber" = "名稱"; + +/* Stats 'Subscribers' card header, contains chart */ +"stats.subscribers.chart.title" = "訂閱者"; + +/* A title for table's column that shows a number of times a post was opened from an email */ +"stats.subscribers.emailsSummary.column.clicks" = "點擊數"; + +/* A title for table's column that shows a number of email openings */ +"stats.subscribers.emailsSummary.column.opens" = "開啟數"; + +/* A title for table's column that shows a name of an email */ +"stats.subscribers.emailsSummary.column.title" = "最新電子郵件"; + +/* Stats 'Emails' card header */ +"stats.subscribers.emailsSummaryCard.title" = "電子郵件"; + +/* Stats 'Subscribers' card header */ +"stats.subscribers.subscribersListCard.title" = "訂閱者"; + +/* Accessibility of stats table. Placeholders will be populated with names of data shown in table. */ +"stats.topTotalsCell.voiceOverDescription" = "顯示 %1$@、%2$@ 和 %3$@ 的表格"; + /* This description is used to set the accessibility label for the Stats Traffic chart, with Comments selected. */ "stats.traffic.accessibilityLabel.comments" = "顯示所選期間留言情況的長條圖。"; @@ -11445,6 +11694,18 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* This description is used to set the accessibility label for the Stats Traffic chart, with Visitors selected. */ "stats.traffic.accessibilityLabel.visitors" = "顯示所選期間訪客人數的長條圖。"; +/* The label for the option to show Stats Traffic chart for Days. */ +"stats.traffic.days" = "天"; + +/* The label for the option to show Stats Traffic chart for Months. */ +"stats.traffic.months" = "月"; + +/* The label for the option to show Stats Traffic chart for Weeks. */ +"stats.traffic.weeks" = "週"; + +/* The label for the option to show Stats Traffic chart for Years. */ +"stats.traffic.years" = "年"; + /* Dismiss the AlertView */ "stockPhotos.strings.dismiss" = "關閉"; @@ -11454,9 +11715,27 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Title for placeholder in Free Photos */ "stockPhotos.title" = "搜尋免費相片以新增至你的媒體庫!"; +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.description" = "你可以選擇納入電子郵件地址與使用者名稱,協助我們了解你的體驗。"; + +/* Label we show on an email input field */ +"submit.feedback.alert.empty.email" = "未輸入電子郵件地址"; + +/* Label we show on an name input field */ +"submit.feedback.alert.empty.username" = "未輸入使用者名稱"; + +/* Alert submit option for users to accept sharing their email and name when submitting feedback. */ +"submit.feedback.alert.submit" = "完成"; + +/* Alert users are shown when submtiting their feedback. */ +"submit.feedback.alert.title" = "感謝你的意見回饋"; + /* The button title for the Submit button in the In-App Feedback screen */ "submit.feedback.submit.button" = "提交"; +/* Notice informing user that their feedback is being submitted. */ +"submit.feedback.submit.loading" = "正在傳送"; + /* The title for the the In-App Feedback screen */ "submit.feedback.title" = "意見回饋"; @@ -11628,6 +11907,21 @@ Refer to: `reader.preferences.preview.body.feedback.format` */ /* Displayed in the confirmation alert when marking unread notifications as read. */ "unread" = "未讀"; +/* Site's Email Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.emailSubscriber" = "網站的電子郵件訂閱者"; + +/* Site's Subscriber Profile. Displayed when the name is empty! */ +"user.details.title.subscriber" = "網站的訂閱者"; + +/* Sites's User Profile. Displayed when the name is empty! */ +"user.details.title.user" = "網站的使用者"; + +/* Site's Viewers Profile. Displayed when the name is empty! */ +"user.details.title.viewer" = "網站的檢視者"; + +/* Site Subscribers */ +"users.list.title.subscribers" = "訂閱者"; + /* Portion of a message for Jetpack users that have multisite WP installation, thus Restore is not available. This part is a link, colored with a different color. */ "visit our documentation page" = "請造訪我們的文件頁面"; From 2d02b4112363aa22d64ec72e6905d65dc8afb18f Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Tue, 7 May 2024 08:46:12 -0700 Subject: [PATCH 6/8] Update WordPress metadata translations --- fastlane/metadata/de-DE/release_notes.txt | 1 + fastlane/metadata/default/release_notes.txt | 4 +--- fastlane/metadata/en-GB/release_notes.txt | 1 + fastlane/metadata/es-ES/release_notes.txt | 1 + fastlane/metadata/nl-NL/release_notes.txt | 1 + fastlane/metadata/sv/release_notes.txt | 1 + fastlane/metadata/tr/release_notes.txt | 1 + 7 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/de-DE/release_notes.txt create mode 100644 fastlane/metadata/en-GB/release_notes.txt create mode 100644 fastlane/metadata/es-ES/release_notes.txt create mode 100644 fastlane/metadata/nl-NL/release_notes.txt create mode 100644 fastlane/metadata/sv/release_notes.txt create mode 100644 fastlane/metadata/tr/release_notes.txt diff --git a/fastlane/metadata/de-DE/release_notes.txt b/fastlane/metadata/de-DE/release_notes.txt new file mode 100644 index 000000000000..4b579f7f3c19 --- /dev/null +++ b/fastlane/metadata/de-DE/release_notes.txt @@ -0,0 +1 @@ +Wir haben einige Aktualisierungen am Seitenmenü vorgenommen. Du findest die Einstellungen jetzt in einem eigenen Abschnitt, und sie sind sowohl für veröffentlichte als auch für unveröffentlichte Beiträge verfügbar. Das fetzt. diff --git a/fastlane/metadata/default/release_notes.txt b/fastlane/metadata/default/release_notes.txt index b947e8874d39..cbd493a03aa1 100644 --- a/fastlane/metadata/default/release_notes.txt +++ b/fastlane/metadata/default/release_notes.txt @@ -1,3 +1 @@ -* [*] [internal] Update Reachability. [#23030] -* [*] Move "Settings" context menu action in "Pages" from the submenu to a separate section to make it easily discoverable and make it available for unpublished posts [#23065] - +We made some updates to the Pages menu. You’ll now find Settings in its own section, and it’s available for both published and unpublished posts. Groovy. \ No newline at end of file diff --git a/fastlane/metadata/en-GB/release_notes.txt b/fastlane/metadata/en-GB/release_notes.txt new file mode 100644 index 000000000000..346d277faa34 --- /dev/null +++ b/fastlane/metadata/en-GB/release_notes.txt @@ -0,0 +1 @@ +We made some updates to the Pages menu. You’ll now find Settings in its own section, and it’s available for both published and unpublished posts. Groovy. diff --git a/fastlane/metadata/es-ES/release_notes.txt b/fastlane/metadata/es-ES/release_notes.txt new file mode 100644 index 000000000000..a2d6304d59d6 --- /dev/null +++ b/fastlane/metadata/es-ES/release_notes.txt @@ -0,0 +1 @@ +Hemos realizado algunas actualizaciones en el menú «Páginas». Ahora encontrarás lo ajustes en su propia sección, y está disponible tanto para las entradas publicadas como para las no publicadas. Genial. diff --git a/fastlane/metadata/nl-NL/release_notes.txt b/fastlane/metadata/nl-NL/release_notes.txt new file mode 100644 index 000000000000..c71937812a4d --- /dev/null +++ b/fastlane/metadata/nl-NL/release_notes.txt @@ -0,0 +1 @@ +We hebben enkele updates gemaakt aan het Pagina's menu. Je vindt nu instellingen in een eigen sectie, en het is beschikbaar voor zowel gepubliceerde als ongepubliceerde berichten. diff --git a/fastlane/metadata/sv/release_notes.txt b/fastlane/metadata/sv/release_notes.txt new file mode 100644 index 000000000000..acfc2ccdd025 --- /dev/null +++ b/fastlane/metadata/sv/release_notes.txt @@ -0,0 +1 @@ +Vi har gjort vissa uppdateringar i menyn för sidor. Nu finns alla inställningar i en egen sektion och de är alltid tillgängliga, oberoende av om ett inlägg är publicerat eller inte. Härligt. diff --git a/fastlane/metadata/tr/release_notes.txt b/fastlane/metadata/tr/release_notes.txt new file mode 100644 index 000000000000..a35959d9241b --- /dev/null +++ b/fastlane/metadata/tr/release_notes.txt @@ -0,0 +1 @@ +Sayfalar menüsünde bazı güncellemeler yaptık. Artık Ayarlar'ı kendi bölümünde bulabilirsiniz ve bu, hem yayımlanmış hem de yayımlanmamış gönderilerde mevcuttur. Havalı. From 02c65f528ad8a79644ba735d56c2431c1c5457a5 Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Tue, 7 May 2024 08:46:15 -0700 Subject: [PATCH 7/8] Update Jetpack metadata translations --- fastlane/jetpack_metadata/default/release_notes.txt | 5 +---- fastlane/jetpack_metadata/pt-BR/release_notes.txt | 1 + fastlane/jetpack_metadata/tr/release_notes.txt | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 fastlane/jetpack_metadata/pt-BR/release_notes.txt create mode 100644 fastlane/jetpack_metadata/tr/release_notes.txt diff --git a/fastlane/jetpack_metadata/default/release_notes.txt b/fastlane/jetpack_metadata/default/release_notes.txt index a051f43082d3..33f1301d9f19 100644 --- a/fastlane/jetpack_metadata/default/release_notes.txt +++ b/fastlane/jetpack_metadata/default/release_notes.txt @@ -1,4 +1 @@ -* [*] [internal] Update Reachability. [#23030] -* [*] Move "Settings" context menu action in "Pages" from the submenu to a separate section to make it easily discoverable and make it available for unpublished posts [#23065] -* [*] Add "Stats" context menu action to "Pages" [#23065] - +We made some updates to the Pages menu. You’ll now find Settings in its own section, right underneath Stats (which we also moved). It’s available for both published and unpublished posts. Groovy. \ No newline at end of file diff --git a/fastlane/jetpack_metadata/pt-BR/release_notes.txt b/fastlane/jetpack_metadata/pt-BR/release_notes.txt new file mode 100644 index 000000000000..588aafef9cdf --- /dev/null +++ b/fastlane/jetpack_metadata/pt-BR/release_notes.txt @@ -0,0 +1 @@ +Fizemos algumas atualizações no menu Páginas. Agora as configurações têm uma seção própria, logo abaixo de Estatísticas (que também mudou de lugar). Essa seção está disponível para posts publicados ou não. Legal, não é? diff --git a/fastlane/jetpack_metadata/tr/release_notes.txt b/fastlane/jetpack_metadata/tr/release_notes.txt new file mode 100644 index 000000000000..58fa1d96ae81 --- /dev/null +++ b/fastlane/jetpack_metadata/tr/release_notes.txt @@ -0,0 +1 @@ +Sayfalar menüsünde bazı güncellemeler yaptık. Artık Ayarlar'ı İstatistikler'in altında (bunu da taşıdık) kendi bölümünde bulabilirsiniz. Bu, hem yayımlanmış hem de yayımlanmamış gönderilerde mevcuttur. Havalı. From 746236e17980b02adcc6debffebcf8c427e6ee84 Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Tue, 7 May 2024 08:46:29 -0700 Subject: [PATCH 8/8] 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 2b2b88fc0c89..8115973780ac 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,2 +1,2 @@ -VERSION_LONG = 24.8.0.20240430 +VERSION_LONG = 24.8.0.20240507 VERSION_SHORT = 24.8 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 510cabe182bf..13b1a450eee5 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,2 +1,2 @@ -VERSION_LONG = 24.8.0.2 +VERSION_LONG = 24.8.0.3 VERSION_SHORT = 24.8