@globalfishingwatch/i18n-labels 1.2.105 → 1.2.106

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 +12 -12
  2. package/package.json +1 -1
package/en/datasets.json CHANGED
@@ -2612,13 +2612,13 @@
2612
2612
  "description": "Protected seas (only category IUCN MPA)",
2613
2613
  "schema": {
2614
2614
  "removal_of_marine_life_is_prohibited": {
2615
- "keyword": "removal_of_marine_life_is_prohibited",
2615
+ "keyword": "Level of Fishing Protection",
2616
2616
  "enum": {
2617
- "1": "1",
2618
- "2": "2",
2619
- "3": "3",
2620
- "4": "4",
2621
- "5": "5"
2617
+ "1": "Least restrictive",
2618
+ "2": "Less restrictive",
2619
+ "3": "Moderately restrictive",
2620
+ "4": "Heavily restrictive",
2621
+ "5": "Most restrictive"
2622
2622
  }
2623
2623
  }
2624
2624
  }
@@ -2644,13 +2644,13 @@
2644
2644
  }
2645
2645
  },
2646
2646
  "removal_of_marine_life_is_prohibited": {
2647
- "keyword": "removal_of_marine_life_is_prohibited",
2647
+ "keyword": "Level of Fishing Protection",
2648
2648
  "enum": {
2649
- "1": "1",
2650
- "2": "2",
2651
- "3": "3",
2652
- "4": "4",
2653
- "5": "5"
2649
+ "1": "Least restrictive",
2650
+ "2": "Less restrictive",
2651
+ "3": "Moderately restrictive",
2652
+ "4": "Heavily restrictive",
2653
+ "5": "Most restrictive"
2654
2654
  }
2655
2655
  }
2656
2656
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.2.105",
3
+ "version": "1.2.106",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "kill-port 8000 && serve -p 8000 --cors=true",