From ade13dda0bfffc0e6980ffc60048bdba69e6e36d Mon Sep 17 00:00:00 2001 From: j8seangel Date: Thu, 24 Oct 2024 13:01:03 +0200 Subject: [PATCH 1/7] Update source file translations.json --- apps/fishing-map/public/locales/source/translations.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/fishing-map/public/locales/source/translations.json b/apps/fishing-map/public/locales/source/translations.json index 88715d234b..d50b865e39 100644 --- a/apps/fishing-map/public/locales/source/translations.json +++ b/apps/fishing-map/public/locales/source/translations.json @@ -1074,7 +1074,6 @@ "vesselGroupReport": { "clickToSee": "Click to analyse vessel group and see report", "insights": { - "title": "Vessel group report insights", "fishingEventsError": "There was an error loading the fishing events", "fishingInNoTakeMpas_one": "{{count}} fishing event from {{vessels}} vessels detected in no-take MPAs", "fishingInNoTakeMpas_other": "{{count}} fishing events from {{vessels}} vessels detected in no-take MPAs", @@ -1099,9 +1098,7 @@ "linkDisabled": "This vessel group needs to be migrated to latest available data", "linkToReport": "Check the vessel group report here", "notFound": "Vessel group not found", - "sources": "Vessel group report sources", - "user": "User Vessel Group", - "vessels": "Vessel group report vessels" + "user": "User Vessel Group" }, "vesselGroups": { "insights": { From fc5a4b2de42c38fffde636e182fd79cd4f7a102e Mon Sep 17 00:00:00 2001 From: j8seangel Date: Thu, 24 Oct 2024 13:01:12 +0200 Subject: [PATCH 2/7] New translations translations.json (French) --- apps/fishing-map/public/locales/fr/translations.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/fishing-map/public/locales/fr/translations.json b/apps/fishing-map/public/locales/fr/translations.json index 64943cf5ce..8af8393945 100644 --- a/apps/fishing-map/public/locales/fr/translations.json +++ b/apps/fishing-map/public/locales/fr/translations.json @@ -1074,6 +1074,7 @@ "vesselGroupReport": { "clickToSee": "Click to analyse vessel group and see report", "insights": { + "title": "Vessel group report insights", "fishingEventsError": "There was an error loading the fishing events", "fishingInNoTakeMpas_one": "{{count}} fishing event from {{vessels}} vessels detected in no-take MPAs", "fishingInNoTakeMpas_other": "{{count}} fishing events from {{vessels}} vessels detected in no-take MPAs", @@ -1098,7 +1099,9 @@ "linkDisabled": "This vessel group needs to be migrated to latest available data", "linkToReport": "Check the vessel group report here", "notFound": "Vessel group not found", - "user": "User Vessel Group" + "sources": "Vessel group report sources", + "user": "User Vessel Group", + "vessels": "Vessel group report vessels" }, "vesselGroups": { "insights": { From 92bc0eba5840ddaf937928880140d0bdc0201d0c Mon Sep 17 00:00:00 2001 From: j8seangel Date: Thu, 24 Oct 2024 13:01:14 +0200 Subject: [PATCH 3/7] New translations translations.json (Spanish) --- apps/fishing-map/public/locales/es/translations.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/fishing-map/public/locales/es/translations.json b/apps/fishing-map/public/locales/es/translations.json index 7197ee24ea..72b7ba537f 100644 --- a/apps/fishing-map/public/locales/es/translations.json +++ b/apps/fishing-map/public/locales/es/translations.json @@ -1074,6 +1074,7 @@ "vesselGroupReport": { "clickToSee": "Click to analyse vessel group and see report", "insights": { + "title": "Vessel group report insights", "fishingEventsError": "There was an error loading the fishing events", "fishingInNoTakeMpas_one": "{{count}} fishing event from {{vessels}} vessels detected in no-take MPAs", "fishingInNoTakeMpas_other": "{{count}} fishing events from {{vessels}} vessels detected in no-take MPAs", @@ -1098,7 +1099,9 @@ "linkDisabled": "This vessel group needs to be migrated to latest available data", "linkToReport": "Check the vessel group report here", "notFound": "Vessel group not found", - "user": "User Vessel Group" + "sources": "Vessel group report sources", + "user": "User Vessel Group", + "vessels": "Vessel group report vessels" }, "vesselGroups": { "insights": { From 85831b56dfa5c6dad41895172eeaf80db1ddb952 Mon Sep 17 00:00:00 2001 From: j8seangel Date: Thu, 24 Oct 2024 13:01:15 +0200 Subject: [PATCH 4/7] New translations translations.json (Portuguese) --- apps/fishing-map/public/locales/pt/translations.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/fishing-map/public/locales/pt/translations.json b/apps/fishing-map/public/locales/pt/translations.json index 1eb99e1552..ebea876415 100644 --- a/apps/fishing-map/public/locales/pt/translations.json +++ b/apps/fishing-map/public/locales/pt/translations.json @@ -1074,6 +1074,7 @@ "vesselGroupReport": { "clickToSee": "Click to analyse vessel group and see report", "insights": { + "title": "Vessel group report insights", "fishingEventsError": "There was an error loading the fishing events", "fishingInNoTakeMpas_one": "{{count}} fishing event from {{vessels}} vessels detected in no-take MPAs", "fishingInNoTakeMpas_other": "{{count}} fishing events from {{vessels}} vessels detected in no-take MPAs", @@ -1098,7 +1099,9 @@ "linkDisabled": "This vessel group needs to be migrated to latest available data", "linkToReport": "Check the vessel group report here", "notFound": "Vessel group not found", - "user": "User Vessel Group" + "sources": "Vessel group report sources", + "user": "User Vessel Group", + "vessels": "Vessel group report vessels" }, "vesselGroups": { "insights": { From d5d3b4084876346c8927fe690b6bda58e8a935f4 Mon Sep 17 00:00:00 2001 From: j8seangel Date: Thu, 24 Oct 2024 13:01:16 +0200 Subject: [PATCH 5/7] New translations translations.json (English) --- apps/fishing-map/public/locales/en/translations.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/fishing-map/public/locales/en/translations.json b/apps/fishing-map/public/locales/en/translations.json index 2efd5e2d3a..71d9af1ad3 100644 --- a/apps/fishing-map/public/locales/en/translations.json +++ b/apps/fishing-map/public/locales/en/translations.json @@ -1074,6 +1074,7 @@ "vesselGroupReport": { "clickToSee": "Click to analyse vessel group and see report", "insights": { + "title": "Vessel group report insights", "fishingEventsError": "There was an error loading the fishing events", "fishingInNoTakeMpas_one": "{{count}} fishing event from {{vessels}} vessels detected in no-take MPAs", "fishingInNoTakeMpas_other": "{{count}} fishing events from {{vessels}} vessels detected in no-take MPAs", @@ -1098,7 +1099,9 @@ "linkDisabled": "This vessel group needs to be migrated to latest available data", "linkToReport": "Check the vessel group report here", "notFound": "Vessel group not found", - "user": "User Vessel Group" + "sources": "Vessel group report sources", + "user": "User Vessel Group", + "vessels": "Vessel group report vessels" }, "vesselGroups": { "insights": { From 07c934f2c62b2e4b7402ae833327fd9f87827382 Mon Sep 17 00:00:00 2001 From: j8seangel Date: Thu, 24 Oct 2024 13:01:17 +0200 Subject: [PATCH 6/7] New translations translations.json (Indonesian) --- apps/fishing-map/public/locales/id/translations.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/fishing-map/public/locales/id/translations.json b/apps/fishing-map/public/locales/id/translations.json index 93c12f7b2b..ac88c0c934 100644 --- a/apps/fishing-map/public/locales/id/translations.json +++ b/apps/fishing-map/public/locales/id/translations.json @@ -1074,6 +1074,7 @@ "vesselGroupReport": { "clickToSee": "Click to analyse vessel group and see report", "insights": { + "title": "Vessel group report insights", "fishingEventsError": "There was an error loading the fishing events", "fishingInNoTakeMpas_one": "{{count}} fishing event from {{vessels}} vessels detected in no-take MPAs", "fishingInNoTakeMpas_other": "{{count}} fishing events from {{vessels}} vessels detected in no-take MPAs", @@ -1098,7 +1099,9 @@ "linkDisabled": "This vessel group needs to be migrated to latest available data", "linkToReport": "Check the vessel group report here", "notFound": "Vessel group not found", - "user": "User Vessel Group" + "sources": "Vessel group report sources", + "user": "User Vessel Group", + "vessels": "Vessel group report vessels" }, "vesselGroups": { "insights": { From d80fa13bbd40f3f7ebf5469e5ebd9646974afde6 Mon Sep 17 00:00:00 2001 From: j8seangel Date: Thu, 24 Oct 2024 13:01:19 +0200 Subject: [PATCH 7/7] New translations translations.json (Valencian) --- apps/fishing-map/public/locales/val/translations.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/fishing-map/public/locales/val/translations.json b/apps/fishing-map/public/locales/val/translations.json index cc84dc0f06..322d9716da 100644 --- a/apps/fishing-map/public/locales/val/translations.json +++ b/apps/fishing-map/public/locales/val/translations.json @@ -1074,6 +1074,7 @@ "vesselGroupReport": { "clickToSee": "crwdns83844:0crwdne83844:0", "insights": { + "title": "crwdns83928:0crwdne83928:0", "fishingEventsError": "crwdns83764:0crwdne83764:0", "fishingInNoTakeMpas_one": "crwdns83766:0{{count}}crwdnd83766:0{{vessels}}crwdne83766:0", "fishingInNoTakeMpas_other": "crwdns83768:0{{count}}crwdnd83768:0{{vessels}}crwdne83768:0", @@ -1098,7 +1099,9 @@ "linkDisabled": "crwdns83866:0crwdne83866:0", "linkToReport": "crwdns83744:0crwdne83744:0", "notFound": "crwdns83780:0crwdne83780:0", - "user": "crwdns83782:0crwdne83782:0" + "sources": "crwdns83930:0crwdne83930:0", + "user": "crwdns83782:0crwdne83782:0", + "vessels": "crwdns83932:0crwdne83932:0" }, "vesselGroups": { "insights": {