Merge pull request #3578 from holton-jiang/patch-2

Add "longestGeneric" and "shortestGeneric"
This commit is contained in:
Jackson Harper 2024-02-26 15:29:00 +08:00 committed by GitHub
commit e313384d4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@
// Push Notification Settings
"notificationsEnabled" = "启用通知";
"notificationsExplainer" = "启用推送通知将授予 Omnivore 设备发送通知的权限,但由您负责发送哪些通知。";
"notificationsTriggerExplainer" = "推送通知使用您的[帐户规则](https://omnivore.app/settings/rules) 您可以在线编辑。";
"notificationsTriggerExplainer" = "推送通知使用您的[帐户规则](https://omnivore.app/settings/rules)您可以在线编辑。";
"notificationsEnable" = "确定启用推送通知?";
"notificationsGeneralExplainer" = "当新闻资讯链接到达您的收集箱时收到通知。或者接收您从我们的分享扩展中设置的提醒。";
"notificationsOptionDeny" = "不用了";
@ -54,7 +54,7 @@
"communityAppstoreReview" = "在 AppStore 上评论";
"communityTweet" = "关于 Omnivore 的推文";
"communityFollowTwitter" = "在 Twitter 上关注我们";
"communityJoinDiscord" = "加入我们的 Discord";
"communityJoinDiscord" = "加入我们的 Discord 社区";
"communityStarGithub" = "点亮我们的 GitHub 星标";
// Clubs View
@ -72,7 +72,7 @@
// Subscriptions
"subscriptionsErrorRetrieving" = "抱歉,我们无法检索您的订阅。";
"subscriptionsNone" = "您当前没有订阅。";
"subscriptionsNone" = "您当前没有任何订阅。";
//"subscriptions.error.retrieving" = "上次接收时间: \(updatedDate.formatted())"; // unused for now
// Text to Speech
@ -80,9 +80,9 @@
"texttospeechSettingsAudio" = "音频设置";
"texttospeechSettingsEnablePrefetch" = "启用音频读取";
"texttospeechBetaSignupInProcess" = "注册测试版";
"texttospeechBetaRealisticVoiceLimit" = "您处于超逼真的语音测试版中。在测试期间您每天可以收听 10,000 字的音频。";
"texttospeechBetaRequestReceived" = "已收到您加入超逼真语音演示的请求。当有空位时您将收到电子邮箱通知。";
"texttospeechBetaWaitlist" = "超级真实的声音目前处于有限测试阶段,仅适用于英语。启用该功能会将您添加到测试队列中。";
"texttospeechBetaRealisticVoiceLimit" = "您处于真实环绕语音的测试版中。在测试期间您每天可以收听 10,000 字的音频。";
"texttospeechBetaRequestReceived" = "已收到您加入真实环绕语音演示的请求。当有空位时您将收到电子邮箱通知。";
"texttospeechBetaWaitlist" = "真实环绕语音目前处于有限测试阶段,仅适用于英语。启用该功能会将您添加到测试队列中。";
// Sign in/up
"registrationNoAccount" = "还没有帐号?";
@ -123,7 +123,7 @@
// Welcome View
"welcomeTitle" = "认真的读者所喜爱的稍后阅读。";
"welcomeLearnMore" = "了解更多";
"welcomeSignupAgreement" = "您使用我们的服务即表示您已同意本条款 Omnivore\n";
"welcomeSignupAgreement" = "您使用我们的服务即表示您已同意 Omnivore 条款\n";
"welcomeTitleTermsOfService" = "服务条款";
"welcomeTitleAndJoiner" = " 和 ";
"welcomeTitleEmailContinue" = "继续使用电子邮箱";
@ -191,6 +191,8 @@
"filesGeneric" = "文件";
"newestGeneric" = "最新";
"oldestGeneric" = "最早";
"longestGeneric" = "内容最长";
"shortestGeneric" = "内容最短";
"recentlyReadGeneric" = "最近阅读";
"recentlyPublishedGeneric" = "最近发布";
"clubsGeneric" = "阅读俱乐部";
@ -267,7 +269,6 @@
//"Are you sure you want to delete this label?" = "是否确定要删除此标签?";
//"Delete Label" = "删除标签";
//"Label Name" = "标签名称";
//"Create New Label" = "创建新标签";
//
//// Views/Profile/NewsletterEmailsView.swift
//"Email copied" = "电子邮箱已复制";
@ -327,7 +328,7 @@
//"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" = "自我管选项";
//"Self-hosting options" = "私有化部署选项";
//"View Details" = "查看详情";
// Unit test Entry -- Do not remove this or add entries after this one.