@globalfishingwatch/i18n-labels 1.2.98 → 1.2.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/fr/datasets.json CHANGED
@@ -583,7 +583,7 @@
583
583
  "flag": "flag",
584
584
  "hours": "hours",
585
585
  "geartype": {
586
- "keyword": "geartype",
586
+ "keyword": "type d’engin",
587
587
  "enum": {
588
588
  "Purse Seine Group (2 boat) Small Pelagics": "Purse Seine Group (2 boat) Small Pelagics",
589
589
  "Purse Seine Group (2 boat) Big Pelagics": "Purse Seine Group (2 boat) Big Pelagics",
@@ -1075,7 +1075,7 @@
1075
1075
  }
1076
1076
  },
1077
1077
  "proto-global-encounters-events": {
1078
- "name": "Encounter Events. (AIS)",
1078
+ "name": "Événements de rencontre (AIS)",
1079
1079
  "description": "The dataset contains encounter events with authorizations for AIS. [Fishing-Carriers, Carriers-Fishing, Support-Fishing, Fishing-Support]",
1080
1080
  "schema": {
1081
1081
  "fields": "fields",
@@ -1638,7 +1638,7 @@
1638
1638
  "schema": {}
1639
1639
  },
1640
1640
  "public-global-encounters-events-carriers-fishing": {
1641
- "name": "Encounter Events for Carriers-Fishing Vessels (AIS)",
1641
+ "name": "Événements de rencontre (AIS)",
1642
1642
  "description": "The dataset contains encounter events for AIS (Carriers-Fishing)",
1643
1643
  "schema": {
1644
1644
  "fields": "fields",
@@ -1658,7 +1658,7 @@
1658
1658
  }
1659
1659
  },
1660
1660
  "public-global-encounters-events": {
1661
- "name": "Encounter Events. (AIS)",
1661
+ "name": "Événements de rencontre (AIS)",
1662
1662
  "description": "The dataset contains encounter events for AIS. [Fishing-Carriers, Carriers-Fishing, Support-Fishing, Fishing-Support]",
1663
1663
  "schema": {
1664
1664
  "fields": "fields",
package/fr/timebar.json CHANGED
@@ -39,13 +39,13 @@
39
39
  "lastUpdate": "Dernière mise à jour",
40
40
  "setBookmark": "Mettre en favori la plage de temps actuelle",
41
41
  "intervals": {
42
- "hour": "hour",
42
+ "hour": "Heure",
43
43
  "hourTooltip": "See hourly data",
44
- "day": "day",
44
+ "day": "Jour",
45
45
  "dayTooltip": "See daily data",
46
- "month": "month",
46
+ "month": "Mois",
47
47
  "monthTooltip": "See monthly data",
48
- "year": "year",
48
+ "year": "Année",
49
49
  "yearTooltip": "See yearly data"
50
50
  },
51
51
  "zoomTo": "Zoom sur"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.2.98",
3
+ "version": "1.2.99",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "kill-port 8000 && serve -p 8000 --cors=true",