mastodon-ios/Localization/StringsConvertor/input/nl.lproj/app.json

878 lines
38 KiB
JSON
Raw Normal View History

2022-05-13 05:51:05 +02:00
{
"common": {
"alerts": {
"common": {
"please_try_again": "Probeer het opnieuw.",
"please_try_again_later": "Probeer het later nog eens."
},
"sign_up_failure": {
"title": "Registratiefout"
},
"server_error": {
"title": "Serverfout"
},
"vote_failure": {
"title": "Stemmen Mislukt",
"poll_ended": "De peiling is beëindigd"
},
"discard_post_content": {
"title": "Verwijder concept",
"message": "Bevestig het verwijderen van het concept bericht."
},
"publish_post_failure": {
"title": "Publicatiefout",
"message": "Het publiceren van het bericht is mislukt. Controleer je internetverbinding.",
"attachments_message": {
"video_attach_with_photo": "Een video kan niet aan een bericht met afbeeldingen worden gekoppeld.",
"more_than_one_video": "Kan niet meer dan één video toevoegen."
}
},
"edit_profile_failure": {
"title": "Profiel bewerken mislukt",
"message": "Je profiel kan niet bewerkt worden. Probeer het opnieuw."
},
"sign_out": {
"title": "Log-uit",
"message": "Weet je zeker dat je wilt uitloggen?",
"confirm": "Log-uit"
},
"block_domain": {
"title": "Weet je het echt heel erg zeker dat je alles van %s wilt negeren? In de meeste gevallen is het blokkeren of negeren van een paar specifieke personen voldoende. Je zult geen berichten van deze server op openbare tijdlijnen zien of in jouw meldingen. Jouw volgers van deze server worden verwijderd.",
"block_entire_domain": "Blokkeer domein"
},
"save_photo_failure": {
"title": "Foto Opslaan Mislukt",
"message": "Geef toestemming om de foto op te slaan."
},
"delete_post": {
"title": "Verwijder Bericht",
"message": "Weet je zeker dat je dit bericht wilt verwijderen?"
},
"clean_cache": {
"title": "Cache-geheugen Wissen",
"message": "Cache-geheugen (%s) succesvol gewist."
2022-12-15 10:51:28 +01:00
},
"translation_failed": {
2023-03-21 08:01:57 +01:00
"title": "Opmerking",
"message": "Vertaling mislukt. Mogelijk heeft de serverbeheerder vertalingen niet ingeschakeld op deze server, of draait deze server een oude versie van Mastodon waar vertalingen nog niet ondersteund worden.",
2022-12-15 10:51:28 +01:00
"button": "OK"
2022-05-13 05:51:05 +02:00
}
},
"controls": {
"actions": {
"back": "Terug",
"next": "Volgende",
"previous": "Vorige",
"open": "Open",
"add": "Voeg toe",
"remove": "Verwijder",
"edit": "Bewerk",
"save": "Bewaar",
"ok": "Ok",
"done": "Klaar",
"confirm": "Bevestigen",
"continue": "Ga verder",
"compose": "Schrijf bericht",
"cancel": "Annuleer",
"discard": "Weggooien",
"try_again": "Probeer Opnieuw",
"take_photo": "Maak foto",
"save_photo": "Bewaar foto",
"copy_photo": "Kopieer foto",
2022-11-20 11:21:48 +01:00
"sign_in": "Inloggen",
"sign_up": "Account aanmaken",
2022-05-13 05:51:05 +02:00
"see_more": "Meer",
"preview": "Voorvertoning",
2023-03-21 08:01:57 +01:00
"copy": "Kopiëren",
2022-05-13 05:51:05 +02:00
"share": "Deel",
"share_user": "Delen %s",
"share_post": "Deel bericht",
"open_in_safari": "Open in Safari",
"open_in_browser": "Open in browser",
"find_people": "Zoek mensen om te volgen",
"manually_search": "Handmatig zoeken",
"skip": "Overslaan",
"reply": "Reageer",
"report_user": "Rapporteer %s",
"block_domain": "Blokkeer %s",
"unblock_domain": "Deblokkeer %s",
"settings": "Instellingen",
2022-12-15 10:51:28 +01:00
"delete": "Verwijder",
"translate_post": {
2023-03-21 08:01:57 +01:00
"title": "Vertaald uit het %s",
"unknown_language": "Onbekend"
},
"edit_post": "Edit"
2022-05-13 05:51:05 +02:00
},
"tabs": {
"home": "Start",
2023-03-21 08:01:57 +01:00
"search_and_explore": "Zoeken en verkennen",
"notifications": "Meldingen",
"profile": "Profiel",
"a11y": {
"search": "Search",
"explore": "Explore"
}
2022-05-13 05:51:05 +02:00
},
"keyboard": {
"common": {
"switch_to_tab": "Overschakelen naar %s",
"compose_new_post": "Nieuw Bericht Opstellen",
"show_favorites": "Favorieten Weergeven",
"open_settings": "Open Instellingen"
},
"timeline": {
"previous_status": "Vorig Bericht",
"next_status": "Volgend Bericht",
"open_status": "Open Bericht",
"open_author_profile": "Open Auteursprofiel",
"open_reblogger_profile": "Open Delersprofiel",
"reply_status": "Reageer",
"toggle_reblog": "Delen bij berichten omschakelen",
"toggle_favorite": "Favoriet in-/uitschakelen bij Post",
"toggle_content_warning": "Inhoudswaarschuwing",
"preview_image": "Voorvertoning Afbeelding"
},
"segmented_control": {
"previous_section": "Vorige Sectie",
"next_section": "Volgende Sectie"
}
},
"status": {
"user_reblogged": "%s heeft gedeeld",
"user_replied_to": "Reactie op %s",
"show_post": "Toon Bericht",
"show_user_profile": "Toon Gebruikersprofiel",
"content_warning": "Inhoudswaarschuwing",
"sensitive_content": "Gevoelige inhoud",
"media_content_warning": "Tap hier om te tonen",
"tap_to_reveal": "Tik om te onthullen",
2023-03-21 08:01:57 +01:00
"load_embed": "Embed laden",
2022-12-15 15:30:32 +01:00
"link_via_user": "%s via %s",
2022-05-13 05:51:05 +02:00
"poll": {
"vote": "Stemmen",
"closed": "Gesloten"
},
2022-11-09 16:36:20 +01:00
"meta_entity": {
"url": "Link: %s",
2022-11-09 23:24:00 +01:00
"hashtag": "Hashtag: %s",
2022-11-20 11:21:48 +01:00
"mention": "Profiel weergeven: %s",
"email": "E-mailadres: %s"
2022-11-09 16:36:20 +01:00
},
2022-05-13 05:51:05 +02:00
"actions": {
"reply": "Reageren",
"reblog": "Delen",
"unreblog": "Delen ongedaan maken",
"favorite": "Toevoegen aan Favorieten",
"unfavorite": "Verwijderen uit Favorieten",
"menu": "Menu",
"hide": "Verberg",
"show_image": "Toon afbeelding",
"show_gif": "GIF weergeven",
"show_video_player": "Toon videospeler",
2023-03-21 08:01:57 +01:00
"share_link_in_post": "Deel link in bericht",
"tap_then_hold_to_show_menu": "Tik en houd vast om menu te tonen",
"a11y_labels": {
"reblog": "Re-blog",
"unreblog": "Undo re-blog"
}
2022-05-13 05:51:05 +02:00
},
"tag": {
"url": "URL",
"mention": "Vermelden",
"link": "Link",
"hashtag": "Hashtag",
"email": "Email",
"emoji": "Emoji"
},
"visibility": {
"unlisted": "Iedereen kan dit bericht zien maar het wordt niet in de publieke tijdlijn getoond.",
"private": "Alleen hun volgers kunnen dit bericht zien.",
"private_from_me": "Alleen mijn volgers kunnen dit bericht zien.",
"direct": "Alleen de vermelde persoon kan dit bericht zien."
2022-12-15 10:51:28 +01:00
},
"translation": {
2023-03-21 08:01:57 +01:00
"translated_from": "Vertaald uit het %s door %s",
"unknown_language": "Onbekend",
"unknown_provider": "Onbekend",
"show_original": "Show Original"
},
"media": {
"accessibility_label": "%s, bijlage %d van %d",
"expand_image_hint": "Vergroot de afbeelding. Tik twee keer en houd vast om acties te zien",
"expand_gif_hint": "Vergroot de GIF. Tik twee keer en houd vast om acties te zien",
"expand_video_hint": "Toont de videospeler. Tik twee keer en houd vast om acties te zien"
},
"posted_via_application": "%s via %s",
"buttons": {
"reblogs_title": "Reblogs",
"favorites_title": "Favorites",
"edit_history_title": "Edit History",
"edit_history_detail": "Last edit %s"
},
"edited_at_timestamp_prefix": "Edited %s",
"edit_history": {
"title": "Edit History",
"original_post": "Original Post · %s"
2022-05-13 05:51:05 +02:00
}
},
"friendship": {
"follow": "Volgen",
"following": "Gevolgd",
"request": "Verzoeken",
"pending": "In afwachting",
"block": "Blokkeren",
"block_user": "Blokkeer %s",
"block_domain": "Blokkeer %s",
"unblock": "Deblokkeer",
"unblock_user": "Deblokkeer %s",
"blocked": "Geblokkeerd",
"mute": "Negeren",
"mute_user": "Negeer %s",
"unmute": "Niet langer negeren",
"unmute_user": "%s niet langer negeren",
"muted": "Genegeerd",
New Crowdin updates (#356) * New translations app.json (Italian) * New translations app.json (Spanish, Argentina) * New translations app.json (Spanish, Argentina) * New translations app.json (Galician) * New translations app.json (Kabyle) * New translations app.json (Kabyle) * New translations Localizable.stringsdict (Kabyle) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Chinese Traditional) * New translations app.json (Arabic) * New translations app.json (French) * New translations app.json (Spanish) * New translations Localizable.stringsdict (Spanish) * New translations app.json (Thai) * New translations Localizable.stringsdict (Japanese) * New translations app.json (Thai) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Scottish Gaelic) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Sorani (Kurdish)) * New translations app.json (Kabyle) * New translations app.json (Spanish, Argentina) * New translations app.json (Hindi) * New translations app.json (Indonesian) * New translations app.json (Japanese) * New translations app.json (Romanian) * New translations app.json (French) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Finnish) * New translations app.json (Italian) * New translations app.json (Korean) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Dutch) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Swedish) * New translations app.json (Turkish) * New translations app.json (Chinese Simplified) * New translations app.json (Chinese Traditional) * New translations app.json (English) * New translations app.json (Vietnamese) * New translations app.json (Galician) * New translations app.json (Spanish, Argentina) * New translations app.json (Italian) * New translations app.json (Chinese Simplified) * New translations app.json (Catalan) * New translations app.json (Japanese) * New translations app.json (Korean) * New translations app.json (Arabic) * New translations app.json (Vietnamese) * New translations app.json (Spanish) * New translations app.json (Japanese) * New translations app.json (Japanese) * New translations app.json (Chinese Traditional) * New translations app.json (Galician) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Thai) * New translations app.json (French) * New translations Localizable.stringsdict (Arabic) * New translations Localizable.stringsdict (Arabic) * New translations app.json (Turkish) * New translations app.json (Scottish Gaelic) * New translations app.json (Scottish Gaelic) * New translations Localizable.stringsdict (Scottish Gaelic) * New translations app.json (Latvian) * New translations ios-infoPlist.json (Latvian) * New translations Localizable.stringsdict (Latvian) * New translations Intents.strings (Latvian) * New translations Intents.stringsdict (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations Intents.strings (Latvian) * New translations app.json (Latvian) * New translations app.json (Czech) * New translations ios-infoPlist.json (Czech) * New translations Localizable.stringsdict (Czech) * New translations Intents.strings (Czech) * New translations Intents.stringsdict (Czech) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations Localizable.stringsdict (Slovenian) * New translations Intents.strings (Slovenian) * New translations Intents.stringsdict (Slovenian) * New translations app.json (Sinhala) * New translations ios-infoPlist.json (Sinhala) * New translations Localizable.stringsdict (Sinhala) * New translations Intents.strings (Sinhala) * New translations Intents.stringsdict (Sinhala) * New translations app.json (Sinhala) * New translations app.json (Slovenian) * New translations Intents.strings (Slovenian) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Czech) * New translations app.json (German) * New translations app.json (German) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations Localizable.stringsdict (Turkish) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Slovenian) * New translations Intents.strings (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Chinese Traditional) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Korean) * New translations ios-infoPlist.json (Korean) * New translations Localizable.stringsdict (Korean) * New translations Intents.strings (Korean) * New translations Intents.stringsdict (Korean) * New translations app.json (Swedish) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Swedish) * New translations Localizable.stringsdict (Swedish) * New translations app.json (Swedish) * New translations Localizable.stringsdict (Swedish) * New translations app.json (Slovenian) * New translations app.json (Vietnamese) * New translations Localizable.stringsdict (Slovenian) * New translations Intents.strings (Vietnamese) * New translations app.json (Vietnamese) * New translations Localizable.stringsdict (German) * New translations Localizable.stringsdict (German) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Ukrainian) * New translations ios-infoPlist.json (Ukrainian) * New translations Localizable.stringsdict (Ukrainian) * New translations Intents.strings (Ukrainian) * New translations Intents.stringsdict (Ukrainian) * New translations Localizable.stringsdict (Slovenian) * New translations app.json (Slovenian) * New translations Intents.stringsdict (Slovenian) * New translations app.json (Slovenian) * New translations Localizable.stringsdict (Slovenian) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations Localizable.stringsdict (Scottish Gaelic) * New translations app.json (Slovenian) * New translations app.json (Indonesian) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Chinese Simplified) * New translations app.json (English) * New translations app.json (Galician) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Spanish, Argentina) * New translations app.json (Japanese) * New translations app.json (Thai) * New translations app.json (Latvian) * New translations app.json (Hindi) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Sinhala) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Dutch) * New translations app.json (Italian) * New translations app.json (Chinese Traditional) * New translations app.json (Ukrainian) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Swedish) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations app.json (Finnish) * New translations app.json (Romanian) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Sorani (Kurdish)) * New translations app.json (Swedish) * New translations app.json (Italian) * New translations Intents.strings (Swedish) * New translations app.json (Catalan) * New translations app.json (Slovenian) * New translations app.json (Spanish, Argentina) * New translations app.json (Chinese Traditional) * New translations app.json (Korean) * New translations app.json (Vietnamese) * New translations app.json (Slovenian) * New translations app.json (Indonesian) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Chinese Simplified) * New translations app.json (English) * New translations app.json (Galician) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Spanish, Argentina) * New translations app.json (Japanese) * New translations app.json (Thai) * New translations app.json (Latvian) * New translations app.json (Hindi) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Sinhala) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Dutch) * New translations app.json (Italian) * New translations app.json (Chinese Traditional) * New translations app.json (Ukrainian) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Swedish) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations app.json (Finnish) * New translations app.json (Romanian) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Sorani (Kurdish))
2022-11-09 07:33:08 +01:00
"edit_info": "Bewerken",
2022-11-20 11:21:48 +01:00
"show_reblogs": "Toon reblogs",
"hide_reblogs": "Verberg reblogs"
2022-05-13 05:51:05 +02:00
},
"timeline": {
"filtered": "Gefilterd",
"timestamp": {
"now": "Nu"
},
"loader": {
"load_missing_posts": "Resterende berichten laden",
"loading_missing_posts": "Resterende berichten laden...",
"show_more_replies": "Toon meer reacties"
},
"header": {
"no_status_found": "Geen Berichten Gevonden",
"blocking_warning": "U kunt het profiel van deze geblokkeerde gebruiker niet bekijken.\nUw profiel ziet er zo uit voor hen.",
"user_blocking_warning": "U kunt het profiel van %s niet bekijken zolang deze gebruiker geblokkeerd is.\nUw profiel ziet er zo uit voor hen.",
"blocked_warning": "U kunt het profiel van deze gebruiker niet bekijken zolang u geblokkeerd bent.",
"user_blocked_warning": "U kunt het profiel van %s niet bekijken zolang u geblokkeerd bent.",
"suspended_warning": "Deze gebruiker is geschorst.",
"user_suspended_warning": "%s's account is geschorst."
}
}
}
},
"scene": {
"welcome": {
"slogan": "Sociale media terug in uw handen.",
"get_started": "Aan de slag",
2023-03-21 08:01:57 +01:00
"log_in": "Log in",
"education": {
"what_is_mastodon": {
"title": "What is",
"description": "Imagine you have an email address that ends with @example.com.\n\nYou can still send and receive emails from anyone, even if their email ends in @gmail.com or @icloud.com or @example.com."
},
"mastodon_is_like_that": {
"title": "Mastodon is like that",
"description": "Your handle might be @gothgirl654@example.social, but you can still follow, reblog, and chat with @fallout5ever@example.online."
},
"how_do_i_pick_a_server": {
"title": "How do I pick a server?",
"description": "Different people choose different servers for any number of reasons. art.example is a great place for artists, while glasgow.example might be a good pick for Scots.\n\nYou cant go wrong with any of our recommend servers, so regardless of which one you pick (or if you enter your own in the server search bar), youll never miss a beat anywhere."
},
"a11y": {
"what_is_mastodon": {
"title": "What is Mastodon?"
}
}
}
2022-05-13 05:51:05 +02:00
},
2022-11-16 09:45:37 +01:00
"login": {
2022-11-20 11:21:48 +01:00
"title": "Welkom terug",
"subtitle": "Log je in op de server waarop je je account hebt aangemaakt.",
2022-11-16 09:45:37 +01:00
"server_search_field": {
2022-11-20 11:21:48 +01:00
"placeholder": "Voer URL in of zoek naar uw server"
2022-11-16 09:45:37 +01:00
}
},
2022-05-13 05:51:05 +02:00
"server_picker": {
2023-03-21 08:01:57 +01:00
"title": "Pick Server",
2022-05-13 05:51:05 +02:00
"button": {
2023-03-21 08:01:57 +01:00
"language": "Language",
"signup_speed": "Sign-up Speed",
2022-05-13 05:51:05 +02:00
"category": {
"all": "Alles",
"all_accessiblity_description": "Categorie: Alles",
"academia": "academisch",
"activism": "activisme",
"food": "eten",
"furry": "furry",
"games": "spellen",
"general": "algemeen",
"journalism": "journalistiek",
"lgbt": "lgbt",
"regional": "regionaal",
"art": "kunst",
"music": "muziek",
"tech": "technologie"
},
"see_less": "Minder Weergeven",
"see_more": "Meer Weergeven"
},
"label": {
"language": "TAAL",
"users": "GEBRUIKERS",
"category": "CATEGORIE"
},
"input": {
2022-11-20 11:21:48 +01:00
"search_servers_or_enter_url": "Zoek naar gemeenschappen of voer URL in"
2022-05-13 05:51:05 +02:00
},
"empty_state": {
"finding_servers": "Beschikbare servers zoeken...",
"bad_network": "Er is een fout opgetreden bij het laden van de gegevens. Controleer uw internetverbinding.",
"no_results": "Geen resultaten"
2023-03-21 08:01:57 +01:00
},
"signup_speed": {
"all": "All",
"instant": "Instant Sign-up",
"manually_reviewed": "Manual Review"
},
"language": {
"all": "All"
},
"search": {
"placeholder": "Search name or URL"
}
},
"privacy": {
"title": "Privacy",
"policy": {
"ios": "Privacy Policy - Mastodon for iOS",
"server": "Privacy Policy - %s"
},
"button": {
"confirm": "I agree"
2022-05-13 05:51:05 +02:00
}
},
"register": {
2023-03-21 08:01:57 +01:00
"title": "Create account",
2022-05-13 05:51:05 +02:00
"input": {
"avatar": {
"delete": "Verwijderen"
},
"username": {
"placeholder": "gebruikersnaam",
2023-03-21 08:01:57 +01:00
"duplicate_prompt": "Deze gebruikersnaam is al in gebruik.",
"suggestion": "amazing_%@"
2022-05-13 05:51:05 +02:00
},
"display_name": {
"placeholder": "weergavenaam"
},
"email": {
"placeholder": "email"
},
"password": {
"placeholder": "wachtwoord",
2023-03-21 08:01:57 +01:00
"confirmation_placeholder": "Confirm Password",
2022-05-13 05:51:05 +02:00
"require": "Je wachtwoord moet ten minste:",
"character_limit": "8 tekens",
"accessibility": {
"checked": "ingeschakeld",
"unchecked": "uitgeschakeld"
},
"hint": "Uw wachtwoord moet ten minste acht tekens bevatten"
},
"invite": {
"registration_user_invite_request": "Waarom wil u zich hier registreren?"
}
},
"error": {
"item": {
"username": "Gebruikersnaam",
"email": "Email",
"password": "Wachtwoord",
"agreement": "Overeenkomst",
"locale": "Taal",
"reason": "Reden"
},
"reason": {
"blocked": "%s gebruikt een niet-toegestane emailprovider",
"unreachable": "%s lijkt niet te bestaan",
"taken": "%s is reeds in gebruik",
"reserved": "%s is een gereserveerd woord",
"accepted": "%s moet geaccepteerd worden",
"blank": "%s is vereist",
"invalid": "%s is ongeldig",
"too_long": "%s is te lang",
"too_short": "%s is te kort",
"inclusion": "%s is een niet-ondersteunde waarde"
},
"special": {
"username_invalid": "Een gebruikersnaam mag alleen alfanumerieke karakters en lage streepjes bevatten",
"username_too_long": "De gebruikersnaam is te lang (het kan maximaal 30 karakters bevatten)",
"email_invalid": "Dit is geen geldig emailadres",
"password_too_short": "Het wachtwoord is te kort (het moet ten minste 8 tekens bevatten)"
}
}
},
"server_rules": {
"title": "Enkele basisregels.",
"subtitle": "Deze regels zijn ingesteld door de beheerders van %s.",
"prompt": "Als u verder gaat dan gaat u akkoord met de servicevoorwaarden en privacybeleid van %s.",
"terms_of_service": "servicevoorwaarden",
"privacy_policy": "privacybeleid",
"button": {
2023-03-21 08:01:57 +01:00
"confirm": "I agree"
2022-05-13 05:51:05 +02:00
}
},
"confirm_email": {
2023-03-21 08:01:57 +01:00
"title": "Check Your Inbox",
"tap_the_link_we_emailed_to_you_to_verify_your_account": "Tap the link we sent you to verify %@. Well wait right here.",
2022-05-13 05:51:05 +02:00
"button": {
"resend": "Verstuur opnieuw"
},
"dont_receive_email": {
"title": "Controleer uw emailadres",
"description": "Controleer of uw emailadres correct is en of the email in de ongewenste email filter terecht is gekomen.",
"resend_email": "Email Opnieuw Versturen"
},
"open_email_app": {
"title": "Ga naar uw inbox.",
"description": "We hebben u een e-mail gestuurd. Controleer ook uw de ongewenste email filter.",
"mail": "Mail",
"open_email_client": "Open Email Applicatie"
2023-03-21 08:01:57 +01:00
},
"didnt_get_link": {
"prefix": "Didn't get a Link?",
"resend_in": "Resend (%@)",
"resend_now": "Resend now."
2022-05-13 05:51:05 +02:00
}
},
"home_timeline": {
"title": "Start",
"navigation_bar_state": {
"offline": "Offline",
"new_posts": "Bekijk nieuwe berichten",
"published": "Gepubliceerd!",
"Publishing": "Bericht publiceren...",
"accessibility": {
2023-03-21 08:01:57 +01:00
"logo_label": "Mastodon",
2022-11-20 12:23:57 +01:00
"logo_hint": "Tik om naar boven te scrollen en tik nogmaals om terug te keren naar de vorige locatie"
2022-05-13 05:51:05 +02:00
}
}
},
"suggestion_account": {
"title": "Zoek Mensen om te Volgen",
"follow_explain": "Wanneer u iemand volgt, ziet u hun berichten op de startpagina."
},
"compose": {
"title": {
"new_post": "Nieuw Bericht",
2023-03-21 08:01:57 +01:00
"new_reply": "Nieuwe Reactie",
"edit_post": "Edit Post"
2022-05-13 05:51:05 +02:00
},
"media_selection": {
"camera": "Foto Maken",
"photo_library": "Fotobibliotheek",
"browse": "Bladeren"
},
"content_input_placeholder": "Schrijf of plak wat in je hoofd rondzweeft",
"compose_action": "Publiceren",
"replying_to_user": "reageren op %s",
"attachment": {
"photo": "foto",
"video": "video",
"attachment_broken": "Deze %s is corrupt en kan niet geüpload worden naar Mastodon.",
"description_photo": "Omschrijf de foto voor mensen met een visuele beperking...",
2022-11-13 18:36:39 +01:00
"description_video": "Omschrijf de video voor mensen met een visuele beperking...",
2022-11-20 12:23:57 +01:00
"load_failed": "Laden mislukt",
"upload_failed": "Uploaden mislukt",
"can_not_recognize_this_media_attachment": "Kan de media in de bijlage niet herkennen",
"attachment_too_large": "Bijlage te groot",
"compressing_state": "Bezig met comprimeren...",
"server_processing_state": "Server is bezig met verwerken..."
2022-05-13 05:51:05 +02:00
},
"poll": {
2023-03-21 08:01:57 +01:00
"title": "Poll",
2022-05-13 05:51:05 +02:00
"duration_time": "Duur: %s",
"thirty_minutes": "30 minuten",
"one_hour": "1 Uur",
"six_hours": "6 Uur",
"one_day": "1 Dag",
"three_days": "3 Dagen",
"seven_days": "7 Dagen",
2022-11-14 20:02:19 +01:00
"option_number": "Optie %ld",
2022-11-20 12:23:57 +01:00
"the_poll_is_invalid": "De peiling is ongeldig",
2023-03-21 08:01:57 +01:00
"the_poll_has_empty_option": "De peiling heeft een lege optie",
"add_option": "Add Option",
"remove_option": "Remove Option",
"move_up": "Move Up",
"move_down": "Move Down"
2022-05-13 05:51:05 +02:00
},
"content_warning": {
"placeholder": "Schrijf hier een nauwkeurige waarschuwing..."
},
"visibility": {
"public": "Openbaar",
"unlisted": "Niet-vermeld",
"private": "Alleen volgers",
"direct": "Alleen vermelde gebruikers"
},
"auto_complete": {
"space_to_add": "Spaties toe te voegen"
},
"accessibility": {
"append_attachment": "Bijlage Toevoegen",
"append_poll": "Peiling Toevoegen",
"remove_poll": "Peiling verwijderen",
"custom_emoji_picker": "Eigen Emojikiezer",
"enable_content_warning": "Inhoudswaarschuwing inschakelen",
"disable_content_warning": "Inhoudswaarschuwing Uitschakelen",
2022-11-14 13:41:18 +01:00
"post_visibility_menu": "Berichtzichtbaarheidsmenu",
2022-11-20 12:23:57 +01:00
"post_options": "Plaats Bericht Opties",
"posting_as": "Plaats bericht als %s"
2022-05-13 05:51:05 +02:00
},
"keyboard": {
"discard_post": "Bericht Verwijderen",
"publish_post": "Bericht Publiceren",
"toggle_poll": "Peiling omschakelen",
"toggle_content_warning": "Inhoudswaarschuwing Omschakelen",
"append_attachment_entry": "Bijlage Toevoegen - %s",
"select_visibility_entry": "Zichtbaarheid Selecteren - %s"
2023-03-21 08:01:57 +01:00
},
"language": {
"title": "Post Language",
"suggested": "Suggested",
"recent": "Recent",
"other": "Other Language…"
2022-05-13 05:51:05 +02:00
}
},
"profile": {
2022-06-09 12:03:58 +02:00
"header": {
2022-11-20 12:23:57 +01:00
"follows_you": "Volgt jou"
2022-06-09 12:03:58 +02:00
},
2022-05-13 05:51:05 +02:00
"dashboard": {
2023-03-21 08:01:57 +01:00
"my_posts": "berichten",
"my_following": "volgend",
"my_followers": "volgers",
"other_posts": "berichten",
"other_following": "volgend",
"other_followers": "volgers",
"familiar_followers": "mutuals"
2022-05-13 05:51:05 +02:00
},
"fields": {
2023-03-21 08:01:57 +01:00
"joined": "Geregistreerd",
2022-05-13 05:51:05 +02:00
"add_row": "Rij Toevoegen",
"placeholder": {
"label": "Etiket",
"content": "Inhoud"
2022-11-14 20:02:19 +01:00
},
"verified": {
2022-11-20 12:23:57 +01:00
"short": "Geverifieerd op %s",
"long": "Eigendom van deze link is gecontroleerd op %s"
2022-05-13 05:51:05 +02:00
}
},
"segmented_control": {
"posts": "Berichten",
"replies": "Reacties",
"posts_and_replies": "Berichten en reacties",
"media": "Media",
"about": "Informatie"
},
"relationship_action_alert": {
"confirm_mute_user": {
"title": "Negeer account",
"message": "Bevestig om %s te negeren"
},
"confirm_unmute_user": {
"title": "Account Negeren",
"message": "Bevestig om %s te negeren"
},
"confirm_block_user": {
"title": "Blokkeer account",
"message": "Bevestig om %s te blokkeren"
},
"confirm_unblock_user": {
"title": "Deblokkeer Account",
"message": "Bevestig om %s te deblokkeren"
New Crowdin updates (#356) * New translations app.json (Italian) * New translations app.json (Spanish, Argentina) * New translations app.json (Spanish, Argentina) * New translations app.json (Galician) * New translations app.json (Kabyle) * New translations app.json (Kabyle) * New translations Localizable.stringsdict (Kabyle) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Chinese Traditional) * New translations app.json (Arabic) * New translations app.json (French) * New translations app.json (Spanish) * New translations Localizable.stringsdict (Spanish) * New translations app.json (Thai) * New translations Localizable.stringsdict (Japanese) * New translations app.json (Thai) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Scottish Gaelic) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Sorani (Kurdish)) * New translations app.json (Kabyle) * New translations app.json (Spanish, Argentina) * New translations app.json (Hindi) * New translations app.json (Indonesian) * New translations app.json (Japanese) * New translations app.json (Romanian) * New translations app.json (French) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Finnish) * New translations app.json (Italian) * New translations app.json (Korean) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Dutch) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Swedish) * New translations app.json (Turkish) * New translations app.json (Chinese Simplified) * New translations app.json (Chinese Traditional) * New translations app.json (English) * New translations app.json (Vietnamese) * New translations app.json (Galician) * New translations app.json (Spanish, Argentina) * New translations app.json (Italian) * New translations app.json (Chinese Simplified) * New translations app.json (Catalan) * New translations app.json (Japanese) * New translations app.json (Korean) * New translations app.json (Arabic) * New translations app.json (Vietnamese) * New translations app.json (Spanish) * New translations app.json (Japanese) * New translations app.json (Japanese) * New translations app.json (Chinese Traditional) * New translations app.json (Galician) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Thai) * New translations app.json (French) * New translations Localizable.stringsdict (Arabic) * New translations Localizable.stringsdict (Arabic) * New translations app.json (Turkish) * New translations app.json (Scottish Gaelic) * New translations app.json (Scottish Gaelic) * New translations Localizable.stringsdict (Scottish Gaelic) * New translations app.json (Latvian) * New translations ios-infoPlist.json (Latvian) * New translations Localizable.stringsdict (Latvian) * New translations Intents.strings (Latvian) * New translations Intents.stringsdict (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations Intents.strings (Latvian) * New translations app.json (Latvian) * New translations app.json (Czech) * New translations ios-infoPlist.json (Czech) * New translations Localizable.stringsdict (Czech) * New translations Intents.strings (Czech) * New translations Intents.stringsdict (Czech) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations Localizable.stringsdict (Slovenian) * New translations Intents.strings (Slovenian) * New translations Intents.stringsdict (Slovenian) * New translations app.json (Sinhala) * New translations ios-infoPlist.json (Sinhala) * New translations Localizable.stringsdict (Sinhala) * New translations Intents.strings (Sinhala) * New translations Intents.stringsdict (Sinhala) * New translations app.json (Sinhala) * New translations app.json (Slovenian) * New translations Intents.strings (Slovenian) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Czech) * New translations app.json (German) * New translations app.json (German) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations Localizable.stringsdict (Turkish) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Slovenian) * New translations Intents.strings (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Chinese Traditional) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Korean) * New translations ios-infoPlist.json (Korean) * New translations Localizable.stringsdict (Korean) * New translations Intents.strings (Korean) * New translations Intents.stringsdict (Korean) * New translations app.json (Swedish) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Swedish) * New translations Localizable.stringsdict (Swedish) * New translations app.json (Swedish) * New translations Localizable.stringsdict (Swedish) * New translations app.json (Slovenian) * New translations app.json (Vietnamese) * New translations Localizable.stringsdict (Slovenian) * New translations Intents.strings (Vietnamese) * New translations app.json (Vietnamese) * New translations Localizable.stringsdict (German) * New translations Localizable.stringsdict (German) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Ukrainian) * New translations ios-infoPlist.json (Ukrainian) * New translations Localizable.stringsdict (Ukrainian) * New translations Intents.strings (Ukrainian) * New translations Intents.stringsdict (Ukrainian) * New translations Localizable.stringsdict (Slovenian) * New translations app.json (Slovenian) * New translations Intents.stringsdict (Slovenian) * New translations app.json (Slovenian) * New translations Localizable.stringsdict (Slovenian) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations Localizable.stringsdict (Scottish Gaelic) * New translations app.json (Slovenian) * New translations app.json (Indonesian) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Chinese Simplified) * New translations app.json (English) * New translations app.json (Galician) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Spanish, Argentina) * New translations app.json (Japanese) * New translations app.json (Thai) * New translations app.json (Latvian) * New translations app.json (Hindi) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Sinhala) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Dutch) * New translations app.json (Italian) * New translations app.json (Chinese Traditional) * New translations app.json (Ukrainian) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Swedish) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations app.json (Finnish) * New translations app.json (Romanian) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Sorani (Kurdish)) * New translations app.json (Swedish) * New translations app.json (Italian) * New translations Intents.strings (Swedish) * New translations app.json (Catalan) * New translations app.json (Slovenian) * New translations app.json (Spanish, Argentina) * New translations app.json (Chinese Traditional) * New translations app.json (Korean) * New translations app.json (Vietnamese) * New translations app.json (Slovenian) * New translations app.json (Indonesian) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Chinese Simplified) * New translations app.json (English) * New translations app.json (Galician) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Spanish, Argentina) * New translations app.json (Japanese) * New translations app.json (Thai) * New translations app.json (Latvian) * New translations app.json (Hindi) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Sinhala) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Dutch) * New translations app.json (Italian) * New translations app.json (Chinese Traditional) * New translations app.json (Ukrainian) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Swedish) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations app.json (Finnish) * New translations app.json (Romanian) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Sorani (Kurdish))
2022-11-09 07:33:08 +01:00
},
"confirm_show_reblogs": {
2022-11-20 12:23:57 +01:00
"title": "Toon reblogs",
"message": "Bevestig om reblogs te tonen"
New Crowdin updates (#356) * New translations app.json (Italian) * New translations app.json (Spanish, Argentina) * New translations app.json (Spanish, Argentina) * New translations app.json (Galician) * New translations app.json (Kabyle) * New translations app.json (Kabyle) * New translations Localizable.stringsdict (Kabyle) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Chinese Traditional) * New translations app.json (Arabic) * New translations app.json (French) * New translations app.json (Spanish) * New translations Localizable.stringsdict (Spanish) * New translations app.json (Thai) * New translations Localizable.stringsdict (Japanese) * New translations app.json (Thai) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Scottish Gaelic) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Sorani (Kurdish)) * New translations app.json (Kabyle) * New translations app.json (Spanish, Argentina) * New translations app.json (Hindi) * New translations app.json (Indonesian) * New translations app.json (Japanese) * New translations app.json (Romanian) * New translations app.json (French) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Finnish) * New translations app.json (Italian) * New translations app.json (Korean) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Dutch) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Swedish) * New translations app.json (Turkish) * New translations app.json (Chinese Simplified) * New translations app.json (Chinese Traditional) * New translations app.json (English) * New translations app.json (Vietnamese) * New translations app.json (Galician) * New translations app.json (Spanish, Argentina) * New translations app.json (Italian) * New translations app.json (Chinese Simplified) * New translations app.json (Catalan) * New translations app.json (Japanese) * New translations app.json (Korean) * New translations app.json (Arabic) * New translations app.json (Vietnamese) * New translations app.json (Spanish) * New translations app.json (Japanese) * New translations app.json (Japanese) * New translations app.json (Chinese Traditional) * New translations app.json (Galician) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Thai) * New translations app.json (French) * New translations Localizable.stringsdict (Arabic) * New translations Localizable.stringsdict (Arabic) * New translations app.json (Turkish) * New translations app.json (Scottish Gaelic) * New translations app.json (Scottish Gaelic) * New translations Localizable.stringsdict (Scottish Gaelic) * New translations app.json (Latvian) * New translations ios-infoPlist.json (Latvian) * New translations Localizable.stringsdict (Latvian) * New translations Intents.strings (Latvian) * New translations Intents.stringsdict (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations Intents.strings (Latvian) * New translations app.json (Latvian) * New translations app.json (Czech) * New translations ios-infoPlist.json (Czech) * New translations Localizable.stringsdict (Czech) * New translations Intents.strings (Czech) * New translations Intents.stringsdict (Czech) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations Localizable.stringsdict (Slovenian) * New translations Intents.strings (Slovenian) * New translations Intents.stringsdict (Slovenian) * New translations app.json (Sinhala) * New translations ios-infoPlist.json (Sinhala) * New translations Localizable.stringsdict (Sinhala) * New translations Intents.strings (Sinhala) * New translations Intents.stringsdict (Sinhala) * New translations app.json (Sinhala) * New translations app.json (Slovenian) * New translations Intents.strings (Slovenian) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Czech) * New translations app.json (German) * New translations app.json (German) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations Localizable.stringsdict (Turkish) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Slovenian) * New translations Intents.strings (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Chinese Traditional) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Korean) * New translations ios-infoPlist.json (Korean) * New translations Localizable.stringsdict (Korean) * New translations Intents.strings (Korean) * New translations Intents.stringsdict (Korean) * New translations app.json (Swedish) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Swedish) * New translations Localizable.stringsdict (Swedish) * New translations app.json (Swedish) * New translations Localizable.stringsdict (Swedish) * New translations app.json (Slovenian) * New translations app.json (Vietnamese) * New translations Localizable.stringsdict (Slovenian) * New translations Intents.strings (Vietnamese) * New translations app.json (Vietnamese) * New translations Localizable.stringsdict (German) * New translations Localizable.stringsdict (German) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Ukrainian) * New translations ios-infoPlist.json (Ukrainian) * New translations Localizable.stringsdict (Ukrainian) * New translations Intents.strings (Ukrainian) * New translations Intents.stringsdict (Ukrainian) * New translations Localizable.stringsdict (Slovenian) * New translations app.json (Slovenian) * New translations Intents.stringsdict (Slovenian) * New translations app.json (Slovenian) * New translations Localizable.stringsdict (Slovenian) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations Localizable.stringsdict (Scottish Gaelic) * New translations app.json (Slovenian) * New translations app.json (Indonesian) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Chinese Simplified) * New translations app.json (English) * New translations app.json (Galician) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Spanish, Argentina) * New translations app.json (Japanese) * New translations app.json (Thai) * New translations app.json (Latvian) * New translations app.json (Hindi) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Sinhala) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Dutch) * New translations app.json (Italian) * New translations app.json (Chinese Traditional) * New translations app.json (Ukrainian) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Swedish) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations app.json (Finnish) * New translations app.json (Romanian) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Sorani (Kurdish)) * New translations app.json (Swedish) * New translations app.json (Italian) * New translations Intents.strings (Swedish) * New translations app.json (Catalan) * New translations app.json (Slovenian) * New translations app.json (Spanish, Argentina) * New translations app.json (Chinese Traditional) * New translations app.json (Korean) * New translations app.json (Vietnamese) * New translations app.json (Slovenian) * New translations app.json (Indonesian) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Chinese Simplified) * New translations app.json (English) * New translations app.json (Galician) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Spanish, Argentina) * New translations app.json (Japanese) * New translations app.json (Thai) * New translations app.json (Latvian) * New translations app.json (Hindi) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Sinhala) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Dutch) * New translations app.json (Italian) * New translations app.json (Chinese Traditional) * New translations app.json (Ukrainian) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Swedish) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations app.json (Finnish) * New translations app.json (Romanian) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Sorani (Kurdish))
2022-11-09 07:33:08 +01:00
},
"confirm_hide_reblogs": {
2022-11-20 12:23:57 +01:00
"title": "Verberg reblogs",
"message": "Bevestig om reblogs te verbergen"
2022-05-13 05:51:05 +02:00
}
},
"accessibility": {
"show_avatar_image": "Toon avatar-afbeelding",
"edit_avatar_image": "Bewerk avatar-afbeelding",
"show_banner_image": "Toon banner-afbeelding",
"double_tap_to_open_the_list": "Dubbel tikken om de lijst te openen"
}
},
"follower": {
2022-11-20 12:23:57 +01:00
"title": "volger",
2022-05-13 05:51:05 +02:00
"footer": "Volgers van andere servers worden niet weergegeven."
},
"following": {
2022-11-20 12:23:57 +01:00
"title": "volgend",
2022-05-13 05:51:05 +02:00
"footer": "Volgers van andere servers worden niet weergegeven."
},
2022-05-17 16:19:00 +02:00
"familiarFollowers": {
2022-11-20 12:23:57 +01:00
"title": "Volgers die je kent",
"followed_by_names": "Gevolgd door %s"
2022-05-17 16:19:00 +02:00
},
"favorited_by": {
2023-03-21 08:01:57 +01:00
"title": "Gefavoriet door"
2022-05-17 16:19:00 +02:00
},
"reblogged_by": {
2023-03-21 08:01:57 +01:00
"title": "Geboost door"
2022-05-17 16:19:00 +02:00
},
2022-05-13 05:51:05 +02:00
"search": {
"title": "Zoeken",
"search_bar": {
"placeholder": "Zoek hashtags en gebruikers",
"cancel": "Annuleren"
},
"recommend": {
"button_text": "Alles weergeven",
"hash_tag": {
"title": "Trending op Mastodon",
"description": "Hashtags die behoorlijk wat aandacht krijgen",
"people_talking": "%s gebruikers praten hierover"
},
"accounts": {
"title": "Interessante accounts voor u",
"description": "Misschien dat u geïnteresseerd bent in deze accounts",
"follow": "Volgen"
}
},
"searching": {
"segment": {
"all": "Alles",
"people": "Gebruikers",
"hashtags": "Hashtags",
"posts": "Berichten"
},
"empty_state": {
"no_results": "Geen resultaten"
},
"recent_search": "Recente zoekopdrachten",
"clear": "Wissen"
}
},
"discovery": {
"tabs": {
"posts": "Berichten",
"hashtags": "Hashtags",
"news": "Nieuws",
2022-11-20 12:23:57 +01:00
"community": "Gemeenschap",
2022-05-13 05:51:05 +02:00
"for_you": "Voor jou"
},
"intro": "Dit zijn de berichten die populair zijn in jouw Mastodon-kringen."
},
"favorite": {
2023-03-21 08:01:57 +01:00
"title": "Favorites"
2022-05-13 05:51:05 +02:00
},
"notification": {
"title": {
"Everything": "Alles",
"Mentions": "Vermeldingen"
},
"notification_description": {
"followed_you": "volgt je",
"favorited_your_post": "heeft je bericht als favoriet gemrkeerd",
"reblogged_your_post": "deelde je bericht",
"mentioned_you": "noemde je",
"request_to_follow_you": "verzoek je te volgen",
"poll_has_ended": "de peiling is beëindigd"
},
"keyobard": {
"show_everything": "Alles weergeven",
"show_mentions": "Vermeldingen weergeven"
2022-06-30 09:21:47 +02:00
},
"follow_request": {
2022-11-20 12:23:57 +01:00
"accept": "Accepteren",
"accepted": "Geaccepteerd",
"reject": "afwijzen",
"rejected": "Afgewezen"
2022-05-13 05:51:05 +02:00
}
},
"thread": {
"back_title": "Bericht",
"title": "Bericht van %s"
},
"settings": {
"title": "Instellingen",
"section": {
"appearance": {
"title": "Uiterlijk",
"automatic": "Automatisch",
"light": "Altijd Licht",
"dark": "Altijd Donker"
},
"look_and_feel": {
"title": "Opmaak",
"use_system": "Gebruik systeem",
"really_dark": "Echt donker",
"sorta_dark": "Donker",
"light": "Licht"
},
"notifications": {
"title": "Meldingen",
"favorites": "Mijn bericht als favoriet toevoegt",
"follows": "Mij volgt",
"boosts": "Mijn bericht deelt",
"mentions": "Mij vermeldt",
"trigger": {
"anyone": "iemand",
"follower": "een volger",
"follow": "iemand die ik volg",
"noone": "niemand",
"title": "Stuur mij een melding wanneer"
}
},
"preference": {
"title": "Instellingen",
"disable_avatar_animation": "Geanimeerde avatars uitschakelen",
"disable_emoji_animation": "Geanimeerde emojis uitschakelen",
"using_default_browser": "Gebruik de standaard browser om links te openen",
"open_links_in_mastodon": "Open links in Mastodon"
},
"boring_zone": {
"title": "De Saaie Instellingen",
"account_settings": "Accountinstellingen",
"terms": "Servicevoorwaarden",
"privacy": "Privacybeleid"
},
"spicy_zone": {
"title": "De Gevaarlijke Instellingen",
"clear": "Mediacache wissen",
"signout": "Afmelden"
}
},
"footer": {
"mastodon_description": "Mastodon is vrije software. Je kunt problemen melden op GitHub via %s (%s)"
},
"keyboard": {
"close_settings_window": "Instellingsvenster Sluiten"
}
},
"report": {
"title_report": "Rapporteer",
"title": "Rapporteer %s",
"step1": "Stap 1 van 2",
"step2": "Stap 2 van 2",
"content1": "Zijn er nog meer berichten die u aan het rapport wilt toevoegen?",
"content2": "Is er iets anders over dit rapport dat de moderators zouden moeten weten?",
"report_sent_title": "Bedankt voor het rapporteren, we zullen hiernaar kijken.",
"send": "Stuur rapport",
"skip_to_send": "Verstuur zonder opmerkingen",
"text_placeholder": "Schrijf of plak aanvullende opmerkingen",
"reported": "Gerapporteerd",
"step_one": {
2022-11-20 12:23:57 +01:00
"step_1_of_4": "Stap 1 van 4",
"whats_wrong_with_this_post": "Wat is er mis met dit bericht?",
"whats_wrong_with_this_account": "Wat is er mis met dit bericht?",
"whats_wrong_with_this_username": "Wat is er mis met %s?",
"select_the_best_match": "Selecteer de beste overeenkomst",
2023-03-21 08:01:57 +01:00
"i_dont_like_it": "Ik vind het niet leuk",
"it_is_not_something_you_want_to_see": "Iets wat je niet wilt zien",
"its_spam": "Spam",
"malicious_links_fake_engagement_or_repetetive_replies": "Schadelijke links, misleiding of herhalende antwoorden",
"it_violates_server_rules": "Het schendt de serverregels",
"you_are_aware_that_it_breaks_specific_rules": "Je weet dat het specifieke regels schendt",
"its_something_else": "Iets anders",
"the_issue_does_not_fit_into_other_categories": "Probleem valt niet onder de andere categorieën"
2022-05-13 05:51:05 +02:00
},
"step_two": {
2023-03-21 08:01:57 +01:00
"step_2_of_4": "Stap 2 van 4",
"which_rules_are_being_violated": "Welke regels worden geschonden?",
"select_all_that_apply": "Selecteer wat van toepassing is",
"i_just_dont_like_it": "Ik vind het gewoon niet leuk"
2022-05-13 05:51:05 +02:00
},
"step_three": {
2023-03-21 08:01:57 +01:00
"step_3_of_4": "Stap 3 van 4",
"are_there_any_posts_that_back_up_this_report": "Zijn er berichten die deze melding ondersteunen?",
"select_all_that_apply": "Selecteer wat van toepassing is"
2022-05-13 05:51:05 +02:00
},
"step_four": {
2023-03-21 08:01:57 +01:00
"step_4_of_4": "Stap 4 van 4",
"is_there_anything_else_we_should_know": "Moeten we nog iets anders weten?"
2022-05-13 05:51:05 +02:00
},
"step_final": {
2023-03-21 08:01:57 +01:00
"dont_want_to_see_this": "Wil je dit niet zien?",
"when_you_see_something_you_dont_like_on_mastodon_you_can_remove_the_person_from_your_experience.": "Als je iets ziet dat je niet leuk vindt op Mastodon, dan kun je die persoon op meerdere manieren verwijderen van je tijdlijn.",
"unfollow": "Ontvolgen",
"unfollowed": "Ontvolgd",
"unfollow_user": "Ontvolg %s",
"mute_user": "Negeer %s",
"you_wont_see_their_posts_or_reblogs_in_your_home_feed_they_wont_know_they_ve_been_muted": "Je zult niet langer berichten of boosts van deze persoon zien in je tijdlijn. Ze weten niet dat je hun negeert.",
"block_user": "Blokkeer %s",
"they_will_no_longer_be_able_to_follow_or_see_your_posts_but_they_can_see_if_theyve_been_blocked": "Het is niet meer mogelijk om je te volgen of om je berichten te zien, maar ze kunnen wel zien dat ze geblokkeerd zijn.",
"while_we_review_this_you_can_take_action_against_user": "Terwijl we dit onderzoeken kun je deze acties tegen %s nemen"
2022-05-13 05:51:05 +02:00
}
},
"preview": {
"keyboard": {
"close_preview": "Voorbeeldweergave Sluiten",
"show_next": "Volgende",
"show_previous": "Vorige"
}
},
"account_list": {
"tab_bar_hint": "Huidige geselecteerde profiel: %s. Dubbel-tik en houd vast om account te wisselen",
"dismiss_account_switcher": "Annuleer account wisselen",
"add_account": "Voeg account toe"
},
"wizard": {
"new_in_mastodon": "Nieuw in Mastodon",
"multiple_account_switch_intro_description": "Schakel tussen meerdere accounts door de profielknop in te drukken en vast te houden.",
"accessibility_hint": "Tik tweemaal om het popup-scherm te sluiten"
New Crowdin updates (#356) * New translations app.json (Italian) * New translations app.json (Spanish, Argentina) * New translations app.json (Spanish, Argentina) * New translations app.json (Galician) * New translations app.json (Kabyle) * New translations app.json (Kabyle) * New translations Localizable.stringsdict (Kabyle) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Chinese Traditional) * New translations app.json (Arabic) * New translations app.json (French) * New translations app.json (Spanish) * New translations Localizable.stringsdict (Spanish) * New translations app.json (Thai) * New translations Localizable.stringsdict (Japanese) * New translations app.json (Thai) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Scottish Gaelic) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Sorani (Kurdish)) * New translations app.json (Kabyle) * New translations app.json (Spanish, Argentina) * New translations app.json (Hindi) * New translations app.json (Indonesian) * New translations app.json (Japanese) * New translations app.json (Romanian) * New translations app.json (French) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Finnish) * New translations app.json (Italian) * New translations app.json (Korean) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Dutch) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Swedish) * New translations app.json (Turkish) * New translations app.json (Chinese Simplified) * New translations app.json (Chinese Traditional) * New translations app.json (English) * New translations app.json (Vietnamese) * New translations app.json (Galician) * New translations app.json (Spanish, Argentina) * New translations app.json (Italian) * New translations app.json (Chinese Simplified) * New translations app.json (Catalan) * New translations app.json (Japanese) * New translations app.json (Korean) * New translations app.json (Arabic) * New translations app.json (Vietnamese) * New translations app.json (Spanish) * New translations app.json (Japanese) * New translations app.json (Japanese) * New translations app.json (Chinese Traditional) * New translations app.json (Galician) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Thai) * New translations app.json (French) * New translations Localizable.stringsdict (Arabic) * New translations Localizable.stringsdict (Arabic) * New translations app.json (Turkish) * New translations app.json (Scottish Gaelic) * New translations app.json (Scottish Gaelic) * New translations Localizable.stringsdict (Scottish Gaelic) * New translations app.json (Latvian) * New translations ios-infoPlist.json (Latvian) * New translations Localizable.stringsdict (Latvian) * New translations Intents.strings (Latvian) * New translations Intents.stringsdict (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations app.json (Latvian) * New translations Intents.strings (Latvian) * New translations app.json (Latvian) * New translations app.json (Czech) * New translations ios-infoPlist.json (Czech) * New translations Localizable.stringsdict (Czech) * New translations Intents.strings (Czech) * New translations Intents.stringsdict (Czech) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations Localizable.stringsdict (Slovenian) * New translations Intents.strings (Slovenian) * New translations Intents.stringsdict (Slovenian) * New translations app.json (Sinhala) * New translations ios-infoPlist.json (Sinhala) * New translations Localizable.stringsdict (Sinhala) * New translations Intents.strings (Sinhala) * New translations Intents.stringsdict (Sinhala) * New translations app.json (Sinhala) * New translations app.json (Slovenian) * New translations Intents.strings (Slovenian) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Czech) * New translations app.json (German) * New translations app.json (German) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Czech) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations Localizable.stringsdict (Turkish) * New translations app.json (Slovenian) * New translations ios-infoPlist.json (Slovenian) * New translations app.json (Slovenian) * New translations Intents.strings (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Chinese Traditional) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Korean) * New translations ios-infoPlist.json (Korean) * New translations Localizable.stringsdict (Korean) * New translations Intents.strings (Korean) * New translations Intents.stringsdict (Korean) * New translations app.json (Swedish) * New translations app.json (Slovenian) * New translations app.json (Slovenian) * New translations app.json (Swedish) * New translations Localizable.stringsdict (Swedish) * New translations app.json (Swedish) * New translations Localizable.stringsdict (Swedish) * New translations app.json (Slovenian) * New translations app.json (Vietnamese) * New translations Localizable.stringsdict (Slovenian) * New translations Intents.strings (Vietnamese) * New translations app.json (Vietnamese) * New translations Localizable.stringsdict (German) * New translations Localizable.stringsdict (German) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Ukrainian) * New translations ios-infoPlist.json (Ukrainian) * New translations Localizable.stringsdict (Ukrainian) * New translations Intents.strings (Ukrainian) * New translations Intents.stringsdict (Ukrainian) * New translations Localizable.stringsdict (Slovenian) * New translations app.json (Slovenian) * New translations Intents.stringsdict (Slovenian) * New translations app.json (Slovenian) * New translations Localizable.stringsdict (Slovenian) * New translations app.json (Czech) * New translations app.json (Slovenian) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations Localizable.stringsdict (Scottish Gaelic) * New translations app.json (Slovenian) * New translations app.json (Indonesian) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Chinese Simplified) * New translations app.json (English) * New translations app.json (Galician) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Spanish, Argentina) * New translations app.json (Japanese) * New translations app.json (Thai) * New translations app.json (Latvian) * New translations app.json (Hindi) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Sinhala) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Dutch) * New translations app.json (Italian) * New translations app.json (Chinese Traditional) * New translations app.json (Ukrainian) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Swedish) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations app.json (Finnish) * New translations app.json (Romanian) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Sorani (Kurdish)) * New translations app.json (Swedish) * New translations app.json (Italian) * New translations Intents.strings (Swedish) * New translations app.json (Catalan) * New translations app.json (Slovenian) * New translations app.json (Spanish, Argentina) * New translations app.json (Chinese Traditional) * New translations app.json (Korean) * New translations app.json (Vietnamese) * New translations app.json (Slovenian) * New translations app.json (Indonesian) * New translations app.json (Portuguese) * New translations app.json (Russian) * New translations app.json (Chinese Simplified) * New translations app.json (English) * New translations app.json (Galician) * New translations app.json (Portuguese, Brazilian) * New translations app.json (Spanish, Argentina) * New translations app.json (Japanese) * New translations app.json (Thai) * New translations app.json (Latvian) * New translations app.json (Hindi) * New translations app.json (English, United States) * New translations app.json (Welsh) * New translations app.json (Sinhala) * New translations app.json (Kurmanji (Kurdish)) * New translations app.json (Dutch) * New translations app.json (Italian) * New translations app.json (Chinese Traditional) * New translations app.json (Ukrainian) * New translations app.json (Vietnamese) * New translations app.json (Kabyle) * New translations app.json (Korean) * New translations app.json (Swedish) * New translations app.json (French) * New translations app.json (Turkish) * New translations app.json (Czech) * New translations app.json (Scottish Gaelic) * New translations app.json (Finnish) * New translations app.json (Romanian) * New translations app.json (Spanish) * New translations app.json (Arabic) * New translations app.json (Catalan) * New translations app.json (Danish) * New translations app.json (German) * New translations app.json (Basque) * New translations app.json (Sorani (Kurdish))
2022-11-09 07:33:08 +01:00
},
"bookmark": {
2023-03-21 08:01:57 +01:00
"title": "Bladwijzers"
2022-12-01 20:49:36 +01:00
},
"followed_tags": {
2023-03-21 08:01:57 +01:00
"title": "Gevolgde tags",
2022-12-01 20:49:36 +01:00
"header": {
2023-03-21 08:01:57 +01:00
"posts": "berichten",
"participants": "deelnemers",
"posts_today": "berichten vandaag"
2022-12-01 20:49:36 +01:00
},
"actions": {
2023-03-21 08:01:57 +01:00
"follow": "Volgen",
"unfollow": "Ontvolgen"
2022-12-01 20:49:36 +01:00
}
2022-05-13 05:51:05 +02:00
}
2023-03-21 08:01:57 +01:00
},
"extension": {
"open_in": {
"invalid_link_error": "This doesn't seem to be a valid Mastodon link."
}
},
"widget": {
"common": {
"unsupported_widget_family": "Sorry but this Widget family is unsupported.",
"user_not_logged_in": "Please open Mastodon to log in to an Account."
},
"followers_count": {
"configuration_display_name": "Followers",
"configuration_description": "Show number of followers.",
"title": "FOLLOWERS",
"followers_today": "%s followers today"
},
"multiple_followers": {
"configuration_display_name": "Multiple followers",
"configuration_description": "Show number of followers for multiple accounts.",
"mock_user": {
"display_name": "Another follower",
"account_name": "another@follower.social"
}
},
"latest_followers": {
"configuration_display_name": "Latest followers",
"configuration_description": "Show latest followers.",
"title": "Latest followers",
"last_update": "Last update: %s"
}
2022-05-13 05:51:05 +02:00
}
2022-11-16 09:45:37 +01:00
}