New translations timeline.json (Chinese Traditional)

This commit is contained in:
xmflsct 2022-05-13 19:21:16 +02:00
parent d41cd0afdb
commit 77a902de48
1 changed files with 9 additions and 9 deletions

View File

@ -16,7 +16,7 @@
}, },
"refresh": { "refresh": {
"fetchPreviousPage": "", "fetchPreviousPage": "",
"refetch": "" "refetch": "到最新的位置"
}, },
"shared": { "shared": {
"actioned": { "actioned": {
@ -51,18 +51,18 @@
"actionsUsers": { "actionsUsers": {
"reblogged_by": { "reblogged_by": {
"accessibilityLabel": "{{count}} 個使用者轉嘟了此嘟文", "accessibilityLabel": "{{count}} 個使用者轉嘟了此嘟文",
"accessibilityHint": "", "accessibilityHint": "點擊可以取得更多使用者資訊",
"text": "" "text": "$t(screenTabs:shared.users.statuses.reblogged_by)"
}, },
"favourited_by": { "favourited_by": {
"accessibilityLabel": "", "accessibilityLabel": "{{count}} 個使用者喜歡此嘟文",
"accessibilityHint": "", "accessibilityHint": "點擊可以取得使用者資訊",
"text": "" "text": "$t(screenTabs:shared.users.statuses.favourited_by)"
}, },
"history": { "history": {
"accessibilityLabel": "", "accessibilityLabel": "嘟文被編輯了 {{count}} 次",
"accessibilityHint": "", "accessibilityHint": "點擊查看編輯紀錄",
"text_one": "", "text_one": "{{count}} 次編輯",
"text_other": "" "text_other": ""
} }
}, },