export const en = { "common.close": "Close", "common.copy": "Copy", "common.download": "Download", "common.public": "Public", "common.people": "People", "common.openInBuzz": "Open in Buzz", "common.copied": "Copied to clipboard", "common.copyFailed": "Failed to copy to clipboard", "common.tryAgain": "Please try again later.", "common.updated": "Updated {time}", "locale.switchToEnglish": "Switch to English", "locale.switchToChinese": "切换为简体中文", "theme.switch": "Theme: {theme}. Click to switch.", "theme.light": "light", "theme.dark": "dark", "theme.system": "system", "invite.title": "You're invited to", "invite.joinInBrowser": "Join in browser", "invite.joining": "Joining…", "invite.accept": "Accept invite in Buzz", "invite.noApp": "Don't have the app?", "invite.downloadNow": "Download it now", "invite.ageLabel": "I am 18 years of age or older.", "invite.agreementLabel": "I agree to the Buzz Terms of Service and Privacy Policy.", "invite.agreementPrefix": "I agree to the Buzz ", "invite.agreementJoin": " and ", "invite.agreementSuffix": ".", "invite.terms": "Terms of Service", "invite.privacy": "Privacy Policy", "invite.mac.title": "Which Mac do you have?", "invite.mac.description": "Choose based on when your Mac was released.", "invite.mac.newer": "Newer Mac", "invite.mac.newerDescription": "2021 or later, or a late-2020 Mac with an Apple M1 chip", "invite.mac.older": "Older Mac", "invite.mac.olderDescription": "2019 or earlier, or a 2020 Mac with an Intel processor", "invite.mac.notSure": "Not sure?", "invite.mac.help": "Open the Apple menu and choose About This Mac. “Chip: Apple M…” means Newer Mac. “Processor: Intel” means Older Mac.", "invite.error.exhausted": "This invite has reached its use limit. Ask for a new invite.", "invite.error.expired": "This invite has expired. Ask for a new invite.", "invite.error.invalid": "This invite is invalid. Check the link or ask for a new invite.", "invite.error.claimFailed": "Could not claim this invite.", "repos.title": "Repositories", "repos.searchPlaceholder": "Find a repository...", "repos.sortLabel": "Sort repositories", "repos.sort.newest": "Newest", "repos.sort.oldest": "Oldest", "repos.sort.name": "Name", "repos.searchEmptyTitle": "No matching repositories", "repos.searchEmptyDescription": "Try adjusting your search term.", "repos.communityEmptyTitle": "This community is empty", "repos.communityEmptyDescription": "Repositories pushed to this community will show up here. Open this community in the Buzz desktop app to start pushing code.", "repos.authRequiredTitle": "Sign in to view repositories", "repos.authRequiredDescription": "This community requires member authentication. Open it in the Buzz desktop app or use a signed-in Nostr wallet.", "repos.loadFailed": "Failed to load repositories", "repos.backToList": "Back to repositories", "repos.notFoundTitle": "Repository not found", "repos.notFoundDescription": "This repository may have been removed or doesn't exist on this relay.", "repos.loadRepositoryFailed": "Failed to load repository", "repos.loadContentsFailed": "Failed to load repository contents. Please try again later.", "repos.code": "Code", "repos.commits": "Commits", "repos.clone": "Clone", "repos.viewOnWeb": "View on web", "repos.viewChannel": "View channel", "repos.copyCloneUrl": "Copy clone URL", "repos.recentCommits": "Recent commits", "repos.committed": "{author} committed {time}", "repos.branch.one": "{count} branch", "repos.branch.other": "{count} branches", "repos.tag.one": "{count} tag", "repos.tag.other": "{count} tags", "repos.noCommits": "No commits yet", "repos.peopleCount": "{count} people", "blob.sandboxTitle": "Repository page (sandboxed)", "blob.binary": "Binary file, {size}. Use Download above to save it.", "blob.tooLarge": "File is {size}, over the {limit} preview limit. Use Download above to save it.", "blob.showSource": "Show source", "blob.run": "Run", "blob.loadRepositoryFailed": "Failed to load repository. Please try again later.", "blob.loadFileFailed": "Failed to load file. Please try again later.", "blob.backToRepository": "Back to repository", } as const; export type TranslationKey = keyof typeof en; export const zhHans = { "common.close": "关闭", "common.copy": "复制", "common.download": "下载", "common.public": "公开", "common.people": "成员", "common.openInBuzz": "在 Buzz 中打开", "common.copied": "已复制到剪贴板", "common.copyFailed": "复制失败", "common.tryAgain": "请稍后重试。", "common.updated": "更新于{time}", "locale.switchToEnglish": "切换为 English", "locale.switchToChinese": "切换为简体中文", "theme.switch": "当前主题:{theme}。点击切换。", "theme.light": "浅色", "theme.dark": "深色", "theme.system": "跟随系统", "invite.title": "你受邀加入", "invite.joinInBrowser": "在浏览器中加入", "invite.joining": "正在加入…", "invite.accept": "在 Buzz 中接受邀请", "invite.noApp": "还没有安装应用?", "invite.downloadNow": "立即下载", "invite.ageLabel": "我已年满 18 周岁。", "invite.agreementLabel": "我同意 Buzz 的服务条款和隐私政策。", "invite.agreementPrefix": "我同意 Buzz 的", "invite.agreementJoin": "和", "invite.agreementSuffix": "。", "invite.terms": "服务条款", "invite.privacy": "隐私政策", "invite.mac.title": "你的 Mac 是哪一款?", "invite.mac.description": "请根据 Mac 的发布年份选择。", "invite.mac.newer": "较新的 Mac", "invite.mac.newerDescription": "2021 年或之后发布,或配备 Apple M1 芯片的 2020 年末机型", "invite.mac.older": "较早的 Mac", "invite.mac.olderDescription": "2019 年或之前发布,或配备 Intel 处理器的 2020 年机型", "invite.mac.notSure": "不确定?", "invite.mac.help": "打开 Apple 菜单并选择“关于本机”。显示“芯片:Apple M…”请选择较新的 Mac;显示“处理器:Intel”请选择较早的 Mac。", "invite.error.exhausted": "此邀请已达到使用次数上限,请索取新邀请。", "invite.error.expired": "此邀请已过期,请索取新邀请。", "invite.error.invalid": "此邀请无效,请检查链接或索取新邀请。", "invite.error.claimFailed": "无法接受此邀请。", "repos.title": "代码仓库", "repos.searchPlaceholder": "查找代码仓库…", "repos.sortLabel": "代码仓库排序", "repos.sort.newest": "最新", "repos.sort.oldest": "最早", "repos.sort.name": "名称", "repos.searchEmptyTitle": "没有匹配的代码仓库", "repos.searchEmptyDescription": "请尝试调整搜索关键词。", "repos.communityEmptyTitle": "这个社区还是空的", "repos.communityEmptyDescription": "推送到此社区的代码仓库会显示在这里。请在 Buzz 桌面应用中打开此社区并开始推送代码。", "repos.authRequiredTitle": "登录后才能查看代码仓库", "repos.authRequiredDescription": "此社区需要成员认证,请在 Buzz 桌面应用中打开,或使用已登录的 Nostr 钱包。", "repos.loadFailed": "加载代码仓库失败", "repos.backToList": "返回代码仓库列表", "repos.notFoundTitle": "未找到代码仓库", "repos.notFoundDescription": "此代码仓库可能已被删除,或不存在于当前 Relay。", "repos.loadRepositoryFailed": "加载代码仓库失败", "repos.loadContentsFailed": "加载代码仓库内容失败,请稍后重试。", "repos.code": "代码", "repos.commits": "提交记录", "repos.clone": "克隆", "repos.viewOnWeb": "在网页中查看", "repos.viewChannel": "查看频道", "repos.copyCloneUrl": "复制克隆地址", "repos.recentCommits": "最近提交", "repos.committed": "{author} 提交于{time}", "repos.branch.one": "{count} 个分支", "repos.branch.other": "{count} 个分支", "repos.tag.one": "{count} 个标签", "repos.tag.other": "{count} 个标签", "repos.noCommits": "暂无提交", "repos.peopleCount": "{count} 位成员", "blob.sandboxTitle": "代码仓库页面(沙箱)", "blob.binary": "二进制文件,大小为 {size}。请使用上方的下载按钮保存。", "blob.tooLarge": "文件大小为 {size},超过 {limit} 的预览上限。请使用上方的下载按钮保存。", "blob.showSource": "显示源码", "blob.run": "运行", "blob.loadRepositoryFailed": "加载代码仓库失败,请稍后重试。", "blob.loadFileFailed": "加载文件失败,请稍后重试。", "blob.backToRepository": "返回代码仓库", } as const satisfies Record;