mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
New translations web.php (Dutch)
[ci skip]
This commit is contained in:
parent
4d124dbe41
commit
1d13ea98d9
1 changed files with 115 additions and 115 deletions
|
@ -3,176 +3,176 @@
|
|||
return [
|
||||
|
||||
'common' => [
|
||||
'comment' => 'Comment',
|
||||
'commented' => 'Commented',
|
||||
'comments' => 'Comments',
|
||||
'like' => 'Like',
|
||||
'liked' => 'Liked',
|
||||
'likes' => 'Likes',
|
||||
'share' => 'Share',
|
||||
'shared' => 'Shared',
|
||||
'shares' => 'Shares',
|
||||
'unshare' => 'Unshare',
|
||||
'comment' => 'Reactie',
|
||||
'commented' => 'Heeft gereageerd',
|
||||
'comments' => 'Reacties',
|
||||
'like' => 'Leuk',
|
||||
'liked' => 'Leuk gevonden',
|
||||
'likes' => 'Leuk gevonden',
|
||||
'share' => 'Delen',
|
||||
'shared' => 'Gedeeld',
|
||||
'shares' => 'Gedeeld door',
|
||||
'unshare' => 'Niet meer delen',
|
||||
|
||||
'cancel' => 'Cancel',
|
||||
'copyLink' => 'Copy Link',
|
||||
'delete' => 'Delete',
|
||||
'error' => 'Error',
|
||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
||||
'oops' => 'Oops!',
|
||||
'other' => 'Other',
|
||||
'readMore' => 'Read more',
|
||||
'success' => 'Success',
|
||||
'cancel' => 'Annuleren',
|
||||
'copyLink' => 'Link kopiëren',
|
||||
'delete' => 'Verwijderen',
|
||||
'error' => 'Fout',
|
||||
'errorMsg' => 'Er is iets misgegaan. Probeer het later opnieuw.',
|
||||
'oops' => 'Oeps!',
|
||||
'other' => 'Anders',
|
||||
'readMore' => 'Lees meer',
|
||||
'success' => 'Geslaagd',
|
||||
|
||||
'sensitive' => 'Sensitive',
|
||||
'sensitiveContent' => 'Sensitive Content',
|
||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||
'sensitive' => 'Gevoelig',
|
||||
'sensitiveContent' => 'Gevoelige inhoud',
|
||||
'sensitiveContentWarning' => 'Deze post kan gevoelige inhoud bevatten',
|
||||
],
|
||||
|
||||
'site' => [
|
||||
'terms' => 'Terms of Use',
|
||||
'privacy' => 'Privacy Policy',
|
||||
'terms' => 'Gebruiksvoorwaarden',
|
||||
'privacy' => 'Privacy beleid',
|
||||
],
|
||||
|
||||
'navmenu' => [
|
||||
'search' => 'Search',
|
||||
'admin' => 'Admin Dashboard',
|
||||
'search' => 'Zoeken',
|
||||
'admin' => 'Beheerdersdashboard',
|
||||
|
||||
// Timelines
|
||||
'homeFeed' => 'Home Feed',
|
||||
'localFeed' => 'Local Feed',
|
||||
'globalFeed' => 'Global Feed',
|
||||
'homeFeed' => 'Thuis Feed',
|
||||
'localFeed' => 'Lokale Feed',
|
||||
'globalFeed' => 'Globale feed',
|
||||
|
||||
// Core features
|
||||
'discover' => 'Discover',
|
||||
'directMessages' => 'Direct Messages',
|
||||
'notifications' => 'Notifications',
|
||||
'groups' => 'Groups',
|
||||
'stories' => 'Stories',
|
||||
'discover' => 'Ontdekken',
|
||||
'directMessages' => 'Directe berichten',
|
||||
'notifications' => 'Notificaties',
|
||||
'groups' => 'Groepen',
|
||||
'stories' => 'Verhalen',
|
||||
|
||||
// Self links
|
||||
'profile' => 'Profile',
|
||||
'profile' => 'Profiel',
|
||||
'drive' => 'Drive',
|
||||
'settings' => 'Settings',
|
||||
'compose' => 'Create New',
|
||||
'settings' => 'Instellingen',
|
||||
'compose' => 'Nieuwe aanmaken',
|
||||
|
||||
// Nav footer
|
||||
'about' => 'About',
|
||||
'help' => 'Help',
|
||||
'language' => 'Language',
|
||||
'about' => 'Over',
|
||||
'help' => 'Hulp',
|
||||
'language' => 'Taal',
|
||||
'privacy' => 'Privacy',
|
||||
'terms' => 'Terms',
|
||||
'terms' => 'Voorwaarden',
|
||||
|
||||
// Temporary links
|
||||
'backToPreviousDesign' => 'Go back to previous design'
|
||||
'backToPreviousDesign' => 'Ga terug naar het vorige ontwerp'
|
||||
],
|
||||
|
||||
'directMessages' => [
|
||||
'inbox' => 'Inbox',
|
||||
'sent' => 'Sent',
|
||||
'requests' => 'Requests'
|
||||
'sent' => 'Verzonden',
|
||||
'requests' => 'Verzoeken'
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
'liked' => 'liked your',
|
||||
'commented' => 'commented on your',
|
||||
'reacted' => 'reacted to your',
|
||||
'shared' => 'shared your',
|
||||
'tagged' => 'tagged you in a',
|
||||
'liked' => 'leuk gevonden',
|
||||
'commented' => 'reageerde op je',
|
||||
'reacted' => 'heeft gereageerd op je',
|
||||
'shared' => 'deelde je',
|
||||
'tagged' => 'heeft je gatagged in',
|
||||
|
||||
'updatedA' => 'updated a',
|
||||
'sentA' => 'sent a',
|
||||
'updatedA' => 'heeft bijgewerkt een',
|
||||
'sentA' => 'stuurde een',
|
||||
|
||||
'followed' => 'followed',
|
||||
'mentioned' => 'mentioned',
|
||||
'you' => 'you',
|
||||
'followed' => 'volgde',
|
||||
'mentioned' => 'noemde',
|
||||
'you' => 'jij',
|
||||
|
||||
'yourApplication' => 'Your application to join',
|
||||
'applicationApproved' => 'was approved!',
|
||||
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
|
||||
'yourApplication' => 'Uw aanvraag om toe te treden',
|
||||
'applicationApproved' => 'werd goedgekeurd!',
|
||||
'applicationRejected' => 'werd afgekeurd. U kunt opnieuw aanvragen over 6 maanden.',
|
||||
|
||||
'dm' => 'dm',
|
||||
'groupPost' => 'group post',
|
||||
'modlog' => 'modlog',
|
||||
'groupPost' => 'groep post',
|
||||
'modlog' => 'modlogboek',
|
||||
'post' => 'post',
|
||||
'story' => 'story',
|
||||
'story' => 'verhaal',
|
||||
],
|
||||
|
||||
'post' => [
|
||||
'shareToFollowers' => 'Share to followers',
|
||||
'shareToOther' => 'Share to other',
|
||||
'noLikes' => 'No likes yet',
|
||||
'uploading' => 'Uploading',
|
||||
'shareToFollowers' => 'Deel met volgers',
|
||||
'shareToOther' => 'Delen met anderen',
|
||||
'noLikes' => 'Nog geen leuks',
|
||||
'uploading' => 'Uploaden',
|
||||
],
|
||||
|
||||
'profile' => [
|
||||
'posts' => 'Posts',
|
||||
'followers' => 'Followers',
|
||||
'following' => 'Following',
|
||||
'admin' => 'Admin',
|
||||
'collections' => 'Collections',
|
||||
'follow' => 'Follow',
|
||||
'unfollow' => 'Unfollow',
|
||||
'editProfile' => 'Edit Profile',
|
||||
'followRequested' => 'Follow Requested',
|
||||
'joined' => 'Joined',
|
||||
'followers' => 'Volgers',
|
||||
'following' => 'Aan het volgen',
|
||||
'admin' => 'Beheerder',
|
||||
'collections' => 'Collecties',
|
||||
'follow' => 'Volgen',
|
||||
'unfollow' => 'Ontvolgen',
|
||||
'editProfile' => 'Profiel bewerken',
|
||||
'followRequested' => 'Volgen verzocht',
|
||||
'joined' => 'Lid geworden',
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
'viewPost' => 'View Post',
|
||||
'viewProfile' => 'View Profile',
|
||||
'moderationTools' => 'Moderation Tools',
|
||||
'report' => 'Report',
|
||||
'archive' => 'Archive',
|
||||
'unarchive' => 'Unarchive',
|
||||
'embed' => 'Embed',
|
||||
'viewPost' => 'Post bekijken',
|
||||
'viewProfile' => 'Profiel bekijken',
|
||||
'moderationTools' => 'Moderatietools',
|
||||
'report' => 'Rapporteren',
|
||||
'archive' => 'Archief',
|
||||
'unarchive' => 'Dearchiveren',
|
||||
'embed' => 'Insluiten',
|
||||
|
||||
'selectOneOption' => 'Select one of the following options',
|
||||
'unlistFromTimelines' => 'Unlist from Timelines',
|
||||
'addCW' => 'Add Content Warning',
|
||||
'removeCW' => 'Remove Content Warning',
|
||||
'markAsSpammer' => 'Mark as Spammer',
|
||||
'markAsSpammerText' => 'Unlist + CW existing and future posts',
|
||||
'selectOneOption' => 'Selecteer een van de volgende opties',
|
||||
'unlistFromTimelines' => 'Uit tijdlijnen halen',
|
||||
'addCW' => 'Inhoudswaarschuwing toevoegen',
|
||||
'removeCW' => 'Inhoudswaarschuwing verwijderen',
|
||||
'markAsSpammer' => 'Markeren als spammer',
|
||||
'markAsSpammerText' => 'Uit lijst halen + inhoudswaarschuwing bestaande en toekomstige posts',
|
||||
'spam' => 'Spam',
|
||||
'sensitive' => 'Sensitive Content',
|
||||
'abusive' => 'Abusive or Harmful',
|
||||
'underageAccount' => 'Underage Account',
|
||||
'copyrightInfringement' => 'Copyright Infringement',
|
||||
'impersonation' => 'Impersonation',
|
||||
'scamOrFraud' => 'Scam or Fraud',
|
||||
'confirmReport' => 'Confirm Report',
|
||||
'confirmReportText' => 'Are you sure you want to report this post?',
|
||||
'reportSent' => 'Report Sent!',
|
||||
'reportSentText' => 'We have successfully received your report.',
|
||||
'reportSentError' => 'There was an issue reporting this post.',
|
||||
'sensitive' => 'Gevoelige inhoud',
|
||||
'abusive' => 'Beledigend of Schadelijk',
|
||||
'underageAccount' => 'Minderjarig account',
|
||||
'copyrightInfringement' => 'Auteursrechtenschending',
|
||||
'impersonation' => 'Impersonatie',
|
||||
'scamOrFraud' => 'Oplichting of fraude',
|
||||
'confirmReport' => 'Bevestig Rapport',
|
||||
'confirmReportText' => 'Weet je zeker dat je deze post wilt rapporteren?',
|
||||
'reportSent' => 'Rapport verzonden!',
|
||||
'reportSentText' => 'We hebben uw rapport met succes ontvangen.',
|
||||
'reportSentError' => 'Er is een probleem opgetreden bij het rapporteren van deze post.',
|
||||
|
||||
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
|
||||
'modCWSuccess' => 'Successfully added content warning',
|
||||
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
|
||||
'modRemoveCWSuccess' => 'Successfully removed content warning',
|
||||
'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
|
||||
'modUnlistSuccess' => 'Successfully unlisted post',
|
||||
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',
|
||||
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
|
||||
'modAddCWConfirm' => 'Weet u zeker dat u een waarschuwing voor inhoud wilt toevoegen aan deze post?',
|
||||
'modCWSuccess' => 'Inhoudswaarschuwing succesvol toegevoegd',
|
||||
'modRemoveCWConfirm' => 'Weet u zeker dat u de waarschuwing voor inhoud wilt verwijderen van deze post?',
|
||||
'modRemoveCWSuccess' => 'Succesvol de inhoudswaarschuwing verwijderd',
|
||||
'modUnlistConfirm' => 'Weet je zeker dat je deze post uit de lijst wilt halen?',
|
||||
'modUnlistSuccess' => 'Post met succes uit de lijst gehaald',
|
||||
'modMarkAsSpammerConfirm' => 'Weet u zeker dat u deze gebruiker wilt markeren als spammer? Alle bestaande en toekomstige posts worden niet vermeld op tijdlijnen en een waarschuwing over de inhoud zal worden toegepast.',
|
||||
'modMarkAsSpammerSuccess' => 'Account succesvol gemarkeerd als spammer',
|
||||
|
||||
'toFollowers' => 'to Followers',
|
||||
'toFollowers' => 'naar volgers',
|
||||
|
||||
'showCaption' => 'Show Caption',
|
||||
'showLikes' => 'Show Likes',
|
||||
'compactMode' => 'Compact Mode',
|
||||
'embedConfirmText' => 'By using this embed, you agree to our',
|
||||
'showCaption' => 'Onderschrift tonen',
|
||||
'showLikes' => 'Leuks tonen',
|
||||
'compactMode' => 'Compacte modus',
|
||||
'embedConfirmText' => 'Door deze embed te gebruiken, gaat u akkoord met onze',
|
||||
|
||||
'deletePostConfirm' => 'Are you sure you want to delete this post?',
|
||||
'archivePostConfirm' => 'Are you sure you want to archive this post?',
|
||||
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
|
||||
'deletePostConfirm' => 'Weet je zeker dat je deze post wil verwijderen?',
|
||||
'archivePostConfirm' => 'Weet je zeker dat je deze post wilt archiveren?',
|
||||
'unarchivePostConfirm' => 'Weet je zeker dat je deze post wilt dearchiveren?',
|
||||
],
|
||||
|
||||
'story' => [
|
||||
'add' => 'Add Story'
|
||||
'add' => 'Verhaal toevoegen'
|
||||
],
|
||||
|
||||
'timeline' => [
|
||||
'peopleYouMayKnow' => 'People you may know'
|
||||
'peopleYouMayKnow' => 'Mensen die u misschien kent'
|
||||
]
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue