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": "Útiloka @{name}",
|
||||
"account.block_domain": "Fela allt frá {domain}",
|
||||
"account.blocked": "Útilokaður",
|
||||
"account.browse_more_on_origin_server": "Browse more on the original profile",
|
||||
"account.cancel_follow_request": "Hætta við beiðni um að fylgjast með",
|
||||
"account.direct": "Bein skilaboð til @{name}",
|
||||
"account.domain_blocked": "Lén falið",
|
||||
|
@ -236,6 +237,7 @@
|
|||
"keyboard_shortcuts.reply": "að svara",
|
||||
"keyboard_shortcuts.requests": "að opna lista yfir fylgjendabeiðnir",
|
||||
"keyboard_shortcuts.search": "að setja virkni í leit",
|
||||
"keyboard_shortcuts.spoilers": "to show/hide CW field",
|
||||
"keyboard_shortcuts.start": "að opna \"komast í gang\" dálk",
|
||||
"keyboard_shortcuts.toggle_hidden": "að birta/fela texta á bak við aðvörun vegna efnis",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "að birta/fela myndir",
|
||||
|
@ -412,6 +414,10 @@
|
|||
"time_remaining.minutes": "{number, plural, one {# mínúta} other {# mínútur}} eftir",
|
||||
"time_remaining.moments": "Tími eftir",
|
||||
"time_remaining.seconds": "{number, plural, one {# sekúnda} other {# sekúndur}} eftir",
|
||||
"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 {aðili} other {aðilar}} að tala",
|
||||
"trends.trending_now": "Í umræðunni núna",
|
||||
"ui.beforeunload": "Drögin tapast ef þú ferð út úr Mastodon.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue