Remove unnecessary messages (#15109)
* Remove unnecessary messages * ran `i18n-tasks normalize`
This commit is contained in:
committed by
GitHub
parent
b0893291ef
commit
2b63c62c57
@ -10,7 +10,6 @@
|
||||
"account.cancel_follow_request": "Avbryt följarförfrågan",
|
||||
"account.direct": "Skicka ett direktmeddelande till @{name}",
|
||||
"account.disable_notifications": "Stop notifying me when @{name} posts",
|
||||
"account.disclaimer_full": "Information below may reflect the user's profile incompletely.",
|
||||
"account.domain_blocked": "Domän dold",
|
||||
"account.edit_profile": "Redigera profil",
|
||||
"account.enable_notifications": "Notify me when @{name} posts",
|
||||
@ -20,7 +19,6 @@
|
||||
"account.followers.empty": "Ingen följer denna användare än.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} Följare} other {{counter} Följare}}",
|
||||
"account.following_counter": "{count, plural, one {{counter} Följer} other {{counter} Följer}}",
|
||||
"account.follows": "Follows",
|
||||
"account.follows.empty": "Denna användare följer inte någon än.",
|
||||
"account.follows_you": "Följer dig",
|
||||
"account.hide_reblogs": "Dölj knuffar från @{name}",
|
||||
@ -47,7 +45,6 @@
|
||||
"account.unfollow": "Sluta följ",
|
||||
"account.unmute": "Sluta tysta @{name}",
|
||||
"account.unmute_notifications": "Återaktivera aviseringar från @{name}",
|
||||
"account.view_full_profile": "View full profile",
|
||||
"account_note.placeholder": "Klicka för att lägga till anteckning",
|
||||
"alert.rate_limited.message": "Vänligen försök igen efter {retry_time, time, medium}.",
|
||||
"alert.rate_limited.title": "Mängd begränsad",
|
||||
@ -197,13 +194,10 @@
|
||||
"hashtag.column_settings.tag_mode.any": "Någon av dessa",
|
||||
"hashtag.column_settings.tag_mode.none": "Ingen av dessa",
|
||||
"hashtag.column_settings.tag_toggle": "Include additional tags in this column",
|
||||
"home.column_settings.advanced": "Advanced",
|
||||
"home.column_settings.basic": "Grundläggande",
|
||||
"home.column_settings.filter_regex": "Filter out by regular expressions",
|
||||
"home.column_settings.show_reblogs": "Visa knuffar",
|
||||
"home.column_settings.show_replies": "Visa svar",
|
||||
"home.hide_announcements": "Dölj notiser",
|
||||
"home.settings": "Column settings",
|
||||
"home.show_announcements": "Visa notiser",
|
||||
"intervals.full.days": "{number, plural, one {# dag} other {# dagar}}",
|
||||
"intervals.full.hours": "{number, plural, one {# timme} other {# timmar}}",
|
||||
@ -393,7 +387,6 @@
|
||||
"search_results.statuses": "Toots",
|
||||
"search_results.statuses_fts_disabled": "Att söka toots med deras innehåll är inte möjligt på denna Mastodon-server.",
|
||||
"search_results.total": "{count, number} {count, plural, ett {result} andra {results}}",
|
||||
"standalone.public_title": "A look inside...",
|
||||
"status.admin_account": "Öppet modereringsgränssnitt för @{name}",
|
||||
"status.admin_status": "Öppna denna status i modereringsgränssnittet",
|
||||
"status.block": "Blockera @{name}",
|
||||
|
Reference in New Issue
Block a user