Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dutch Translations #97

Merged
merged 6 commits into from
Dec 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions resources/lang/nl/pm.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
*/

return [
'unread' => 'Unread',
'read' => 'Read',
'unread' => 'Markeer als gelezen',
'read' => 'Gelezen',
'inbox' => 'Inbox',
'outbox' => 'Outbox',
'message' => 'Message',
'messages' => 'Messages',
'private' => 'Private',
'new' => 'New Message',
'from' =>'From',
'to' => 'To',
'sent' => 'Sent',
'sent-at' => 'Sent At',
'subject' =>'Subject',
'recieved-at' =>'Recieved At',
'search' => 'Search By Subject',
'reply' => 'Reply',
'send' => 'Send',
'create' => 'Create',
'select' => 'Select A User',
'message' => 'Bericht',
'messages' => 'Berichten',
'private' => 'Privé',
'new' => 'Nieuw Bericht',
'from' =>'Van',
'to' => 'Naar',
'sent' => 'Verzonden',
'sent-at' => 'Verzonden Op',
'subject' =>'Onderwerp',
'recieved-at' =>'Ontvangen Op',
'search' => 'Zoeken Op Onderwerp',
'reply' => 'Antwoord',
'send' => 'Verzenden',
'create' => 'Maak',
'select' => 'Selecteer een gebruiker',
];
16 changes: 8 additions & 8 deletions resources/lang/nl/poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
return [
'poll' => 'Poll',
'polls' => 'Polls',
'current' => 'Current Poll(s)',
'total' => 'Total Votes Ever',
'vote-now' => 'Get Your Vote In Now!',
'results' => 'Poll Results',
'multiple-choice' => 'This is a multiple choice poll. Select as many answers as you like.',
'ip-checking' => 'This poll has duplicate vote checking. You can only vote once.',
'vote' => 'Vote',
'votes' => 'Votes',
'current' => 'Huidige Poll(s)',
'total' => 'Totaal Aantal Stemmen Ooit',
'vote-now' => 'Stem Nu!',
'results' => 'Poll Resultaten',
'multiple-choice' => 'Dit is een poll met meerdere mogelijkelijke antwoorden. Selecteer zoveel antwoorden als je wilt.',
'ip-checking' => 'Deze poll controleert voor dubbele stemmingen. Je mag maar één keer stemmen.',
'vote' => 'Stem',
'votes' => 'Stemmen',
];
4 changes: 2 additions & 2 deletions resources/lang/nl/request.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
*/

return [
'requests' => 'Requests',
'request' => 'Request',
'requests' => 'Verzoeken',
'request' => 'Verzoek',
];
6 changes: 3 additions & 3 deletions resources/lang/nl/staff.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
*/

return [
'moderation' => 'Moderation',
'please-moderate' => 'Please Moderate This Torrent!',
'you-have' => 'You Have',
'moderation' => 'Moderatie',
'please-moderate' => 'Graag deze torrent modereren!',
'you-have' => 'Je hebt',
'dashboard' => 'Dashboard',
'staff-dashboard' => 'Staff Dashboard',
];
28 changes: 14 additions & 14 deletions resources/lang/nl/torrent.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@
*/

return [
'bookmark' => 'Bookmark',
'bookmarks' => 'Bookmarks',
'bookmark' => 'Bladwijzer',
'bookmarks' => 'Bladwijzers',
'torrent' => 'Torrent',
'torrents' => 'Torrents',
'category' => 'Category',
'categories' => 'Categories',
'catalog' => 'Catalog',
'catalogs' => 'Catalogs',
'category' => 'Categorie',
'categories' => 'Categorieën',
'catalog' => 'Catalogus',
'catalogs' => 'Catalogi',
'type' => 'Type',
'types' => 'Types',
'history' => 'History',
'history' => 'Geschiedenis',
'peers' => 'Peers',
'seeder' => 'Seeder',
'leecher' => 'Leecher',
'seeders' => 'Seeders',
'leechers' => 'Leechers',
'rss' => 'RSS',
'name' => 'Name',
'size' => 'Size',
'times' => 'Times',
'completed' => 'Completed',
'released' => 'Released',
'title' => 'Title',
'titles' => 'Titles'
'name' => 'Naam',
'size' => 'Grote',
'times' => 'Tijden',
'completed' => 'Voltooid',
'released' => 'Uitgegeven',
'title' => 'Titel',
'titles' => 'Titels'
];
2 changes: 1 addition & 1 deletion resources/lang/nl/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
*/

return [
'my-profile' => 'My Profile',
'my-profile' => 'Mijn Profiel',
];