From e61d0fd088d4e8c808a017759af39b1c1932d1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=8E=8B=E5=8F=AB=E6=88=91=E6=9D=A5=E5=B7=A1?= =?UTF-8?q?=E5=B1=B1?= Date: Fri, 10 Jan 2025 13:12:46 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (229 of 229 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/zh_Hans/ --- src/locales/zh_Hans.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/locales/zh_Hans.json b/src/locales/zh_Hans.json index 92c43e0c..ecffe79e 100644 --- a/src/locales/zh_Hans.json +++ b/src/locales/zh_Hans.json @@ -86,7 +86,7 @@ "back_to_home": "回到首页", "share": "分享", "with_timecode": "用时间码分享", - "time_code": "时间码(单位:秒)", + "time_code": "时间码(秒或 HH:MM:SS 格式)", "show_chapters": "章节", "store_search_history": "保存搜索历史", "hide_watched": "在源中隐藏看过的视频", @@ -139,7 +139,16 @@ "invalid_input": "无效输入", "prefer_hls": "HLS 优先于 DASH", "mark_as_unwatched": "标记为未观看", - "mark_as_watched": "标记为已观看" + "mark_as_watched": "标记为已观看", + "export_history": "导出历史", + "import_history": "导入历史", + "file_format": "文件格式", + "override": "覆盖", + "import": "导入", + "playlists_only": "仅播放列表", + "always": "始终", + "export": "导出", + "never": "永不" }, "video": { "sponsor_segments": "赞助商部分", @@ -235,6 +244,11 @@ "months": "{amount} 个月", "hours": "{amount} 小时", "login_note": "使用在此实例上创建的账户登录。", - "register_note": "在这个 Piped 实例上注册一个账户。你可以通过账户同步订阅和播放列表,所有数据存储在实例的服务器上。没有账户你也可以使用所有功能,但数据均储存在你所用浏览器的本地缓存中。请确保你没有将电子邮箱地址用作账户的用户名,并选择一个你不在其他地方使用的安全密码。" + "register_note": "在这个 Piped 实例上注册一个账户。你可以通过账户同步订阅和播放列表,所有数据存储在实例的服务器上。没有账户你也可以使用所有功能,但数据均储存在你所用浏览器的本地缓存中。请确保你没有将电子邮箱地址用作账户的用户名,并选择一个你不在其他地方使用的安全密码。", + "success": "成功", + "error": "错误", + "skipped": "已跳过", + "selected_subscriptions": "已选择订阅", + "found_n_items": "找到了 {0} 个项目" } }