Skip to content
Open
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
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/js/app.js": "/js/app.js?id=26308c38ddfff7aa408a",
"/js/app.js": "/js/app.js?id=cddf48f759a6d01e6a01",
"/css/app.css": "/css/app.css?id=d41d8cd98f00b204e980"
}
4 changes: 4 additions & 0 deletions resources/js/components/global/Languages.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<img :src="getFlag(lang.url)" class="lang-flag" />
<p>{{ getLang(lang.url) }}</p>
</div>
<div class="dropdown-item flex">
<a href="https://airtable.com/invite/l?inviteId=invooqVMIlQhyHcQy&inviteToken=cc4d36216d5a7a78be587281a080d6a265e81ac258c8c8e118a99ea5568ee02f" target="_blank"
class="button is-small is-info is-light">Add your language!</a>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure about this tool. I think we might need to build our own tool and give a limited number of people access to it. Maintaining a few json files won't be that hard and it will save us a lot of time going forward

</div>
</div>
</div>
</div>
Expand Down
9 changes: 7 additions & 2 deletions resources/js/langs/en/locations/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

"es": {
"name": "Spain",
"lang": "Español"
"lang": "Spanish"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to keep the original language

},

"fr": {
Expand Down Expand Up @@ -51,6 +51,11 @@

"pl": {
"name": "Poland",
"lang": "Polski"
"lang": "Polish"
},

"hi": {
"name": "India",
"lang": "Hindi"
}
}
1 change: 0 additions & 1 deletion resources/js/langs/en/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
"login": "Login",
"signup": "Signup",
"teams": "Teams"

}
2 changes: 1 addition & 1 deletion resources/js/langs/es/home/footer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"email-you": "¿Quieres que te enviemos algunas buenas noticias",
"email-you": "¿Quieres recibir algunas buenas noticias",
"subscribe": "Subscríbete",
"subscribed-success-msg": "¡Te has suscrito a las buenas noticias! Puedes darte de baja en cualquier momento",
"need-your-help": "Necesitamos tu ayuda para crear la base de datos sobre contaminación más avanzada y accesible del mundo",
Expand Down
4 changes: 2 additions & 2 deletions resources/js/langs/es/litter.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"facemask": "Mascarillas",
"condoms": "Preservativos",
"nappies": "Pañales",
"menstral": "Menstral",
"menstral": "Menstrual",
"deodorant": "Desodorante",
"ear_swabs": "Bastoncillos para los oídos",
"tooth_pick": "Palillo de dientes",
Expand Down Expand Up @@ -244,7 +244,7 @@
"batteries": "Pilas",
"elec_small": "Electrónica pequeña",
"elec_large": "Electrónica grande",
"random_litter": "Basura aleatoría",
"random_litter": "Basura diversa",
"balloons": "Globos",
"bags_litter": "Bolsas de basura",
"overflowing_bins": "Contenedores de basura desbordados",
Expand Down
1 change: 0 additions & 1 deletion resources/js/langs/es/locations/cityVueMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
"hover-to-count": "Pase el cursor por encima para contar",
"pieces-of-litter": "piezas de basura",
"hover-polygons-to-count":"Pasa el cursor por encima de los polígonos para contar"

}
23 changes: 14 additions & 9 deletions resources/js/langs/es/locations/countries.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"de": {
"name": "Alemania",
"lang": "Aleman"
"lang": "Alemán"
},

"en": {
"name": "UK",
"lang": "English"
"name": "Reino Unido",
"lang": "Inglés"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We want to show the language in its original name

},

"es": {
Expand Down Expand Up @@ -35,8 +35,8 @@
},

"nl": {
"name": "Holanda",
"lang": "Nederlands"
"name": "Países Bajos",
"lang": "Neerlandés"
},

"tk": {
Expand All @@ -45,12 +45,17 @@
},

"uk": {
"name": "UK",
"lang": "English"
"name": "Reino Unido",
"lang": "Inglés"
},

"pl": {
"name": "Poland",
"lang": "Polski"
"name": "Polonia",
"lang": "Polaco"
},

