From e8ccb2f781e6b432ecbedac392a779d8b1f70320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E6=98=8E=E5=BC=BA?= Date: Thu, 2 Feb 2023 22:55:30 +0800 Subject: [PATCH] Update Localizable.strings --- .../zh-Hans.lproj/Localizable.strings | 128 +++++++++++++++++- 1 file changed, 123 insertions(+), 5 deletions(-) diff --git a/apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings b/apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings index d505afae5..c212f2dd0 100644 --- a/apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings +++ b/apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings @@ -25,9 +25,9 @@ "manageAccountConfirmDeleteMessage" = "您确定要删除您的帐户吗? 此操作无法撤消。"; // Newsletter Emails View -"newsletterEmailsExisting" = "现有电子邮箱 (点击复制)"; +"newsletterEmailsExisting" = "现有电子邮件 (点击复制)"; "createNewEmailMessage" = "创建新的电子邮件地址"; -"newslettersDescription" = "将 PDF 添加到您的资料库,或使用 Omnivore 电子邮件地址订阅新闻稿件。"; +"newslettersDescription" = "将 PDF 添加到您的文库,或使用 Omnivore 电子邮件地址订阅新闻稿件。"; "noCurrentSubscriptionsMessage" = "您当前没有任何订阅。"; // Profile View @@ -42,7 +42,7 @@ "notificationsExplainer" = "启用推送通知将授予 Omnivore 设备发送通知的权限,\n但由您负责发送哪些通知。"; "notificationsTriggerExplainer" = "推送通知使用您的 \n[account rules](https://omnivore.app/settings/rules) 您可以在线编辑。"; "notificationsEnable" = "确定启用推送通知?"; - "notificationsGeneralExplainer" = "当新闻通讯链接到达您的收集箱时收到通知。或者接收您从我们的分享扩展中设置的提醒。"; + "notificationsGeneralExplainer" = "当新闻稿件链接到达您的收集箱时收到通知。或者接收您从我们的分享扩展中设置的提醒。"; "notificationsOptionDeny" = "不了,谢谢"; "notificationsOptionEnable" = "好的,谢谢"; @@ -143,7 +143,7 @@ "genericClose" = "关闭"; "genericCreate" = "创建"; "genericConfirm" = "确认"; -"genericProfile" = "概要"; +"genericProfile" = "个人资料"; "genericNext" = "下一页"; "genericName" = "名字"; "genericOk" = "好"; @@ -190,7 +190,7 @@ "clubsGeneric" = "读书俱乐部"; "errorGeneric" = "哦!出现了小问题,请您重试。"; "pushNotificationsGeneric" = "推送通知"; -"dismissButton" = "返回"; +"dismissButton" = "返回或撤销"; "errorNetwork" = "我们在连接到互联网时遇到问题。"; "documentationGeneric" = "使用文档"; @@ -202,7 +202,125 @@ // "username.validation.error.tooshort" = "用户名应至少包含 3 个英文字符."; // "username.validation.error.toolong" = "用户名不能超过 15 个英文字符."; // "saveArticleSavingState" = "保存中..."; +// "Confirm Your Profile" = "确认您的个人资料"; // Unit test Entry -- Do not remove this or add entries after this one. // This allows us to check for syntax errors in this file with a unit test "unitTestTrailingEntry" = "仅用于测试目的。"; + +// Views/Home/HomeFeedViewIOS.swift file +"Archive" = "存档"; +"Unarchive" = "取消存档"; +"Remove Item" = "删除此文章"; +"Are you sure you want to delete this item? All associated notes and highlights will be deleted." = "是否确定要删除此文章?所有相关的注释和高亮显示都将被删除。"; +"Delete Item" = "删除此文章"; +"Notebook" = "注释笔记"; +"Edit Info" = "编辑信息"; +"Add Labels" = "添加标签"; +"Edit Labels" = "编辑标签"; +"Recommended" = "推荐"; + +// Views/Home/HomeFeedViewMac.swift +"Home" = "文库"; +"Refresh Feed" = "刷新源"; +"Are you sure?" = "是否确定?"; +"Remove Link" = "删除链接"; + +// Views/Home/HomeFeedViewModel.swift file +"Link archived" = "链接已存档"; +"Link moved to Inbox" = "链接已移至收集箱"; +"Link removed" = "链接已删除"; +"Failed to snooze" = "无法睡眠"; + +// Views/Home/LibrarySearchView.swift file +"Remove" = "移除"; +"Search" = "搜索"; +"Recent Searches" = "最近的搜索"; +"Narrow with advanced search" = "使用高级搜索缩小筛选范围"; +"filter to inbox, archive, or all" = "筛选到收集箱、存档或全部"; +"search for a specific title" = "搜索特定标题"; +"any saved read with highlights" = "任何带有荧光笔高亮显示的已保存文章"; +"[More on Advanced Search](https://omnivore.app/help/search)" = "[了解更多高级搜索](https://omnivore.app/help/search)"; + +// Views/AudioPlayer/ExpandedPlayer.swift +"Playback Speed (%.1f×)" = "播放速度 (%.1f×)"; +"Change Voice" = "更改语音"; +"View Article" = "查看文章"; +"Stop" = "停止"; + +// Views/AudioPlayer/MiniPlayer.swift +"There was an error playing back your audio." = "播放音频时出错。"; + +// Views/Labels/ApplyLabelsView.swift +"Set Labels" = "设置标签"; + +// Views/Labels/FilterByLabelsView.swift +"Filter by Label" = "根据标签筛选"; +"Filter Labels" = "筛选标签"; + +// Views/Labels/LabelsView.swift +"Are you sure you want to delete this label?" = "是否确定要删除此标签?"; +"Delete Label" = "删除标签"; +"Label Name" = "标签名称"; +"Create New Label" = "创建新标签"; + +// Views/Profile/NewsletterEmailsView.swift +"Email copied" = "电子邮件已复制"; + +// Views/Profile/ProfileView.swift +"Omnivore Version \(appVersion)" = "Omnivore 版本 \(appVersion)"; +"Unable to load account information." = "无法加载帐户信息。"; +"We were unable to delete your account." = "我们无法删除您的帐户。"; + +// Views/Profile/PushNotificationSettingsView.swift +"Devices" = "设备"; + +// Views/Profile/RecommendationGroupView.swift +"Admins" = "管理员"; +"Members"" = "成员"; +"Invite link copied" = "已复制邀请链接"; + +// Views/Profile/RecommendationGroupsView.swift +"Error creating club" +"Club Rules" = "已复制邀请链接"; +"Only admins can post" = "只有管理员可以发帖"; +"Only admins can see members" = "只有管理员才能看到成员"; + +// Views/Profile/Subscriptions.swift +"failed to remove subscription" = "无法删除订阅"; +"Are you sure you want to cancel this subscription?" = "是否确定要取消此订阅?"; +"Subscription cancelled." = "订阅已取消。"; +"Could not unsubscribe." = "无法取消订阅。"; + +// Views/Highlights/HighlightsListCard.swift +"Highlight copied" = "已复制荧光笔高亮显示"; +"Copy" = "复制"; +"Delete" = "删除"; +"Add Notes..." = "添加注释..."; + +// Views/LinkItemDetailView.swift +"Link archived" = "链接已存档"; +"Link moved to Inbox" = "链接已移至收集箱"; +"Link removed" = "链接已删除"; +"Edit Info" = "编辑信息"; +"Unarchive" = "取消存档"; +"Archive" = "存档"; +"Are you sure?" = "是否确定?"; +"Remove Link" = "删除链接"; + +// Views/LinkedItemMetadataEditView.swift +"Edit Title and Description" = "编辑标题和说明"; + +// Views/SelfHostSettingsView.swift +"API Server Base URL" = "API 服务器基本 URL"; +"Web Server URL" = "Web 服务器 URL"; +"Text-to-speech Server URL" = "文章转语音服务器 URL"; +"Changing your environment settings will close the app." = "更改环境设置将关闭应用。"; +"Self-hosting Options" = "自我管选项"; + +// Views/WelcomeView.swift +"Your account has been deleted. Additional steps may be needed if Sign in with Apple was used to register." = "您的帐户已被删除。如果使用 Apple 登录 进行注册,则可能需要执行其他步骤。"; +"View Terms of Service" = "查看服务条款"; +"View Privacy Policy" = "查看隐私策略"; +"Self-hosting options" = "自我管选项"; +"View Details" = "查看详情";