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