From 77a902de486fd6aa9689434adc093f1db5100fc1 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:16 +0200 Subject: [PATCH] New translations timeline.json (Chinese Traditional) --- src/i18n/zh-Hant/components/timeline.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/i18n/zh-Hant/components/timeline.json b/src/i18n/zh-Hant/components/timeline.json index 6e5fd6eb..78c85fbc 100644 --- a/src/i18n/zh-Hant/components/timeline.json +++ b/src/i18n/zh-Hant/components/timeline.json @@ -16,7 +16,7 @@ }, "refresh": { "fetchPreviousPage": "", - "refetch": "" + "refetch": "到最新的位置" }, "shared": { "actioned": { @@ -51,18 +51,18 @@ "actionsUsers": { "reblogged_by": { "accessibilityLabel": "{{count}} 個使用者轉嘟了此嘟文", - "accessibilityHint": "", - "text": "" + "accessibilityHint": "點擊可以取得更多使用者資訊", + "text": "$t(screenTabs:shared.users.statuses.reblogged_by)" }, "favourited_by": { - "accessibilityLabel": "", - "accessibilityHint": "", - "text": "" + "accessibilityLabel": "{{count}} 個使用者喜歡此嘟文", + "accessibilityHint": "點擊可以取得使用者資訊", + "text": "$t(screenTabs:shared.users.statuses.favourited_by)" }, "history": { - "accessibilityLabel": "", - "accessibilityHint": "", - "text_one": "", + "accessibilityLabel": "嘟文被編輯了 {{count}} 次", + "accessibilityHint": "點擊查看編輯紀錄", + "text_one": "{{count}} 次編輯", "text_other": "" } },