Skip to content
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
7 changes: 4 additions & 3 deletions app/Livewire/LeadingTeacherSignupForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public function mount()

$expertises = LeadingTeacherExpertise::orderBy('position')->get();

$this->geoposition =
$this->countries = $countries;

$this->levels = $levels;
Expand All @@ -81,8 +80,10 @@ public function mount()

if (! is_null($location)) {
$this->closestCity = City::getClosestCity($location->lon, $location->lat);
$this->selectedCity = $this->closestCity->id;
$this->selectedCountry = $this->closestCity->country_iso;
if ($this->closestCity) {
$this->selectedCity = $this->closestCity->id;
$this->selectedCountry = $this->closestCity->country_iso;
}
}

}
Expand Down
Binary file added public/images/community/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/community/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/community/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/community/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/community/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/community/mobile-header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/images/community/play.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/shape_pink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions resources/assets/sass/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
align-items: center;
}

#teacher-details li.active {
border-left-color: #F97316;
border-top-color: #F97316;
}

/*Media queries*/

/* smartphones, iPhone, portrait 480x320 phones */
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/al/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambasadorët e EU Code Week',
'your_current_country' => 'Vendi juaj aktual',
'visit_the' => 'Vizitoni',
'local_facebook_page' => 'faqja lokale e Facebook',
'local_website' => 'Uebsajti lokal',
'local_facebook_page' => 'Faqja Facebook',
'local_website' => 'Uebsajt',
'ambassadors' => 'Ambasadorët',
'no_ambassadors' => 'Ende asnjë ambasador',
'countries_with_ambassadors' => 'Vendet me ambasadorë',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/ba/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambasadori Sedmice kodiranja EU',
'your_current_country' => 'Vaša trenutna zemlja',
'visit_the' => 'Posjetite',
'local_facebook_page' => 'lokalnu Facebook stranicu',
'local_website' => 'Lokalni vebsajt',
'local_facebook_page' => 'Facebook stranicu',
'local_website' => 'Vebsajt',
'ambassadors' => 'Ambasadori',
'no_ambassadors' => 'Još uvijek nema ambasadora',
'countries_with_ambassadors' => 'Zemlje sa ambasadorima',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/bg/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Посланици на Европейската седмица на програмирането',
'your_current_country' => 'Вашата настояща държава',
'visit_the' => 'Посетете',
'local_facebook_page' => 'местната страница във Facebook',
'local_website' => 'Местен уебсайт',
'local_facebook_page' => 'страница във Facebook',
'local_website' => 'уебсайт',
'ambassadors' => 'Посланици',
'no_ambassadors' => 'Все още няма посланици',
'countries_with_ambassadors' => 'Държави с посланици',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/cs/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambasadoři Evropského týdne programování',
'your_current_country' => 'Vaše současná země',
'visit_the' => 'Navštivte',
'local_facebook_page' => 'místní facebookovou stránku',
'local_website' => 'Místní webové stránky',
'local_facebook_page' => 'facebookovou stránku',
'local_website' => 'webové stránky',
'ambassadors' => 'Ambasadoři',
'no_ambassadors' => 'Žádní ambasadoři zatím nejsou',
'countries_with_ambassadors' => 'Země s ambasadory',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/da/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambassadører for EU’s kodeuge',
'your_current_country' => 'Dit nuværende land',
'visit_the' => 'Besøg',
'local_facebook_page' => 'den lokale Facebook-side',
'local_website' => 'det lokale websted',
'local_facebook_page' => 'Facebook-side',
'local_website' => 'websted',
'ambassadors' => 'Ambassadører',
'no_ambassadors' => 'Endnu ingen ambassadører',
'countries_with_ambassadors' => 'Lande med ambassadører',
Expand Down
6 changes: 3 additions & 3 deletions resources/lang/de/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

