@globalfishingwatch/i18n-labels 1.2.69 → 1.2.70

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/timebar.json CHANGED
@@ -9,8 +9,15 @@
9
9
  },
10
10
  "timerange": {
11
11
  "title": "Select a time range",
12
+ "year": "Year",
13
+ "month": "Month",
14
+ "day": "Day",
12
15
  "start": "Start",
13
16
  "end": "End",
17
+ "selectAValidDate": "Please select a valid date",
18
+ "endBeforeStart": "The end needs to be after the start",
19
+ "tooLongForMonths": "Your timerange is too long to see individual months",
20
+ "tooLongForDays": "Your timerange is too long to see individual days",
14
21
  "last30days": "Last 30 days",
15
22
  "last3months": "Last 3 months",
16
23
  "last6months": "Last 6 months",
package/es/timebar.json CHANGED
@@ -9,8 +9,15 @@
9
9
  },
10
10
  "timerange": {
11
11
  "title": "Seleccione un intervalo de tiempo",
12
+ "year": "Año",
13
+ "month": "Mes",
14
+ "day": "Día",
12
15
  "start": "Inicio",
13
16
  "end": "Fin",
17
+ "selectAValidDate": "Seleccione una fecha válida",
18
+ "endBeforeStart": "La fecha final tiene que ser superior a la inicial",
19
+ "tooLongForMonths": "El intervalo de tiempo es demasiado largo para ver meses sueltos",
20
+ "tooLongForDays": "El intervalo de tiempo es demasiado largo para ver días sueltos",
14
21
  "last30days": "Últimos 30 días",
15
22
  "last3months": "Últimos 3 meses",
16
23
  "last6months": "Últimos 6 meses",
package/fr/timebar.json CHANGED
@@ -9,8 +9,15 @@
9
9
  },
10
10
  "timerange": {
11
11
  "title": "Sélectionnez une plage de temps",
12
+ "year": "An",
13
+ "month": "Mois",
14
+ "day": "Jour",
12
15
  "start": "Début",
13
16
  "end": "fin",
17
+ "selectAValidDate": "Sélectionnez une date valide",
18
+ "endBeforeStart": "La date de fin doit être postérieure à la date de début",
19
+ "tooLongForMonths": "Your timerange is too long to see individual months",
20
+ "tooLongForDays": "Your timerange is too long to see individual days",
14
21
  "last30days": "Les 30 derniers jours",
15
22
  "last3months": "Last 3 months",
16
23
  "last6months": "Last 6 months",
package/id/timebar.json CHANGED
@@ -9,8 +9,15 @@
9
9
  },
10
10
  "timerange": {
11
11
  "title": "Pilih rentang waktu",
12
+ "year": "Tahun",
13
+ "month": "Bulan",
14
+ "day": "Hari",
12
15
  "start": "mulai",
13
16
  "end": "akhir",
17
+ "selectAValidDate": "Silakan pilih tanggal yang valid",
18
+ "endBeforeStart": "Tanggal akhir harus setelah tanggal mulai",
19
+ "tooLongForMonths": "Your timerange is too long to see individual months",
20
+ "tooLongForDays": "Your timerange is too long to see individual days",
14
21
  "last30days": "30 hari terakhir",
15
22
  "last3months": "3 bulan terakhir",
16
23
  "last6months": "6 bulan terakhir",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.2.69",
3
+ "version": "1.2.70",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "yarn kill && serve -p 8000 --cors=true",
package/pt/timebar.json CHANGED
@@ -9,8 +9,15 @@
9
9
  },
10
10
  "timerange": {
11
11
  "title": "Selecione um intervalo de tempo",
12
+ "year": "Ano",
13
+ "month": "Mês",
14
+ "day": "Dia",
12
15
  "start": "Início",
13
16
  "end": "fim",
17
+ "selectAValidDate": "Por favor selecione uma data válida",
18
+ "endBeforeStart": "A data de término deve ser posterior à data de início",
19
+ "tooLongForMonths": "Your timerange is too long to see individual months",
20
+ "tooLongForDays": "Your timerange is too long to see individual days",
14
21
  "last30days": "Últimos 30 dias",
15
22
  "last3months": "Last 3 months",
16
23
  "last6months": "Last 6 months",
@@ -9,8 +9,15 @@
9
9
  },
10
10
  "timerange": {
11
11
  "title": "Select a time range",
12
+ "year": "Year",
13
+ "month": "Month",
14
+ "day": "Day",
12
15
  "start": "start",
13
16
  "end": "end",
17
+ "selectAValidDate": "Please select a valid date",
18
+ "endBeforeStart": "The end needs to be after the start",
19
+ "tooLongForMonths": "Your timerange is too long to see individual months",
20
+ "tooLongForDays": "Your timerange is too long to see individual days",
14
21
  "last30days": "Last 30 days",
15
22
  "last3months": "Last 3 months",
16
23
  "last6months": "Last 6 months",
@@ -31,11 +38,15 @@
31
38
  "dragLabel": "Drag to change the time range",
32
39
  "lastUpdate": "Last update",
33
40
  "setBookmark": "Bookmark current time range",
34
- "day": "day",
35
- "year": "year",
36
- "month": "month",
37
- "hour": "hour",
38
- "zoomIn": "Zoom in",
39
- "zoomTo": "Zoom to",
40
- "zoomOut": "Zoom out"
41
+ "intervals": {
42
+ "hour": "hour",
43
+ "hourTooltip": "See hourly data",
44
+ "day": "day",
45
+ "dayTooltip": "See daily data",
46
+ "month": "month",
47
+ "monthTooltip": "See monthly data",
48
+ "year": "year",
49
+ "yearTooltip": "See yearly data"
50
+ },
51
+ "zoomTo": "Zoom to"
41
52
  }