fleetmap-reports 1.0.434 → 1.0.435

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/lang/ptBR.js +1 -0
  2. package/package.json +1 -1
package/lang/ptBR.js CHANGED
@@ -190,6 +190,7 @@ module.exports = {
190
190
  distance: 'Distância',
191
191
  speed: 'Velocidade',
192
192
  overspeed: 'Alerta Ligado',
193
+ roadSpeedLimit: 'Limite da estrada',
193
194
  avgSpeed: 'Vel.Média',
194
195
  maxSpeed: 'Vel.Max',
195
196
  driver: 'Motorista',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetmap-reports",
3
- "version": "1.0.434",
3
+ "version": "1.0.435",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {