From 9453830dd8c1e44f5c20f11be001742b35c0e168 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 31 Aug 2020 13:32:19 +0900 Subject: [PATCH] New translations translation.json (Chinese Simplified) --- src/config/locales/zh_cn/translation.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/config/locales/zh_cn/translation.json b/src/config/locales/zh_cn/translation.json index 93a22027..c52b9fd9 100644 --- a/src/config/locales/zh_cn/translation.json +++ b/src/config/locales/zh_cn/translation.json @@ -327,6 +327,7 @@ "reblog": "转嘟", "fav": "收藏", "detail": "更多", + "bookmark": "Bookmark", "pinned": "置顶", "poll": { "vote": "投票", @@ -423,6 +424,8 @@ "unreblog_error": "取消转嘟失败", "favourite_error": "收藏失败", "unfavourite_error": "取消收藏失败", + "bookmark_error": "Failed to bookmark", + "unbookmark_error": "Failed to remove bookmark", "delete_error": "删除嘟文失败", "search_error": "搜索失败", "toot_error": "发嘟失败",