From 35eceac8ccc08de3146d5e6a3e5e2d18cd0929f1 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 8 May 2022 23:55:55 +0200 Subject: [PATCH] New translations timeline.json (Chinese Simplified) --- src/i18n/zh-Hans/components/timeline.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/zh-Hans/components/timeline.json b/src/i18n/zh-Hans/components/timeline.json index 797049b8..4242c343 100644 --- a/src/i18n/zh-Hans/components/timeline.json +++ b/src/i18n/zh-Hans/components/timeline.json @@ -62,8 +62,8 @@ "history": { "accessibilityLabel": "此嘟文已被编辑{{count}}次", "accessibilityHint": "点击查看所有编辑记录", - "text": "编辑{{count}}次", - "text_plural": "编辑{{count}}次" + "text_one": "编辑{{count}}次", + "text_other": "编辑{{count}}次" } }, "attachment": { @@ -219,10 +219,10 @@ "refresh": "刷新" }, "count": { - "voters": "已投{{count}}人", - "voters_plural": "已投{{count}}人", - "votes": "{{count}}票", - "votes_plural": "{{count}}票" + "voters_one": "已投{{count}}人", + "voters_other": "已投{{count}}人", + "votes_one": "{{count}}票", + "votes_other": "{{count}}票" }, "expiration": { "expired": "投票已结束",