Skip to content

Commit

Permalink
Merge pull request sebastiaanspeck#37 from jatempa/ISSUE-5-Translate-…
Browse files Browse the repository at this point in the history
…Countries

Issue 5 translate countries to Spanish Language
  • Loading branch information
sebastiaanspeck authored Oct 16, 2018
2 parents 6ddc329 + 298765c commit 1d37bbe
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 0 deletions.
64 changes: 64 additions & 0 deletions resources/lang/en/countries.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Countries Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for labels for the countries.
|
*/

'Argentina' => 'Argentina',
'Australia' => 'Australia',
'Austria' => 'Austria',
'Belarus' => 'Belarus',
'Brazil' => 'Brazil',
'Bosnia and Herzegovina' => 'Bosnia and Herzegovina',
'Bulgaria' => 'Bulgaria',
'Chile' => 'Chile',
'Colombia' => 'Colombia',
'Croatia' => 'Croatia',
'Cyprus' => 'Cyprus',
'Czech Republic' => 'Czech Republic',
'Denmark' => 'Denmark',
'Ecuador' => 'Ecuador',
'England' => 'England',
'Europe' => 'Europe',
'France' => 'France',
'Georgia' => 'Georgia',
'Germany' => 'Germany',
'Ghana' => 'Ghana',
'Greece' => 'Greece',
'Iran' => 'Iran',
'Iraq' => 'Iraq',
'Italy' => 'Italy',
'Ivory Coast' => 'Ivory Coast',
'Japan' => 'Japan',
'Kosovo' => 'Kosovo',
'Mali' => 'Mali',
'Mexico' => 'Mexico',
'Netherlands' => 'Netherlands',
'New Caledonia' => 'New Caledonia',
'Northern Ireland' => 'Northern Ireland',
'Peru' => 'Peru',
'Portugal' => 'Portugal',
'Poland' => 'Poland',
'Republic of Ireland' => 'Republic of Ireland',
'Romania' => 'Romania',
'Russia' => 'Russia',
'Senegal' => 'Senegal',
'Serbia' => 'Serbia',
'Slovakia' => 'Slovakia',
'Spain' => 'Spain',
'South Africa' => 'South Africa',
'Sweden' => 'Sweden',
'Switzerland' => 'Switzerland',
'Turkey' => 'Turkey',
'Ukraine' => 'Ukraine',
'Uruguay' => 'Uruguay',
'Venezuela' => 'Venezuela',
'Wales' => 'Wales',
];
64 changes: 64 additions & 0 deletions resources/lang/es/countries.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Countries Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for labels for the countries.
|
*/

'Argentina' => 'Argentina',
'Australia' => 'Australia',
'Austria' => 'Austria',
'Belarus' => 'Bielorrusia',
'Brazil' => 'Brasil',
'Bosnia and Herzegovina' => 'Bosnia y Herzegovina',
'Bulgaria' => 'Bulgaria',
'Chile' => 'Chile',
'Colombia' => 'Colombia',
'Croatia' => 'Croacia',
'Cyprus' => 'Chipre',
'Czech Republic' => 'Republica Checa',
'Denmark' => 'Dinamarca',
'Ecuador' => 'Ecuador',
'England' => 'Inglaterra',
'Europe' => 'Europa',
'France' => 'Francia',
'Georgia' => 'Georgia',
'Germany' => 'Alemania',
'Ghana' => 'Ghana',
'Greece' => 'Grecia',
'Iran' => 'Irán',
'Iraq' => 'Irak',
'Italy' => 'Italia',
'Ivory Coast' => 'Costa de Marfíl',
'Japan' => 'Japon',
'Kosovo' => 'Kosovo',
'Mali' => 'Mali',
'Mexico' => 'México',
'Netherlands' => 'Países bajos',
'New Caledonia' => 'Nueva Caledonia',
'Northern Ireland' => 'Irlanda del Norte',
'Peru' => 'Perú',
'Portugal' => 'Portugal',
'Poland' => 'Polonia',
'Republic of Ireland' => 'Republica de Irlanda',
'Romania' => 'Rumania',
'Russia' => 'Rusia',
'Senegal' => 'Senegal',
'Serbia' => 'Serbia',
'Slovakia' => 'Eslovaquia',
'Spain' => 'España',
'South Africa' => 'Sudáfrica',
'Sweden' => 'Suecia',
'Switzerland' => 'Suiza',
'Turkey' => 'Turquía',
'Ukraine' => 'Ucrania',
'Uruguay' => 'Uruguay',
'Venezuela' => 'Venezuela',
'Wales' => 'Gales',
];
64 changes: 64 additions & 0 deletions resources/lang/nl/countries.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Countries Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for labels for the countries.
|
*/

'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 1d37bbe

Please sign in to comment.