Add hints about incomplete remote content to web UI (#14031)
This commit is contained in:
@ -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 {осталась # минута} few {осталось # минуты} many {осталось # минут} other {осталось # минут}}",
|
||||
"time_remaining.moments": "остались считанные мгновения",
|
||||
"time_remaining.seconds": "{number, plural, one {# секунда} many {# секунд} 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} {rawCount, plural, one {человек говорит} few {человека говорят} other {человек говорят}} про это",
|
||||
"trends.trending_now": "Самое актуальное",
|
||||
"ui.beforeunload": "Ваш черновик будет утерян, если вы покинете Mastodon.",
|
||||
|
Reference in New Issue
Block a user