Add hints about incomplete remote content to web UI (#14031)
This commit is contained in:
parent
b1484cf3ce
commit
3e9dc4044b
77 changed files with 584 additions and 8 deletions
|
@ -5,6 +5,7 @@
|
|||
"account.block": "屏蔽 @{name}",
|
||||
"account.block_domain": "隐藏来自 {domain} 的内容",
|
||||
"account.blocked": "已屏蔽",
|
||||
"account.browse_more_on_origin_server": "Browse more on the original profile",
|
||||
"account.cancel_follow_request": "取消关注请求",
|
||||
"account.direct": "发送私信给 @{name}",
|
||||
"account.domain_blocked": "网站已屏蔽",
|
||||
|
@ -236,6 +237,7 @@
|
|||
"keyboard_shortcuts.reply": "回复嘟文",
|
||||
"keyboard_shortcuts.requests": "打开关注请求列表",
|
||||
"keyboard_shortcuts.search": "选择搜索框",
|
||||
"keyboard_shortcuts.spoilers": "to show/hide CW field",
|
||||
"keyboard_shortcuts.start": "打开“开始使用”栏",
|
||||
"keyboard_shortcuts.toggle_hidden": "显示或隐藏被折叠的正文",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "显示/隐藏媒体",
|
||||
|
@ -412,6 +414,10 @@
|
|||
"time_remaining.minutes": "剩余 {number, plural, one {# 分钟} other {# 分钟}}",
|
||||
"time_remaining.moments": "即将结束",
|
||||
"time_remaining.seconds": "剩余 {number, plural, one {# 秒} other {# 秒}}",
|
||||
"timeline_hint.remote_resource_not_displayed": "{resource} from other servers are not displayed.",
|
||||
"timeline_hint.resources.followers": "Followers",
|
||||
"timeline_hint.resources.follows": "Follows",
|
||||
"timeline_hint.resources.statuses": "Older toots",
|
||||
"trends.count_by_accounts": "{count} 人正在讨论",
|
||||
"trends.trending_now": "现在流行",
|
||||
"ui.beforeunload": "如果你现在离开 Mastodon,你的草稿内容将会丢失。",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue