From 6dc518c7eaf211baa84c4d7b256a85afa57a7f85 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Mon, 16 May 2022 21:28:12 +0200 Subject: [PATCH] New translations timeline.json (Chinese Simplified) --- src/i18n/zh-Hans/components/timeline.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/zh-Hans/components/timeline.json b/src/i18n/zh-Hans/components/timeline.json index 4242c343..60a57594 100644 --- a/src/i18n/zh-Hans/components/timeline.json +++ b/src/i18n/zh-Hans/components/timeline.json @@ -101,7 +101,7 @@ "accessibilityHint": "用户帐户名" } }, - "application": "发自于 {{application}}", + "application": "发自{{application}}", "edited": { "accessibilityLabel": "嘟文已编辑" }, @@ -113,7 +113,7 @@ "accessibilityLabel": "此嘟文是私信" }, "private": { - "accessibilityLabel": "此嘟文仅关注着可见" + "accessibilityLabel": "此嘟文仅关注者可见" } } }, @@ -184,13 +184,13 @@ } }, "deleteEdit": { - "function": "删除嘟文", - "button": "删除此条嘟文", + "function": "删除并重新编辑", + "button": "删除并重新编辑此条嘟文", "alert": { "title": "确认删除嘟文?", "message": "确定要删除这条嘟文并重新编辑它吗?所有相关的转嘟和喜欢都会被清除,回复将会失去关联。", "buttons": { - "confirm": "确认删除", + "confirm": "删除并重新编辑", "cancel": "$t(common:buttons.cancel)" } }