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 {# хвилина} few {# хвилини} other {# хвилин}}",
|
||||
"time_remaining.moments": "Залишилось секунд",
|
||||
"time_remaining.seconds": "{number, plural, one {# секунда} few {# секунди} 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 {людини} many {людей} other {людей}} обговорюють це",
|
||||
"trends.trending_now": "Актуальні",
|
||||
"ui.beforeunload": "Вашу чернетку буде втрачено, якщо ви покинете Mastodon.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue