From bb4a18f8a289061e946ce2ce4777ce1d04d48ea1 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 8 May 2022 23:56:08 +0200 Subject: [PATCH] New translations screens.json (Chinese Simplified) --- src/i18n/zh-Hans/screens.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/i18n/zh-Hans/screens.json b/src/i18n/zh-Hans/screens.json index 67c9c1ac..f43beb7f 100644 --- a/src/i18n/zh-Hans/screens.json +++ b/src/i18n/zh-Hans/screens.json @@ -10,5 +10,9 @@ "pushError": { "message": "推送服务错误", "description": "请在设置中重新尝试启用推送通知" + }, + "shareError": { + "imageNotSupported": "不支持{{type}}类型的图像", + "videoNotSupported": "不支持{{type}}类型的视频" } } \ No newline at end of file