From 2b63c62c57b431074c7b91e195cabf94a0db7a10 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Mon, 9 Nov 2020 09:43:16 +0900 Subject: Remove unnecessary messages (#15109) * Remove unnecessary messages * ran `i18n-tasks normalize` --- app/javascript/mastodon/locales/no.json | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/javascript/mastodon/locales/no.json') diff --git a/app/javascript/mastodon/locales/no.json b/app/javascript/mastodon/locales/no.json index 19e96c29a..46cf7c407 100644 --- a/app/javascript/mastodon/locales/no.json +++ b/app/javascript/mastodon/locales/no.json @@ -10,7 +10,6 @@ "account.cancel_follow_request": "Avbryt følge forespørsel", "account.direct": "Direct Message @{name}", "account.disable_notifications": "Slutt å varsle meg når @{name} legger ut innlegg", - "account.disclaimer_full": "Information below may reflect the user's profile incompletely.", "account.domain_blocked": "Domenet skjult", "account.edit_profile": "Rediger profil", "account.enable_notifications": "Varsle meg når @{name} legger ut innlegg", @@ -20,7 +19,6 @@ "account.followers.empty": "Ingen følger denne brukeren ennå.", "account.followers_counter": "{count, plural, one {{counter} følger} other {{counter} følgere}}", "account.following_counter": "{count, plural, one {{counter} som følges} other {{counter} som følges}}", - "account.follows": "Follows", "account.follows.empty": "Denne brukeren følger ikke noen enda.", "account.follows_you": "Følger deg", "account.hide_reblogs": "Skjul fremhevinger fra @{name}", @@ -47,7 +45,6 @@ "account.unfollow": "Avfølg", "account.unmute": "Avdemp @{name}", "account.unmute_notifications": "Vis varsler fra @{name}", - "account.view_full_profile": "View full profile", "account_note.placeholder": "Klikk for å legge til et notat", "alert.rate_limited.message": "Vennligst prøv igjen etter kl. {retry_time, time, medium}.", "alert.rate_limited.title": "Hastighetsbegrenset", @@ -197,13 +194,10 @@ "hashtag.column_settings.tag_mode.any": "Enhver av disse", "hashtag.column_settings.tag_mode.none": "Ingen av disse", "hashtag.column_settings.tag_toggle": "Include additional tags in this column", - "home.column_settings.advanced": "Advanced", "home.column_settings.basic": "Enkelt", - "home.column_settings.filter_regex": "Filter out by regular expressions", "home.column_settings.show_reblogs": "Vis fremhevinger", "home.column_settings.show_replies": "Vis svar", "home.hide_announcements": "Skjul kunngjøring", - "home.settings": "Column settings", "home.show_announcements": "Vis kunngjøring", "intervals.full.days": "{number, plural,one {# dag} other {# dager}}", "intervals.full.hours": "{number, plural, one {# time} other {# timer}}", @@ -393,7 +387,6 @@ "search_results.statuses": "Tuter", "search_results.statuses_fts_disabled": "Å søke i tuter etter innhold er ikke skrudd på i denne Mastodon-tjeneren.", "search_results.total": "{count, number} {count, plural, one {resultat} other {resultater}}", - "standalone.public_title": "A look inside...", "status.admin_account": "Åpne moderatorgrensesnittet for @{name}", "status.admin_status": "Åpne denne statusen i moderatorgrensesnittet", "status.block": "Blokkér @{name}", -- cgit