"hi": {
"name": "India",
"lang": "Hindi"
}
}
4 changes: 2 additions & 2 deletions resources/js/langs/es/nav.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"admin": "Admin",
"admin-verify-photos": "ADMIN - Verify Photos",
"admin-verify-photos": "ADMIN - Verificar Fotos",
"admin-horizon": "ADMIN - Horizon",
"admin-verify-boxes": "ADMIN - Verify Boxes",
"admin-verify-boxes": "ADMIN - Verificar Cajas",
"about": "Acerca",
"global-map": "Mapa Global",
"world-cup": "Copa Mundial",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/langs/es/settings/global-flag.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"top-10": "¡Solamente los 10 líderes globales de OpenLitterMap!",
"top-10-challenge": "Si consigues estar entre los 10 primeros, podrás representar a tu país.",
"action-select": "Escribe o desplázate para seleccionar de la lista",
"select-country": "Selecciona tu país",
"select-country": "Selecciona tu país",
"save-flag": "Guardar bandera"
}
2 changes: 1 addition & 1 deletion resources/js/langs/es/teams/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"your-teams": "Tus equipos",
"leaderboard": "Tabla de clasificación",
"settings": "Ajustes",
"teams-dashboard": "Dashboard de equipos ",
"teams-dashboard": "Dashboard de equipos",
"photos-uploaded": "Fotos subidas",
"litter-tagged": "Basura etiquetada",
"members-uploaded": "Miembros del equipo con fotos subidas",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/langs/nl/litter.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"bags_litter": "Vuilniszakken met afval",
"overflowing_bins": "Uitpuilende vuilnisbakken",
"tyre": "Band",
"cable_tie": "plastic binder (tie rip)",
"cable_tie": "Plastic binder (tie rip)",
"other": "Overig-Overig"
},
"presence": {
Expand Down
17 changes: 7 additions & 10 deletions resources/js/langs/nl/location.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@
"number-of-contributors": "Aantal Bijdragers",
"avg-img-per-person": "Gemiddeld Aantal Foto's per Persoon",
"avg-litter-per-person": "Gemiddeld Aantal Items per Persoon",
"maps16": "Gemaakt door",
"leaderboard": "Scorebord",
"time-series": "Tijdreeks",
"options": "Options",
"most-data": "Most Open Data",
"most-data-person": "Most Open Data Per Person",
"download-open-verified-data": "Free and Open Verified Citizen Science Data on Plastic Pollution.",
"stop-plastic-ocean": "Let's stop plastic going into the ocean.",
"enter-email-sent-data": "Please enter an email address to which the data will be sent:"
}


"options": "Opties",
"most-data": "Meeste open data",
"most-data-person": "Meeste open data per persoon",
"download-open-verified-data": "Gratis en Open Gecontroleerde Data over Plastic Vervuiling.",
"stop-plastic-ocean": "Laten we voorkomen dat plastic in de oceaan komt.",
"enter-email-sent-data": "Geef een emailadres op waar de data naartoe verzonden moet worden:"
}
18 changes: 14 additions & 4 deletions resources/js/langs/nl/locations/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

"en": {
"name": "Engeland",
"lang": "English"
"lang": "Engels"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a feature, not a bug

},

"es": {
"name": "Spanje",
"lang": "Español"
"lang": "Spaans"
},

"fr": {
Expand All @@ -34,7 +34,7 @@
"lang": "Maleis"
},

