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