@opentripplanner/vehicle-rental-overlay 2.0.3 → 2.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.
package/i18n/ar.yml ADDED
@@ -0,0 +1 @@
1
+ {}
package/i18n/es.yml ADDED
@@ -0,0 +1,7 @@
1
+ otpUi:
2
+ VehicleRentalOverlay:
3
+ availableBikes: 'Bicicletas disponibles: {value}'
4
+ availableDocks: 'Estaciones de carga disponibles: {value}'
5
+ floatingBike: 'Bicicleta flotante: {name}'
6
+ floatingCar: '{company} {name}'
7
+ floatingEScooter: '{company} E-scooter'
package/i18n/ko.yml ADDED
@@ -0,0 +1,7 @@
1
+ otpUi:
2
+ VehicleRentalOverlay:
3
+ floatingEScooter: '{company} 전기 스쿠터'
4
+ availableDocks: '사용 가능한 독: {value}'
5
+ availableBikes: '사용 가능한 자전거: {value}'
6
+ floatingCar: '{company} {name}'
7
+ floatingBike: '프리 플로팅 자전거: {name}'
package/i18n/vi.yml ADDED
@@ -0,0 +1,7 @@
1
+ otpUi:
2
+ VehicleRentalOverlay:
3
+ availableBikes: 'Xe đạp có sẵn: {value}'
4
+ availableDocks: 'Đế sạc có sẵn: {value}'
5
+ floatingBike: 'Xe đạp nổi tự do: {name}'
6
+ floatingCar: '{company} {name}'
7
+ floatingEScooter: '{company} Xe tay ga điện'
@@ -0,0 +1,7 @@
1
+ otpUi:
2
+ VehicleRentalOverlay:
3
+ availableBikes: '可用的自行车: {value}'
4
+ availableDocks: '可用的充电座: {value}'
5
+ floatingBike: '自由浮动的自行车: {name}'
6
+ floatingCar: '{company} {name}'
7
+ floatingEScooter: '{company} 电动滑板车'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentripplanner/vehicle-rental-overlay",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "A map overlay to show vehicle rentals from a specific company",
5
5
  "main": "lib/index.js",
6
6
  "module": "esm/index.js",
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@opentripplanner/base-map": "^3.0.4",
23
- "@opentripplanner/core-utils": "^7.0.3",
24
- "@opentripplanner/from-to-location-picker": "^2.1.3",
23
+ "@opentripplanner/core-utils": "^7.0.5",
24
+ "@opentripplanner/from-to-location-picker": "^2.1.4",
25
25
  "@styled-icons/fa-solid": "^10.34.0",
26
26
  "flat": "^5.0.2",
27
27
  "lodash.memoize": "^4.1.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@opentripplanner/types": "^4.0.1"
30
+ "@opentripplanner/types": "^4.0.2"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "react": "^16.14.0",