"nl": {
"nl": {
"name": "Nederland",
"lang": "Nederlands"
},
Expand All @@ -46,6 +46,16 @@

"uk": {
"name": "Engeland",
"lang": "English"
"lang": "Engels"
},

"pl": {
"name": "Polen",
"lang": "Pools"
},

"hi": {
"name": "India",
"lang": "Hindi"
}
}
3 changes: 2 additions & 1 deletion resources/js/langs/nl/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"bounding-boxes": "Rechthoeken",
"logout": "Uitloggen",
"login": "Inloggen",
"signup": "Aanmelden"
"signup": "Aanmelden",
"teams": "Teams"
}
2 changes: 1 addition & 1 deletion resources/js/langs/pl/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"previous": "Poprzednie",
"next-page": "Następna strona",
"add-tags": "Dodaj tagi",
"add-many-tags": "dodaj wiele tagów",
"add-many-tags": "Dodaj wiele tagów",
"select-all": "Zaznacz wszystkie",
"de-select-all": "Odznacz wszystkie",
"choose-dates": "Wybierz daty",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/langs/pl/home/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"watch": "Oglądaj",
"help": "Pomoc",
"join-the-team": "Dołącz do drużyny",
"join-slack": "dołącz do Slack",
"join-slack": "Dołącz do Slack",
"create-account": "Załóż konto",
"fb-group": "Grupa Facebook",
"single-donation":"Pojedyncza dotacja",
Expand Down
32 changes: 16 additions & 16 deletions resources/js/langs/pl/litter.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"lighters": "Zapalniczka",
"cigaretteBox": "Paczka po papierosach",
"tobaccoPouch": "Paczka tytoniu",
"skins": "papier do skręcania",
"skins": "Papier do skręcania",
"smoking_plastic": "Plastikowe opakowanie",
"filters": "Filtry",
"filterbox": "pudełko po filtrach",
"vape_pen": "e-papieros",
"filterbox": "Pudełko po filtrach",
"vape_pen": "E-papieros",
"vape_oil": "Olejek e-papierosowy",
"smokingOther": "Palenie (Inne)"
},
Expand All @@ -37,7 +37,7 @@
"paperCardAlcoholPackaging": "Papierowe opakowanie po alkoholu",
"plasticAlcoholPackaging": "Plastikowe opakowanie po alkoholu",
"pint": "Szklany kufel",
"six_pack_rings": "plastikowe kółka po szescio-paku",
"six_pack_rings": "Plastikowe kółka po szescio-paku",
"alcohol_plastic_cups": "Plastikowy kubeczek",
"alcoholOther": "Akohol (inne)"
},
Expand Down Expand Up @@ -81,8 +81,8 @@
"ice_tea_bottles": "Butelka po Ice Tea",
"ice_tea_can": "puszka Ice Tea",
"energy_can": "Puszka po energetyku",
"pullring": "zawleczka od puszki",
"strawpacket": "opakowanie po słomkach",
"pullring": "Zawleczka od puszki",
"strawpacket": "Opakowanie po słomkach",
"styro_cup": "Styropianowy kubeczek",
"broken_glass": "Zbite szkło",
"softDrinkOther": "Napoje (inne)"
Expand Down Expand Up @@ -117,24 +117,24 @@
"coastal": {
"microplastics": "Microplastiki",
"mediumplastics": "Średnie tworzywa sztuczne",
"macroplastics": "makroplastiki",
"macroplastics": "Makroplastiki",
"rope_small": "Lina (krótka)",
"rope_medium": "Lina (Średnia)",
"rope_large": "Lina (Duża)",
"fishing_gear_nets": "Siatka/sprzęt rybacki",
"ghost_nets": "Sieci widma",
"buoys": "Boja",
"degraded_plasticbottle": "zdegradowana plastikowa butelka",
"degraded_plasticbag": "zdegradowana plastikowa siatka",
"degraded_straws": "zdegradowana plastikowa słomka",
"degraded_lighters": "zdegradowana plastikowa zapalniczka",
"degraded_plasticbottle": "Zdegradowana plastikowa butelka",
"degraded_plasticbag": "Zdegradowana plastikowa siatka",
"degraded_straws": "Zdegradowana plastikowa słomka",
"degraded_lighters": "Zdegradowana plastikowa zapalniczka",
"balloons": "Balony",
"lego": "Lego",
"shotgun_cartridges": "Kartridż do broni",
"styro_small": "Styropian (Mały)",
"styro_medium": "Styropian (Średni)",
"styro_large": "Styropian (Duży)",
"coastal_other": "przybrzeżny (inne)"
"coastal_other": "Przybrzeżny (inne)"
},
"brands": {
"adidas": "Adidas",
Expand Down Expand Up @@ -225,7 +225,7 @@
"dogshit": "Psia kupa",
"pooinbag": "Psia kupa w workeczku",
"automobile": "Auto",
"clothing": "ubrania",
"clothing": "Ubrania",
"traffic_cone": "Pachołek drogowy",
"life_buoy": "Koło ratunkowe",
"plastic": "Niezidentyfikowany plastik",
Expand Down Expand Up @@ -259,9 +259,9 @@
"still-there-text": "The litter is still there!"
},
"no-tags": "Bez tagów",
"not-verified": "oczekiwanie na weryfikację",
"not-verified": "Oczekiwanie na weryfikację",
"dogshit": {
"poo": "niespodzianka!",
"poo_in_bag": "niespodzianka w woreczku!"
"poo": "Niespodzianka!",
"poo_in_bag": "Niespodzianka w woreczku!"
}
}
2 changes: 1 addition & 1 deletion resources/js/langs/pl/locations/cityVueMap.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"by": "Przez",
"meter-hex-grids":"metrowe siatki sześciokątne",
"hover-to-count": "Najedź kursorem, aby policzyć",
"pieces-of-litter": "Kawałki śmieci",
"pieces-of-litter": "kwałki śmieci",
"hover-polygons-to-count":"Najedź kursorem na wielokąty, aby policzyć"
}
5 changes: 5 additions & 0 deletions resources/js/langs/pl/locations/countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,10 @@
"pl": {
"name": "Polska",
"lang": "Polski"
},

"hi": {
"name": "India",
"lang": "Hindi"
}
}
2 changes: 1 addition & 1 deletion resources/js/langs/pl/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tag-litter": "Taguj Śmieci",
"profile": "Profile",
"settings": "Ustawienia",
"bounding-boxes": "ramki ograniczające",
"bounding-boxes": "Ramki ograniczające",
"logout": "Wyloguj",
"login": "Zaloguj",
"signup": "Załóż konto",
Expand Down
12 changes: 6 additions & 6 deletions resources/js/langs/pl/notifications.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"success": "Sukces",
"error": "Błąd!",
"tags-added": "Sukces! Twoje tagi zostały dodane ",
"subscription-cancelled": "Twoja subskrypcja została anulowana ",
"privacy-updated": "Twoje ustawienia prywatności zostały zapisane ",
"litter-toggled": "podniesione śmieci - Wartość zaktualizowana",
"tags-added": "Sukces! Twoje tagi zostały dodane",
"subscription-cancelled": "Twoja subskrypcja została anulowana",
"privacy-updated": "Twoje ustawienia prywatności zostały zapisane",
"litter-toggled": "Podniesione śmieci - Wartość zaktualizowana",
"settings": {
"subscribed": "Subskrybujesz teraz aktualizacje i dobre wieści! ",
"subscribed": "Subskrybujesz teraz aktualizacje i dobre wieści!",
"unsubscribed": "Zrezygnowałeś z subskrypcji. Nie będziesz już otrzymywać dobrych wiadomości!",
"flag-updated": "Twoja flaga została zaktualizowana"
}
}
}
Loading