'title' => 'EU Code Week-Botschafter*innen',
'your_current_country' => 'Ihr ausgewähltes Land',
'visit_the' => 'Besuchen Sie die',
'local_facebook_page' => 'deutsche Facebook-Seite',
'local_website' => 'Deutsche Website',
'visit_the' => '“Besuche die',
'local_facebook_page' => 'Facebook-Seite',
'local_website' => 'Website',
'ambassadors' => 'Botschafter*innen',
'no_ambassadors' => 'Bisher keine Botschafter*innen',
'countries_with_ambassadors' => 'Länder mit Botschafter*innen',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/el/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'ΠΡΕΣΒΕΙΣ ΤΗΣ ΕΥΡΩΠΑΪΚΗΣ ΕΒΔΟΜΑΔΑΣ ΠΡΟΓΡΑΜΜΑΤΙΣΜΟΥ',
'your_current_country' => 'Η τρέχουσα χώρα σου',
'visit_the' => 'Επισκεφθείτε την',
'local_facebook_page' => 'τοπική σελίδα στο Facebook',
'local_website' => 'Τοπικός δικτυακός τόπος',
'local_facebook_page' => 'σελίδα στο Facebook',
'local_website' => 'δικτυακός τόπος',
'ambassadors' => 'Πρέσβεις',
'no_ambassadors' => 'Δεν υπάρχουν ακόμα πρέσβεις',
'countries_with_ambassadors' => 'Χώρες με πρέσβεις',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/en/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'EU Code Week Ambassadors',
'your_current_country' => 'Your current country',
'visit_the' => 'Visit the',
'local_facebook_page' => 'local Facebook page',
'local_website' => 'Local Website',
'local_facebook_page' => 'Facebook page',
'local_website' => 'Website',
'ambassadors' => 'Ambassadors',
'community' => 'Community',
'no_ambassadors' => 'No ambassadors yet',
Expand Down
6 changes: 3 additions & 3 deletions resources/lang/en/community.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@
'hub_level_IS' => 'Regional Hub',
'hub_desc_IS' => 'European Centre for Women and Technology (ECWT) is dedicated to promoting gender equality within the tech industry across Europe. This organization focuses on creating opportunities for women in technology through mentorship programs, networking events, and skill-building workshops. By advocating for policy changes and raising awareness about the underrepresentation of women in tech, the center aims to inspire and empower a new generation of female leaders. Additionally, it fosters collaboration between different sectors to drive innovation and inclusivity in technology. ',

'hub_FI' => 'European Center for Women and Technology Forening',
'hub_level_FI' => 'Regional Hub',
'hub_desc_FI' => 'European Centre for Women and Technology (ECWT) is dedicated to promoting gender equality within the tech industry across Europe. This organization focuses on creating opportunities for women in technology through mentorship programs, networking events, and skill-building workshops. By advocating for policy changes and raising awareness about the underrepresentation of women in tech, the center aims to inspire and empower a new generation of female leaders. Additionally, it fosters collaboration between different sectors to drive innovation and inclusivity in technology. ',
'hub_FI' => 'European Center for Women and Technology - ECWT<br/>on sitoutunut turvaamaan sukupuolinäkökulmaa teknologiateollisuudessa kaikkialla Euroopassa.',
'hub_level_FI' => 'Alueellinen hub',
'hub_desc_FI' => 'ECWT keskittyy<br/>(i) tukemaan lapsia ja erityisesti tyttöjä koodauksen, luovuuden ja uteliaisuuden yhdistämisessä heidän tulevaisuuden uransa muotoutumiseksi<br/>(ii) luomaan inspiroivan yhteisön, verkostoitumistapahtumia ja mentorointiohjelmia<br/>(iii) tarjoamaan sertifioituja koulutuksia uudelleenkoulutusta ja täydennyskoulutusta varten.<br/><br/>Tukemalla poliittisia muutoksia ja tarjoamalla innovatiivisia työkaluja, jotka on kehitetty yhteistyössä julkisensektorin, yritysten ja tutkimuksenjohtavien edustajien kanssa pohjoismaisten hyvien esimerkkien pohjalta, me voimaannutamme uuden sukupolven naisjohtajia.',

