Skip to content

Commit

Permalink
Translate countries to Dutch Language
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Atempa committed Oct 16, 2018
1 parent 37588cf commit 298765c
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion resources/lang/nl/countries.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,54 @@
|
*/

'country' => 'country'
'Argentina' => 'Argentinië',
'Australia' => 'Australië',
'Austria' => 'Oostenrijk',
'Belarus' => 'Wit-Rusland',
'Brazil' => 'Brazilië',
'Bosnia and Herzegovina' => 'Bosnië en Herzegovina',
'Bulgaria' => 'Bulgarije',
'Chile' => 'Chili',
'Colombia' => 'Colombia',
'Croatia' => 'Kroatië',
'Cyprus' => 'Cyprus',
'Czech Republic' => 'Tsjechië',
'Denmark' => 'Denemarken',
'Ecuador' => 'Ecuador',
'England' => 'England',
'Europe' => 'Europe',
'France' => 'Franse Gebieden in de zuidelijke Indische Oceaan',
'Georgia' => 'Georgië',
'Germany' => 'Duitsland',
'Ghana' => 'Ghana',
'Greece' => 'Griekenland',
'Iran' => 'Iran',
'Iraq' => 'Irak',
'Italy' => 'Italië',
'Ivory Coast' => 'Ivoorkust',
'Japan' => 'Japan',
'Kosovo' => 'Kosovo',
'Mali' => 'Mali',
'Mexico' => 'Mexico',
'Netherlands' => 'Nederland',
'New Caledonia' => 'Nova Caledónia',
'Northern Ireland' => 'Noord-Ierland',
'Peru' => 'Peru',
'Portugal' => 'Portugal',
'Poland' => 'Polen',
'Republic of Ireland' => 'Ierland',
'Romania' => 'Roemenië',
'Russia' => 'Rusland',
'Senegal' => 'Senegal',
'Serbia' => 'Servië',
'Slovakia' => 'Slowakije',
'Spain' => 'Spanje',
'South Africa' => 'Zuid-Afrika',
'Sweden' => 'Zweden',
'Switzerland' => 'Zwitserland',
'Turkey' => 'Turkije',
'Ukraine' => 'Oekraïne',
'Uruguay' => 'Uruguay',
'Venezuela' => 'Venezuela',
'Wales' => 'Wales',
];

0 comments on commit 298765c

Please sign in to comment.