From 42209b51a6930148315710af7299adfda4651e12 Mon Sep 17 00:00:00 2001 From: expload <38076731+expload233@users.noreply.github.com> Date: Sun, 23 Jun 2024 06:41:11 +0000 Subject: [PATCH] Update Chinese translation text for new version --- src/locales/zh/translation.json | 92 ++++++++++++++++++++++++--------- 1 file changed, 68 insertions(+), 24 deletions(-) diff --git a/src/locales/zh/translation.json b/src/locales/zh/translation.json index a9c57a16..b7bfdebb 100644 --- a/src/locales/zh/translation.json +++ b/src/locales/zh/translation.json @@ -101,7 +101,13 @@ "delete": "移除安装程序", "delete_modal_title": "您确定吗?", "delete_modal_description": "这将从您的电脑上移除所有的安装文件", - "install": "安装" + "install": "安装", + "download_in_progress": "进行中", + "queued_downloads": "在队列中的下载", + "downloads_completed": "已完成", + "queued": "下载列表", + "no_downloads_title": "空空如也", + "no_downloads_description": "你还未使用Hydra下载任何游戏,但什么时候开始,都为时不晚。" }, "settings": { "downloads_path": "下载路径", @@ -109,34 +115,72 @@ "notifications": "通知", "enable_download_notifications": "下载完成时", "enable_repack_list_notifications": "添加新重打包时", + "real_debrid_api_token_label": "Real-Debrid API 令牌", + "quit_app_instead_hiding": "关闭Hydra而不是最小化到托盘", + "launch_with_system": "系统启动时运行 Hydra", + "general": "通用", "behavior": "行为", - "general": "常规", - "quit_app_instead_hiding": "关闭应用程序而不是最小化到托盘", - "launch_with_system": "随系统启动时运行应用程序", + "download_sources": "下载源", + "language": "语言", + "real_debrid_api_token": "API 令牌", "enable_real_debrid": "启用 Real-Debrid", + "real_debrid_description": "Real-Debrid 是一个无限制的下载器,允许您以最快的互联网速度即时下载文件。", + "real_debrid_invalid_token": "无效的 API 令牌", "real_debrid_api_token_hint": "您可以从<0>这里获取API密钥.", - "save_changes": "保存更改" - }, - "notifications": { - "download_complete": "下载完成", - "game_ready_to_install": "{{title}}已准备好安装", - "repack_list_updated": "重打包列表已更新", - "repack_count_one": "已添加{{count}}个重打包", - "repack_count_other": "已添加{{count}}个重打包" - }, - "system_tray": { - "open": "打开Hydra", - "quit": "退出" - }, - "game_card": { - "no_downloads": "没有可用的下载" - }, - "binary_not_found_modal": { - "title": "程序未安装", - "description": "在您的系统上未找到Wine或Lutris的可执行文件", - "instructions": "检查在您的Linux发行版上正确安装它们的方法,以便游戏可以正常运行" + "real_debrid_free_account_error": "账户 \"{{username}}\" 是免费账户。请订阅 Real-Debrid", + "real_debrid_linked_message": "账户 \"{{username}}\" 已链接", + "save_changes": "保存更改", + "changes_saved": "更改已成功保存", + "download_sources_description": "Hydra 将从这些源获取下载链接。源 URL 必须是直接链接到包含下载链接的 .json 文件。", + "validate_download_source": "验证", + "remove_download_source": "移除", + "add_download_source": "添加源", + "download_count_zero": "列表中无下载", + "download_count_one": "列表中有 {{countFormatted}} 个下载", + "download_count_other": "列表中有 {{countFormatted}} 个下载", + "download_options_zero": "无可用下载", + "download_options_one": "有 {{countFormatted}} 个下载可用", + "download_options_other": "有 {{countFormatted}} 个下载可用", + "download_source_url": "下载源 URL", + "add_download_source_description": "插入包含 .json 文件的 URL", + "download_source_up_to_date": "已更新", + "download_source_errored": "出错", + "sync_download_sources": "同步源", + "removed_download_source": "已移除下载源", + "added_download_source": "已添加下载源", + "download_sources_synced": "所有下载源已同步", + "insert_valid_json_url": "插入有效的 JSON 网址", + "found_download_option_zero": "未找到下载选项", + "found_download_option_one": "找到 {{countFormatted}} 个下载选项", + "found_download_option_other": "找到 {{countFormatted}} 个下载选项", + "import": "导入" }, "modal": { "close": "关闭按钮" + }, + "forms": { + "toggle_password_visibility": "切换密码可见性" + }, + "user_profile": { + "amount_hours": "{{amount}} 小时", + "amount_minutes": "{{amount}} 分钟", + "last_time_played": "上次游玩时间 {{period}}", + "activity": "近期活动", + "library": "库", + "total_play_time": "总游戏时长: {{amount}}", + "no_recent_activity_title": "Emmm… 这里暂时啥都没有", + "no_recent_activity_description": "你最近没玩过任何游戏。是时候做出改变了!", + "display_name": "昵称", + "saving": "保存中", + "save": "保存", + "edit_profile": "编辑资料", + "saved_successfully": "成功保存", + "try_again": "请重试", + "sign_out_modal_title": "你确定吗?", + "cancel": "取消", + "successfully_signed_out": "登出成功", + "sign_out": "登出", + "playing_for": "Playing for {{amount}}", + "sign_out_modal_text": "您的资料库与您当前的账户相关联。注销后,您的资料库将不再可见,任何进度也不会保存。继续退出吗?" } }