@globalfishingwatch/i18n-labels 1.2.31 → 1.2.32

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.
Files changed (2) hide show
  1. package/en/datasets.json +5 -5
  2. package/package.json +1 -1
package/en/datasets.json CHANGED
@@ -1695,8 +1695,8 @@
1695
1695
  }
1696
1696
  },
1697
1697
  "public-graticules": {
1698
- "name": "Graticules",
1699
- "description": "Grids at 1, 5, 10, and 30° intervals. <a href='https://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-graticules' target='_blank'>Source</a>",
1698
+ "name": "Latitude longitude grids",
1699
+ "description": "Grids or graticules of latitude and longitude at 1, 5, 10 and 30° intervals depending on the zoom level of the map (Source: <a href='https://www.naturalearthdata.com/downloads/110m-physical-vectors/110m-graticules/'_blank'>Natural Earth</a>).",
1700
1700
  "schema": {}
1701
1701
  },
1702
1702
  "public-gs-as-simplified": {
@@ -1859,7 +1859,7 @@
1859
1859
  }
1860
1860
  },
1861
1861
  "public-mpa-all": {
1862
- "name": "MPAs (Source: WDPA)",
1862
+ "name": "MPAs",
1863
1863
  "description": "Marine protected areas (MPAs) are areas of the ocean set aside for long-term conservation. These can have different levels of protection, and the range of activities allowed or prohibited within their boundaries varies considerably. Source: World Database on Protected Areas. Last updated: March 2022.",
1864
1864
  "schema": {}
1865
1865
  },
@@ -2179,12 +2179,12 @@
2179
2179
  "schema": {}
2180
2180
  },
2181
2181
  "public-tuna-rfmo": {
2182
- "name": "RFMOs (Source: FAO)",
2182
+ "name": "RFMOs",
2183
2183
  "description": "Regional fisheries management organizations (RFMOs) are international bodies formed by countries with a shared interest in managing or conserving fish stocks in a particular region. Some manage all the fish stocks found in a given area, while others focus on specific highly migratory species, notably tuna. The regional fisheries management organization on the Global Fishing Watch map currently includes the five tuna regional fisheries management organizations.",
2184
2184
  "schema": {}
2185
2185
  },
2186
2186
  "public-wdpa-may-2021-marine": {
2187
- "name": "MPAs (Source: WDPA)",
2187
+ "name": "MPAs",
2188
2188
  "description": "Marine protected areas (MPAs) are areas of the ocean set aside for long-term conservation. These can have different levels of protection, and the range of activities allowed or prohibited within their boundaries varies considerably. Source: World Database on Protected Areas. Last updated: May 2021.",
2189
2189
  "schema": {}
2190
2190
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.2.31",
3
+ "version": "1.2.32",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "yarn kill && serve -p 8000 --cors=true",