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": "Volgverzoek annuleren",
|
||||
"account.direct": "@{name} een direct bericht sturen",
|
||||
"account.disable_notifications": "Stop notifying me when @{name} posts",
|
||||
"account.disclaimer_full": "Information below may reflect the user's profile incompletely.",
|
||||
"account.domain_blocked": "Server verborgen",
|
||||
"account.edit_profile": "Profiel bewerken",
|
||||
"account.enable_notifications": "Notify me when @{name} posts",
|
||||
@ -20,7 +19,6 @@
|
||||
"account.followers.empty": "Niemand volgt nog deze gebruiker.",
|
||||
"account.followers_counter": "{count, plural, one {{counter} volger} other {{counter} volgers}}",
|
||||
"account.following_counter": "{count, plural, one {{counter} volgend} other {{counter} volgend}}",
|
||||
"account.follows": "Follows",
|
||||
"account.follows.empty": "Deze gebruiker volgt nog niemand.",
|
||||
"account.follows_you": "Volgt jou",
|
||||
"account.hide_reblogs": "Verberg boosts van @{name}",
|
||||
@ -47,7 +45,6 @@
|
||||
"account.unfollow": "Ontvolgen",
|
||||
"account.unmute": "@{name} niet langer negeren",
|
||||
"account.unmute_notifications": "@{name} meldingen niet langer negeren",
|
||||
"account.view_full_profile": "View full profile",
|
||||
"account_note.placeholder": "Klik om een opmerking toe te voegen",
|
||||
"alert.rate_limited.message": "Probeer het nog een keer na {retry_time, time, medium}.",
|
||||
"alert.rate_limited.title": "Beperkt te gebruiken",
|
||||
@ -197,13 +194,10 @@
|
||||
"hashtag.column_settings.tag_mode.any": "Een van deze",
|
||||
"hashtag.column_settings.tag_mode.none": "Geen van deze",
|
||||
"hashtag.column_settings.tag_toggle": "Additionele tags aan deze kolom toevoegen",
|
||||
"home.column_settings.advanced": "Advanced",
|
||||
"home.column_settings.basic": "Algemeen",
|
||||
"home.column_settings.filter_regex": "Filter out by regular expressions",
|
||||
"home.column_settings.show_reblogs": "Boosts tonen",
|
||||
"home.column_settings.show_replies": "Reacties tonen",
|
||||
"home.hide_announcements": "Mededelingen verbergen",
|
||||
"home.settings": "Column settings",
|
||||
"home.show_announcements": "Mededelingen tonen",
|
||||
"intervals.full.days": "{number, plural, one {# dag} other {# dagen}}",
|
||||
"intervals.full.hours": "{number, plural, one {# uur} other {# uur}}",
|
||||
@ -393,7 +387,6 @@
|
||||
"search_results.statuses": "Toots",
|
||||
"search_results.statuses_fts_disabled": "Het zoeken in toots is op deze Mastodonserver niet ingeschakeld.",
|
||||
"search_results.total": "{count, number} {count, plural, one {resultaat} other {resultaten}}",
|
||||
"standalone.public_title": "A look inside...",
|
||||
"status.admin_account": "Moderatie-omgeving van @{name} openen",
|
||||
"status.admin_status": "Deze toot in de moderatie-omgeving openen",
|
||||
"status.block": "@{name} blokkeren",
|
||||
|
Reference in New Issue
Block a user