From d96ecb0fdbcf69fa4c3823bad21b3c9a055a6766 Mon Sep 17 00:00:00 2001 From: aeomin Date: Sat, 16 Oct 2021 18:16:54 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (777 of 777 strings) Translation: mattermost-languages-shipped/mattermost-mobile Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-mobile_master/zh_Hans/ --- assets/base/i18n/zh-CN.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/base/i18n/zh-CN.json b/assets/base/i18n/zh-CN.json index 06d09c374..8975b5c21 100644 --- a/assets/base/i18n/zh-CN.json +++ b/assets/base/i18n/zh-CN.json @@ -199,6 +199,10 @@ "global_threads.markAllRead.markRead": "标为已读", "global_threads.markAllRead.message": "这将清除此处显示的所有主题的任何未读状态", "global_threads.markAllRead.title": "您确定要将所有主题都标记为已读吗?", + "global_threads.options.mark_as_read": "标为已读", + "global_threads.options.open_in_channel": "在频道中打开", + "global_threads.options.title": "主题操作", + "global_threads.options.unfollow": "取消关注主题", "global_threads.unreads": "未读", "integrations.add": "添加", "intro_messages.anyMember": " 任何成员可以加入与查看该频道。", @@ -494,6 +498,8 @@ "mobile.post_textbox.entire_channel.message": "使用 @all 或 @channel 您将发送通知至 {totalMembers} 人。您确定要这么做?", "mobile.post_textbox.entire_channel.message.with_timezones": "使用 @all 或 @channel 您将发送通知至 {timezones, number} 个时区的 {totalMembers} 人。您确定要这么做?", "mobile.post_textbox.entire_channel.title": "确定发送通知到整个频道", + "mobile.post_textbox.entire_channel_here.message": "使用 @here 您将发送通知至 {totalMembers, number} 人。您确定要这么做?", + "mobile.post_textbox.entire_channel_here.message.with_timezones": "使用 @here 您将发送通知至 {timezones, number} 个时区的 {totalMembers, number} 人。您确定要这么做?", "mobile.post_textbox.groups.title": "确认发送推送给组", "mobile.post_textbox.multi_group.message.with_timezones": "使用 {mentions} 与 {finalMention} 将发送通知给 {timezones, number} 个时区的 {totalMembers} 人。您确定要这么做?", "mobile.post_textbox.multi_group.message.without_timezones": "使用 {mentions} 与 {finalMention} 将发送通知给至少 {totalMembers} 人。您确定要这么做?",