resqueserve-core 4.0.0-308 → 4.0.0-310
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/.tsbuildinfo +1 -1
- package/main.d.ts +34 -53
- package/main.d.ts.map +1 -1
- package/main.js +1996 -11
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserInterfaceDefaults = exports.UrlDefaults = exports.SignalRDefaults = exports.GISDefaults = exports.DayOfWeek = exports.WorkplaceStatus = exports.UnitStatusNonPersistent = exports.UnitStatus = exports.UnitEquipment = exports.UnitDutyOptions = exports.UnitDoctorOption = exports.UnitDispatchOption = exports.UnitCategory = exports.TaskStatus = exports.TaskPriority = exports.TaskExecution = exports.TaskConditionOperator = exports.TaskConditionField = exports.StatuspageDisplayOption = exports.Sound = exports.SessionWebhookMethod = exports.SessionEventType = exports.ProblemInformation = exports.PoiHospitalDepartment = exports.PoiCategory = exports.OperationStatus = exports.OperationPriority = exports.NotificationCategory = exports.MissionCategory = exports.LocationAccuracy = exports.HotkeyModifiers = exports.HotkeyAction = exports.GeoProvider = exports.Gender = exports.DispatchGroupAvailabilityState = exports.DateTimeFormat = exports.Country = exports.CommandcenterOption = exports.CommandcenterClassification = exports.CommandcenterCategory = exports.CallState = exports.AuditEntityIdType = exports.AuditActionSub = exports.AuditAction = void 0;
|
|
3
|
+
exports.UserInterfaceDefaults = exports.UrlDefaults = exports.SignalRDefaults = exports.GISDefaults = exports.EnumLocalizations = exports.DayOfWeek = exports.WorkplaceStatus = exports.WindowType = exports.UnitStatusNonPersistent = exports.UnitStatus = exports.UnitEquipment = exports.UnitDutyOptions = exports.UnitDoctorOption = exports.UnitDispatchOption = exports.UnitCategory = exports.TaskStatus = exports.TaskPriority = exports.TaskExecution = exports.TaskConditionOperator = exports.TaskConditionField = exports.StatuspageDisplayOption = exports.Sound = exports.SessionWebhookMethod = exports.SessionEventType = exports.ProblemInformation = exports.PoiHospitalDepartment = exports.PoiCategory = exports.OperationStatus = exports.OperationPriority = exports.NotificationCategory = exports.MissionCategory = exports.LocationAccuracy = exports.HotkeyModifiers = exports.HotkeyAction = exports.GeoProvider = exports.Gender = exports.DispatchGroupAvailabilityState = exports.DateTimeFormat = exports.Country = exports.CommandcenterOption = exports.CommandcenterClassification = exports.CommandcenterCategory = exports.CallState = exports.AuditEntityIdType = exports.AuditActionSub = exports.AuditAction = void 0;
|
|
4
|
+
exports.setLocale = setLocale;
|
|
5
|
+
exports.getCurrentLocale = getCurrentLocale;
|
|
6
|
+
exports.getLocalizedEnumValue = getLocalizedEnumValue;
|
|
7
|
+
exports.localizeEnum = localizeEnum;
|
|
4
8
|
var AuditAction;
|
|
5
9
|
(function (AuditAction) {
|
|
6
10
|
/**
|
|
@@ -265,6 +269,11 @@ var HotkeyAction;
|
|
|
265
269
|
HotkeyAction[HotkeyAction["LayoutSave"] = 200] = "LayoutSave";
|
|
266
270
|
HotkeyAction[HotkeyAction["LayoutSaveAs"] = 201] = "LayoutSaveAs";
|
|
267
271
|
HotkeyAction[HotkeyAction["LayoutDelete"] = 202] = "LayoutDelete";
|
|
272
|
+
HotkeyAction[HotkeyAction["LayoutLoad1"] = 203] = "LayoutLoad1";
|
|
273
|
+
HotkeyAction[HotkeyAction["LayoutLoad2"] = 204] = "LayoutLoad2";
|
|
274
|
+
HotkeyAction[HotkeyAction["LayoutLoad3"] = 205] = "LayoutLoad3";
|
|
275
|
+
HotkeyAction[HotkeyAction["LayoutLoad4"] = 206] = "LayoutLoad4";
|
|
276
|
+
HotkeyAction[HotkeyAction["LayoutLoad5"] = 207] = "LayoutLoad5";
|
|
268
277
|
HotkeyAction[HotkeyAction["OperationNew"] = 300] = "OperationNew";
|
|
269
278
|
HotkeyAction[HotkeyAction["OperationDuplicate"] = 301] = "OperationDuplicate";
|
|
270
279
|
HotkeyAction[HotkeyAction["OperationSplit"] = 302] = "OperationSplit";
|
|
@@ -674,6 +683,10 @@ var ProblemInformation;
|
|
|
674
683
|
ProblemInformation[ProblemInformation["TaskTemplateParameterFormatInvalid"] = 122] = "TaskTemplateParameterFormatInvalid";
|
|
675
684
|
ProblemInformation[ProblemInformation["ObjectIsReadOnly"] = 123] = "ObjectIsReadOnly";
|
|
676
685
|
ProblemInformation[ProblemInformation["OperationPropertyNameIsRequired"] = 124] = "OperationPropertyNameIsRequired";
|
|
686
|
+
ProblemInformation[ProblemInformation["OperationPriorityNotFound"] = 125] = "OperationPriorityNotFound";
|
|
687
|
+
ProblemInformation[ProblemInformation["PatientNotFound"] = 126] = "PatientNotFound";
|
|
688
|
+
ProblemInformation[ProblemInformation["OperationStatusNotFound"] = 127] = "OperationStatusNotFound";
|
|
689
|
+
ProblemInformation[ProblemInformation["OperationStatusNotAllowed"] = 128] = "OperationStatusNotAllowed";
|
|
677
690
|
})(ProblemInformation || (exports.ProblemInformation = ProblemInformation = {}));
|
|
678
691
|
var SessionEventType;
|
|
679
692
|
(function (SessionEventType) {
|
|
@@ -1192,6 +1205,16 @@ var UnitStatusNonPersistent;
|
|
|
1192
1205
|
*/
|
|
1193
1206
|
UnitStatusNonPersistent[UnitStatusNonPersistent["CancelDispatch"] = 4] = "CancelDispatch";
|
|
1194
1207
|
})(UnitStatusNonPersistent || (exports.UnitStatusNonPersistent = UnitStatusNonPersistent = {}));
|
|
1208
|
+
var WindowType;
|
|
1209
|
+
(function (WindowType) {
|
|
1210
|
+
WindowType[WindowType["Home"] = 0] = "Home";
|
|
1211
|
+
WindowType[WindowType["OperationList"] = 1] = "OperationList";
|
|
1212
|
+
WindowType[WindowType["OperationDesk"] = 2] = "OperationDesk";
|
|
1213
|
+
WindowType[WindowType["StatusOverview"] = 3] = "StatusOverview";
|
|
1214
|
+
WindowType[WindowType["Map"] = 4] = "Map";
|
|
1215
|
+
WindowType[WindowType["FakeCom"] = 5] = "FakeCom";
|
|
1216
|
+
WindowType[WindowType["Notifications"] = 6] = "Notifications";
|
|
1217
|
+
})(WindowType || (exports.WindowType = WindowType = {}));
|
|
1195
1218
|
var WorkplaceStatus;
|
|
1196
1219
|
(function (WorkplaceStatus) {
|
|
1197
1220
|
/**
|
|
@@ -1225,6 +1248,1968 @@ var DayOfWeek;
|
|
|
1225
1248
|
DayOfWeek[DayOfWeek["Friday"] = 5] = "Friday";
|
|
1226
1249
|
DayOfWeek[DayOfWeek["Saturday"] = 6] = "Saturday";
|
|
1227
1250
|
})(DayOfWeek || (exports.DayOfWeek = DayOfWeek = {}));
|
|
1251
|
+
exports.EnumLocalizations = {
|
|
1252
|
+
"CommandcenterCategory": {
|
|
1253
|
+
"AerztlicherBereitschaftsdienst": {
|
|
1254
|
+
"de-DE": "Ärztlicher Bereitschaftsdienst",
|
|
1255
|
+
"en-US": "Ärztlicher Bereitschaftsdienst"
|
|
1256
|
+
},
|
|
1257
|
+
"Einsatzleitstelle": {
|
|
1258
|
+
"de-DE": "Einsatzleitstelle",
|
|
1259
|
+
"en-US": "Einsatzleitstelle"
|
|
1260
|
+
},
|
|
1261
|
+
"Feuerwehreinsatzzentrale": {
|
|
1262
|
+
"de-DE": "Feuerwehreinsatzzentrale",
|
|
1263
|
+
"en-US": "Feuerwehreinsatzzentrale"
|
|
1264
|
+
},
|
|
1265
|
+
"IntegrierteLeitstelle": {
|
|
1266
|
+
"de-DE": "Integrierte Leitstelle",
|
|
1267
|
+
"en-US": "Integrierte Leitstelle"
|
|
1268
|
+
},
|
|
1269
|
+
"IntegrierteRegionalleitstelle": {
|
|
1270
|
+
"de-DE": "Integrierte Regionalleitstelle",
|
|
1271
|
+
"en-US": "Integrierte Regionalleitstelle"
|
|
1272
|
+
},
|
|
1273
|
+
"KantonaleNotrufzentrale": {
|
|
1274
|
+
"de-DE": "Kantonale Notrufzentrale",
|
|
1275
|
+
"en-US": "Kantonale Notrufzentrale"
|
|
1276
|
+
},
|
|
1277
|
+
"KommunaleRegionalleitstelle": {
|
|
1278
|
+
"de-DE": "Kommunale Regionalleitstelle",
|
|
1279
|
+
"en-US": "Kommunale Regionalleitstelle"
|
|
1280
|
+
},
|
|
1281
|
+
"KoordinationszentralefuerIntensivtransporthubschrauber": {
|
|
1282
|
+
"de-DE": "Koordinationszentrale für Intensivtransporthubschrauber",
|
|
1283
|
+
"en-US": "Koordinationszentrale für Intensivtransporthubschrauber"
|
|
1284
|
+
},
|
|
1285
|
+
"Koordinierungsstelle": {
|
|
1286
|
+
"de-DE": "Koordinierungsstelle",
|
|
1287
|
+
"en-US": "Koordinierungsstelle"
|
|
1288
|
+
},
|
|
1289
|
+
"KoordinierungsstellefuerspezielleSekundaertransporte": {
|
|
1290
|
+
"de-DE": "Koordinierungsstelle für spezielle Sekundärtransporte",
|
|
1291
|
+
"en-US": "Koordinierungsstelle für spezielle Sekundärtransporte"
|
|
1292
|
+
},
|
|
1293
|
+
"Kreisleitstelle": {
|
|
1294
|
+
"de-DE": "Kreisleitstelle",
|
|
1295
|
+
"en-US": "Kreisleitstelle"
|
|
1296
|
+
},
|
|
1297
|
+
"Leitfunkstelle": {
|
|
1298
|
+
"de-DE": "Leitfunkstelle",
|
|
1299
|
+
"en-US": "Leitfunkstelle"
|
|
1300
|
+
},
|
|
1301
|
+
"Leitstelle": {
|
|
1302
|
+
"de-DE": "Leitstelle",
|
|
1303
|
+
"en-US": "Leitstelle"
|
|
1304
|
+
},
|
|
1305
|
+
"RettungsUndFeuerwehrleitstelle": {
|
|
1306
|
+
"de-DE": "Rettungs- und Feuerwehrleitstelle",
|
|
1307
|
+
"en-US": "Rettungs- und Feuerwehrleitstelle"
|
|
1308
|
+
},
|
|
1309
|
+
"Rettungsleitstelle": {
|
|
1310
|
+
"de-DE": "Rettungsleitstelle",
|
|
1311
|
+
"en-US": "Rettungsleitstelle"
|
|
1312
|
+
},
|
|
1313
|
+
"ZentralefuerKrankenbefoerderungundNotfallservice": {
|
|
1314
|
+
"de-DE": "Zentrale für Krankenbeförderung und Notfallservice",
|
|
1315
|
+
"en-US": "Zentrale für Krankenbeförderung und Notfallservice"
|
|
1316
|
+
},
|
|
1317
|
+
"ZentraleKoordinierungsstelle": {
|
|
1318
|
+
"de-DE": "Zentrale Koordinierungsstelle",
|
|
1319
|
+
"en-US": "Zentrale Koordinierungsstelle"
|
|
1320
|
+
},
|
|
1321
|
+
"ZentraleLeitstelle": {
|
|
1322
|
+
"de-DE": "Zentrale Leitstelle",
|
|
1323
|
+
"en-US": "Zentrale Leitstelle"
|
|
1324
|
+
},
|
|
1325
|
+
"KooperativeLeitstelle": {
|
|
1326
|
+
"de-DE": "Kooperative Leitstelle",
|
|
1327
|
+
"en-US": "Kooperative Leitstelle"
|
|
1328
|
+
},
|
|
1329
|
+
"RescueCoordinationCentre": {
|
|
1330
|
+
"de-DE": "Rescue Coordination Centre",
|
|
1331
|
+
"en-US": "Rescue Coordination Centre"
|
|
1332
|
+
},
|
|
1333
|
+
"KooperativeRegionalleitstelle": {
|
|
1334
|
+
"de-DE": "Kooperative Regionalleitstelle",
|
|
1335
|
+
"en-US": "Kooperative Regionalleitstelle"
|
|
1336
|
+
},
|
|
1337
|
+
"Bezirksalarmzentrale": {
|
|
1338
|
+
"de-DE": "Bezirksalarmzentrale",
|
|
1339
|
+
"en-US": "Bezirksalarmzentrale"
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"CommandcenterOption": {
|
|
1343
|
+
"Status6IsSetByCommandcenter": {
|
|
1344
|
+
"de-DE": "Status 6 wird durch Leitstelle auf Anfrage vergeben",
|
|
1345
|
+
"en-US": "Status 6 is set by dispatch center"
|
|
1346
|
+
},
|
|
1347
|
+
"UnitsUseOnlyStatus5ForSpeakRequest": {
|
|
1348
|
+
"de-DE": "Sprechwünsche nur über Status 5",
|
|
1349
|
+
"en-US": "Resources using status 5 for speak request"
|
|
1350
|
+
},
|
|
1351
|
+
"DoctorUsesSirenWithStatus7": {
|
|
1352
|
+
"de-DE": "Begleitendes NEF im Status 7 übernimmt Sonderrechte des Transportmittels",
|
|
1353
|
+
"en-US": "Doctor uses sirene in status 7"
|
|
1354
|
+
},
|
|
1355
|
+
"UnitsWillBeSuggestedInStatus8": {
|
|
1356
|
+
"de-DE": "Ressourcen Vorschlag im Status 8",
|
|
1357
|
+
"en-US": "Resources will be suggested in status 8"
|
|
1358
|
+
},
|
|
1359
|
+
"UnitsTellPatientDestinationVerbal": {
|
|
1360
|
+
"de-DE": "Ressourcen geben Transportziel verbal durch",
|
|
1361
|
+
"en-US": "Resources tell destination verbal"
|
|
1362
|
+
},
|
|
1363
|
+
"AlwaysUseVerbalCallSign": {
|
|
1364
|
+
"de-DE": "Immer verbalen Funkrufnamen nutzen",
|
|
1365
|
+
"en-US": "Always use verbal call sign"
|
|
1366
|
+
},
|
|
1367
|
+
"IncludeKeywordEquipmentEvenIfDispatchOrderFound": {
|
|
1368
|
+
"de-DE": "Stichwort Ausrüstung bei gefundener AAO trotzdem einbeziehen",
|
|
1369
|
+
"en-US": "Include keyword equipment in suggestion, even if dispatch order found"
|
|
1370
|
+
},
|
|
1371
|
+
"StartSessionWithAmbulanceRegular": {
|
|
1372
|
+
"de-DE": "Bei Sitzungsstart Krankentransporte anlegen",
|
|
1373
|
+
"en-US": "Start session with precreated ambulance transports"
|
|
1374
|
+
},
|
|
1375
|
+
"IsCreateOperationOnCallAcceptDisabled": {
|
|
1376
|
+
"de-DE": "Keine automatische Einsatzerstellung bei Anrufannahme",
|
|
1377
|
+
"en-US": "Prevent operation creation on accept call"
|
|
1378
|
+
},
|
|
1379
|
+
"OperationLocationFromCallKnownPoi": {
|
|
1380
|
+
"de-DE": "Einsatzortübernahme bei bekannten POI",
|
|
1381
|
+
"en-US": "Operation location takeover from known POI"
|
|
1382
|
+
},
|
|
1383
|
+
"UnitsDriveToStandbyPositionInStatus3": {
|
|
1384
|
+
"de-DE": "Ressourcen im Status 3 zum Bereitstellungsraum",
|
|
1385
|
+
"en-US": "Resources in status 3 drive to the standby area"
|
|
1386
|
+
},
|
|
1387
|
+
"UnitsDriveBackToStandbyPositionUntilAbortSend": {
|
|
1388
|
+
"de-DE": "Ressourcen fahren Bereitstellungsraum bis Abbruch an",
|
|
1389
|
+
"en-US": "Resources drive to the standby area until abort command"
|
|
1390
|
+
},
|
|
1391
|
+
"UnitGpsPositionInterpolation": {
|
|
1392
|
+
"de-DE": "GPS-Positionen werden interpoliert",
|
|
1393
|
+
"en-US": "GPS positions will be interpolated"
|
|
1394
|
+
},
|
|
1395
|
+
"DisableAdvancedMobileLocation": {
|
|
1396
|
+
"de-DE": "Advanced Mobile Location (AML) deaktivieren",
|
|
1397
|
+
"en-US": "Disable Advanced Mobile Location (AML)"
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
"Country": {
|
|
1401
|
+
"NotSet": {
|
|
1402
|
+
"de-DE": "Auswählen ...",
|
|
1403
|
+
"en-US": "Select ..."
|
|
1404
|
+
},
|
|
1405
|
+
"Germany": {
|
|
1406
|
+
"de-DE": "Deutschland",
|
|
1407
|
+
"en-US": "Germany"
|
|
1408
|
+
},
|
|
1409
|
+
"Austria": {
|
|
1410
|
+
"de-DE": "Österreich",
|
|
1411
|
+
"en-US": "Austria"
|
|
1412
|
+
},
|
|
1413
|
+
"Switzerland": {
|
|
1414
|
+
"de-DE": "Schweiz",
|
|
1415
|
+
"en-US": "Switzerland"
|
|
1416
|
+
},
|
|
1417
|
+
"Netherlands": {
|
|
1418
|
+
"de-DE": "Niederlande",
|
|
1419
|
+
"en-US": "Netherlands"
|
|
1420
|
+
},
|
|
1421
|
+
"UnitedKingdom": {
|
|
1422
|
+
"de-DE": "Vereinigtes Königreich",
|
|
1423
|
+
"en-US": "United Kingdom"
|
|
1424
|
+
},
|
|
1425
|
+
"UnitedStatesOfAmerica": {
|
|
1426
|
+
"de-DE": "Vereinigte Staaten von Amerika",
|
|
1427
|
+
"en-US": "United States of America"
|
|
1428
|
+
},
|
|
1429
|
+
"France": {
|
|
1430
|
+
"de-DE": "Frankreich",
|
|
1431
|
+
"en-US": "France"
|
|
1432
|
+
},
|
|
1433
|
+
"Poland": {
|
|
1434
|
+
"de-DE": "Polen",
|
|
1435
|
+
"en-US": "Poland"
|
|
1436
|
+
},
|
|
1437
|
+
"Italy": {
|
|
1438
|
+
"de-DE": "Italien",
|
|
1439
|
+
"en-US": "Italy"
|
|
1440
|
+
},
|
|
1441
|
+
"Spain": {
|
|
1442
|
+
"de-DE": "Spanien",
|
|
1443
|
+
"en-US": "Spain"
|
|
1444
|
+
},
|
|
1445
|
+
"Luxembourg": {
|
|
1446
|
+
"de-DE": "Luxemburg",
|
|
1447
|
+
"en-US": "Luxembourg"
|
|
1448
|
+
}
|
|
1449
|
+
},
|
|
1450
|
+
"DateTimeFormat": {
|
|
1451
|
+
"DayFormat": {
|
|
1452
|
+
"de-DE": "vor {0} Tag|vor {0} Tagen",
|
|
1453
|
+
"en-US": "{0} day ago|{0} days ago"
|
|
1454
|
+
},
|
|
1455
|
+
"HourFormat": {
|
|
1456
|
+
"de-DE": "vor {0} Stunde|vor {0} Stunden",
|
|
1457
|
+
"en-US": "{0} hour ago|{0} hours ago"
|
|
1458
|
+
},
|
|
1459
|
+
"JustNow": {
|
|
1460
|
+
"de-DE": "gerade eben",
|
|
1461
|
+
"en-US": "just now"
|
|
1462
|
+
},
|
|
1463
|
+
"MinuteFormat": {
|
|
1464
|
+
"de-DE": "vor {0} Minute|vor {0} Minuten",
|
|
1465
|
+
"en-US": "{0} minute ago|{0} minutes ago"
|
|
1466
|
+
},
|
|
1467
|
+
"MonthFormat": {
|
|
1468
|
+
"de-DE": "vor {0} Monat|vor {0} Monaten",
|
|
1469
|
+
"en-US": "{0} month ago|{0} months ago"
|
|
1470
|
+
},
|
|
1471
|
+
"YearFormat": {
|
|
1472
|
+
"de-DE": "vor {0} Jahr|vor {0} Jahren",
|
|
1473
|
+
"en-US": "{0} year ago|{0} years ago"
|
|
1474
|
+
}
|
|
1475
|
+
},
|
|
1476
|
+
"HotkeyAction": {
|
|
1477
|
+
"None": {
|
|
1478
|
+
"de-DE": "None",
|
|
1479
|
+
"en-US": "None"
|
|
1480
|
+
},
|
|
1481
|
+
"LayoutSave": {
|
|
1482
|
+
"de-DE": "LayoutSave",
|
|
1483
|
+
"en-US": "LayoutSave"
|
|
1484
|
+
},
|
|
1485
|
+
"LayoutSaveAs": {
|
|
1486
|
+
"de-DE": "LayoutSaveAs",
|
|
1487
|
+
"en-US": "LayoutSaveAs"
|
|
1488
|
+
},
|
|
1489
|
+
"LayoutDelete": {
|
|
1490
|
+
"de-DE": "LayoutDelete",
|
|
1491
|
+
"en-US": "LayoutDelete"
|
|
1492
|
+
},
|
|
1493
|
+
"LayoutLoad1": {
|
|
1494
|
+
"de-DE": "LayoutLoad1",
|
|
1495
|
+
"en-US": "LayoutLoad1"
|
|
1496
|
+
},
|
|
1497
|
+
"LayoutLoad2": {
|
|
1498
|
+
"de-DE": "LayoutLoad2",
|
|
1499
|
+
"en-US": "LayoutLoad2"
|
|
1500
|
+
},
|
|
1501
|
+
"LayoutLoad3": {
|
|
1502
|
+
"de-DE": "LayoutLoad3",
|
|
1503
|
+
"en-US": "LayoutLoad3"
|
|
1504
|
+
},
|
|
1505
|
+
"LayoutLoad4": {
|
|
1506
|
+
"de-DE": "LayoutLoad4",
|
|
1507
|
+
"en-US": "LayoutLoad4"
|
|
1508
|
+
},
|
|
1509
|
+
"LayoutLoad5": {
|
|
1510
|
+
"de-DE": "LayoutLoad5",
|
|
1511
|
+
"en-US": "LayoutLoad5"
|
|
1512
|
+
},
|
|
1513
|
+
"OperationNew": {
|
|
1514
|
+
"de-DE": "OperationNew",
|
|
1515
|
+
"en-US": "OperationNew"
|
|
1516
|
+
},
|
|
1517
|
+
"OperationDuplicate": {
|
|
1518
|
+
"de-DE": "OperationDuplicate",
|
|
1519
|
+
"en-US": "OperationDuplicate"
|
|
1520
|
+
},
|
|
1521
|
+
"OperationSplit": {
|
|
1522
|
+
"de-DE": "OperationSplit",
|
|
1523
|
+
"en-US": "OperationSplit"
|
|
1524
|
+
},
|
|
1525
|
+
"OperationMerge": {
|
|
1526
|
+
"de-DE": "OperationMerge",
|
|
1527
|
+
"en-US": "OperationMerge"
|
|
1528
|
+
},
|
|
1529
|
+
"OperationClose": {
|
|
1530
|
+
"de-DE": "OperationClose",
|
|
1531
|
+
"en-US": "OperationClose"
|
|
1532
|
+
},
|
|
1533
|
+
"OperationJumpCaller": {
|
|
1534
|
+
"de-DE": "OperationJumpCaller",
|
|
1535
|
+
"en-US": "OperationJumpCaller"
|
|
1536
|
+
},
|
|
1537
|
+
"OperationJumpScheduled": {
|
|
1538
|
+
"de-DE": "OperationJumpScheduled",
|
|
1539
|
+
"en-US": "OperationJumpScheduled"
|
|
1540
|
+
},
|
|
1541
|
+
"OperationJumpPoi": {
|
|
1542
|
+
"de-DE": "OperationJumpPoi",
|
|
1543
|
+
"en-US": "OperationJumpPoi"
|
|
1544
|
+
},
|
|
1545
|
+
"OperationJumpAddress": {
|
|
1546
|
+
"de-DE": "OperationJumpAddress",
|
|
1547
|
+
"en-US": "OperationJumpAddress"
|
|
1548
|
+
},
|
|
1549
|
+
"OperationJumpIncident": {
|
|
1550
|
+
"de-DE": "OperationJumpIncident",
|
|
1551
|
+
"en-US": "OperationJumpIncident"
|
|
1552
|
+
},
|
|
1553
|
+
"OperationJumpReport": {
|
|
1554
|
+
"de-DE": "OperationJumpReport",
|
|
1555
|
+
"en-US": "OperationJumpReport"
|
|
1556
|
+
},
|
|
1557
|
+
"OperationClearReservation": {
|
|
1558
|
+
"de-DE": "OperationClearReservation",
|
|
1559
|
+
"en-US": "OperationClearReservation"
|
|
1560
|
+
},
|
|
1561
|
+
"OperationManualReservation": {
|
|
1562
|
+
"de-DE": "OperationManualReservation",
|
|
1563
|
+
"en-US": "OperationManualReservation"
|
|
1564
|
+
},
|
|
1565
|
+
"OperationSuggestion": {
|
|
1566
|
+
"de-DE": "OperationSuggestion",
|
|
1567
|
+
"en-US": "OperationSuggestion"
|
|
1568
|
+
},
|
|
1569
|
+
"OperationDispatch": {
|
|
1570
|
+
"de-DE": "OperationDispatch",
|
|
1571
|
+
"en-US": "OperationDispatch"
|
|
1572
|
+
},
|
|
1573
|
+
"OperationExecuteAllMandatoryActions": {
|
|
1574
|
+
"de-DE": "OperationExecuteAllMandatoryActions",
|
|
1575
|
+
"en-US": "OperationExecuteAllMandatoryActions"
|
|
1576
|
+
},
|
|
1577
|
+
"PhoneAcceptFirst": {
|
|
1578
|
+
"de-DE": "PhoneAcceptFirst",
|
|
1579
|
+
"en-US": "PhoneAcceptFirst"
|
|
1580
|
+
},
|
|
1581
|
+
"PhoneHold": {
|
|
1582
|
+
"de-DE": "PhoneHold",
|
|
1583
|
+
"en-US": "PhoneHold"
|
|
1584
|
+
},
|
|
1585
|
+
"PhoneDisconnect": {
|
|
1586
|
+
"de-DE": "PhoneDisconnect",
|
|
1587
|
+
"en-US": "PhoneDisconnect"
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
"LocationAccuracy": {
|
|
1591
|
+
"NotSet": {
|
|
1592
|
+
"de-DE": "nicht aufgelöst",
|
|
1593
|
+
"en-US": "unresolved"
|
|
1594
|
+
},
|
|
1595
|
+
"District": {
|
|
1596
|
+
"de-DE": "Stadt-/ Ortsteil",
|
|
1597
|
+
"en-US": "District"
|
|
1598
|
+
},
|
|
1599
|
+
"Street": {
|
|
1600
|
+
"de-DE": "Straße",
|
|
1601
|
+
"en-US": "Street"
|
|
1602
|
+
},
|
|
1603
|
+
"HouseNumber": {
|
|
1604
|
+
"de-DE": "Hausnummer",
|
|
1605
|
+
"en-US": "House Number"
|
|
1606
|
+
},
|
|
1607
|
+
"Object": {
|
|
1608
|
+
"de-DE": "Objekt",
|
|
1609
|
+
"en-US": "Object"
|
|
1610
|
+
}
|
|
1611
|
+
},
|
|
1612
|
+
"MissionCategory": {
|
|
1613
|
+
"AmbulanceRegular": {
|
|
1614
|
+
"de-DE": "Rettungsdienst (KTW)",
|
|
1615
|
+
"en-US": "Non-Urgent Patient Transport"
|
|
1616
|
+
},
|
|
1617
|
+
"AmbulanceUrgent": {
|
|
1618
|
+
"de-DE": "Rettungsdienst (RTW)",
|
|
1619
|
+
"en-US": "Urgent Patient Transport"
|
|
1620
|
+
},
|
|
1621
|
+
"AmbulanceUrgentWithDoctor": {
|
|
1622
|
+
"de-DE": "Rettungsdienst (NA)",
|
|
1623
|
+
"en-US": "Urgent Patient Transport (requires Doctor)"
|
|
1624
|
+
},
|
|
1625
|
+
"IcuTransfer": {
|
|
1626
|
+
"de-DE": "Rettungsdienst (ITW)",
|
|
1627
|
+
"en-US": "Intensive Care Patient Transport"
|
|
1628
|
+
},
|
|
1629
|
+
"FireAndRescue": {
|
|
1630
|
+
"de-DE": "Feuerwehr",
|
|
1631
|
+
"en-US": "Fire and Rescue"
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1634
|
+
"NotificationCategory": {
|
|
1635
|
+
"Information": {
|
|
1636
|
+
"de-DE": "Information",
|
|
1637
|
+
"en-US": "Information"
|
|
1638
|
+
},
|
|
1639
|
+
"UnitStatusChange": {
|
|
1640
|
+
"de-DE": "Statusänderung",
|
|
1641
|
+
"en-US": "Unit Status Change"
|
|
1642
|
+
},
|
|
1643
|
+
"UnitDispatch": {
|
|
1644
|
+
"de-DE": "Ressource disponiert",
|
|
1645
|
+
"en-US": "Unit Dispatch"
|
|
1646
|
+
},
|
|
1647
|
+
"UnitDispatchCancelled": {
|
|
1648
|
+
"de-DE": "Ressource storniert",
|
|
1649
|
+
"en-US": "Unit Dispatch Cancelled"
|
|
1650
|
+
},
|
|
1651
|
+
"UnitSpeakRequest": {
|
|
1652
|
+
"de-DE": "Sprechwunsch",
|
|
1653
|
+
"en-US": "Unit Speak Request"
|
|
1654
|
+
},
|
|
1655
|
+
"UnitSpeakRequestUrgent": {
|
|
1656
|
+
"de-DE": "Dringender Sprechwunsch",
|
|
1657
|
+
"en-US": "Urgent Speak Request"
|
|
1658
|
+
},
|
|
1659
|
+
"UnitSpeakPrompt": {
|
|
1660
|
+
"de-DE": "Sprechaufforderung",
|
|
1661
|
+
"en-US": "Unit Speak Prompt"
|
|
1662
|
+
},
|
|
1663
|
+
"WorkplaceChanged": {
|
|
1664
|
+
"de-DE": "Arbeitsplatz gewechselt",
|
|
1665
|
+
"en-US": "Workplace Changed"
|
|
1666
|
+
},
|
|
1667
|
+
"TriggeredFireAlarmSystem": {
|
|
1668
|
+
"de-DE": "Brandmeldeanlage ausgelöst",
|
|
1669
|
+
"en-US": "Fire Alarm Triggered"
|
|
1670
|
+
},
|
|
1671
|
+
"ScheduledPickUpReminder": {
|
|
1672
|
+
"de-DE": "Abholhinweis",
|
|
1673
|
+
"en-US": "Scheduled Pickup Reminder"
|
|
1674
|
+
},
|
|
1675
|
+
"ServerMessage": {
|
|
1676
|
+
"de-DE": "Servernachricht",
|
|
1677
|
+
"en-US": "Server Message"
|
|
1678
|
+
},
|
|
1679
|
+
"OpenTask": {
|
|
1680
|
+
"de-DE": "Offene Aufgabe",
|
|
1681
|
+
"en-US": "Open Task"
|
|
1682
|
+
},
|
|
1683
|
+
"TransportReported": {
|
|
1684
|
+
"de-DE": "Transport gemeldet",
|
|
1685
|
+
"en-US": "Transport Reported"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"OperationPriority": {
|
|
1689
|
+
"NotSet": {
|
|
1690
|
+
"de-DE": "N/A",
|
|
1691
|
+
"en-US": "N/A"
|
|
1692
|
+
},
|
|
1693
|
+
"Low": {
|
|
1694
|
+
"de-DE": "niedrig",
|
|
1695
|
+
"en-US": "Low"
|
|
1696
|
+
},
|
|
1697
|
+
"Medium": {
|
|
1698
|
+
"de-DE": "mittel",
|
|
1699
|
+
"en-US": "Medium"
|
|
1700
|
+
},
|
|
1701
|
+
"High": {
|
|
1702
|
+
"de-DE": "hoch",
|
|
1703
|
+
"en-US": "High"
|
|
1704
|
+
},
|
|
1705
|
+
"Critical": {
|
|
1706
|
+
"de-DE": "kritisch",
|
|
1707
|
+
"en-US": "Critical"
|
|
1708
|
+
}
|
|
1709
|
+
},
|
|
1710
|
+
"OperationStatus": {
|
|
1711
|
+
"Created": {
|
|
1712
|
+
"de-DE": "Eröffnet",
|
|
1713
|
+
"en-US": "Created"
|
|
1714
|
+
},
|
|
1715
|
+
"Planned": {
|
|
1716
|
+
"de-DE": "Terminiert",
|
|
1717
|
+
"en-US": "Planned"
|
|
1718
|
+
},
|
|
1719
|
+
"DispatchRequired": {
|
|
1720
|
+
"de-DE": "Disponierung erforderlich",
|
|
1721
|
+
"en-US": "Dispatch Required"
|
|
1722
|
+
},
|
|
1723
|
+
"Dispatched": {
|
|
1724
|
+
"de-DE": "Disponiert",
|
|
1725
|
+
"en-US": "Dispatched"
|
|
1726
|
+
},
|
|
1727
|
+
"AllResourcesOut": {
|
|
1728
|
+
"de-DE": "Ressourcen frei",
|
|
1729
|
+
"en-US": "All Resources Out"
|
|
1730
|
+
},
|
|
1731
|
+
"Finished": {
|
|
1732
|
+
"de-DE": "Abgeschlossen",
|
|
1733
|
+
"en-US": "Finished"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
"PoiCategory": {
|
|
1737
|
+
"PickupPoint": {
|
|
1738
|
+
"de-DE": "Abholpunkt",
|
|
1739
|
+
"en-US": "Pickup point"
|
|
1740
|
+
},
|
|
1741
|
+
"NursingHome": {
|
|
1742
|
+
"de-DE": "Altenheim",
|
|
1743
|
+
"en-US": "Nursing home"
|
|
1744
|
+
},
|
|
1745
|
+
"OutpatientCenter": {
|
|
1746
|
+
"de-DE": "Ambulantes Zentrum",
|
|
1747
|
+
"en-US": "Outpatient center"
|
|
1748
|
+
},
|
|
1749
|
+
"Highway": {
|
|
1750
|
+
"de-DE": "Autobahn",
|
|
1751
|
+
"en-US": "Highway"
|
|
1752
|
+
},
|
|
1753
|
+
"RailroadCrossing": {
|
|
1754
|
+
"de-DE": "Bahnübergang",
|
|
1755
|
+
"en-US": "Railroad crossing"
|
|
1756
|
+
},
|
|
1757
|
+
"BankBranch": {
|
|
1758
|
+
"de-DE": "Bankfiliale",
|
|
1759
|
+
"en-US": "Bank branch"
|
|
1760
|
+
},
|
|
1761
|
+
"Farm": {
|
|
1762
|
+
"de-DE": "Bauernhof",
|
|
1763
|
+
"en-US": "Farm"
|
|
1764
|
+
},
|
|
1765
|
+
"BurialSite": {
|
|
1766
|
+
"de-DE": "Begräbnisstätte",
|
|
1767
|
+
"en-US": "Burial site"
|
|
1768
|
+
},
|
|
1769
|
+
"BloodBank": {
|
|
1770
|
+
"de-DE": "Blutbank",
|
|
1771
|
+
"en-US": "Blood bank"
|
|
1772
|
+
},
|
|
1773
|
+
"DialysisCenter": {
|
|
1774
|
+
"de-DE": "Dialysezentrum",
|
|
1775
|
+
"en-US": "Dialysis center"
|
|
1776
|
+
},
|
|
1777
|
+
"Nightclub": {
|
|
1778
|
+
"de-DE": "Diskothek/Clubhaus",
|
|
1779
|
+
"en-US": "Nightclub"
|
|
1780
|
+
},
|
|
1781
|
+
"ShoppingCenter": {
|
|
1782
|
+
"de-DE": "Einkaufszentrum",
|
|
1783
|
+
"en-US": "Shopping center"
|
|
1784
|
+
},
|
|
1785
|
+
"LongDistanceTrainStation": {
|
|
1786
|
+
"de-DE": "Fernverkehrsbahnhof",
|
|
1787
|
+
"en-US": "Long-distance train station"
|
|
1788
|
+
},
|
|
1789
|
+
"FireDepartment": {
|
|
1790
|
+
"de-DE": "Feuerwache",
|
|
1791
|
+
"en-US": "Fire department"
|
|
1792
|
+
},
|
|
1793
|
+
"FireStation": {
|
|
1794
|
+
"de-DE": "Feuerwehrgerätehaus",
|
|
1795
|
+
"en-US": "Fire station"
|
|
1796
|
+
},
|
|
1797
|
+
"RiverLocksForShips": {
|
|
1798
|
+
"de-DE": "Flussschleusen für Schiffe",
|
|
1799
|
+
"en-US": "River locks for ships"
|
|
1800
|
+
},
|
|
1801
|
+
"PublicSwimmingPool": {
|
|
1802
|
+
"de-DE": "Freibad",
|
|
1803
|
+
"en-US": "Public swimming pool"
|
|
1804
|
+
},
|
|
1805
|
+
"AmusementPark": {
|
|
1806
|
+
"de-DE": "Freizeitpark",
|
|
1807
|
+
"en-US": "Amusement park"
|
|
1808
|
+
},
|
|
1809
|
+
"SoccerField": {
|
|
1810
|
+
"de-DE": "Fußballplatz",
|
|
1811
|
+
"en-US": "Soccer field"
|
|
1812
|
+
},
|
|
1813
|
+
"HospitalityEstablishment": {
|
|
1814
|
+
"de-DE": "Gastgewerbebetrieb",
|
|
1815
|
+
"en-US": "Hospitality establishment"
|
|
1816
|
+
},
|
|
1817
|
+
"HouseOfWorship": {
|
|
1818
|
+
"de-DE": "Gebetshaus/Kirche",
|
|
1819
|
+
"en-US": "House of worship"
|
|
1820
|
+
},
|
|
1821
|
+
"MajorAirport": {
|
|
1822
|
+
"de-DE": "Großer Verkehrsflughafen",
|
|
1823
|
+
"en-US": "Major airport"
|
|
1824
|
+
},
|
|
1825
|
+
"LargeShoppingCenter": {
|
|
1826
|
+
"de-DE": "Großes Einkaufszentrum",
|
|
1827
|
+
"en-US": "Large shopping center"
|
|
1828
|
+
},
|
|
1829
|
+
"LargeCompanyOrIndustry": {
|
|
1830
|
+
"de-DE": "Großes Unternehmen/Firma/Industrie",
|
|
1831
|
+
"en-US": "Large company or industry"
|
|
1832
|
+
},
|
|
1833
|
+
"CraftBusinessOrIndustry": {
|
|
1834
|
+
"de-DE": "Handwerksbetrieb/Industrie",
|
|
1835
|
+
"en-US": "Craft business or industry"
|
|
1836
|
+
},
|
|
1837
|
+
"DeepSeaPort": {
|
|
1838
|
+
"de-DE": "Hochseehafen",
|
|
1839
|
+
"en-US": "Deep sea port"
|
|
1840
|
+
},
|
|
1841
|
+
"YouthHostel": {
|
|
1842
|
+
"de-DE": "Jugendherberge",
|
|
1843
|
+
"en-US": "Youth hostel"
|
|
1844
|
+
},
|
|
1845
|
+
"Prison": {
|
|
1846
|
+
"de-DE": "JVA",
|
|
1847
|
+
"en-US": "Prison"
|
|
1848
|
+
},
|
|
1849
|
+
"Kindergarten": {
|
|
1850
|
+
"de-DE": "Kindergarten",
|
|
1851
|
+
"en-US": "Kindergarten"
|
|
1852
|
+
},
|
|
1853
|
+
"SmallRegionalAirport": {
|
|
1854
|
+
"de-DE": "Kleiner Verkehrsflughafen",
|
|
1855
|
+
"en-US": "Small regional airport"
|
|
1856
|
+
},
|
|
1857
|
+
"Hospital": {
|
|
1858
|
+
"de-DE": "Krankenhaus",
|
|
1859
|
+
"en-US": "Hospital"
|
|
1860
|
+
},
|
|
1861
|
+
"AirRescueCenter": {
|
|
1862
|
+
"de-DE": "Luftrettungszentrum",
|
|
1863
|
+
"en-US": "Air rescue center"
|
|
1864
|
+
},
|
|
1865
|
+
"OperaHouseTheaterFestivalsMuseums": {
|
|
1866
|
+
"de-DE": "Oper/Theater/Festspielhäuser/Museen",
|
|
1867
|
+
"en-US": "Opera house, theater, festivals, museums"
|
|
1868
|
+
},
|
|
1869
|
+
"LocalOrganizationOrNGO": {
|
|
1870
|
+
"de-DE": "Ortsverein/Hilfsorganisation",
|
|
1871
|
+
"en-US": "Local organization or NGO"
|
|
1872
|
+
},
|
|
1873
|
+
"ParkLocalGreenArea": {
|
|
1874
|
+
"de-DE": "Park/Innerörtliche Grünanlage",
|
|
1875
|
+
"en-US": "Park, local green area"
|
|
1876
|
+
},
|
|
1877
|
+
"PoliceStation": {
|
|
1878
|
+
"de-DE": "Polizeiwache",
|
|
1879
|
+
"en-US": "Police station"
|
|
1880
|
+
},
|
|
1881
|
+
"RegionalTrainStation": {
|
|
1882
|
+
"de-DE": "Regionalverkehrsbahnhof",
|
|
1883
|
+
"en-US": "Regional train station"
|
|
1884
|
+
},
|
|
1885
|
+
"AmbulanceStation": {
|
|
1886
|
+
"de-DE": "Rettungswache",
|
|
1887
|
+
"en-US": "Ambulance station"
|
|
1888
|
+
},
|
|
1889
|
+
"CastleOrFortress": {
|
|
1890
|
+
"de-DE": "Schloss/Burganlage",
|
|
1891
|
+
"en-US": "Castle or fortress"
|
|
1892
|
+
},
|
|
1893
|
+
"School": {
|
|
1894
|
+
"de-DE": "Schule",
|
|
1895
|
+
"en-US": "School"
|
|
1896
|
+
},
|
|
1897
|
+
"SwimmingPool": {
|
|
1898
|
+
"de-DE": "Schwimmbad",
|
|
1899
|
+
"en-US": "Swimming pool"
|
|
1900
|
+
},
|
|
1901
|
+
"Lake": {
|
|
1902
|
+
"de-DE": "See",
|
|
1903
|
+
"en-US": "Lake"
|
|
1904
|
+
},
|
|
1905
|
+
"SportsArenaOrStadium": {
|
|
1906
|
+
"de-DE": "Sportarena/Stadion",
|
|
1907
|
+
"en-US": "Sports arena or stadium"
|
|
1908
|
+
},
|
|
1909
|
+
"Beach": {
|
|
1910
|
+
"de-DE": "Strand",
|
|
1911
|
+
"en-US": "Beach"
|
|
1912
|
+
},
|
|
1913
|
+
"RiverBridge": {
|
|
1914
|
+
"de-DE": "Straßenbrücke über Fluss",
|
|
1915
|
+
"en-US": "River bridge"
|
|
1916
|
+
},
|
|
1917
|
+
"RoadTunnel": {
|
|
1918
|
+
"de-DE": "Strassentunnel",
|
|
1919
|
+
"en-US": "Road tunnel"
|
|
1920
|
+
},
|
|
1921
|
+
"GasStation": {
|
|
1922
|
+
"de-DE": "Tankstelle",
|
|
1923
|
+
"en-US": "Gas station"
|
|
1924
|
+
},
|
|
1925
|
+
"Campsite": {
|
|
1926
|
+
"de-DE": "Zeltplatz/Campingplatz",
|
|
1927
|
+
"en-US": "Campsite"
|
|
1928
|
+
},
|
|
1929
|
+
"Bridge": {
|
|
1930
|
+
"de-DE": "Brücke",
|
|
1931
|
+
"en-US": "Bridge"
|
|
1932
|
+
},
|
|
1933
|
+
"Forest": {
|
|
1934
|
+
"de-DE": "Wald",
|
|
1935
|
+
"en-US": "Forest"
|
|
1936
|
+
},
|
|
1937
|
+
"RidingStable": {
|
|
1938
|
+
"de-DE": "Reiterhof",
|
|
1939
|
+
"en-US": "Riding stable"
|
|
1940
|
+
},
|
|
1941
|
+
"MedicalPractice": {
|
|
1942
|
+
"de-DE": "Arztpraxis",
|
|
1943
|
+
"en-US": "Medical practice"
|
|
1944
|
+
},
|
|
1945
|
+
"RuralArea": {
|
|
1946
|
+
"de-DE": "Außerorts",
|
|
1947
|
+
"en-US": "Rural area"
|
|
1948
|
+
},
|
|
1949
|
+
"RehabilitationClinic": {
|
|
1950
|
+
"de-DE": "Rehaklinik",
|
|
1951
|
+
"en-US": "Rehabilitation clinic"
|
|
1952
|
+
},
|
|
1953
|
+
"RoadServices": {
|
|
1954
|
+
"de-DE": "Straßendienste",
|
|
1955
|
+
"en-US": "Road services"
|
|
1956
|
+
},
|
|
1957
|
+
"EnergyServices": {
|
|
1958
|
+
"de-DE": "Energiedienste",
|
|
1959
|
+
"en-US": "Energy services"
|
|
1960
|
+
},
|
|
1961
|
+
"NotSet": {
|
|
1962
|
+
"de-DE": "Auswählen ...",
|
|
1963
|
+
"en-US": "Not set"
|
|
1964
|
+
}
|
|
1965
|
+
},
|
|
1966
|
+
"PoiHospitalDepartment": {
|
|
1967
|
+
"Ophthalmology": {
|
|
1968
|
+
"de-DE": "Augenheilkunde",
|
|
1969
|
+
"en-US": "Ophthalmology"
|
|
1970
|
+
},
|
|
1971
|
+
"BurnUnit": {
|
|
1972
|
+
"de-DE": "Brandbett",
|
|
1973
|
+
"en-US": "Burn Unit"
|
|
1974
|
+
},
|
|
1975
|
+
"TraumaSurgery": {
|
|
1976
|
+
"de-DE": "Unfallchirurgie",
|
|
1977
|
+
"en-US": "Trauma Surgery"
|
|
1978
|
+
},
|
|
1979
|
+
"SurgicalIntensiveCare": {
|
|
1980
|
+
"de-DE": "Chirurgische Intensiv",
|
|
1981
|
+
"en-US": "Surgical Intensive Care"
|
|
1982
|
+
},
|
|
1983
|
+
"CT": {
|
|
1984
|
+
"de-DE": "CT",
|
|
1985
|
+
"en-US": "CT"
|
|
1986
|
+
},
|
|
1987
|
+
"Dermatology": {
|
|
1988
|
+
"de-DE": "Dermatologie",
|
|
1989
|
+
"en-US": "Dermatology"
|
|
1990
|
+
},
|
|
1991
|
+
"HyperbaricChamber": {
|
|
1992
|
+
"de-DE": "Druckkammer",
|
|
1993
|
+
"en-US": "Hyperbaric Chamber"
|
|
1994
|
+
},
|
|
1995
|
+
"VascularSurgery": {
|
|
1996
|
+
"de-DE": "Gefäßchirurgie",
|
|
1997
|
+
"en-US": "Vascular Surgery"
|
|
1998
|
+
},
|
|
1999
|
+
"Gynecology": {
|
|
2000
|
+
"de-DE": "Gynäkologie",
|
|
2001
|
+
"en-US": "Gynecology"
|
|
2002
|
+
},
|
|
2003
|
+
"ChestPainUnit": {
|
|
2004
|
+
"de-DE": "Herzkatheterlabor",
|
|
2005
|
+
"en-US": "Chest Pain Unit"
|
|
2006
|
+
},
|
|
2007
|
+
"EarNoseAndThroat": {
|
|
2008
|
+
"de-DE": "HNO",
|
|
2009
|
+
"en-US": "Ear, Nose, and Throat (ENT)"
|
|
2010
|
+
},
|
|
2011
|
+
"MedicalIntensiveCare": {
|
|
2012
|
+
"de-DE": "Innere Intensiv",
|
|
2013
|
+
"en-US": "Medical Intensive Care"
|
|
2014
|
+
},
|
|
2015
|
+
"EmergencyDepartment": {
|
|
2016
|
+
"de-DE": "Notaufnahme",
|
|
2017
|
+
"en-US": "Emergency Department"
|
|
2018
|
+
},
|
|
2019
|
+
"Cardiology": {
|
|
2020
|
+
"de-DE": "Kardiologie",
|
|
2021
|
+
"en-US": "Cardiology"
|
|
2022
|
+
},
|
|
2023
|
+
"DeliveryRoom": {
|
|
2024
|
+
"de-DE": "Kreißsaal",
|
|
2025
|
+
"en-US": "Delivery Room (Maternity Ward)"
|
|
2026
|
+
},
|
|
2027
|
+
"MRI": {
|
|
2028
|
+
"de-DE": "MRT",
|
|
2029
|
+
"en-US": "MRI (Magnetic Resonance Imaging)"
|
|
2030
|
+
},
|
|
2031
|
+
"MaxillofacialSurgery": {
|
|
2032
|
+
"de-DE": "MKG",
|
|
2033
|
+
"en-US": "Maxillofacial Surgery"
|
|
2034
|
+
},
|
|
2035
|
+
"Neurosurgery": {
|
|
2036
|
+
"de-DE": "Neurochirurgie",
|
|
2037
|
+
"en-US": "Neurosurgery"
|
|
2038
|
+
},
|
|
2039
|
+
"Neurology": {
|
|
2040
|
+
"de-DE": "Neurologie",
|
|
2041
|
+
"en-US": "Neurology"
|
|
2042
|
+
},
|
|
2043
|
+
"ShockRoom": {
|
|
2044
|
+
"de-DE": "Schockraum",
|
|
2045
|
+
"en-US": "Shock Room"
|
|
2046
|
+
},
|
|
2047
|
+
"NuclearMedicine": {
|
|
2048
|
+
"de-DE": "Nuklearmedizin",
|
|
2049
|
+
"en-US": "Nuclear Medicine"
|
|
2050
|
+
},
|
|
2051
|
+
"Oncology": {
|
|
2052
|
+
"de-DE": "Onkologie",
|
|
2053
|
+
"en-US": "Oncology"
|
|
2054
|
+
},
|
|
2055
|
+
"Psychiatry": {
|
|
2056
|
+
"de-DE": "Psychiatrie",
|
|
2057
|
+
"en-US": "Psychiatry"
|
|
2058
|
+
},
|
|
2059
|
+
"Pediatrics": {
|
|
2060
|
+
"de-DE": "Pädiatrie",
|
|
2061
|
+
"en-US": "Pediatrics"
|
|
2062
|
+
},
|
|
2063
|
+
"StrokeUnit": {
|
|
2064
|
+
"de-DE": "Stroke Unit",
|
|
2065
|
+
"en-US": "Stroke Unit"
|
|
2066
|
+
},
|
|
2067
|
+
"Urology": {
|
|
2068
|
+
"de-DE": "Urologie",
|
|
2069
|
+
"en-US": "Urology"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
"ProblemInformation": {
|
|
2073
|
+
"UnhandledProblem": {
|
|
2074
|
+
"de-DE": "UnhandledProblem",
|
|
2075
|
+
"en-US": "UnhandledProblem"
|
|
2076
|
+
},
|
|
2077
|
+
"ValidationProblem": {
|
|
2078
|
+
"de-DE": "ValidationProblem",
|
|
2079
|
+
"en-US": "ValidationProblem"
|
|
2080
|
+
},
|
|
2081
|
+
"TokenLifetimeInvalid": {
|
|
2082
|
+
"de-DE": "TokenLifetimeInvalid",
|
|
2083
|
+
"en-US": "TokenLifetimeInvalid"
|
|
2084
|
+
},
|
|
2085
|
+
"TokenDescriptionRequired": {
|
|
2086
|
+
"de-DE": "TokenDescriptionRequired",
|
|
2087
|
+
"en-US": "TokenDescriptionRequired"
|
|
2088
|
+
},
|
|
2089
|
+
"NumberExpected": {
|
|
2090
|
+
"de-DE": "NumberExpected",
|
|
2091
|
+
"en-US": "NumberExpected"
|
|
2092
|
+
},
|
|
2093
|
+
"DispatchCenterNotFound": {
|
|
2094
|
+
"de-DE": "DispatchCenterNotFound",
|
|
2095
|
+
"en-US": "DispatchCenterNotFound"
|
|
2096
|
+
},
|
|
2097
|
+
"UserNotFound": {
|
|
2098
|
+
"de-DE": "UserNotFound",
|
|
2099
|
+
"en-US": "UserNotFound"
|
|
2100
|
+
},
|
|
2101
|
+
"UnitNotFound": {
|
|
2102
|
+
"de-DE": "UnitNotFound",
|
|
2103
|
+
"en-US": "UnitNotFound"
|
|
2104
|
+
},
|
|
2105
|
+
"KeywordNotFound": {
|
|
2106
|
+
"de-DE": "KeywordNotFound",
|
|
2107
|
+
"en-US": "KeywordNotFound"
|
|
2108
|
+
},
|
|
2109
|
+
"PoiNotFound": {
|
|
2110
|
+
"de-DE": "PoiNotFound",
|
|
2111
|
+
"en-US": "PoiNotFound"
|
|
2112
|
+
},
|
|
2113
|
+
"RadiogroupNotFound": {
|
|
2114
|
+
"de-DE": "RadiogroupNotFound",
|
|
2115
|
+
"en-US": "RadiogroupNotFound"
|
|
2116
|
+
},
|
|
2117
|
+
"StatuspageNotFound": {
|
|
2118
|
+
"de-DE": "StatuspageNotFound",
|
|
2119
|
+
"en-US": "StatuspageNotFound"
|
|
2120
|
+
},
|
|
2121
|
+
"CallsignShortIsRequired": {
|
|
2122
|
+
"de-DE": "CallsignShortIsRequired",
|
|
2123
|
+
"en-US": "CallsignShortIsRequired"
|
|
2124
|
+
},
|
|
2125
|
+
"CallsignIsRequired": {
|
|
2126
|
+
"de-DE": "CallsignIsRequired",
|
|
2127
|
+
"en-US": "CallsignIsRequired"
|
|
2128
|
+
},
|
|
2129
|
+
"UnitCategoryNotFound": {
|
|
2130
|
+
"de-DE": "UnitCategoryNotFound",
|
|
2131
|
+
"en-US": "UnitCategoryNotFound"
|
|
2132
|
+
},
|
|
2133
|
+
"UnitStationPoiIsInvalid": {
|
|
2134
|
+
"de-DE": "UnitStationPoiIsInvalid",
|
|
2135
|
+
"en-US": "UnitStationPoiIsInvalid"
|
|
2136
|
+
},
|
|
2137
|
+
"UnitStationPoiIsRequired": {
|
|
2138
|
+
"de-DE": "UnitStationPoiIsRequired",
|
|
2139
|
+
"en-US": "UnitStationPoiIsRequired"
|
|
2140
|
+
},
|
|
2141
|
+
"UnitStationPoiNotFound": {
|
|
2142
|
+
"de-DE": "UnitStationPoiNotFound",
|
|
2143
|
+
"en-US": "UnitStationPoiNotFound"
|
|
2144
|
+
},
|
|
2145
|
+
"UnitDoctorPickupPoiNotFound": {
|
|
2146
|
+
"de-DE": "UnitDoctorPickupPoiNotFound",
|
|
2147
|
+
"en-US": "UnitDoctorPickupPoiNotFound"
|
|
2148
|
+
},
|
|
2149
|
+
"UnitDoctorPickupPoiIsRequired": {
|
|
2150
|
+
"de-DE": "UnitDoctorPickupPoiIsRequired",
|
|
2151
|
+
"en-US": "UnitDoctorPickupPoiIsRequired"
|
|
2152
|
+
},
|
|
2153
|
+
"CallsignFormatInvalid": {
|
|
2154
|
+
"de-DE": "CallsignFormatInvalid",
|
|
2155
|
+
"en-US": "CallsignFormatInvalid"
|
|
2156
|
+
},
|
|
2157
|
+
"CallsignAlreadyExists": {
|
|
2158
|
+
"de-DE": "CallsignAlreadyExists",
|
|
2159
|
+
"en-US": "CallsignAlreadyExists"
|
|
2160
|
+
},
|
|
2161
|
+
"CallsignShortAlreadyExists": {
|
|
2162
|
+
"de-DE": "CallsignShortAlreadyExists",
|
|
2163
|
+
"en-US": "CallsignShortAlreadyExists"
|
|
2164
|
+
},
|
|
2165
|
+
"CallsignShortFormatInvalid": {
|
|
2166
|
+
"de-DE": "CallsignShortFormatInvalid",
|
|
2167
|
+
"en-US": "CallsignShortFormatInvalid"
|
|
2168
|
+
},
|
|
2169
|
+
"CallsignVerbalFormatInvalid": {
|
|
2170
|
+
"de-DE": "CallsignVerbalFormatInvalid",
|
|
2171
|
+
"en-US": "CallsignVerbalFormatInvalid"
|
|
2172
|
+
},
|
|
2173
|
+
"CallsignGpsFormatInvalid": {
|
|
2174
|
+
"de-DE": "CallsignGpsFormatInvalid",
|
|
2175
|
+
"en-US": "CallsignGpsFormatInvalid"
|
|
2176
|
+
},
|
|
2177
|
+
"DutyPeriodsIsRequired": {
|
|
2178
|
+
"de-DE": "DutyPeriodsIsRequired",
|
|
2179
|
+
"en-US": "DutyPeriodsIsRequired"
|
|
2180
|
+
},
|
|
2181
|
+
"StatuspageNameIsRequired": {
|
|
2182
|
+
"de-DE": "StatuspageNameIsRequired",
|
|
2183
|
+
"en-US": "StatuspageNameIsRequired"
|
|
2184
|
+
},
|
|
2185
|
+
"StatuspageUnitGroupIsRequired": {
|
|
2186
|
+
"de-DE": "StatuspageUnitGroupIsRequired",
|
|
2187
|
+
"en-US": "StatuspageUnitGroupIsRequired"
|
|
2188
|
+
},
|
|
2189
|
+
"StatuspageUnitIdIsRequired": {
|
|
2190
|
+
"de-DE": "StatuspageUnitIdIsRequired",
|
|
2191
|
+
"en-US": "StatuspageUnitIdIsRequired"
|
|
2192
|
+
},
|
|
2193
|
+
"StatuspageUnitNotFound": {
|
|
2194
|
+
"de-DE": "StatuspageUnitNotFound",
|
|
2195
|
+
"en-US": "StatuspageUnitNotFound"
|
|
2196
|
+
},
|
|
2197
|
+
"StatuspageNameFormatInvalid": {
|
|
2198
|
+
"de-DE": "StatuspageNameFormatInvalid",
|
|
2199
|
+
"en-US": "StatuspageNameFormatInvalid"
|
|
2200
|
+
},
|
|
2201
|
+
"StatuspageDescriptionFormatInvalid": {
|
|
2202
|
+
"de-DE": "StatuspageDescriptionFormatInvalid",
|
|
2203
|
+
"en-US": "StatuspageDescriptionFormatInvalid"
|
|
2204
|
+
},
|
|
2205
|
+
"StatuspageSortNumberFormatInvalid": {
|
|
2206
|
+
"de-DE": "StatuspageSortNumberFormatInvalid",
|
|
2207
|
+
"en-US": "StatuspageSortNumberFormatInvalid"
|
|
2208
|
+
},
|
|
2209
|
+
"RadiogroupNameIsRequired": {
|
|
2210
|
+
"de-DE": "RadiogroupNameIsRequired",
|
|
2211
|
+
"en-US": "RadiogroupNameIsRequired"
|
|
2212
|
+
},
|
|
2213
|
+
"RadiogroupNameAlreadyExists": {
|
|
2214
|
+
"de-DE": "RadiogroupNameAlreadyExists",
|
|
2215
|
+
"en-US": "RadiogroupNameAlreadyExists"
|
|
2216
|
+
},
|
|
2217
|
+
"RadiogroupDispatchCenterCallsignIsRequired": {
|
|
2218
|
+
"de-DE": "RadiogroupDispatchCenterCallsignIsRequired",
|
|
2219
|
+
"en-US": "RadiogroupDispatchCenterCallsignIsRequired"
|
|
2220
|
+
},
|
|
2221
|
+
"RadiogroupNameFormatInvalid": {
|
|
2222
|
+
"de-DE": "RadiogroupNameFormatInvalid",
|
|
2223
|
+
"en-US": "RadiogroupNameFormatInvalid"
|
|
2224
|
+
},
|
|
2225
|
+
"RadiogroupDispatchCenterCallsignFormatInvalid": {
|
|
2226
|
+
"de-DE": "RadiogroupDispatchCenterCallsignFormatInvalid",
|
|
2227
|
+
"en-US": "RadiogroupDispatchCenterCallsignFormatInvalid"
|
|
2228
|
+
},
|
|
2229
|
+
"KeywordNameIsRequired": {
|
|
2230
|
+
"de-DE": "KeywordNameIsRequired",
|
|
2231
|
+
"en-US": "KeywordNameIsRequired"
|
|
2232
|
+
},
|
|
2233
|
+
"KeywordNameAlreadyExists": {
|
|
2234
|
+
"de-DE": "KeywordNameAlreadyExists",
|
|
2235
|
+
"en-US": "KeywordNameAlreadyExists"
|
|
2236
|
+
},
|
|
2237
|
+
"KeywordNameFormatInvalid": {
|
|
2238
|
+
"de-DE": "KeywordNameFormatInvalid",
|
|
2239
|
+
"en-US": "KeywordNameFormatInvalid"
|
|
2240
|
+
},
|
|
2241
|
+
"KeywordDispatchAmountFormatInvalid": {
|
|
2242
|
+
"de-DE": "test",
|
|
2243
|
+
"en-US": "test"
|
|
2244
|
+
},
|
|
2245
|
+
"KeywordRequiredEquipmentAmountFormatInvalid": {
|
|
2246
|
+
"de-DE": "KeywordRequiredEquipmentAmountFormatInvalid",
|
|
2247
|
+
"en-US": "KeywordRequiredEquipmentAmountFormatInvalid"
|
|
2248
|
+
},
|
|
2249
|
+
"KeywordTaskNameIsRequired": {
|
|
2250
|
+
"de-DE": "KeywordTaskNameIsRequired",
|
|
2251
|
+
"en-US": "KeywordTaskNameIsRequired"
|
|
2252
|
+
},
|
|
2253
|
+
"PoiHasUnitsAssigned": {
|
|
2254
|
+
"de-DE": "PoiHasUnitsAssigned",
|
|
2255
|
+
"en-US": "PoiHasUnitsAssigned"
|
|
2256
|
+
},
|
|
2257
|
+
"PoiNameIsRequired": {
|
|
2258
|
+
"de-DE": "PoiNameIsRequired",
|
|
2259
|
+
"en-US": "PoiNameIsRequired"
|
|
2260
|
+
},
|
|
2261
|
+
"PoiAddressNotFound": {
|
|
2262
|
+
"de-DE": "PoiAddressNotFound",
|
|
2263
|
+
"en-US": "PoiAddressNotFound"
|
|
2264
|
+
},
|
|
2265
|
+
"PoiNameAlreadyExists": {
|
|
2266
|
+
"de-DE": "PoiNameAlreadyExists",
|
|
2267
|
+
"en-US": "PoiNameAlreadyExists"
|
|
2268
|
+
},
|
|
2269
|
+
"PoiCategoryNotFound": {
|
|
2270
|
+
"de-DE": "PoiCategoryNotFound",
|
|
2271
|
+
"en-US": "PoiCategoryNotFound"
|
|
2272
|
+
},
|
|
2273
|
+
"PoiNameFormatInvalid": {
|
|
2274
|
+
"de-DE": "PoiNameFormatInvalid",
|
|
2275
|
+
"en-US": "PoiNameFormatInvalid"
|
|
2276
|
+
},
|
|
2277
|
+
"PoiVerbalNameFormatInvalid": {
|
|
2278
|
+
"de-DE": "PoiVerbalNameFormatInvalid",
|
|
2279
|
+
"en-US": "PoiVerbalNameFormatInvalid"
|
|
2280
|
+
},
|
|
2281
|
+
"PoiGermanGenusFormatInvalid": {
|
|
2282
|
+
"de-DE": "PoiGermanGenusFormatInvalid",
|
|
2283
|
+
"en-US": "PoiGermanGenusFormatInvalid"
|
|
2284
|
+
},
|
|
2285
|
+
"PoiHouseNumberFormatInvalid": {
|
|
2286
|
+
"de-DE": "PoiHouseNumberFormatInvalid",
|
|
2287
|
+
"en-US": "PoiHouseNumberFormatInvalid"
|
|
2288
|
+
},
|
|
2289
|
+
"PoiBonusMalusFormatInvalid": {
|
|
2290
|
+
"de-DE": "PoiBonusMalusFormatInvalid",
|
|
2291
|
+
"en-US": "PoiBonusMalusFormatInvalid"
|
|
2292
|
+
},
|
|
2293
|
+
"PoiSearchTagsFormatInvalid": {
|
|
2294
|
+
"de-DE": "PoiSearchTagsFormatInvalid",
|
|
2295
|
+
"en-US": "PoiSearchTagsFormatInvalid"
|
|
2296
|
+
},
|
|
2297
|
+
"AreaNotFound": {
|
|
2298
|
+
"de-DE": "AreaNotFound",
|
|
2299
|
+
"en-US": "AreaNotFound"
|
|
2300
|
+
},
|
|
2301
|
+
"AreaDistrictIsRequired": {
|
|
2302
|
+
"de-DE": "AreaDistrictIsRequired",
|
|
2303
|
+
"en-US": "AreaDistrictIsRequired"
|
|
2304
|
+
},
|
|
2305
|
+
"AreaDistrictNotFound": {
|
|
2306
|
+
"de-DE": "AreaDistrictNotFound",
|
|
2307
|
+
"en-US": "AreaDistrictNotFound"
|
|
2308
|
+
},
|
|
2309
|
+
"AreaIncreaseFormatInvalid": {
|
|
2310
|
+
"de-DE": "AreaIncreaseFormatInvalid",
|
|
2311
|
+
"en-US": "AreaIncreaseFormatInvalid"
|
|
2312
|
+
},
|
|
2313
|
+
"AlreadyFriendsOrOpenRequest": {
|
|
2314
|
+
"de-DE": "AlreadyFriendsOrOpenRequest",
|
|
2315
|
+
"en-US": "AlreadyFriendsOrOpenRequest"
|
|
2316
|
+
},
|
|
2317
|
+
"CanNotFriendYourself": {
|
|
2318
|
+
"de-DE": "CanNotFriendYourself",
|
|
2319
|
+
"en-US": "CanNotFriendYourself"
|
|
2320
|
+
},
|
|
2321
|
+
"FriendRequestNotFound": {
|
|
2322
|
+
"de-DE": "FriendRequestNotFound",
|
|
2323
|
+
"en-US": "FriendRequestNotFound"
|
|
2324
|
+
},
|
|
2325
|
+
"MissionLoadNotFound": {
|
|
2326
|
+
"de-DE": "MissionLoadNotFound",
|
|
2327
|
+
"en-US": "MissionLoadNotFound"
|
|
2328
|
+
},
|
|
2329
|
+
"MissionLoadCategoryNotFound": {
|
|
2330
|
+
"de-DE": "MissionLoadCategoryNotFound",
|
|
2331
|
+
"en-US": "MissionLoadCategoryNotFound"
|
|
2332
|
+
},
|
|
2333
|
+
"MissionLoadHourFormatInvalid": {
|
|
2334
|
+
"de-DE": "MissionLoadHourFormatInvalid",
|
|
2335
|
+
"en-US": "MissionLoadHourFormatInvalid"
|
|
2336
|
+
},
|
|
2337
|
+
"MissionLoadAmountIsInvalid": {
|
|
2338
|
+
"de-DE": "MissionLoadAmountIsInvalid",
|
|
2339
|
+
"en-US": "MissionLoadAmountIsInvalid"
|
|
2340
|
+
},
|
|
2341
|
+
"MissionLoadHourAlreadyExists": {
|
|
2342
|
+
"de-DE": "MissionLoadHourAlreadyExists",
|
|
2343
|
+
"en-US": "MissionLoadHourAlreadyExists"
|
|
2344
|
+
},
|
|
2345
|
+
"DispatchCenterNameIsRequired": {
|
|
2346
|
+
"de-DE": "DispatchCenterNameIsRequired",
|
|
2347
|
+
"en-US": "DispatchCenterNameIsRequired"
|
|
2348
|
+
},
|
|
2349
|
+
"DispatchCenterAddressNotFound": {
|
|
2350
|
+
"de-DE": "DispatchCenterAddressNotFound",
|
|
2351
|
+
"en-US": "DispatchCenterAddressNotFound"
|
|
2352
|
+
},
|
|
2353
|
+
"DispatchCenterAddressPackageNotFound": {
|
|
2354
|
+
"de-DE": "DispatchCenterAddressPackageNotFound",
|
|
2355
|
+
"en-US": "DispatchCenterAddressPackageNotFound"
|
|
2356
|
+
},
|
|
2357
|
+
"DispatchCenterMaxUsersFormatInvalid": {
|
|
2358
|
+
"de-DE": "DispatchCenterMaxUsersFormatInvalid",
|
|
2359
|
+
"en-US": "DispatchCenterMaxUsersFormatInvalid"
|
|
2360
|
+
},
|
|
2361
|
+
"DispatchCenterCallNumberOfficeFormatInvalid": {
|
|
2362
|
+
"de-DE": "DispatchCenterCallNumberOfficeFormatInvalid",
|
|
2363
|
+
"en-US": "DispatchCenterCallNumberOfficeFormatInvalid"
|
|
2364
|
+
},
|
|
2365
|
+
"DispatchCenterCallNumberEmergencyFormatInvalid": {
|
|
2366
|
+
"de-DE": "DispatchCenterCallNumberEmergencyFormatInvalid",
|
|
2367
|
+
"en-US": "DispatchCenterCallNumberEmergencyFormatInvalid"
|
|
2368
|
+
},
|
|
2369
|
+
"DispatchCenterCallNumberPatientTransportFormatInvalid": {
|
|
2370
|
+
"de-DE": "DispatchCenterCallNumberPatientTransportFormatInvalid",
|
|
2371
|
+
"en-US": "DispatchCenterCallNumberPatientTransportFormatInvalid"
|
|
2372
|
+
},
|
|
2373
|
+
"DispatchCenterCallTextEmergencyFormatInvalid": {
|
|
2374
|
+
"de-DE": "DispatchCenterCallTextEmergencyFormatInvalid",
|
|
2375
|
+
"en-US": "DispatchCenterCallTextEmergencyFormatInvalid"
|
|
2376
|
+
},
|
|
2377
|
+
"DispatchCenterCallTextOfficeFormatInvalid": {
|
|
2378
|
+
"de-DE": "DispatchCenterCallTextOfficeFormatInvalid",
|
|
2379
|
+
"en-US": "DispatchCenterCallTextOfficeFormatInvalid"
|
|
2380
|
+
},
|
|
2381
|
+
"DispatchCenterCallTextPatientTransportFormatInvalid": {
|
|
2382
|
+
"de-DE": "DispatchCenterCallTextPatientTransportFormatInvalid",
|
|
2383
|
+
"en-US": "DispatchCenterCallTextPatientTransportFormatInvalid"
|
|
2384
|
+
},
|
|
2385
|
+
"DispatchCenterKeywordsPerOperationFormatInvalid": {
|
|
2386
|
+
"de-DE": "DispatchCenterKeywordsPerOperationFormatInvalid",
|
|
2387
|
+
"en-US": "DispatchCenterKeywordsPerOperationFormatInvalid"
|
|
2388
|
+
},
|
|
2389
|
+
"DispatchCenterCustomGeocodingSearchFormatFormatInvalid": {
|
|
2390
|
+
"de-DE": "DispatchCenterCustomGeocodingSearchFormatFormatInvalid",
|
|
2391
|
+
"en-US": "DispatchCenterCustomGeocodingSearchFormatFormatInvalid"
|
|
2392
|
+
},
|
|
2393
|
+
"DispatchCenterCategoryNotFound": {
|
|
2394
|
+
"de-DE": "DispatchCenterCategoryNotFound",
|
|
2395
|
+
"en-US": "DispatchCenterCategoryNotFound"
|
|
2396
|
+
},
|
|
2397
|
+
"FileToLarge": {
|
|
2398
|
+
"de-DE": "FileToLarge",
|
|
2399
|
+
"en-US": "FileToLarge"
|
|
2400
|
+
},
|
|
2401
|
+
"FileFormatNotSupported": {
|
|
2402
|
+
"de-DE": "FileFormatNotSupported",
|
|
2403
|
+
"en-US": "FileFormatNotSupported"
|
|
2404
|
+
},
|
|
2405
|
+
"FileNotFound": {
|
|
2406
|
+
"de-DE": "FileNotFound",
|
|
2407
|
+
"en-US": "FileNotFound"
|
|
2408
|
+
},
|
|
2409
|
+
"SessionAlreadyExistsWithSameDispatchCenter": {
|
|
2410
|
+
"de-DE": "SessionAlreadyExistsWithSameDispatchCenter",
|
|
2411
|
+
"en-US": "SessionAlreadyExistsWithSameDispatchCenter"
|
|
2412
|
+
},
|
|
2413
|
+
"SessionNotFound": {
|
|
2414
|
+
"de-DE": "SessionNotFound",
|
|
2415
|
+
"en-US": "SessionNotFound"
|
|
2416
|
+
},
|
|
2417
|
+
"SessionCreationFailed": {
|
|
2418
|
+
"de-DE": "SessionCreationFailed",
|
|
2419
|
+
"en-US": "SessionCreationFailed"
|
|
2420
|
+
},
|
|
2421
|
+
"UserAlreadyOwnsThis": {
|
|
2422
|
+
"de-DE": "UserAlreadyOwnsThis",
|
|
2423
|
+
"en-US": "UserAlreadyOwnsThis"
|
|
2424
|
+
},
|
|
2425
|
+
"AddressPackageIsNotSet": {
|
|
2426
|
+
"de-DE": "AddressPackageIsNotSet",
|
|
2427
|
+
"en-US": "AddressPackageIsNotSet"
|
|
2428
|
+
},
|
|
2429
|
+
"RealmIdIsRequired": {
|
|
2430
|
+
"de-DE": "RealmIdIsRequired",
|
|
2431
|
+
"en-US": "RealmIdIsRequired"
|
|
2432
|
+
},
|
|
2433
|
+
"RealmHostnameIsRequired": {
|
|
2434
|
+
"de-DE": "RealmHostnameIsRequired",
|
|
2435
|
+
"en-US": "RealmHostnameIsRequired"
|
|
2436
|
+
},
|
|
2437
|
+
"RealmHostnameInternalIsRequired": {
|
|
2438
|
+
"de-DE": "RealmHostnameInternalIsRequired",
|
|
2439
|
+
"en-US": "RealmHostnameInternalIsRequired"
|
|
2440
|
+
},
|
|
2441
|
+
"RealmDisplayNameIsRequired": {
|
|
2442
|
+
"de-DE": "RealmDisplayNameIsRequired",
|
|
2443
|
+
"en-US": "RealmDisplayNameIsRequired"
|
|
2444
|
+
},
|
|
2445
|
+
"RealmVersionIsRequired": {
|
|
2446
|
+
"de-DE": "RealmVersionIsRequired",
|
|
2447
|
+
"en-US": "RealmVersionIsRequired"
|
|
2448
|
+
},
|
|
2449
|
+
"RealmCountryIsRequired": {
|
|
2450
|
+
"de-DE": "RealmCountryIsRequired",
|
|
2451
|
+
"en-US": "RealmCountryIsRequired"
|
|
2452
|
+
},
|
|
2453
|
+
"RealmRunningSinceIsRequired": {
|
|
2454
|
+
"de-DE": "RealmRunningSinceIsRequired",
|
|
2455
|
+
"en-US": "RealmRunningSinceIsRequired"
|
|
2456
|
+
},
|
|
2457
|
+
"UrlFormatInvalid": {
|
|
2458
|
+
"de-DE": "UrlFormatInvalid",
|
|
2459
|
+
"en-US": "UrlFormatInvalid"
|
|
2460
|
+
},
|
|
2461
|
+
"HttpMethodFormatInvalid": {
|
|
2462
|
+
"de-DE": "HttpMethodFormatInvalid",
|
|
2463
|
+
"en-US": "HttpMethodFormatInvalid"
|
|
2464
|
+
},
|
|
2465
|
+
"UrlFormatProtocolInvalid": {
|
|
2466
|
+
"de-DE": "UrlFormatProtocolInvalid",
|
|
2467
|
+
"en-US": "UrlFormatProtocolInvalid"
|
|
2468
|
+
},
|
|
2469
|
+
"ManagedSessionNotFound": {
|
|
2470
|
+
"de-DE": "ManagedSessionNotFound",
|
|
2471
|
+
"en-US": "ManagedSessionNotFound"
|
|
2472
|
+
},
|
|
2473
|
+
"NoRealmAvailable": {
|
|
2474
|
+
"de-DE": "NoRealmAvailable",
|
|
2475
|
+
"en-US": "NoRealmAvailable"
|
|
2476
|
+
},
|
|
2477
|
+
"TokenNameRequired": {
|
|
2478
|
+
"de-DE": "TokenNameRequired",
|
|
2479
|
+
"en-US": "TokenNameRequired"
|
|
2480
|
+
},
|
|
2481
|
+
"TokenNameFormatInvalid": {
|
|
2482
|
+
"de-DE": "TokenNameFormatInvalid",
|
|
2483
|
+
"en-US": "TokenNameFormatInvalid"
|
|
2484
|
+
},
|
|
2485
|
+
"TooManyManagedSessions": {
|
|
2486
|
+
"de-DE": "TooManyManagedSessions",
|
|
2487
|
+
"en-US": "TooManyManagedSessions"
|
|
2488
|
+
},
|
|
2489
|
+
"CoordinatesFormatInvalid": {
|
|
2490
|
+
"de-DE": "CoordinatesFormatInvalid",
|
|
2491
|
+
"en-US": "CoordinatesFormatInvalid"
|
|
2492
|
+
},
|
|
2493
|
+
"SessionDeletionFailed": {
|
|
2494
|
+
"de-DE": "SessionDeletionFailed",
|
|
2495
|
+
"en-US": "SessionDeletionFailed"
|
|
2496
|
+
},
|
|
2497
|
+
"SessionAlreadyExistsWithName": {
|
|
2498
|
+
"de-DE": "SessionAlreadyExistsWithName",
|
|
2499
|
+
"en-US": "SessionAlreadyExistsWithName"
|
|
2500
|
+
},
|
|
2501
|
+
"SessionAccessNotFound": {
|
|
2502
|
+
"de-DE": "SessionAccessNotFound",
|
|
2503
|
+
"en-US": "SessionAccessNotFound"
|
|
2504
|
+
},
|
|
2505
|
+
"UserNameRequired": {
|
|
2506
|
+
"de-DE": "UserNameRequired",
|
|
2507
|
+
"en-US": "UserNameRequired"
|
|
2508
|
+
},
|
|
2509
|
+
"UserOnWhitelistAlreadyExists": {
|
|
2510
|
+
"de-DE": "UserOnWhitelistAlreadyExists",
|
|
2511
|
+
"en-US": "UserOnWhitelistAlreadyExists"
|
|
2512
|
+
},
|
|
2513
|
+
"UserOnBlacklistAlreadyExists": {
|
|
2514
|
+
"de-DE": "UserOnBlacklistAlreadyExists",
|
|
2515
|
+
"en-US": "UserOnBlacklistAlreadyExists"
|
|
2516
|
+
},
|
|
2517
|
+
"FileFormatWrongDimensions": {
|
|
2518
|
+
"de-DE": "FileFormatWrongDimensions",
|
|
2519
|
+
"en-US": "FileFormatWrongDimensions"
|
|
2520
|
+
},
|
|
2521
|
+
"OperationNotFound": {
|
|
2522
|
+
"de-DE": "OperationNotFound",
|
|
2523
|
+
"en-US": "OperationNotFound"
|
|
2524
|
+
},
|
|
2525
|
+
"OperationTaskNotFound": {
|
|
2526
|
+
"de-DE": "OperationTaskNotFound",
|
|
2527
|
+
"en-US": "OperationTaskNotFound"
|
|
2528
|
+
},
|
|
2529
|
+
"TaskTemplateNotFound": {
|
|
2530
|
+
"de-DE": "TaskTemplateNotFound",
|
|
2531
|
+
"en-US": "TaskTemplateNotFound"
|
|
2532
|
+
},
|
|
2533
|
+
"TaskTemplateDescriptionTooLong": {
|
|
2534
|
+
"de-DE": "TaskTemplateDescriptionTooLong",
|
|
2535
|
+
"en-US": "TaskTemplateDescriptionTooLong"
|
|
2536
|
+
},
|
|
2537
|
+
"TaskTemplateImplementationNameRequired": {
|
|
2538
|
+
"de-DE": "TaskTemplateImplementationNameRequired",
|
|
2539
|
+
"en-US": "TaskTemplateImplementationNameRequired"
|
|
2540
|
+
},
|
|
2541
|
+
"TaskTemplateImplementationNameTooLong": {
|
|
2542
|
+
"de-DE": "TaskTemplateImplementationNameTooLong",
|
|
2543
|
+
"en-US": "TaskTemplateImplementationNameTooLong"
|
|
2544
|
+
},
|
|
2545
|
+
"TaskTemplateTimeoutMustBePositive": {
|
|
2546
|
+
"de-DE": "TaskTemplateTimeoutMustBePositive",
|
|
2547
|
+
"en-US": "TaskTemplateTimeoutMustBePositive"
|
|
2548
|
+
},
|
|
2549
|
+
"TaskTemplateNeedsConditions": {
|
|
2550
|
+
"de-DE": "TaskTemplateNeedsConditions",
|
|
2551
|
+
"en-US": "TaskTemplateNeedsConditions"
|
|
2552
|
+
},
|
|
2553
|
+
"TaskTemplateImplementationNameNotFound": {
|
|
2554
|
+
"de-DE": "TaskTemplateImplementationNameNotFound",
|
|
2555
|
+
"en-US": "TaskTemplateImplementationNameNotFound"
|
|
2556
|
+
},
|
|
2557
|
+
"TaskTemplateParameterIsRequired": {
|
|
2558
|
+
"de-DE": "TaskTemplateParameterIsRequired",
|
|
2559
|
+
"en-US": "TaskTemplateParameterIsRequired"
|
|
2560
|
+
},
|
|
2561
|
+
"TaskTemplateParameterFormatInvalid": {
|
|
2562
|
+
"de-DE": "TaskTemplateParameterFormatInvalid",
|
|
2563
|
+
"en-US": "TaskTemplateParameterFormatInvalid"
|
|
2564
|
+
},
|
|
2565
|
+
"ObjectIsReadOnly": {
|
|
2566
|
+
"de-DE": "ObjectIsReadOnly",
|
|
2567
|
+
"en-US": "ObjectIsReadOnly"
|
|
2568
|
+
},
|
|
2569
|
+
"OperationPropertyNameIsRequired": {
|
|
2570
|
+
"de-DE": "OperationPropertyNameIsRequired",
|
|
2571
|
+
"en-US": "OperationPropertyNameIsRequired"
|
|
2572
|
+
},
|
|
2573
|
+
"OperationPriorityNotFound": {
|
|
2574
|
+
"de-DE": "OperationPriorityNotFound",
|
|
2575
|
+
"en-US": "OperationPriorityNotFound"
|
|
2576
|
+
},
|
|
2577
|
+
"PatientNotFound": {
|
|
2578
|
+
"de-DE": "PatientNotFound",
|
|
2579
|
+
"en-US": "PatientNotFound"
|
|
2580
|
+
},
|
|
2581
|
+
"OperationStatusNotFound": {
|
|
2582
|
+
"de-DE": "OperationStatusNotFound",
|
|
2583
|
+
"en-US": "OperationStatusNotFound"
|
|
2584
|
+
},
|
|
2585
|
+
"OperationStatusNotAllowed": {
|
|
2586
|
+
"de-DE": "OperationStatusNotAllowed",
|
|
2587
|
+
"en-US": "OperationStatusNotAllowed"
|
|
2588
|
+
}
|
|
2589
|
+
},
|
|
2590
|
+
"StatuspageDisplayOption": {
|
|
2591
|
+
"CallSign": {
|
|
2592
|
+
"de-DE": "Funkrufname",
|
|
2593
|
+
"en-US": "Call Sign"
|
|
2594
|
+
},
|
|
2595
|
+
"CallSignShort": {
|
|
2596
|
+
"de-DE": "Kurzer Funkrufname",
|
|
2597
|
+
"en-US": "Short Call Sign"
|
|
2598
|
+
},
|
|
2599
|
+
"CallSignVerbal": {
|
|
2600
|
+
"de-DE": "Verbaler Funkrufname",
|
|
2601
|
+
"en-US": "Verbal Call Sign"
|
|
2602
|
+
},
|
|
2603
|
+
"CallSignGps": {
|
|
2604
|
+
"de-DE": "GPS Funkrufname",
|
|
2605
|
+
"en-US": "GPS Call Sign"
|
|
2606
|
+
}
|
|
2607
|
+
},
|
|
2608
|
+
"TaskConditionField": {
|
|
2609
|
+
"Location": {
|
|
2610
|
+
"de-DE": "Ort",
|
|
2611
|
+
"en-US": "Location"
|
|
2612
|
+
},
|
|
2613
|
+
"LocationDistrict": {
|
|
2614
|
+
"de-DE": "Ort: Stadtteil",
|
|
2615
|
+
"en-US": "Location: District"
|
|
2616
|
+
},
|
|
2617
|
+
"LocationCity": {
|
|
2618
|
+
"de-DE": "Ort: Stadt",
|
|
2619
|
+
"en-US": "Location: City"
|
|
2620
|
+
},
|
|
2621
|
+
"LocationPoiId": {
|
|
2622
|
+
"de-DE": "Ort: POI ID #",
|
|
2623
|
+
"en-US": "Location: POI ID #"
|
|
2624
|
+
},
|
|
2625
|
+
"LocationPoiName": {
|
|
2626
|
+
"de-DE": "Ort: POI Name",
|
|
2627
|
+
"en-US": "Location: POI Name"
|
|
2628
|
+
},
|
|
2629
|
+
"Keyword": {
|
|
2630
|
+
"de-DE": "Stichwort",
|
|
2631
|
+
"en-US": "Keyword"
|
|
2632
|
+
},
|
|
2633
|
+
"Resource": {
|
|
2634
|
+
"de-DE": "Ressource",
|
|
2635
|
+
"en-US": "Resource"
|
|
2636
|
+
},
|
|
2637
|
+
"UnitId": {
|
|
2638
|
+
"de-DE": "Ressource: ID #",
|
|
2639
|
+
"en-US": "Resource: ID #"
|
|
2640
|
+
},
|
|
2641
|
+
"ResourceStation": {
|
|
2642
|
+
"de-DE": "Ressource: Wache",
|
|
2643
|
+
"en-US": "Resource: Station"
|
|
2644
|
+
}
|
|
2645
|
+
},
|
|
2646
|
+
"TaskConditionOperator": {
|
|
2647
|
+
"Contains": {
|
|
2648
|
+
"de-DE": "enthält",
|
|
2649
|
+
"en-US": "contain"
|
|
2650
|
+
},
|
|
2651
|
+
"DoesNotContain": {
|
|
2652
|
+
"de-DE": "enthält nicht",
|
|
2653
|
+
"en-US": "doesn't contain"
|
|
2654
|
+
},
|
|
2655
|
+
"StartsWith": {
|
|
2656
|
+
"de-DE": "beginnt mit",
|
|
2657
|
+
"en-US": "starts with"
|
|
2658
|
+
},
|
|
2659
|
+
"EndsWith": {
|
|
2660
|
+
"de-DE": "endet mit",
|
|
2661
|
+
"en-US": "ends with"
|
|
2662
|
+
},
|
|
2663
|
+
"Equals": {
|
|
2664
|
+
"de-DE": "Equals",
|
|
2665
|
+
"en-US": "Equals"
|
|
2666
|
+
},
|
|
2667
|
+
"True": {
|
|
2668
|
+
"de-DE": "immer wahr",
|
|
2669
|
+
"en-US": "always true"
|
|
2670
|
+
}
|
|
2671
|
+
},
|
|
2672
|
+
"TaskExecution": {
|
|
2673
|
+
"ManualOnce": {
|
|
2674
|
+
"de-DE": "Manuell (einmalig)",
|
|
2675
|
+
"en-US": "Manual (once)"
|
|
2676
|
+
},
|
|
2677
|
+
"ManualMultiple": {
|
|
2678
|
+
"de-DE": "Manuell (mehrfach)",
|
|
2679
|
+
"en-US": "Manual (multiple)"
|
|
2680
|
+
},
|
|
2681
|
+
"AutomaticOnce": {
|
|
2682
|
+
"de-DE": "Automatisch (einmalig)",
|
|
2683
|
+
"en-US": "Automatic (once)"
|
|
2684
|
+
},
|
|
2685
|
+
"AutomaticAlways": {
|
|
2686
|
+
"de-DE": "Automatisch (mehrfach)",
|
|
2687
|
+
"en-US": "Automatic (always)"
|
|
2688
|
+
},
|
|
2689
|
+
"AutomaticOnceThenManualMultiple": {
|
|
2690
|
+
"de-DE": "Automatisch (einmalig, manuell mehrfach)",
|
|
2691
|
+
"en-US": "Automatic (once, manual multiple)"
|
|
2692
|
+
}
|
|
2693
|
+
},
|
|
2694
|
+
"UIText": {
|
|
2695
|
+
"BtnSave": {
|
|
2696
|
+
"de-DE": "Speichern",
|
|
2697
|
+
"en-US": "Save"
|
|
2698
|
+
},
|
|
2699
|
+
"BtnDuplicate": {
|
|
2700
|
+
"de-DE": "Duplizieren",
|
|
2701
|
+
"en-US": "Duplicate"
|
|
2702
|
+
},
|
|
2703
|
+
"BtnDelete": {
|
|
2704
|
+
"de-DE": "Löschen",
|
|
2705
|
+
"en-US": "Delete"
|
|
2706
|
+
},
|
|
2707
|
+
"BtnRemove": {
|
|
2708
|
+
"de-DE": "Entfernen",
|
|
2709
|
+
"en-US": "Remove"
|
|
2710
|
+
},
|
|
2711
|
+
"BtnCancel": {
|
|
2712
|
+
"de-DE": "Abbrechen",
|
|
2713
|
+
"en-US": "Cancel"
|
|
2714
|
+
},
|
|
2715
|
+
"BtnConfirm": {
|
|
2716
|
+
"de-DE": "Bestätigen",
|
|
2717
|
+
"en-US": "Confirm"
|
|
2718
|
+
},
|
|
2719
|
+
"BtnCreate": {
|
|
2720
|
+
"de-DE": "Erstellen",
|
|
2721
|
+
"en-US": "Create"
|
|
2722
|
+
},
|
|
2723
|
+
"BtnOk": {
|
|
2724
|
+
"de-DE": "OK",
|
|
2725
|
+
"en-US": "OK"
|
|
2726
|
+
},
|
|
2727
|
+
"LblRequired": {
|
|
2728
|
+
"de-DE": "erforderlich",
|
|
2729
|
+
"en-US": "required"
|
|
2730
|
+
},
|
|
2731
|
+
"LblOptional": {
|
|
2732
|
+
"de-DE": "optional",
|
|
2733
|
+
"en-US": "optional"
|
|
2734
|
+
},
|
|
2735
|
+
"DlgTitleDelete": {
|
|
2736
|
+
"de-DE": "Löschen bestätigen",
|
|
2737
|
+
"en-US": "Delete Confirmation"
|
|
2738
|
+
},
|
|
2739
|
+
"DlgBodyDelete": {
|
|
2740
|
+
"de-DE": "Sicher, dass dieses Element gelöscht werden soll? Dies kann nicht rückgängig gemacht werden.",
|
|
2741
|
+
"en-US": "Are you sure you want to delete this item? This will not be revertible."
|
|
2742
|
+
},
|
|
2743
|
+
"DlgBodyDeleteWithInput": {
|
|
2744
|
+
"de-DE": "Sicher, dass dieses Element gelöscht werde soll? Dies kann nicht rückgängig gemacht werden. Um das Löschen zu bestätigen, bitte \"DELETE\" eingeben.",
|
|
2745
|
+
"en-US": "Are you sure you want to delete this item? This will not be revertible. To confirm deletion, please type \"DELETE\"."
|
|
2746
|
+
},
|
|
2747
|
+
"DlgTitleSuccess": {
|
|
2748
|
+
"de-DE": "Erfolg",
|
|
2749
|
+
"en-US": "Success"
|
|
2750
|
+
},
|
|
2751
|
+
"DlgBodySuccessSaved": {
|
|
2752
|
+
"de-DE": "Die Änderungen wurden erfolgreich gespeichert.",
|
|
2753
|
+
"en-US": "Your changes have been saved successfully."
|
|
2754
|
+
},
|
|
2755
|
+
"DlgTitleFailed": {
|
|
2756
|
+
"de-DE": "Vorgang fehlgeschlagen",
|
|
2757
|
+
"en-US": "Operation Failed"
|
|
2758
|
+
},
|
|
2759
|
+
"DlgTitleProcessing": {
|
|
2760
|
+
"de-DE": "Verarbeitung ...",
|
|
2761
|
+
"en-US": "Processing ..."
|
|
2762
|
+
},
|
|
2763
|
+
"DlgBodyProcessing": {
|
|
2764
|
+
"de-DE": "Die Anfrage wird bearbeitet. Bitte warten.",
|
|
2765
|
+
"en-US": "Your request is being processed. Please wait."
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
"UnitCategory": {
|
|
2769
|
+
"DLK": {
|
|
2770
|
+
"de-DE": "DLK",
|
|
2771
|
+
"en-US": "Ladder"
|
|
2772
|
+
},
|
|
2773
|
+
"ELW1": {
|
|
2774
|
+
"de-DE": "ELW-1",
|
|
2775
|
+
"en-US": "[GER] ELW-1"
|
|
2776
|
+
},
|
|
2777
|
+
"ELW2": {
|
|
2778
|
+
"de-DE": "ELW-2",
|
|
2779
|
+
"en-US": "[GER] ELW-2"
|
|
2780
|
+
},
|
|
2781
|
+
"GWG": {
|
|
2782
|
+
"de-DE": "GW-G",
|
|
2783
|
+
"en-US": "[GER] GW-G"
|
|
2784
|
+
},
|
|
2785
|
+
"GWL": {
|
|
2786
|
+
"de-DE": "GW-L",
|
|
2787
|
+
"en-US": "[GER] GW-L"
|
|
2788
|
+
},
|
|
2789
|
+
"GWDEKON": {
|
|
2790
|
+
"de-DE": "GW-DEKON",
|
|
2791
|
+
"en-US": "[GER] GW-DEKON"
|
|
2792
|
+
},
|
|
2793
|
+
"HLF": {
|
|
2794
|
+
"de-DE": "HLF",
|
|
2795
|
+
"en-US": "Engine"
|
|
2796
|
+
},
|
|
2797
|
+
"ITH": {
|
|
2798
|
+
"de-DE": "ITH",
|
|
2799
|
+
"en-US": "AIR ICU-AMB"
|
|
2800
|
+
},
|
|
2801
|
+
"ITW": {
|
|
2802
|
+
"de-DE": "ITW",
|
|
2803
|
+
"en-US": "[GER] ITW"
|
|
2804
|
+
},
|
|
2805
|
+
"KDOW": {
|
|
2806
|
+
"de-DE": "KDOW",
|
|
2807
|
+
"en-US": "EMS Captain"
|
|
2808
|
+
},
|
|
2809
|
+
"KLF": {
|
|
2810
|
+
"de-DE": "KLF",
|
|
2811
|
+
"en-US": "[GER] KLF"
|
|
2812
|
+
},
|
|
2813
|
+
"KRBM": {
|
|
2814
|
+
"de-DE": "KRBM",
|
|
2815
|
+
"en-US": "District Chief"
|
|
2816
|
+
},
|
|
2817
|
+
"STBM": {
|
|
2818
|
+
"de-DE": "STBM",
|
|
2819
|
+
"en-US": "[GER] STBM"
|
|
2820
|
+
},
|
|
2821
|
+
"GEBM": {
|
|
2822
|
+
"de-DE": "GEBM",
|
|
2823
|
+
"en-US": "Battalion Chief"
|
|
2824
|
+
},
|
|
2825
|
+
"KTW": {
|
|
2826
|
+
"de-DE": "KTW",
|
|
2827
|
+
"en-US": "AMB Type II"
|
|
2828
|
+
},
|
|
2829
|
+
"LF": {
|
|
2830
|
+
"de-DE": "LF",
|
|
2831
|
+
"en-US": "[GER] LF"
|
|
2832
|
+
},
|
|
2833
|
+
"LNA": {
|
|
2834
|
+
"de-DE": "LNA",
|
|
2835
|
+
"en-US": "[GER] LNA"
|
|
2836
|
+
},
|
|
2837
|
+
"MLF": {
|
|
2838
|
+
"de-DE": "MLF",
|
|
2839
|
+
"en-US": "[GER] MLF"
|
|
2840
|
+
},
|
|
2841
|
+
"MTW": {
|
|
2842
|
+
"de-DE": "MTW",
|
|
2843
|
+
"en-US": "[GER] MTW"
|
|
2844
|
+
},
|
|
2845
|
+
"MZF": {
|
|
2846
|
+
"de-DE": "MZF",
|
|
2847
|
+
"en-US": "[GER] MZF"
|
|
2848
|
+
},
|
|
2849
|
+
"NEF": {
|
|
2850
|
+
"de-DE": "NEF",
|
|
2851
|
+
"en-US": "[GER] NEF"
|
|
2852
|
+
},
|
|
2853
|
+
"ORGL": {
|
|
2854
|
+
"de-DE": "ORGL",
|
|
2855
|
+
"en-US": "[GER] ORGL"
|
|
2856
|
+
},
|
|
2857
|
+
"PKW": {
|
|
2858
|
+
"de-DE": "PKW",
|
|
2859
|
+
"en-US": "Car"
|
|
2860
|
+
},
|
|
2861
|
+
"RTH": {
|
|
2862
|
+
"de-DE": "RTH",
|
|
2863
|
+
"en-US": "AIR AMB"
|
|
2864
|
+
},
|
|
2865
|
+
"RTW": {
|
|
2866
|
+
"de-DE": "RTW",
|
|
2867
|
+
"en-US": "AMB Type I"
|
|
2868
|
+
},
|
|
2869
|
+
"RW": {
|
|
2870
|
+
"de-DE": "RW",
|
|
2871
|
+
"en-US": "Rescue"
|
|
2872
|
+
},
|
|
2873
|
+
"SRTW": {
|
|
2874
|
+
"de-DE": "S-RTW",
|
|
2875
|
+
"en-US": "[GER] S-RTW"
|
|
2876
|
+
},
|
|
2877
|
+
"TLF": {
|
|
2878
|
+
"de-DE": "TLF",
|
|
2879
|
+
"en-US": "Tender"
|
|
2880
|
+
},
|
|
2881
|
+
"WLF": {
|
|
2882
|
+
"de-DE": "WLF",
|
|
2883
|
+
"en-US": "[GER] WLF"
|
|
2884
|
+
},
|
|
2885
|
+
"NAW": {
|
|
2886
|
+
"de-DE": "NAW",
|
|
2887
|
+
"en-US": "[GER] NAW"
|
|
2888
|
+
},
|
|
2889
|
+
"KEF": {
|
|
2890
|
+
"de-DE": "KEF",
|
|
2891
|
+
"en-US": "[GER] KEF"
|
|
2892
|
+
}
|
|
2893
|
+
},
|
|
2894
|
+
"UnitDispatchOption": {
|
|
2895
|
+
"Normal": {
|
|
2896
|
+
"de-DE": "Vorschlagen",
|
|
2897
|
+
"en-US": "Suggest"
|
|
2898
|
+
},
|
|
2899
|
+
"Exclude": {
|
|
2900
|
+
"de-DE": "Nicht Vorschlagen",
|
|
2901
|
+
"en-US": "Don't suggest"
|
|
2902
|
+
},
|
|
2903
|
+
"MinDistance": {
|
|
2904
|
+
"de-DE": "Minimale Distanz annehmen",
|
|
2905
|
+
"en-US": "Assume minimum distance for suggestion"
|
|
2906
|
+
},
|
|
2907
|
+
"MaxDistance": {
|
|
2908
|
+
"de-DE": "Maximale Distanz annehmen",
|
|
2909
|
+
"en-US": "Assume maximum distance for suggestion"
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
"UnitDoctorOption": {
|
|
2913
|
+
"NoDoctor": {
|
|
2914
|
+
"de-DE": "kein Notarzt",
|
|
2915
|
+
"en-US": "without a doctor"
|
|
2916
|
+
},
|
|
2917
|
+
"HasDoctor": {
|
|
2918
|
+
"de-DE": "mit Notarzt",
|
|
2919
|
+
"en-US": "has a doctor"
|
|
2920
|
+
},
|
|
2921
|
+
"PickUpAtPoi": {
|
|
2922
|
+
"de-DE": "Aufnahme bei POI",
|
|
2923
|
+
"en-US": "pick up at POI"
|
|
2924
|
+
}
|
|
2925
|
+
},
|
|
2926
|
+
"UnitDutyOptions": {
|
|
2927
|
+
"AlwaysOnDuty": {
|
|
2928
|
+
"de-DE": "immer",
|
|
2929
|
+
"en-US": "always"
|
|
2930
|
+
},
|
|
2931
|
+
"OnlyOnPeriods": {
|
|
2932
|
+
"de-DE": "nach Dienstzeiten",
|
|
2933
|
+
"en-US": "by duty periods"
|
|
2934
|
+
},
|
|
2935
|
+
"DuringDay": {
|
|
2936
|
+
"de-DE": "nach Sonnenaufgang",
|
|
2937
|
+
"en-US": "after sunrise"
|
|
2938
|
+
},
|
|
2939
|
+
"DuringNight": {
|
|
2940
|
+
"de-DE": "nach Sonnenuntergang",
|
|
2941
|
+
"en-US": "after sunset"
|
|
2942
|
+
}
|
|
2943
|
+
},
|
|
2944
|
+
"UnitEquipment": {
|
|
2945
|
+
"Lighting": {
|
|
2946
|
+
"de-DE": "Beleuchtung",
|
|
2947
|
+
"en-US": "Lighting"
|
|
2948
|
+
},
|
|
2949
|
+
"Boat": {
|
|
2950
|
+
"de-DE": "Boot",
|
|
2951
|
+
"en-US": "Boat"
|
|
2952
|
+
},
|
|
2953
|
+
"Ventilator": {
|
|
2954
|
+
"de-DE": "Belüftung",
|
|
2955
|
+
"en-US": "Ventilator"
|
|
2956
|
+
},
|
|
2957
|
+
"IceRescue": {
|
|
2958
|
+
"de-DE": "Eisrettung",
|
|
2959
|
+
"en-US": "Ice Rescue"
|
|
2960
|
+
},
|
|
2961
|
+
"Waterpump": {
|
|
2962
|
+
"de-DE": "Feuerlöschpumpe",
|
|
2963
|
+
"en-US": "Water Pump"
|
|
2964
|
+
},
|
|
2965
|
+
"GasWarning": {
|
|
2966
|
+
"de-DE": "Gas- / EXwarn",
|
|
2967
|
+
"en-US": "Gas Warning"
|
|
2968
|
+
},
|
|
2969
|
+
"AerialLadderTruck": {
|
|
2970
|
+
"de-DE": "Hubrettungsfahrzeug",
|
|
2971
|
+
"en-US": "Aerial Ladder Truck"
|
|
2972
|
+
},
|
|
2973
|
+
"SmallFastExtinguishing": {
|
|
2974
|
+
"de-DE": "Schnellangriff / Feuerlöscher",
|
|
2975
|
+
"en-US": "Fire extinguisher"
|
|
2976
|
+
},
|
|
2977
|
+
"Chainsaw": {
|
|
2978
|
+
"de-DE": "Kettensäge",
|
|
2979
|
+
"en-US": "Chainsaw"
|
|
2980
|
+
},
|
|
2981
|
+
"OilDamage": {
|
|
2982
|
+
"de-DE": "Ölschaden",
|
|
2983
|
+
"en-US": "Oil Damage"
|
|
2984
|
+
},
|
|
2985
|
+
"FoamExtinguishing": {
|
|
2986
|
+
"de-DE": "Schaumlöschmittel",
|
|
2987
|
+
"en-US": "Foam Extinguishing"
|
|
2988
|
+
},
|
|
2989
|
+
"RailroadKit": {
|
|
2990
|
+
"de-DE": "Bahnrüstsatz",
|
|
2991
|
+
"en-US": "Railroad Kit"
|
|
2992
|
+
},
|
|
2993
|
+
"BasketStretcher": {
|
|
2994
|
+
"de-DE": "Schleifkorbtrage",
|
|
2995
|
+
"en-US": "Basket Stretcher"
|
|
2996
|
+
},
|
|
2997
|
+
"CutterSpreader": {
|
|
2998
|
+
"de-DE": "Schneide-/Spreizwerkzeug",
|
|
2999
|
+
"en-US": "Cutter Spreader"
|
|
3000
|
+
},
|
|
3001
|
+
"JumpCushion": {
|
|
3002
|
+
"de-DE": "Sprungretter",
|
|
3003
|
+
"en-US": "Jump Cushion"
|
|
3004
|
+
},
|
|
3005
|
+
"DoorOpeningKit": {
|
|
3006
|
+
"de-DE": "Türöffnungsset",
|
|
3007
|
+
"en-US": "Door Opening Kit"
|
|
3008
|
+
},
|
|
3009
|
+
"WaterDamage": {
|
|
3010
|
+
"de-DE": "Wasserschaden",
|
|
3011
|
+
"en-US": "Water Damage"
|
|
3012
|
+
},
|
|
3013
|
+
"WatertankSmall": {
|
|
3014
|
+
"de-DE": "Kleiner Wassertank (weniger 1.000 L)",
|
|
3015
|
+
"en-US": "Small Watertank (less than 1.000 L / 250 gal.)"
|
|
3016
|
+
},
|
|
3017
|
+
"WatertankMedium": {
|
|
3018
|
+
"de-DE": "Mittlerer Wassertank (mehr als 1.000 L)",
|
|
3019
|
+
"en-US": "Medium Watertank (more than 1.000 L / 250 gal.)"
|
|
3020
|
+
},
|
|
3021
|
+
"Commander": {
|
|
3022
|
+
"de-DE": "Einsatzleitung",
|
|
3023
|
+
"en-US": "Commander"
|
|
3024
|
+
},
|
|
3025
|
+
"Command": {
|
|
3026
|
+
"de-DE": "[Funktion nur im Vorschlag] ELW",
|
|
3027
|
+
"en-US": "[Function only inside suggestion] Command"
|
|
3028
|
+
},
|
|
3029
|
+
"Engine": {
|
|
3030
|
+
"de-DE": "[Funktion nur im Vorschlag] HLF",
|
|
3031
|
+
"en-US": "[Function only inside suggestion] Engine"
|
|
3032
|
+
},
|
|
3033
|
+
"Tanker": {
|
|
3034
|
+
"de-DE": "[Funktion nur im Vorschlag] TLF",
|
|
3035
|
+
"en-US": "[Function only inside suggestion] Tanker"
|
|
3036
|
+
},
|
|
3037
|
+
"Ladder": {
|
|
3038
|
+
"de-DE": "[Funktion nur im Vorschlag] DLK",
|
|
3039
|
+
"en-US": "[Function only inside suggestion] Ladder"
|
|
3040
|
+
},
|
|
3041
|
+
"Custom1": {
|
|
3042
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 1",
|
|
3043
|
+
"en-US": "[Function only inside suggestion] Custom 1"
|
|
3044
|
+
},
|
|
3045
|
+
"Custom2": {
|
|
3046
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 2",
|
|
3047
|
+
"en-US": "[Function only inside suggestion] Custom 2"
|
|
3048
|
+
},
|
|
3049
|
+
"Custom3": {
|
|
3050
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 3",
|
|
3051
|
+
"en-US": "[Function only inside suggestion] Custom 3"
|
|
3052
|
+
},
|
|
3053
|
+
"Custom4": {
|
|
3054
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 4",
|
|
3055
|
+
"en-US": "[Function only inside suggestion] Custom 4"
|
|
3056
|
+
},
|
|
3057
|
+
"Custom5": {
|
|
3058
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 5",
|
|
3059
|
+
"en-US": "[Function only inside suggestion] Custom 5"
|
|
3060
|
+
},
|
|
3061
|
+
"Custom6": {
|
|
3062
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 6",
|
|
3063
|
+
"en-US": "[Function only inside suggestion] Custom 6"
|
|
3064
|
+
},
|
|
3065
|
+
"Custom7": {
|
|
3066
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 7",
|
|
3067
|
+
"en-US": "[Function only inside suggestion] Custom 7"
|
|
3068
|
+
},
|
|
3069
|
+
"Custom8": {
|
|
3070
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 8",
|
|
3071
|
+
"en-US": "[Function only inside suggestion] Custom 8"
|
|
3072
|
+
},
|
|
3073
|
+
"Custom9": {
|
|
3074
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 9",
|
|
3075
|
+
"en-US": "[Function only inside suggestion] Custom 9"
|
|
3076
|
+
},
|
|
3077
|
+
"Custom10": {
|
|
3078
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 10",
|
|
3079
|
+
"en-US": "[Function only inside suggestion] Custom 10"
|
|
3080
|
+
},
|
|
3081
|
+
"Custom11": {
|
|
3082
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 11",
|
|
3083
|
+
"en-US": "[Function only inside suggestion] Custom 11"
|
|
3084
|
+
},
|
|
3085
|
+
"Custom12": {
|
|
3086
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 12",
|
|
3087
|
+
"en-US": "[Function only inside suggestion] Custom 12"
|
|
3088
|
+
},
|
|
3089
|
+
"Custom13": {
|
|
3090
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 13",
|
|
3091
|
+
"en-US": "[Function only inside suggestion] Custom 13"
|
|
3092
|
+
},
|
|
3093
|
+
"Custom14": {
|
|
3094
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 14",
|
|
3095
|
+
"en-US": "[Function only inside suggestion] Custom 14"
|
|
3096
|
+
},
|
|
3097
|
+
"Custom15": {
|
|
3098
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 15",
|
|
3099
|
+
"en-US": "[Function only inside suggestion] Custom 15"
|
|
3100
|
+
},
|
|
3101
|
+
"Custom16": {
|
|
3102
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 16",
|
|
3103
|
+
"en-US": "[Function only inside suggestion] Custom 16"
|
|
3104
|
+
},
|
|
3105
|
+
"Custom17": {
|
|
3106
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 17",
|
|
3107
|
+
"en-US": "[Function only inside suggestion] Custom 17"
|
|
3108
|
+
},
|
|
3109
|
+
"Custom18": {
|
|
3110
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 18",
|
|
3111
|
+
"en-US": "[Function only inside suggestion] Custom 18"
|
|
3112
|
+
},
|
|
3113
|
+
"Custom19": {
|
|
3114
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 19",
|
|
3115
|
+
"en-US": "[Function only inside suggestion] Custom 19"
|
|
3116
|
+
},
|
|
3117
|
+
"Custom20": {
|
|
3118
|
+
"de-DE": "[Funktion nur im Vorschlag] Benutzerdefiniert 20",
|
|
3119
|
+
"en-US": "[Function only inside suggestion] Custom 20"
|
|
3120
|
+
}
|
|
3121
|
+
},
|
|
3122
|
+
"UnitStatus": {
|
|
3123
|
+
"UrgentSpeakRequest": {
|
|
3124
|
+
"de-DE": "0",
|
|
3125
|
+
"en-US": "0"
|
|
3126
|
+
},
|
|
3127
|
+
"OnDutyAlongWay": {
|
|
3128
|
+
"de-DE": "1",
|
|
3129
|
+
"en-US": "1"
|
|
3130
|
+
},
|
|
3131
|
+
"OnDuty": {
|
|
3132
|
+
"de-DE": "2",
|
|
3133
|
+
"en-US": "2"
|
|
3134
|
+
},
|
|
3135
|
+
"OnTheWay": {
|
|
3136
|
+
"de-DE": "3",
|
|
3137
|
+
"en-US": "3"
|
|
3138
|
+
},
|
|
3139
|
+
"OnScene": {
|
|
3140
|
+
"de-DE": "4",
|
|
3141
|
+
"en-US": "4"
|
|
3142
|
+
},
|
|
3143
|
+
"SpeakRequest": {
|
|
3144
|
+
"de-DE": "5",
|
|
3145
|
+
"en-US": "5"
|
|
3146
|
+
},
|
|
3147
|
+
"NotOnDuty": {
|
|
3148
|
+
"de-DE": "6",
|
|
3149
|
+
"en-US": "6"
|
|
3150
|
+
},
|
|
3151
|
+
"DriveToDestination": {
|
|
3152
|
+
"de-DE": "7",
|
|
3153
|
+
"en-US": "7"
|
|
3154
|
+
},
|
|
3155
|
+
"ArrivedAtDestination": {
|
|
3156
|
+
"de-DE": "8",
|
|
3157
|
+
"en-US": "8"
|
|
3158
|
+
},
|
|
3159
|
+
"Individual": {
|
|
3160
|
+
"de-DE": "9",
|
|
3161
|
+
"en-US": "9"
|
|
3162
|
+
}
|
|
3163
|
+
},
|
|
3164
|
+
"UnitStatusNonPersistent": {
|
|
3165
|
+
"StatusNotAllowed": {
|
|
3166
|
+
"de-DE": "Falsche Statusfolge",
|
|
3167
|
+
"en-US": "Status Not Allowed"
|
|
3168
|
+
},
|
|
3169
|
+
"PendingSpeakRequest": {
|
|
3170
|
+
"de-DE": "Sprechwunsch ausstehend",
|
|
3171
|
+
"en-US": "Pending Speak Request"
|
|
3172
|
+
},
|
|
3173
|
+
"SpeakPrompt": {
|
|
3174
|
+
"de-DE": "Sprechaufforderung",
|
|
3175
|
+
"en-US": "Speak Prompt"
|
|
3176
|
+
},
|
|
3177
|
+
"Dispatched": {
|
|
3178
|
+
"de-DE": "Disponiert",
|
|
3179
|
+
"en-US": "Dispatched"
|
|
3180
|
+
},
|
|
3181
|
+
"CancelDispatch": {
|
|
3182
|
+
"de-DE": "Storniert",
|
|
3183
|
+
"en-US": "Dispatch Canceled"
|
|
3184
|
+
}
|
|
3185
|
+
}
|
|
3186
|
+
};
|
|
3187
|
+
// Localization Helper Functions
|
|
3188
|
+
let currentLocale = 'en-US';
|
|
3189
|
+
function setLocale(locale) {
|
|
3190
|
+
currentLocale = locale;
|
|
3191
|
+
}
|
|
3192
|
+
function getCurrentLocale() {
|
|
3193
|
+
return currentLocale;
|
|
3194
|
+
}
|
|
3195
|
+
function getLocalizedEnumValue(enumName, enumValue, locale) {
|
|
3196
|
+
const targetLocale = locale || currentLocale;
|
|
3197
|
+
const enumLocalizations = exports.EnumLocalizations[enumName];
|
|
3198
|
+
if (!enumLocalizations || !enumLocalizations[enumValue]) {
|
|
3199
|
+
return String(enumValue);
|
|
3200
|
+
}
|
|
3201
|
+
const valueLocalizations = enumLocalizations[enumValue];
|
|
3202
|
+
return valueLocalizations[targetLocale] || valueLocalizations['en-US'] || String(enumValue);
|
|
3203
|
+
}
|
|
3204
|
+
function localizeEnum(enumObject, enumName, locale) {
|
|
3205
|
+
const result = {};
|
|
3206
|
+
for (const key in enumObject) {
|
|
3207
|
+
if (isNaN(Number(key))) { // Only process string keys, not numeric values
|
|
3208
|
+
result[key] = getLocalizedEnumValue(enumName, key, locale);
|
|
3209
|
+
}
|
|
3210
|
+
}
|
|
3211
|
+
return result;
|
|
3212
|
+
}
|
|
1228
3213
|
var GISDefaults;
|
|
1229
3214
|
(function (GISDefaults) {
|
|
1230
3215
|
/**
|
|
@@ -1276,27 +3261,27 @@ var UserInterfaceDefaults;
|
|
|
1276
3261
|
(function (UserInterfaceDefaults) {
|
|
1277
3262
|
let UnitStatusBackground;
|
|
1278
3263
|
(function (UnitStatusBackground) {
|
|
1279
|
-
UnitStatusBackground.UrgentSpeakRequest = "#
|
|
3264
|
+
UnitStatusBackground.UrgentSpeakRequest = "#EDFF00";
|
|
1280
3265
|
UnitStatusBackground.OnDutyAlongWay = "#0A8619";
|
|
1281
3266
|
UnitStatusBackground.OnDuty = "#0A8619";
|
|
1282
|
-
UnitStatusBackground.OnTheWay = "#
|
|
1283
|
-
UnitStatusBackground.OnScene = "#
|
|
1284
|
-
UnitStatusBackground.SpeakRequest = "#
|
|
3267
|
+
UnitStatusBackground.OnTheWay = "#97B4DE";
|
|
3268
|
+
UnitStatusBackground.OnScene = "#263A99";
|
|
3269
|
+
UnitStatusBackground.SpeakRequest = "#FF7124";
|
|
1285
3270
|
UnitStatusBackground.NotOnDuty = "#373737";
|
|
1286
|
-
UnitStatusBackground.DriveToDestination = "#
|
|
1287
|
-
UnitStatusBackground.ArrivedAtDestination = "#
|
|
1288
|
-
UnitStatusBackground.Individual = "#
|
|
3271
|
+
UnitStatusBackground.DriveToDestination = "#F2E7D3";
|
|
3272
|
+
UnitStatusBackground.ArrivedAtDestination = "#A37E51";
|
|
3273
|
+
UnitStatusBackground.Individual = "#2A2829";
|
|
1289
3274
|
})(UnitStatusBackground = UserInterfaceDefaults.UnitStatusBackground || (UserInterfaceDefaults.UnitStatusBackground = {}));
|
|
1290
3275
|
let UnitStatusForeground;
|
|
1291
3276
|
(function (UnitStatusForeground) {
|
|
1292
|
-
UnitStatusForeground.UrgentSpeakRequest = "#
|
|
3277
|
+
UnitStatusForeground.UrgentSpeakRequest = "#000000";
|
|
1293
3278
|
UnitStatusForeground.OnDutyAlongWay = "#ffffff";
|
|
1294
3279
|
UnitStatusForeground.OnDuty = "#ffffff";
|
|
1295
|
-
UnitStatusForeground.OnTheWay = "#
|
|
3280
|
+
UnitStatusForeground.OnTheWay = "#000000";
|
|
1296
3281
|
UnitStatusForeground.OnScene = "#ffffff";
|
|
1297
3282
|
UnitStatusForeground.SpeakRequest = "#ffffff";
|
|
1298
3283
|
UnitStatusForeground.NotOnDuty = "#ffffff";
|
|
1299
|
-
UnitStatusForeground.DriveToDestination = "#
|
|
3284
|
+
UnitStatusForeground.DriveToDestination = "#000000";
|
|
1300
3285
|
UnitStatusForeground.ArrivedAtDestination = "#ffffff";
|
|
1301
3286
|
UnitStatusForeground.Individual = "#ffffff";
|
|
1302
3287
|
})(UnitStatusForeground = UserInterfaceDefaults.UnitStatusForeground || (UserInterfaceDefaults.UnitStatusForeground = {}));
|