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": "Blokkér @{name}",
|
||||
"account.block_domain": "Skjul alt fra {domain}",
|
||||
"account.blocked": "Blokkert",
|
||||
"account.browse_more_on_origin_server": "Browse more on the original profile",
|
||||
"account.cancel_follow_request": "Avbryt følge forespørsel",
|
||||
"account.direct": "Direct Message @{name}",
|
||||
"account.domain_blocked": "Domenet skjult",
|
||||
|
@ -236,6 +237,7 @@
|
|||
"keyboard_shortcuts.reply": "for å svare",
|
||||
"keyboard_shortcuts.requests": "åpne følgingsforespørselslisten",
|
||||
"keyboard_shortcuts.search": "å fokusere søk",
|
||||
"keyboard_shortcuts.spoilers": "to show/hide CW field",
|
||||
"keyboard_shortcuts.start": "åpne «Sett i gang»-kolonnen",
|
||||
"keyboard_shortcuts.toggle_hidden": "å vise/skjule tekst bak en innholdsadvarsel",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "å vise/skjule media",
|
||||
|
@ -412,6 +414,10 @@
|
|||
"time_remaining.minutes": "{number, plural, one {# minutt} other {# minutter}} igjen",
|
||||
"time_remaining.moments": "Gjenværende øyeblikk",
|
||||
"time_remaining.seconds": "{number, plural, one {# sekund} other {# sekunder}} igjen",
|
||||
"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 {person} other {personer}} snakker om det",
|
||||
"trends.trending_now": "Trender nå",
|
||||
"ui.beforeunload": "Din kladd vil bli forkastet om du forlater Mastodon.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue