1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
{
"sharedLoading": "Cargando...",
"sharedSave": "Guardar",
"sharedCancel": "Cancelar",
"sharedAdd": "Agregar",
"sharedEdit": "Editar",
"sharedRemove": "Borrar",
"sharedRemoveConfirm": "Borrar Elemento?",
"sharedKm": "KM",
"sharedMi": "MI",
"sharedKn": "Nudo",
"sharedKmh": "KM/H",
"sharedMph": "MPH",
"sharedHour": "Hora",
"sharedMinute": "Minuto",
"sharedSecond": "Segundo",
"sharedName": "Nombre",
"sharedDescription": "Description",
"sharedSearch": "Buscar",
"sharedGeofence": "Geofence",
"sharedGeofences": "Geofences",
"sharedNotifications": "Notifications",
"sharedAttributes": "Attributes",
"sharedAttribute": "Attribute",
"sharedArea": "Area",
"errorTitle": "Error",
"errorUnknown": "Error Desconocido",
"errorConnection": "Error de Conexión",
"userEmail": "Email",
"userPassword": "Contraseña",
"userAdmin": "Administrador",
"loginTitle": "Ingresar",
"loginLanguage": "Idioma",
"loginRegister": "Registrar",
"loginLogin": "Ingresar",
"loginFailed": "Dirección de Correo o Contraseña Incorrecta",
"loginCreated": "Nuevo Usuario ha sido registrado",
"loginLogout": "Salir",
"devicesAndState": "Dispositivos y Estado",
"deviceDialog": "Dispositivo",
"deviceTitle": "Dispositivos",
"deviceIdentifier": "Identificador",
"deviceLastUpdate": "Última Actualización",
"deviceCommand": "Comando",
"deviceFollow": "Seguir",
"groupDialog": "Grupo",
"groupParent": "Grupo",
"groupNoGroup": "Sin grupo",
"settingsTitle": "Preferencias",
"settingsUser": "Cuenta",
"settingsGroups": "Grupos",
"settingsServer": "Servidor",
"settingsUsers": "Usuarios",
"settingsDistanceUnit": "Distancia",
"settingsSpeedUnit": "Velocidad",
"settingsTwelveHourFormat": "Formato de 12 Hrs",
"reportTitle": "Reportes",
"reportDevice": "Dispositivos",
"reportFrom": "Desde",
"reportTo": "Hasta",
"reportShow": "Mostrar",
"reportClear": "Limpiar",
"positionFixTime": "Hora",
"positionValid": "Válida",
"positionLatitude": "Latitud",
"positionLongitude": "Longitud",
"positionAltitude": "Altitud",
"positionSpeed": "Velocidad",
"positionCourse": "Curso",
"positionAddress": "Dirección",
"positionProtocol": "Protocolo",
"serverTitle": "Preferencias Servidor",
"serverZoom": "Zoom",
"serverRegistration": "Registrar",
"serverReadonly": "Sólo Lectura",
"mapTitle": "Mapa",
"mapLayer": "Capa de Mapa",
"mapCustom": "Mapa Personalizado",
"mapOsm": "Open Street Map",
"mapBingKey": "Bing Maps Key",
"mapBingRoad": "Bing Maps - Carretera",
"mapBingAerial": "Bing Maps - Aéreo",
"mapShapePolygon": "Polygon",
"mapShapeCircle": "Circle",
"stateTitle": "Estado",
"stateName": "Parámetro",
"stateValue": "Valor",
"commandTitle": "Comando",
"commandSend": "Enviar",
"commandType": "Tipo",
"commandSent": "El Comando ha sido enviado",
"commandPositionPeriodic": "Frecuencia de Posiciones",
"commandPositionStop": "Detener Reporte de Posiciones",
"commandEngineStop": "Apagar motor",
"commandEngineResume": "Desbloquear Encendido de Motor",
"commandFrequency": "Frequencia",
"commandUnit": "Unidad",
"commandCustom": "Comando personalizado",
"commandPositionSingle": "Un report",
"commandAlarmArm": "Armar Alarma",
"commandAlarmDisarm": "Desarmar Alarma",
"commandSetTimezone": "Establecer zona horaria",
"commandRequestPhoto": "Solicitar Foto",
"commandRebootDevice": "Reiniciar dispositivo",
"commandSendSms": "Enviar SMS",
"commandSosNumber": "Establecer el número SOS",
"commandSilenceTime": "Set Silence Time",
"commandSetPhonebook": "Establecer contacto",
"commandVoiceMessage": "Mensaje de voz",
"commandOutputControl": "Output Control",
"commandAlarmSpeed": "Overspeed Alarm",
"commandDeviceIdentification": "Device Identification",
"eventDeviceOnline": "El dispositivo está en linea",
"eventDeviceOffline": "El dispositivo está fuera de linea",
"eventDeviceMoving": "El dispositivo se está moviendo",
"eventDeviceStopped": "El dispositivo está parado",
"eventDeviceOverspeed": "El dispositivo excedió el limite de velocidad",
"eventCommandResult": "Command result",
"eventGeofenceEnter": "Device has entered geofence",
"eventGeofenceExit": "Device has exited geofence",
"notificationType": "Type of Notification",
"notificationWeb": "Send via Web",
"notificationMail": "Send via Mail"
}
|