From 1a89ece1d79ac8ec02e7471ce7254094b34ab77b Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 13 Aug 2022 06:35:31 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (122 of 122 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/zh_Hans/ --- src/locales/zh_Hans.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/locales/zh_Hans.json b/src/locales/zh_Hans.json index 971dea57..b6c9a501 100644 --- a/src/locales/zh_Hans.json +++ b/src/locales/zh_Hans.json @@ -76,7 +76,8 @@ "instance_auth_selection": "身份验证实例选择", "clone_playlist": "克隆播放列表", "clone_playlist_success": "克隆成功!", - "download_as_txt": "下载为 .txt" + "download_as_txt": "下载为 .txt", + "reset_preferences": "重置选项" }, "video": { "sponsor_segments": "赞助商部分", @@ -114,7 +115,10 @@ "register": "注册", "trending": "趋势", "login": "登录", - "playlists": "播放列表" + "playlists": "播放列表", + "account": "账户", + "instance": "实例", + "player": "播放器" }, "login": { "password": "密码", @@ -133,5 +137,8 @@ }, "subscriptions": { "subscribed_channels_count": "已订阅:{0}" + }, + "information": { + "preferences_note": "注:选项保存于浏览器的本地存储中。删除浏览器数据会重置它们。" } }