From 35eada710e78147ba03200c86c2ee1bb0de7f72e Mon Sep 17 00:00:00 2001 From: Hillwah Date: Thu, 21 Apr 2022 05:17:00 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (67 of 67 strings) Translation: Subtracks/subtracks Translate-URL: https://hosted.weblate.org/projects/subtracks/subtracks/zh_Hans/ --- .../src/main/assets/custom/i18n/zh-Hans.json | 25 +++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/android/app/src/main/assets/custom/i18n/zh-Hans.json b/android/app/src/main/assets/custom/i18n/zh-Hans.json index f21d48c..b19a54f 100644 --- a/android/app/src/main/assets/custom/i18n/zh-Hans.json +++ b/android/app/src/main/assets/custom/i18n/zh-Hans.json @@ -1,7 +1,7 @@ { "context": { "actions": { - "unstar": "未收藏", + "unstar": "移除收藏", "star": "收藏" } }, @@ -55,7 +55,28 @@ } }, "music": { - "name": "音乐" + "name": "音乐", + "options": { + "scrobble": { + "title": "Scrobble模式", + "descriptionOn": "Scrobble播放历史", + "descriptionOff": "不记录scrobble历史" + } + } + }, + "reset": { + "name": "重置", + "actions": { + "clearImageCache": "清除图片缓存" + } + }, + "about": { + "name": "关于", + "version": "版本 {{version}}", + "actions": { + "projectHomepage": "项目地址", + "licenses": "许可" + } } }, "resources": {