Add hints about incomplete remote content to web UI (#14031)
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
"account.block": "Blockera @{name}",
|
||||
"account.block_domain": "Dölj allt från {domain}",
|
||||
"account.blocked": "Blockerad",
|
||||
"account.browse_more_on_origin_server": "Browse more on the original profile",
|
||||
"account.cancel_follow_request": "Avbryt följarförfrågan",
|
||||
"account.direct": "Skicka ett direktmeddelande till @{name}",
|
||||
"account.domain_blocked": "Domän dold",
|
||||
@ -236,6 +237,7 @@
|
||||
"keyboard_shortcuts.reply": "för att svara",
|
||||
"keyboard_shortcuts.requests": "för att öppna Följförfrågningar",
|
||||
"keyboard_shortcuts.search": "för att fokusera sökfältet",
|
||||
"keyboard_shortcuts.spoilers": "to show/hide CW field",
|
||||
"keyboard_shortcuts.start": "för att öppna \"Kom igång\"-kolumnen",
|
||||
"keyboard_shortcuts.toggle_hidden": "för att visa/gömma text bakom CW",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "för att visa/gömma media",
|
||||
@ -412,6 +414,10 @@
|
||||
"time_remaining.minutes": "{minutes, plural, one {1 minut} other {# minuter}} kvar",
|
||||
"time_remaining.moments": "Återstående tillfällen",
|
||||
"time_remaining.seconds": "{hours, plural, one {# sekund} other {# sekunder}} kvar",
|
||||
"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, en {person} andra {people}} pratar",
|
||||
"trends.trending_now": "Trendar nu",
|
||||
"ui.beforeunload": "Ditt utkast kommer att förloras om du lämnar Mastodon.",
|
||||
|
Reference in New Issue
Block a user