@opentripplanner/map-popup 6.0.3 → 6.0.4

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/i18n/pl.yml +10 -1
  2. package/package.json +4 -4
package/i18n/pl.yml CHANGED
@@ -1 +1,10 @@
1
- {}
1
+ otpUi:
2
+ MapPopup:
3
+ popupTitle: '{stationNetwork, select, false {{name}} other {{stationNetwork} {name}}}'
4
+ availableBikes: 'Dostępne rowery: {value}'
5
+ availableDocks: 'Dostępne stanowiska: {value}'
6
+ floatingBike: 'Wolnostojące rowery: {name}'
7
+ floatingCar: 'Samochód: {name}'
8
+ floatingEScooter: 'Hulajnoga elektryczna: {name}'
9
+ stopId: 'Numer przystanku: {stopId}'
10
+ stopViewer: Podgląd przystanku
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentripplanner/map-popup",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "A component for displaying map popup contents",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",
@@ -12,10 +12,10 @@
12
12
  "private": false,
13
13
  "dependencies": {
14
14
  "flat": "^5.0.2",
15
- "@opentripplanner/base-map": "5.1.0",
16
15
  "@opentripplanner/core-utils": "13.0.1",
17
- "@opentripplanner/building-blocks": "3.0.0",
18
- "@opentripplanner/from-to-location-picker": "4.0.0"
16
+ "@opentripplanner/building-blocks": "3.0.1",
17
+ "@opentripplanner/base-map": "5.2.0",
18
+ "@opentripplanner/from-to-location-picker": "4.0.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@opentripplanner/types": "6.5.3"