@globalfishingwatch/i18n-labels 1.2.42 → 1.2.45
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/en/datasets.json +2 -1
- package/en/timebar.json +2 -3
- package/es/datasets.json +5 -4
- package/es/timebar.json +4 -5
- package/fr/datasets.json +2 -1
- package/fr/timebar.json +2 -3
- package/id/datasets.json +2 -1
- package/id/timebar.json +2 -3
- package/package.json +3 -2
- package/pt/datasets.json +2 -1
- package/pt/timebar.json +2 -3
- package/source/datasets.json +2 -1
- package/source/timebar.json +2 -3
package/en/datasets.json
CHANGED
package/en/timebar.json
CHANGED
package/es/datasets.json
CHANGED
|
@@ -1779,7 +1779,8 @@
|
|
|
1779
1779
|
"other_non_fishing": "other_non_fishing",
|
|
1780
1780
|
"unknown": "unknown"
|
|
1781
1781
|
}
|
|
1782
|
-
}
|
|
1782
|
+
},
|
|
1783
|
+
"vessel-groups": "vessel-groups"
|
|
1783
1784
|
}
|
|
1784
1785
|
},
|
|
1785
1786
|
"public-global-sar-footprints": {
|
|
@@ -1881,7 +1882,7 @@
|
|
|
1881
1882
|
"schema": {}
|
|
1882
1883
|
},
|
|
1883
1884
|
"public-high-seas": {
|
|
1884
|
-
"name": "
|
|
1885
|
+
"name": "Alta mar",
|
|
1885
1886
|
"description": "El alta mar es cualquier área de la columna de agua del océano más allá de las aguas jurisdiccionales. Estos puntos pueden ser difíciles de distinguir de las múltiples jurisdicciones de la ZEE que los rodean, por lo que tenemos una capa que los resalta.",
|
|
1886
1887
|
"schema": {}
|
|
1887
1888
|
},
|
|
@@ -2030,7 +2031,7 @@
|
|
|
2030
2031
|
}
|
|
2031
2032
|
},
|
|
2032
2033
|
"public-mpa-all": {
|
|
2033
|
-
"name": "
|
|
2034
|
+
"name": "AMPs (Fuente: WDPA)",
|
|
2034
2035
|
"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.",
|
|
2035
2036
|
"schema": {}
|
|
2036
2037
|
},
|
|
@@ -2350,7 +2351,7 @@
|
|
|
2350
2351
|
"schema": {}
|
|
2351
2352
|
},
|
|
2352
2353
|
"public-tuna-rfmo": {
|
|
2353
|
-
"name": "
|
|
2354
|
+
"name": "OROPs (Fuente: FAO)",
|
|
2354
2355
|
"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.",
|
|
2355
2356
|
"schema": {}
|
|
2356
2357
|
},
|
package/es/timebar.json
CHANGED
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"timerange": {
|
|
11
11
|
"title": "Seleccione un intervalo de tiempo",
|
|
12
|
-
"start": "
|
|
13
|
-
"end": "
|
|
12
|
+
"start": "Inicio",
|
|
13
|
+
"end": "Fin",
|
|
14
14
|
"last30days": "Últimos 30 días",
|
|
15
15
|
"last3months": "Last 3 months",
|
|
16
16
|
"last6months": "Last 6 months",
|
|
@@ -37,6 +37,5 @@
|
|
|
37
37
|
"hour": "hora",
|
|
38
38
|
"zoomIn": "Acercarse",
|
|
39
39
|
"zoomTo": "Acercar a",
|
|
40
|
-
"zoomOut": "Alejarse"
|
|
41
|
-
|
|
42
|
-
}
|
|
40
|
+
"zoomOut": "Alejarse"
|
|
41
|
+
}
|
package/fr/datasets.json
CHANGED
package/fr/timebar.json
CHANGED
package/id/datasets.json
CHANGED
package/id/timebar.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@globalfishingwatch/i18n-labels",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.45",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "yarn kill && serve -p 8000 --cors=true",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"fr",
|
|
13
13
|
"id",
|
|
14
14
|
"pt",
|
|
15
|
-
"source"
|
|
15
|
+
"source",
|
|
16
|
+
"val"
|
|
16
17
|
],
|
|
17
18
|
"devDependencies": {
|
|
18
19
|
"kill-port": "^1.6.1",
|
package/pt/datasets.json
CHANGED
package/pt/timebar.json
CHANGED
package/source/datasets.json
CHANGED
package/source/timebar.json
CHANGED