'hub_DK' => 'European Center for Women and Technology Forening',
'hub_level_DK' => 'Regional Hub',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/es/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Embajadores de la Semana de la Programación de la UE',
'your_current_country' => 'Tu país actual',
'visit_the' => 'Visita la',
'local_facebook_page' => 'página de Facebook local',
'local_website' => 'Sitio web local',
'local_facebook_page' => 'página de Facebook',
'local_website' => 'Sitio web',
'ambassadors' => 'Embajadores',
'no_ambassadors' => 'Todavía no hay ningún embajador',
'countries_with_ambassadors' => 'Países con embajadores',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/et/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'ELi programmeerimisnädala Code Week saadikud',
'your_current_country' => 'Sinu praegune riik',
'visit_the' => 'Vt',
'local_facebook_page' => 'Kohalik leht Facebookis',
'local_website' => 'Kohalik veebisait',
'local_facebook_page' => 'leht Facebookis',
'local_website' => 'veebisait',
'ambassadors' => 'Saadikud',
'no_ambassadors' => 'Saadikuid veel ei ole',
'countries_with_ambassadors' => 'Saadikutega riigid',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/fi/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'EU:n koodausviikkolähettiläät',
'your_current_country' => 'Tämänhetkinen maasi',
'visit_the' => 'Katso',
'local_facebook_page' => 'paikallinen Facebook-sivu',
'local_website' => 'Paikallinen verkkosivusto',
'local_facebook_page' => 'Facebook-sivu',
'local_website' => 'verkkosivusto',
'ambassadors' => 'Lähettiläät',
'no_ambassadors' => 'Ei vielä lähettiläitä',
'countries_with_ambassadors' => 'Maat, joissa on lähettiläitä',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/fr/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Découvrez les ambassadeurs Code Week de l’UE',
'your_current_country' => 'Votre pays actuel',
'visit_the' => 'Consultez la',
'local_facebook_page' => 'page Facebook de votre pays',
'local_website' => 'Site web de votre pays',
'local_facebook_page' => 'page Facebook',
'local_website' => 'Site web',
'ambassadors' => 'Ambassadeurs',
'no_ambassadors' => 'Aucun ambassadeur pour le moment',
'countries_with_ambassadors' => 'Pays comptant des ambassadeurs',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/hr/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambasadori Europskog tjedna programiranja',
'your_current_country' => 'Vaša trenutačna zemlja',
'visit_the' => 'Posjeti',
'local_facebook_page' => 'lokalnu Facebook stranicu',
'local_website' => 'Lokalno web-mjesto',
'local_facebook_page' => 'Facebook stranicu',
'local_website' => 'web-mjesto',
'ambassadors' => 'Ambasadori',
'no_ambassadors' => 'Još nema ambasadora',
'countries_with_ambassadors' => 'Zemlje s ambasadorima',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/hu/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Az európai programozási hét nagykövetei',
'your_current_country' => 'Jelenlegi országa',
'visit_the' => 'Látogasson el',
'local_facebook_page' => 'a helyi Facebook-oldalra',
'local_website' => 'Helyi honlap',
'local_facebook_page' => 'Facebook-oldalra',
'local_website' => 'honlap',
'ambassadors' => 'Nagykövetek',
'no_ambassadors' => 'Nincs még nagykövet',
'countries_with_ambassadors' => 'Országok és nagyköveteik',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/it/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambasciatori della settimana europea della programmazione',
'your_current_country' => 'Il tuo attuale paese',
'visit_the' => 'Visita',
'local_facebook_page' => 'la pagina Facebook locale',
'local_website' => 'Sito web locale',
'local_facebook_page' => 'pagina Facebook',
'local_website' => 'Sito web',
'ambassadors' => 'Ambasciatori',
'no_ambassadors' => 'Nessun ambasciatore presente',
'countries_with_ambassadors' => 'Paesi con ambasciatori',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/lt/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'ES programavimo savaitės ambasadoriai',
'your_current_country' => 'Jūsų gyvenamoji šalis',
'visit_the' => 'Apsilankykite',
'local_facebook_page' => 'vietos „Facebook“ puslapyje',
'local_website' => 'Vietos svetainė',
'local_facebook_page' => '„Facebook“ puslapis',
'local_website' => 'svetainė',
'ambassadors' => 'Ambasadoriai',
'no_ambassadors' => 'Nėra ambasadorių',
'countries_with_ambassadors' => 'Šalys, kurios turi ambasadorius',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/lv/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'ES programmēšanas nedēļas vēstnieki',
'your_current_country' => 'Jūsu pašreizējā valsts',
'visit_the' => 'Apmeklējiet',
'local_facebook_page' => 'vietējo Facebook lapu',
'local_website' => 'Vietējā vietne',
'local_facebook_page' => 'Facebook lapu',
'local_website' => 'vietne',
'ambassadors' => 'Vēstnieki',
'no_ambassadors' => 'Vēl nav vēstnieku',
'countries_with_ambassadors' => 'Valstis, kurās ir vēstnieki',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/me/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambasadori Evropske Nedjelje programiranja',
'your_current_country' => 'Zemlja gdje trenutno boravite',
'visit_the' => 'Posjetite',
'local_facebook_page' => 'lokalnu Facebook stranicu',
'local_website' => 'Web-stranica na lokalnom jeziku',
'local_facebook_page' => 'Facebook stranicu',
'local_website' => 'Web-stranica',
'ambassadors' => 'Ambasadori',
'no_ambassadors' => 'Još uvijek nema ambasadora',
'countries_with_ambassadors' => 'Zemlje koje imaju ambasadore',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/mk/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Амбасадори на Европската недела на кодирање',
'your_current_country' => 'Вашата тековна земја',
'visit_the' => 'Посетете ја',
'local_facebook_page' => 'локалната страница на Facebook',
'local_website' => 'Локална веб-локација',
'local_facebook_page' => 'страница на Facebook',
'local_website' => 'веб-локација',
'ambassadors' => 'Амбасадори',
'no_ambassadors' => 'С? уште нема амбасадори',
'countries_with_ambassadors' => 'Земји со амбасадори',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/mt/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambaxxaturi tal-Ġimgħa tal-UE tal-Ikkowdjar',
'your_current_country' => 'Il-pajjiż attwali tiegħek',
'visit_the' => 'Żur',
'local_facebook_page' => 'il-paġna lokali ta’ Facebok',
'local_website' => 'Sit web lokali',
'local_facebook_page' => 'paġna ta’ Facebook',
'local_website' => 'Sit web',
'ambassadors' => 'Ambaxxaturi',
'no_ambassadors' => 'L-ebda ambaxxatur s’issa',
'countries_with_ambassadors' => 'Pajjiżi b’ambaxxaturi',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/nl/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambassadeurs van de EU-Programmeerweek',
'your_current_country' => 'Je huidige land',
'visit_the' => 'Bezoek de',
'local_facebook_page' => 'lokale Facebook-pagina',
'local_website' => 'Lokale website',
'local_facebook_page' => 'Facebook-pagina',
'local_website' => 'website',
'ambassadors' => 'Ambassadeurs',
'no_ambassadors' => 'Nog geen ambassadeurs',
'countries_with_ambassadors' => 'Landen met ambassadeurs',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/pl/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambasadorzy Europejskiego Tygodnia Kodowania',
'your_current_country' => 'Twój obecny kraj',
'visit_the' => 'Do odwiedzenia:',
'local_facebook_page' => 'lokalna strona w serwisie Facebook',
'local_website' => 'lokalna strona internetowa',
'local_facebook_page' => 'strona w serwisie Facebook',
'local_website' => 'strona internetowa',
'ambassadors' => 'Ambasadorzy',
'no_ambassadors' => 'Brak ambasadorów',
'countries_with_ambassadors' => 'Kraje posiadające ambasadorów',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/pt/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Embaixadores da Semana Europeia da Programação',
'your_current_country' => 'O seu país atual',
'visit_the' => 'Visite',
'local_facebook_page' => 'a página do Facebook local',
'local_website' => 'o sítio Web local',
'local_facebook_page' => 'página do Facebook',
'local_website' => 'sítio Web',
'ambassadors' => 'Embaixadores',
'no_ambassadors' => 'Ainda sem embaixadores',
'countries_with_ambassadors' => 'Países com embaixadores',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/ro/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambasadori ai Săptămânii UE a programării',
'your_current_country' => 'Țara dumneavoastră actuală',
'visit_the' => 'Vizitați',
'local_facebook_page' => 'pagina locală de Facebook',
'local_website' => 'Site local',
'local_facebook_page' => 'pagina de Facebook',
'local_website' => 'Site',
'ambassadors' => 'Ambasadori',
'no_ambassadors' => 'Încă nu există ambasadori',
'countries_with_ambassadors' => 'Țări cu ambasadori',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/rs/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambasadori EU nedelje programiranja',
'your_current_country' => 'Trenutni izbor zemlje',
'visit_the' => 'Posetite',
'local_facebook_page' => 'Facebook stranicu vaše zemlje',
'local_website' => 'Veb-sajt za vašu zemlju',
'local_facebook_page' => 'Facebook stranicu',
'local_website' => 'Veb-sajt',
'ambassadors' => 'Ambasadori',
'no_ambassadors' => 'Bez ambasadora',
'countries_with_ambassadors' => 'Zemlje sa ambasadorima',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/sk/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Veľvyslanci Európskeho týždňa programovania',
'your_current_country' => 'Vaša aktuálna krajina',
'visit_the' => 'Navštívte',
'local_facebook_page' => 'miestnu facebookovú stránku',
'local_website' => 'miestnu webovú lokalitu',
'local_facebook_page' => 'facebookovú stránku',
'local_website' => 'webovú lokalitu',
'ambassadors' => 'Veľvyslanci',
'no_ambassadors' => 'Zatiaľ nie sú žiadni veľvyslanci',
'countries_with_ambassadors' => 'Krajiny s veľvyslancami',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/sl/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambasadorji tedna programiranja EU',
'your_current_country' => 'Vaša država',
'visit_the' => 'Obiščite',
'local_facebook_page' => 'lokalno stran na Facebooku',
'local_website' => 'Lokalno spletno mesto',
'local_facebook_page' => 'stran na Facebooku',
'local_website' => 'spletno mesto',
'ambassadors' => 'Ambasadorji',
'no_ambassadors' => 'Še ni ambasadorjev',
'countries_with_ambassadors' => 'Države z ambasadorji',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/sv/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'Ambassadörer för EU Code Week',
'your_current_country' => 'Ditt land',
'visit_the' => 'Besök den',
'local_facebook_page' => 'lokala Facebook-sidan',
'local_website' => 'Lokal webbplats',
'local_facebook_page' => 'Facebook-sidan',
'local_website' => 'webbplats',
'ambassadors' => 'Ambassadörer',
'no_ambassadors' => 'Inga ambassadörer ännu',
'countries_with_ambassadors' => 'Länder med ambassadörer',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/tr/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
'title' => 'AB Kod Haftası Elçileri',
'your_current_country' => 'Bulunduğunuz ülke',
'visit_the' => 'Ziyaret edin',
'local_facebook_page' => 'yerel Facebook sayfasını',
'local_website' => 'Yerel Web Sitesini',
'local_facebook_page' => 'Facebook sayfasını',
'local_website' => 'Web Sitesi',
'ambassadors' => 'Elçiler',
'no_ambassadors' => 'Herhangi bir elçi mevcut değildir',
'countries_with_ambassadors' => 'Elçisi olan ülkeler',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/ua/ambassador.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
*/

'visit_the' => 'Відвідайте',
'local_facebook_page' => 'локальну сторінку в Facebook',
'local_website' => 'Локальний сайт',
'local_facebook_page' => 'сторінку в Facebook',
'local_website' => 'сайт',
'no_ambassadors' => 'Поки що відсутній посол',

];
Loading
Loading