From 48a361dd1bc400f4d9adf8bf1cebc4a3a1339914 Mon Sep 17 00:00:00 2001 From: Sebastian Barry Date: Tue, 17 Oct 2023 11:45:03 -0600 Subject: [PATCH 1/6] Add es.json multilabel translations --- es/i18n/es.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/es/i18n/es.json b/es/i18n/es.json index 53d25e69..d88f1273 100644 --- a/es/i18n/es.json +++ b/es/i18n/es.json @@ -146,6 +146,41 @@ "no-travel-hint": "Para ver más, cambia los filtros de arriba o registra algunos viajes!" }, + "multilabel":{ + "walk": "Caminando", + "e-bike": "e-bicicleta", + "bike": "Bicicleta", + "bikeshare": "Bicicleta compartida", + "scootershare": "Motoneta compartida", + "drove_alone": "Coche de Gas, Condujo solo", + "shared_ride": "Coche de Gas, Condujo con otros", + "e_car_drove_alone": "e-coche, Condujo solo", + "e_car_shared_ride": "e-coche, Condujo con ontras", + "moped": "Ciclomotor", + "taxi": "Taxi / Uber / Lyft", + "bus": "Autobús", + "train": "Tren", + "free_shuttle": "Colectivo gratuito", + "air": "Avión", + "not_a_trip": "No es un viaje", + "no_travel": "No viajar", + "home": "Inicio", + "work": "Trabajo", + "at_work": "En el trabajo", + "school": "Escuela", + "transit_transfer": "Transbordo", + "shopping": "Compras", + "meal": "Comida", + "pick_drop_person": "Recoger / Entregar Individuo", + "pick_drop_item": "Recoger / Entregar Objeto", + "personal_med": "Personal / Médico", + "access_recreation": "Acceder a Recreación", + "exercise": "Recreación / Ejercicio", + "entertainment": "Entretenimiento/ Social", + "religious": "Religioso", + "other": "Otros" + }, + "main-metrics":{ "summary": "Mi Resumen", "chart": "Gráfico", From c684e203703b903eec089f67ef35727d0844ea23 Mon Sep 17 00:00:00 2001 From: Sebastian Barry Date: Tue, 17 Oct 2023 11:45:16 -0600 Subject: [PATCH 2/6] Add lo.json multilabel translations --- lo/i18n/lo.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/lo/i18n/lo.json b/lo/i18n/lo.json index 7dfde4e2..e1c0d60f 100644 --- a/lo/i18n/lo.json +++ b/lo/i18n/lo.json @@ -146,6 +146,40 @@ "no-travel-hint": "ເພື່ອເບິ່ງເພີ່ມເຕີມ, ປ່ຽນຕົວກອງຂ້າງເທິງ ຫຼືໄປບັນທຶກການເດີນທາງ!" }, + "multilabel":{ + "walk": "ດ້ວຍການຍ່າງ", + "e-auto_rickshaw":"ລົດ 3 ລໍ້ໄຟຟ້າ ຫລື ຕຸກຕຸກໄຟຟ້າ", + "auto_rickshaw":"ເດີນທາດ້ວຍ ລົດຕຸກຕຸກ ຫລື ລົດສາມລໍ້", + "motorcycle":"ລົດຈັກ", + "e-bike": "ວຍລົດຈັກໄຟຟ້າ", + "bike": "ລົດຖີບ", + "drove_alone": "ເດີນທາງ ດ້ວຍລົດໃຫ່ຍ ເຊີ່ງເປັນລົດທີ່ຂັບເອງ", + "shared_ride": "ເດີນທາງດ້ວຍລົດໃຫ່ຍ ຮ່ວມກັບລົດຄົນອຶ່ນ", + "e_car_drove_alone": "ດ້ວຍການຂັບລົດໄຟຟ້າໄປເອງ", + "e_car_shared_ride": "ດ້ວຍການຈ້າງລົດໄຟຟ້າໄປ", + "taxi": "ແທັກຊີ", + "bus": "ລົດເມ", + "train": "ລົດໄຟ", + "free_shuttle": "ລົດຮັບສົ່ງຟຣີ", + "air": "ຍົນ", + "not_a_trip": "ບໍ່ແມ່ນການເດີນທາງ", + "home": "ບ້ານ", + "work": "ໄປເຮັດວຽກ", + "at_work": "ຢູ່ບ່ອນເຮັດວຽກ", + "school": "ໄປໂຮງຮຽນ", + "transit_transfer": "ການຖ່າຍໂອນການເດີນທາງ", + "shopping": "ຊອບປິ້ງ", + "meal": "ອາຫານ", + "pick_drop_person": "ໄປຮັບ ຫລື ສົນ ຄົນ", + "pick_drop_item": "ໄປຮັບ ຫລື ສົ່ງສິນຄ້າ", + "personal_med": "ໄປຫາໝໍ", + "access_recreation": "ເຂົ້າເຖິງການພັກຜ່ອນ", + "exercise": "ພັກຜ່ອນ/ອອກກຳລັງກາຍ", + "entertainment": "ບັນເທີງ/ສັງຄົມ", + "religious": "ຈຸດປະສົງທາງສາດສະໜາ", + "other": "ອື່ນໆ" + }, + "main-metrics": { "summary": "ສັງລວມ", "chart": "ຕາຕະລາງ", From 31ee900db74e67b99afc0b6caa8605427cf41adb Mon Sep 17 00:00:00 2001 From: Sebastian Barry <61334340+sebastianbarry@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:25:07 -0600 Subject: [PATCH 3/6] ontras to otros --- es/i18n/es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/i18n/es.json b/es/i18n/es.json index d88f1273..6da0abac 100644 --- a/es/i18n/es.json +++ b/es/i18n/es.json @@ -155,7 +155,7 @@ "drove_alone": "Coche de Gas, Condujo solo", "shared_ride": "Coche de Gas, Condujo con otros", "e_car_drove_alone": "e-coche, Condujo solo", - "e_car_shared_ride": "e-coche, Condujo con ontras", + "e_car_shared_ride": "e-coche, Condujo con otros", "moped": "Ciclomotor", "taxi": "Taxi / Uber / Lyft", "bus": "Autobús", From 47b82b43344676c0924404d6c1ddc97ab23490e2 Mon Sep 17 00:00:00 2001 From: Sebastian Barry <61334340+sebastianbarry@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:25:37 -0600 Subject: [PATCH 4/6] Inicio to Casa --- es/i18n/es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es/i18n/es.json b/es/i18n/es.json index 6da0abac..dd748c2b 100644 --- a/es/i18n/es.json +++ b/es/i18n/es.json @@ -164,7 +164,7 @@ "air": "Avión", "not_a_trip": "No es un viaje", "no_travel": "No viajar", - "home": "Inicio", + "home": "Casa", "work": "Trabajo", "at_work": "En el trabajo", "school": "Escuela", From f4d2552029c3ba4ae62e32ab972d17e0fb4b8ebb Mon Sep 17 00:00:00 2001 From: Sebastian Barry Date: Tue, 24 Oct 2023 13:40:39 -0600 Subject: [PATCH 5/6] Remove special translations, add default mode translations --- lo/i18n/lo.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lo/i18n/lo.json b/lo/i18n/lo.json index e1c0d60f..54b89ca9 100644 --- a/lo/i18n/lo.json +++ b/lo/i18n/lo.json @@ -148,21 +148,22 @@ "multilabel":{ "walk": "ດ້ວຍການຍ່າງ", - "e-auto_rickshaw":"ລົດ 3 ລໍ້ໄຟຟ້າ ຫລື ຕຸກຕຸກໄຟຟ້າ", - "auto_rickshaw":"ເດີນທາດ້ວຍ ລົດຕຸກຕຸກ ຫລື ລົດສາມລໍ້", - "motorcycle":"ລົດຈັກ", "e-bike": "ວຍລົດຈັກໄຟຟ້າ", "bike": "ລົດຖີບ", + "bikeshare": "ດ້ວຍລົດຖີບທີ່ໃຫ້ເຊົ່າ", + "scootershare": "ດ້ວຍລົດຈັກສະກູດເຕີ້ໃຫ້ເຊົ່າ ", "drove_alone": "ເດີນທາງ ດ້ວຍລົດໃຫ່ຍ ເຊີ່ງເປັນລົດທີ່ຂັບເອງ", "shared_ride": "ເດີນທາງດ້ວຍລົດໃຫ່ຍ ຮ່ວມກັບລົດຄົນອຶ່ນ", "e_car_drove_alone": "ດ້ວຍການຂັບລົດໄຟຟ້າໄປເອງ", "e_car_shared_ride": "ດ້ວຍການຈ້າງລົດໄຟຟ້າໄປ", + "moped": "ລົດຈັກ Moped", "taxi": "ແທັກຊີ", "bus": "ລົດເມ", "train": "ລົດໄຟ", "free_shuttle": "ລົດຮັບສົ່ງຟຣີ", "air": "ຍົນ", "not_a_trip": "ບໍ່ແມ່ນການເດີນທາງ", + "no_travel": "ບໍ່ມີການເດີນທາງ", "home": "ບ້ານ", "work": "ໄປເຮັດວຽກ", "at_work": "ຢູ່ບ່ອນເຮັດວຽກ", From dc888e077477e567ae6807795eda43d5edd6badf Mon Sep 17 00:00:00 2001 From: Sebastian Barry Date: Fri, 27 Oct 2023 10:59:53 -0600 Subject: [PATCH 6/6] Remove moped as a default mode --- es/i18n/es.json | 1 - lo/i18n/lo.json | 1 - 2 files changed, 2 deletions(-) diff --git a/es/i18n/es.json b/es/i18n/es.json index dd748c2b..2f9422ae 100644 --- a/es/i18n/es.json +++ b/es/i18n/es.json @@ -156,7 +156,6 @@ "shared_ride": "Coche de Gas, Condujo con otros", "e_car_drove_alone": "e-coche, Condujo solo", "e_car_shared_ride": "e-coche, Condujo con otros", - "moped": "Ciclomotor", "taxi": "Taxi / Uber / Lyft", "bus": "Autobús", "train": "Tren", diff --git a/lo/i18n/lo.json b/lo/i18n/lo.json index 54b89ca9..ef8659d9 100644 --- a/lo/i18n/lo.json +++ b/lo/i18n/lo.json @@ -156,7 +156,6 @@ "shared_ride": "ເດີນທາງດ້ວຍລົດໃຫ່ຍ ຮ່ວມກັບລົດຄົນອຶ່ນ", "e_car_drove_alone": "ດ້ວຍການຂັບລົດໄຟຟ້າໄປເອງ", "e_car_shared_ride": "ດ້ວຍການຈ້າງລົດໄຟຟ້າໄປ", - "moped": "ລົດຈັກ Moped", "taxi": "ແທັກຊີ", "bus": "ລົດເມ", "train": "ລົດໄຟ",