From a1f155492ce43978c0dce8daec529013ee8cbd86 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 2 Sep 2022 11:20:59 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (135 of 135 strings) Translation: Piped/Frontend Translate-URL: https://hosted.weblate.org/projects/piped/frontend/zh_Hans/ --- src/locales/zh_Hans.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/locales/zh_Hans.json b/src/locales/zh_Hans.json index 044d16f3..78a3bf87 100644 --- a/src/locales/zh_Hans.json +++ b/src/locales/zh_Hans.json @@ -80,7 +80,14 @@ "reset_preferences": "重置选项", "restore_preferences": "恢复首选项", "confirm_reset_preferences": "你确定要重置首选项吗?", - "backup_preferences": "备份首选项" + "backup_preferences": "备份首选项", + "piped_link": "Piped 链接", + "follow_link": "跟随链接", + "copy_link": "复制链接", + "back_to_home": "回到首页", + "share": "分享", + "with_timecode": "用时间码分享", + "time_code": "时间码(单位:秒)" }, "video": { "sponsor_segments": "赞助商部分", @@ -143,5 +150,11 @@ }, "information": { "preferences_note": "注:选项保存于浏览器的本地存储中。删除浏览器数据会重置它们。" + }, + "info": { + "preferences_note": "注意:首选项保存在浏览器的本地存储中。删除浏览器数据会重置它们。", + "page_not_found": "未找到页面", + "copied": "已复制!", + "cannot_copy": "无法复制!" } }