resqueserve-core 4.0.0-327 → 4.5.0
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 +2291 -1503
- package/main.d.ts.map +1 -1
- package/main.js +794 -763
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UserInterfaceDefaults = exports.UrlDefaults = exports.SignalRDefaults = exports.
|
|
3
|
+
exports.UserInterfaceDefaults = exports.UrlDefaults = exports.SignalRDefaults = 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.ShelfIdentificationStrategy = exports.ShelfBatchFailureMode = exports.ShelfBatchCreateMode = exports.SessionWebhookMethod = exports.SessionEventType = exports.ProblemInformation = exports.PoiHospitalDepartment = exports.PoiCategory = exports.OperationStatus = exports.OperationPriority = exports.OpeningDays = exports.NotificationCategory = exports.MissionCategory = exports.LocationAccuracy = exports.HotkeyModifiers = exports.HotkeyAction = exports.GeoProvider = exports.Gender = exports.DispatchGroupAvailabilityState = exports.DispatchCenterOption = exports.DispatchCenterClassification = exports.DispatchCenterCategory = exports.DateTimeFormat = exports.Country = exports.CallState = exports.AuditEntityIdType = exports.AuditActionSub = exports.AuditAction = void 0;
|
|
4
4
|
exports.setLocale = setLocale;
|
|
5
5
|
exports.getCurrentLocale = getCurrentLocale;
|
|
6
6
|
exports.getLocalizedEnumValue = getLocalizedEnumValue;
|
|
@@ -35,6 +35,7 @@ var AuditActionSub;
|
|
|
35
35
|
AuditActionSub[AuditActionSub["OperationDispatch"] = 7] = "OperationDispatch";
|
|
36
36
|
AuditActionSub[AuditActionSub["OperationDispatchCancel"] = 8] = "OperationDispatchCancel";
|
|
37
37
|
AuditActionSub[AuditActionSub["OperationUnitStatusChange"] = 9] = "OperationUnitStatusChange";
|
|
38
|
+
AuditActionSub[AuditActionSub["OperationSystemText"] = 10] = "OperationSystemText";
|
|
38
39
|
})(AuditActionSub || (exports.AuditActionSub = AuditActionSub = {}));
|
|
39
40
|
var AuditEntityIdType;
|
|
40
41
|
(function (AuditEntityIdType) {
|
|
@@ -80,142 +81,157 @@ var CallState;
|
|
|
80
81
|
*/
|
|
81
82
|
CallState[CallState["Busy"] = 7] = "Busy";
|
|
82
83
|
})(CallState || (exports.CallState = CallState = {}));
|
|
83
|
-
var
|
|
84
|
-
(function (
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
84
|
+
var Country;
|
|
85
|
+
(function (Country) {
|
|
86
|
+
Country[Country["NotSet"] = 0] = "NotSet";
|
|
87
|
+
Country[Country["Germany"] = 1] = "Germany";
|
|
88
|
+
Country[Country["Austria"] = 2] = "Austria";
|
|
89
|
+
Country[Country["Switzerland"] = 3] = "Switzerland";
|
|
90
|
+
Country[Country["Netherlands"] = 4] = "Netherlands";
|
|
91
|
+
Country[Country["UnitedKingdom"] = 5] = "UnitedKingdom";
|
|
92
|
+
Country[Country["UnitedStatesOfAmerica"] = 6] = "UnitedStatesOfAmerica";
|
|
93
|
+
Country[Country["France"] = 7] = "France";
|
|
94
|
+
Country[Country["Poland"] = 8] = "Poland";
|
|
95
|
+
Country[Country["Italy"] = 9] = "Italy";
|
|
96
|
+
Country[Country["Spain"] = 10] = "Spain";
|
|
97
|
+
Country[Country["Luxembourg"] = 11] = "Luxembourg";
|
|
98
|
+
Country[Country["CzechRepublic"] = 12] = "CzechRepublic";
|
|
99
|
+
Country[Country["Denmark"] = 13] = "Denmark";
|
|
100
|
+
Country[Country["Sweden"] = 14] = "Sweden";
|
|
101
|
+
Country[Country["Finland"] = 15] = "Finland";
|
|
102
|
+
Country[Country["Norway"] = 16] = "Norway";
|
|
103
|
+
})(Country || (exports.Country = Country = {}));
|
|
104
|
+
var DateTimeFormat;
|
|
105
|
+
(function (DateTimeFormat) {
|
|
106
|
+
DateTimeFormat[DateTimeFormat["DayFormat"] = 0] = "DayFormat";
|
|
107
|
+
DateTimeFormat[DateTimeFormat["HourFormat"] = 1] = "HourFormat";
|
|
108
|
+
DateTimeFormat[DateTimeFormat["JustNow"] = 2] = "JustNow";
|
|
109
|
+
DateTimeFormat[DateTimeFormat["MinuteFormat"] = 3] = "MinuteFormat";
|
|
110
|
+
DateTimeFormat[DateTimeFormat["MonthFormat"] = 4] = "MonthFormat";
|
|
111
|
+
DateTimeFormat[DateTimeFormat["YearFormat"] = 5] = "YearFormat";
|
|
112
|
+
})(DateTimeFormat || (exports.DateTimeFormat = DateTimeFormat = {}));
|
|
113
|
+
var DispatchCenterCategory;
|
|
114
|
+
(function (DispatchCenterCategory) {
|
|
115
|
+
DispatchCenterCategory[DispatchCenterCategory["AerztlicherBereitschaftsdienst"] = 0] = "AerztlicherBereitschaftsdienst";
|
|
116
|
+
DispatchCenterCategory[DispatchCenterCategory["Einsatzleitstelle"] = 1] = "Einsatzleitstelle";
|
|
117
|
+
DispatchCenterCategory[DispatchCenterCategory["Feuerwehreinsatzzentrale"] = 2] = "Feuerwehreinsatzzentrale";
|
|
118
|
+
DispatchCenterCategory[DispatchCenterCategory["IntegrierteLeitstelle"] = 3] = "IntegrierteLeitstelle";
|
|
119
|
+
DispatchCenterCategory[DispatchCenterCategory["IntegrierteRegionalleitstelle"] = 4] = "IntegrierteRegionalleitstelle";
|
|
120
|
+
DispatchCenterCategory[DispatchCenterCategory["KantonaleNotrufzentrale"] = 5] = "KantonaleNotrufzentrale";
|
|
121
|
+
DispatchCenterCategory[DispatchCenterCategory["KommunaleRegionalleitstelle"] = 6] = "KommunaleRegionalleitstelle";
|
|
122
|
+
DispatchCenterCategory[DispatchCenterCategory["KoordinationszentralefuerIntensivtransporthubschrauber"] = 7] = "KoordinationszentralefuerIntensivtransporthubschrauber";
|
|
123
|
+
DispatchCenterCategory[DispatchCenterCategory["Koordinierungsstelle"] = 8] = "Koordinierungsstelle";
|
|
124
|
+
DispatchCenterCategory[DispatchCenterCategory["KoordinierungsstellefuerspezielleSekundaertransporte"] = 9] = "KoordinierungsstellefuerspezielleSekundaertransporte";
|
|
125
|
+
DispatchCenterCategory[DispatchCenterCategory["Kreisleitstelle"] = 10] = "Kreisleitstelle";
|
|
126
|
+
DispatchCenterCategory[DispatchCenterCategory["Leitfunkstelle"] = 11] = "Leitfunkstelle";
|
|
127
|
+
DispatchCenterCategory[DispatchCenterCategory["Leitstelle"] = 12] = "Leitstelle";
|
|
128
|
+
DispatchCenterCategory[DispatchCenterCategory["RettungsUndFeuerwehrleitstelle"] = 13] = "RettungsUndFeuerwehrleitstelle";
|
|
129
|
+
DispatchCenterCategory[DispatchCenterCategory["Rettungsleitstelle"] = 14] = "Rettungsleitstelle";
|
|
130
|
+
DispatchCenterCategory[DispatchCenterCategory["ZentralefuerKrankenbefoerderungundNotfallservice"] = 15] = "ZentralefuerKrankenbefoerderungundNotfallservice";
|
|
131
|
+
DispatchCenterCategory[DispatchCenterCategory["ZentraleKoordinierungsstelle"] = 16] = "ZentraleKoordinierungsstelle";
|
|
132
|
+
DispatchCenterCategory[DispatchCenterCategory["ZentraleLeitstelle"] = 17] = "ZentraleLeitstelle";
|
|
133
|
+
DispatchCenterCategory[DispatchCenterCategory["KooperativeLeitstelle"] = 18] = "KooperativeLeitstelle";
|
|
134
|
+
DispatchCenterCategory[DispatchCenterCategory["RescueCoordinationCentre"] = 19] = "RescueCoordinationCentre";
|
|
135
|
+
DispatchCenterCategory[DispatchCenterCategory["KooperativeRegionalleitstelle"] = 20] = "KooperativeRegionalleitstelle";
|
|
136
|
+
DispatchCenterCategory[DispatchCenterCategory["Bezirksalarmzentrale"] = 21] = "Bezirksalarmzentrale";
|
|
137
|
+
DispatchCenterCategory[DispatchCenterCategory["CentreDeTraitementDeLalerte"] = 22] = "CentreDeTraitementDeLalerte";
|
|
138
|
+
DispatchCenterCategory[DispatchCenterCategory["CentreDeReceptionEtDeRegulationDesAppels"] = 23] = "CentreDeReceptionEtDeRegulationDesAppels";
|
|
139
|
+
DispatchCenterCategory[DispatchCenterCategory["CentreDepartementalDappelDurgence"] = 24] = "CentreDepartementalDappelDurgence";
|
|
140
|
+
DispatchCenterCategory[DispatchCenterCategory["CentreOperationnel"] = 25] = "CentreOperationnel";
|
|
141
|
+
DispatchCenterCategory[DispatchCenterCategory["CentreOperationnelDesServicesDeSecoursDeMarseille"] = 26] = "CentreOperationnelDesServicesDeSecoursDeMarseille";
|
|
142
|
+
})(DispatchCenterCategory || (exports.DispatchCenterCategory = DispatchCenterCategory = {}));
|
|
143
|
+
var DispatchCenterClassification;
|
|
144
|
+
(function (DispatchCenterClassification) {
|
|
145
|
+
DispatchCenterClassification[DispatchCenterClassification["F"] = 0] = "F";
|
|
146
|
+
DispatchCenterClassification[DispatchCenterClassification["E"] = 1] = "E";
|
|
147
|
+
DispatchCenterClassification[DispatchCenterClassification["D"] = 2] = "D";
|
|
148
|
+
DispatchCenterClassification[DispatchCenterClassification["C"] = 3] = "C";
|
|
149
|
+
DispatchCenterClassification[DispatchCenterClassification["B"] = 4] = "B";
|
|
150
|
+
DispatchCenterClassification[DispatchCenterClassification["A"] = 5] = "A";
|
|
151
|
+
})(DispatchCenterClassification || (exports.DispatchCenterClassification = DispatchCenterClassification = {}));
|
|
152
|
+
var DispatchCenterOption;
|
|
153
|
+
(function (DispatchCenterOption) {
|
|
119
154
|
/**
|
|
120
155
|
* Specifies that Status 6 will be only set by the command center, not by units.
|
|
121
156
|
*
|
|
122
157
|
*/
|
|
123
|
-
|
|
158
|
+
DispatchCenterOption[DispatchCenterOption["Status6IsSetByCommandcenter"] = 1] = "Status6IsSetByCommandcenter";
|
|
124
159
|
/**
|
|
125
160
|
* Restricts units to always use Status 5 for making speak requests.
|
|
126
161
|
*
|
|
127
162
|
*/
|
|
128
|
-
|
|
163
|
+
DispatchCenterOption[DispatchCenterOption["UnitsUseOnlyStatus5ForSpeakRequest"] = 2] = "UnitsUseOnlyStatus5ForSpeakRequest";
|
|
129
164
|
/**
|
|
130
165
|
* Enables doctors to use sirens when assigned Status 7.
|
|
131
166
|
*
|
|
132
167
|
*/
|
|
133
|
-
|
|
168
|
+
DispatchCenterOption[DispatchCenterOption["DoctorUsesSirenWithStatus7"] = 3] = "DoctorUsesSirenWithStatus7";
|
|
134
169
|
/**
|
|
135
170
|
* Ensures units are suggested in dispatch operations when they reach Status 8.
|
|
136
171
|
*
|
|
137
172
|
*/
|
|
138
|
-
|
|
173
|
+
DispatchCenterOption[DispatchCenterOption["UnitsWillBeSuggestedInStatus8"] = 4] = "UnitsWillBeSuggestedInStatus8";
|
|
139
174
|
/**
|
|
140
175
|
* Requires units to verbally inform the dispatch center of their transport destination.
|
|
141
176
|
*
|
|
142
177
|
*/
|
|
143
|
-
|
|
178
|
+
DispatchCenterOption[DispatchCenterOption["UnitsTellPatientDestinationVerbal"] = 5] = "UnitsTellPatientDestinationVerbal";
|
|
144
179
|
/**
|
|
145
180
|
* Mandates the use of verbal call signs for all communications.
|
|
146
181
|
*
|
|
147
182
|
*/
|
|
148
|
-
|
|
183
|
+
DispatchCenterOption[DispatchCenterOption["AlwaysUseVerbalCallSign"] = 6] = "AlwaysUseVerbalCallSign";
|
|
149
184
|
/**
|
|
150
185
|
* Includes keyword equipment in suggestions even if a dispatch order is used.
|
|
151
186
|
*
|
|
152
187
|
*/
|
|
153
|
-
|
|
188
|
+
DispatchCenterOption[DispatchCenterOption["IncludeKeywordEquipmentEvenIfDispatchOrderFound"] = 8] = "IncludeKeywordEquipmentEvenIfDispatchOrderFound";
|
|
154
189
|
/**
|
|
155
190
|
* Initiates sessions assuming regular ambulance service unless specified otherwise.
|
|
156
191
|
*
|
|
157
192
|
*/
|
|
158
|
-
|
|
193
|
+
DispatchCenterOption[DispatchCenterOption["StartSessionWithAmbulanceRegular"] = 9] = "StartSessionWithAmbulanceRegular";
|
|
159
194
|
/**
|
|
160
195
|
* Disables automatic creation of operations upon call acceptance.
|
|
161
196
|
*
|
|
162
197
|
*/
|
|
163
|
-
|
|
198
|
+
DispatchCenterOption[DispatchCenterOption["IsCreateOperationOnCallAcceptDisabled"] = 10] = "IsCreateOperationOnCallAcceptDisabled";
|
|
164
199
|
/**
|
|
165
200
|
* Uses known points of interest as the default operation location for calls.
|
|
166
201
|
*
|
|
167
202
|
*/
|
|
168
|
-
|
|
203
|
+
DispatchCenterOption[DispatchCenterOption["OperationLocationFromCallKnownPoi"] = 11] = "OperationLocationFromCallKnownPoi";
|
|
169
204
|
/**
|
|
170
205
|
* Resources in Status 3 drive to their assigned standby area.
|
|
171
206
|
*
|
|
172
207
|
*/
|
|
173
|
-
|
|
208
|
+
DispatchCenterOption[DispatchCenterOption["UnitsDriveToStandbyPositionInStatus3"] = 14] = "UnitsDriveToStandbyPositionInStatus3";
|
|
174
209
|
/**
|
|
175
210
|
* Resources continue driving to the standby area until an abort command is received.
|
|
176
211
|
*
|
|
177
212
|
*/
|
|
178
|
-
|
|
213
|
+
DispatchCenterOption[DispatchCenterOption["UnitsDriveBackToStandbyPositionUntilAbortSend"] = 15] = "UnitsDriveBackToStandbyPositionUntilAbortSend";
|
|
179
214
|
/**
|
|
180
215
|
* 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
216
|
*
|
|
182
217
|
*/
|
|
183
|
-
|
|
218
|
+
DispatchCenterOption[DispatchCenterOption["UnitGpsPositionInterpolation"] = 16] = "UnitGpsPositionInterpolation";
|
|
184
219
|
/**
|
|
185
220
|
* Disable Advanced Mobile Location (AML) data usage.
|
|
186
221
|
*
|
|
187
222
|
*/
|
|
188
|
-
|
|
223
|
+
DispatchCenterOption[DispatchCenterOption["DisableAdvancedMobileLocation"] = 17] = "DisableAdvancedMobileLocation";
|
|
189
224
|
/**
|
|
190
225
|
* Units will respond then off-duty.
|
|
191
226
|
*
|
|
192
227
|
*/
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
Country[Country["Switzerland"] = 3] = "Switzerland";
|
|
201
|
-
Country[Country["Netherlands"] = 4] = "Netherlands";
|
|
202
|
-
Country[Country["UnitedKingdom"] = 5] = "UnitedKingdom";
|
|
203
|
-
Country[Country["UnitedStatesOfAmerica"] = 6] = "UnitedStatesOfAmerica";
|
|
204
|
-
Country[Country["France"] = 7] = "France";
|
|
205
|
-
Country[Country["Poland"] = 8] = "Poland";
|
|
206
|
-
Country[Country["Italy"] = 9] = "Italy";
|
|
207
|
-
Country[Country["Spain"] = 10] = "Spain";
|
|
208
|
-
Country[Country["Luxembourg"] = 11] = "Luxembourg";
|
|
209
|
-
})(Country || (exports.Country = Country = {}));
|
|
210
|
-
var DateTimeFormat;
|
|
211
|
-
(function (DateTimeFormat) {
|
|
212
|
-
DateTimeFormat[DateTimeFormat["DayFormat"] = 0] = "DayFormat";
|
|
213
|
-
DateTimeFormat[DateTimeFormat["HourFormat"] = 1] = "HourFormat";
|
|
214
|
-
DateTimeFormat[DateTimeFormat["JustNow"] = 2] = "JustNow";
|
|
215
|
-
DateTimeFormat[DateTimeFormat["MinuteFormat"] = 3] = "MinuteFormat";
|
|
216
|
-
DateTimeFormat[DateTimeFormat["MonthFormat"] = 4] = "MonthFormat";
|
|
217
|
-
DateTimeFormat[DateTimeFormat["YearFormat"] = 5] = "YearFormat";
|
|
218
|
-
})(DateTimeFormat || (exports.DateTimeFormat = DateTimeFormat = {}));
|
|
228
|
+
DispatchCenterOption[DispatchCenterOption["UnitsOffDutyWillRespond"] = 18] = "UnitsOffDutyWillRespond";
|
|
229
|
+
/**
|
|
230
|
+
* Disable doctors / EMS will not relay on physicians.
|
|
231
|
+
*
|
|
232
|
+
*/
|
|
233
|
+
DispatchCenterOption[DispatchCenterOption["DisableDoctorBasedEms"] = 19] = "DisableDoctorBasedEms";
|
|
234
|
+
})(DispatchCenterOption || (exports.DispatchCenterOption = DispatchCenterOption = {}));
|
|
219
235
|
var DispatchGroupAvailabilityState;
|
|
220
236
|
(function (DispatchGroupAvailabilityState) {
|
|
221
237
|
/**
|
|
@@ -408,6 +424,20 @@ var NotificationCategory;
|
|
|
408
424
|
*/
|
|
409
425
|
NotificationCategory[NotificationCategory["TransportRequested"] = 13] = "TransportRequested";
|
|
410
426
|
})(NotificationCategory || (exports.NotificationCategory = NotificationCategory = {}));
|
|
427
|
+
var OpeningDays;
|
|
428
|
+
(function (OpeningDays) {
|
|
429
|
+
OpeningDays[OpeningDays["Monday"] = 1] = "Monday";
|
|
430
|
+
OpeningDays[OpeningDays["Tuesday"] = 2] = "Tuesday";
|
|
431
|
+
OpeningDays[OpeningDays["Wednesday"] = 4] = "Wednesday";
|
|
432
|
+
OpeningDays[OpeningDays["Thursday"] = 8] = "Thursday";
|
|
433
|
+
OpeningDays[OpeningDays["Friday"] = 16] = "Friday";
|
|
434
|
+
OpeningDays[OpeningDays["Weekdays"] = 31] = "Weekdays";
|
|
435
|
+
OpeningDays[OpeningDays["Saturday"] = 32] = "Saturday";
|
|
436
|
+
OpeningDays[OpeningDays["MondayToSaturday"] = 63] = "MondayToSaturday";
|
|
437
|
+
OpeningDays[OpeningDays["Sunday"] = 64] = "Sunday";
|
|
438
|
+
OpeningDays[OpeningDays["Weekend"] = 96] = "Weekend";
|
|
439
|
+
OpeningDays[OpeningDays["AllWeek"] = 127] = "AllWeek";
|
|
440
|
+
})(OpeningDays || (exports.OpeningDays = OpeningDays = {}));
|
|
411
441
|
var OperationPriority;
|
|
412
442
|
(function (OperationPriority) {
|
|
413
443
|
/**
|
|
@@ -560,135 +590,155 @@ var PoiHospitalDepartment;
|
|
|
560
590
|
})(PoiHospitalDepartment || (exports.PoiHospitalDepartment = PoiHospitalDepartment = {}));
|
|
561
591
|
var ProblemInformation;
|
|
562
592
|
(function (ProblemInformation) {
|
|
563
|
-
ProblemInformation[ProblemInformation["
|
|
564
|
-
ProblemInformation[ProblemInformation["
|
|
565
|
-
ProblemInformation[ProblemInformation["
|
|
566
|
-
ProblemInformation[ProblemInformation["
|
|
567
|
-
ProblemInformation[ProblemInformation["
|
|
568
|
-
ProblemInformation[ProblemInformation["
|
|
569
|
-
ProblemInformation[ProblemInformation["
|
|
570
|
-
ProblemInformation[ProblemInformation["
|
|
571
|
-
ProblemInformation[ProblemInformation["
|
|
572
|
-
ProblemInformation[ProblemInformation["
|
|
573
|
-
ProblemInformation[ProblemInformation["
|
|
574
|
-
ProblemInformation[ProblemInformation["
|
|
575
|
-
ProblemInformation[ProblemInformation["
|
|
576
|
-
ProblemInformation[ProblemInformation["
|
|
577
|
-
ProblemInformation[ProblemInformation["
|
|
578
|
-
ProblemInformation[ProblemInformation["
|
|
579
|
-
ProblemInformation[ProblemInformation["
|
|
580
|
-
ProblemInformation[ProblemInformation["
|
|
581
|
-
ProblemInformation[ProblemInformation["
|
|
582
|
-
ProblemInformation[ProblemInformation["
|
|
583
|
-
ProblemInformation[ProblemInformation["
|
|
584
|
-
ProblemInformation[ProblemInformation["
|
|
585
|
-
ProblemInformation[ProblemInformation["
|
|
586
|
-
ProblemInformation[ProblemInformation["
|
|
587
|
-
ProblemInformation[ProblemInformation["
|
|
588
|
-
ProblemInformation[ProblemInformation["
|
|
589
|
-
ProblemInformation[ProblemInformation["
|
|
590
|
-
ProblemInformation[ProblemInformation["
|
|
591
|
-
ProblemInformation[ProblemInformation["
|
|
592
|
-
ProblemInformation[ProblemInformation["
|
|
593
|
-
ProblemInformation[ProblemInformation["
|
|
594
|
-
ProblemInformation[ProblemInformation["
|
|
595
|
-
ProblemInformation[ProblemInformation["
|
|
596
|
-
ProblemInformation[ProblemInformation["
|
|
597
|
-
ProblemInformation[ProblemInformation["
|
|
598
|
-
ProblemInformation[ProblemInformation["
|
|
599
|
-
ProblemInformation[ProblemInformation["
|
|
600
|
-
ProblemInformation[ProblemInformation["
|
|
601
|
-
ProblemInformation[ProblemInformation["
|
|
602
|
-
ProblemInformation[ProblemInformation["
|
|
603
|
-
ProblemInformation[ProblemInformation["
|
|
604
|
-
ProblemInformation[ProblemInformation["
|
|
605
|
-
ProblemInformation[ProblemInformation["
|
|
606
|
-
ProblemInformation[ProblemInformation["
|
|
607
|
-
ProblemInformation[ProblemInformation["
|
|
608
|
-
ProblemInformation[ProblemInformation["
|
|
609
|
-
ProblemInformation[ProblemInformation["
|
|
610
|
-
ProblemInformation[ProblemInformation["
|
|
611
|
-
ProblemInformation[ProblemInformation["
|
|
612
|
-
ProblemInformation[ProblemInformation["
|
|
613
|
-
ProblemInformation[ProblemInformation["
|
|
614
|
-
ProblemInformation[ProblemInformation["
|
|
615
|
-
ProblemInformation[ProblemInformation["
|
|
616
|
-
ProblemInformation[ProblemInformation["
|
|
617
|
-
ProblemInformation[ProblemInformation["
|
|
618
|
-
ProblemInformation[ProblemInformation["
|
|
619
|
-
ProblemInformation[ProblemInformation["
|
|
620
|
-
ProblemInformation[ProblemInformation["
|
|
621
|
-
ProblemInformation[ProblemInformation["
|
|
622
|
-
ProblemInformation[ProblemInformation["
|
|
623
|
-
ProblemInformation[ProblemInformation["
|
|
624
|
-
ProblemInformation[ProblemInformation["
|
|
625
|
-
ProblemInformation[ProblemInformation["
|
|
626
|
-
ProblemInformation[ProblemInformation["
|
|
627
|
-
ProblemInformation[ProblemInformation["
|
|
628
|
-
ProblemInformation[ProblemInformation["
|
|
629
|
-
ProblemInformation[ProblemInformation["
|
|
630
|
-
ProblemInformation[ProblemInformation["
|
|
631
|
-
ProblemInformation[ProblemInformation["
|
|
632
|
-
ProblemInformation[ProblemInformation["
|
|
633
|
-
ProblemInformation[ProblemInformation["
|
|
634
|
-
ProblemInformation[ProblemInformation["
|
|
635
|
-
ProblemInformation[ProblemInformation["
|
|
636
|
-
ProblemInformation[ProblemInformation["
|
|
637
|
-
ProblemInformation[ProblemInformation["
|
|
638
|
-
ProblemInformation[ProblemInformation["
|
|
639
|
-
ProblemInformation[ProblemInformation["
|
|
640
|
-
ProblemInformation[ProblemInformation["
|
|
641
|
-
ProblemInformation[ProblemInformation["
|
|
642
|
-
ProblemInformation[ProblemInformation["
|
|
643
|
-
ProblemInformation[ProblemInformation["
|
|
644
|
-
ProblemInformation[ProblemInformation["
|
|
645
|
-
ProblemInformation[ProblemInformation["
|
|
646
|
-
ProblemInformation[ProblemInformation["
|
|
647
|
-
ProblemInformation[ProblemInformation["
|
|
648
|
-
ProblemInformation[ProblemInformation["
|
|
649
|
-
ProblemInformation[ProblemInformation["
|
|
650
|
-
ProblemInformation[ProblemInformation["
|
|
651
|
-
ProblemInformation[ProblemInformation["
|
|
652
|
-
ProblemInformation[ProblemInformation["
|
|
653
|
-
ProblemInformation[ProblemInformation["
|
|
654
|
-
ProblemInformation[ProblemInformation["
|
|
655
|
-
ProblemInformation[ProblemInformation["
|
|
656
|
-
ProblemInformation[ProblemInformation["
|
|
657
|
-
ProblemInformation[ProblemInformation["
|
|
658
|
-
ProblemInformation[ProblemInformation["
|
|
659
|
-
ProblemInformation[ProblemInformation["
|
|
660
|
-
ProblemInformation[ProblemInformation["
|
|
661
|
-
ProblemInformation[ProblemInformation["
|
|
662
|
-
ProblemInformation[ProblemInformation["
|
|
663
|
-
ProblemInformation[ProblemInformation["
|
|
664
|
-
ProblemInformation[ProblemInformation["
|
|
665
|
-
ProblemInformation[ProblemInformation["
|
|
666
|
-
ProblemInformation[ProblemInformation["
|
|
667
|
-
ProblemInformation[ProblemInformation["
|
|
668
|
-
ProblemInformation[ProblemInformation["
|
|
669
|
-
ProblemInformation[ProblemInformation["
|
|
670
|
-
ProblemInformation[ProblemInformation["
|
|
671
|
-
ProblemInformation[ProblemInformation["
|
|
672
|
-
ProblemInformation[ProblemInformation["
|
|
673
|
-
ProblemInformation[ProblemInformation["
|
|
674
|
-
ProblemInformation[ProblemInformation["
|
|
675
|
-
ProblemInformation[ProblemInformation["
|
|
676
|
-
ProblemInformation[ProblemInformation["
|
|
677
|
-
ProblemInformation[ProblemInformation["
|
|
678
|
-
ProblemInformation[ProblemInformation["
|
|
679
|
-
ProblemInformation[ProblemInformation["
|
|
680
|
-
ProblemInformation[ProblemInformation["
|
|
681
|
-
ProblemInformation[ProblemInformation["
|
|
682
|
-
ProblemInformation[ProblemInformation["
|
|
683
|
-
ProblemInformation[ProblemInformation["
|
|
684
|
-
ProblemInformation[ProblemInformation["
|
|
685
|
-
ProblemInformation[ProblemInformation["
|
|
686
|
-
ProblemInformation[ProblemInformation["
|
|
687
|
-
ProblemInformation[ProblemInformation["
|
|
688
|
-
ProblemInformation[ProblemInformation["
|
|
689
|
-
ProblemInformation[ProblemInformation["
|
|
690
|
-
ProblemInformation[ProblemInformation["
|
|
691
|
-
ProblemInformation[ProblemInformation["
|
|
593
|
+
ProblemInformation[ProblemInformation["None"] = 0] = "None";
|
|
594
|
+
ProblemInformation[ProblemInformation["UnhandledProblem"] = 1] = "UnhandledProblem";
|
|
595
|
+
ProblemInformation[ProblemInformation["ConnectionInterrupted"] = 2] = "ConnectionInterrupted";
|
|
596
|
+
ProblemInformation[ProblemInformation["InstanceShutdown"] = 3] = "InstanceShutdown";
|
|
597
|
+
ProblemInformation[ProblemInformation["ValidationProblem"] = 4] = "ValidationProblem";
|
|
598
|
+
ProblemInformation[ProblemInformation["TokenLifetimeInvalid"] = 5] = "TokenLifetimeInvalid";
|
|
599
|
+
ProblemInformation[ProblemInformation["TokenDescriptionRequired"] = 6] = "TokenDescriptionRequired";
|
|
600
|
+
ProblemInformation[ProblemInformation["NumberExpected"] = 7] = "NumberExpected";
|
|
601
|
+
ProblemInformation[ProblemInformation["DispatchCenterNotFound"] = 8] = "DispatchCenterNotFound";
|
|
602
|
+
ProblemInformation[ProblemInformation["UserNotFound"] = 9] = "UserNotFound";
|
|
603
|
+
ProblemInformation[ProblemInformation["UnitNotFound"] = 10] = "UnitNotFound";
|
|
604
|
+
ProblemInformation[ProblemInformation["KeywordNotFound"] = 11] = "KeywordNotFound";
|
|
605
|
+
ProblemInformation[ProblemInformation["PoiNotFound"] = 12] = "PoiNotFound";
|
|
606
|
+
ProblemInformation[ProblemInformation["RadiogroupNotFound"] = 13] = "RadiogroupNotFound";
|
|
607
|
+
ProblemInformation[ProblemInformation["StatuspageNotFound"] = 14] = "StatuspageNotFound";
|
|
608
|
+
ProblemInformation[ProblemInformation["CallsignShortIsRequired"] = 15] = "CallsignShortIsRequired";
|
|
609
|
+
ProblemInformation[ProblemInformation["CallsignIsRequired"] = 16] = "CallsignIsRequired";
|
|
610
|
+
ProblemInformation[ProblemInformation["UnitCategoryNotFound"] = 17] = "UnitCategoryNotFound";
|
|
611
|
+
ProblemInformation[ProblemInformation["UnitStationPoiIsInvalid"] = 18] = "UnitStationPoiIsInvalid";
|
|
612
|
+
ProblemInformation[ProblemInformation["UnitStationPoiIsRequired"] = 19] = "UnitStationPoiIsRequired";
|
|
613
|
+
ProblemInformation[ProblemInformation["UnitStationPoiNotFound"] = 20] = "UnitStationPoiNotFound";
|
|
614
|
+
ProblemInformation[ProblemInformation["UnitDoctorPickupPoiNotFound"] = 21] = "UnitDoctorPickupPoiNotFound";
|
|
615
|
+
ProblemInformation[ProblemInformation["UnitDoctorPickupPoiIsRequired"] = 22] = "UnitDoctorPickupPoiIsRequired";
|
|
616
|
+
ProblemInformation[ProblemInformation["CallsignFormatInvalid"] = 23] = "CallsignFormatInvalid";
|
|
617
|
+
ProblemInformation[ProblemInformation["CallsignAlreadyExists"] = 24] = "CallsignAlreadyExists";
|
|
618
|
+
ProblemInformation[ProblemInformation["CallsignShortAlreadyExists"] = 25] = "CallsignShortAlreadyExists";
|
|
619
|
+
ProblemInformation[ProblemInformation["CallsignShortFormatInvalid"] = 26] = "CallsignShortFormatInvalid";
|
|
620
|
+
ProblemInformation[ProblemInformation["CallsignVerbalFormatInvalid"] = 27] = "CallsignVerbalFormatInvalid";
|
|
621
|
+
ProblemInformation[ProblemInformation["CallsignGpsFormatInvalid"] = 28] = "CallsignGpsFormatInvalid";
|
|
622
|
+
ProblemInformation[ProblemInformation["DutyPeriodsIsRequired"] = 29] = "DutyPeriodsIsRequired";
|
|
623
|
+
ProblemInformation[ProblemInformation["StatuspageNameIsRequired"] = 30] = "StatuspageNameIsRequired";
|
|
624
|
+
ProblemInformation[ProblemInformation["StatuspageUnitGroupIsRequired"] = 31] = "StatuspageUnitGroupIsRequired";
|
|
625
|
+
ProblemInformation[ProblemInformation["StatuspageUnitIdIsRequired"] = 32] = "StatuspageUnitIdIsRequired";
|
|
626
|
+
ProblemInformation[ProblemInformation["StatuspageUnitNotFound"] = 33] = "StatuspageUnitNotFound";
|
|
627
|
+
ProblemInformation[ProblemInformation["StatuspageNameFormatInvalid"] = 34] = "StatuspageNameFormatInvalid";
|
|
628
|
+
ProblemInformation[ProblemInformation["StatuspageDescriptionFormatInvalid"] = 35] = "StatuspageDescriptionFormatInvalid";
|
|
629
|
+
ProblemInformation[ProblemInformation["StatuspageSortNumberFormatInvalid"] = 36] = "StatuspageSortNumberFormatInvalid";
|
|
630
|
+
ProblemInformation[ProblemInformation["RadiogroupNameIsRequired"] = 37] = "RadiogroupNameIsRequired";
|
|
631
|
+
ProblemInformation[ProblemInformation["RadiogroupNameAlreadyExists"] = 38] = "RadiogroupNameAlreadyExists";
|
|
632
|
+
ProblemInformation[ProblemInformation["RadiogroupDispatchCenterCallsignIsRequired"] = 39] = "RadiogroupDispatchCenterCallsignIsRequired";
|
|
633
|
+
ProblemInformation[ProblemInformation["RadiogroupNameFormatInvalid"] = 40] = "RadiogroupNameFormatInvalid";
|
|
634
|
+
ProblemInformation[ProblemInformation["RadiogroupDispatchCenterCallsignFormatInvalid"] = 41] = "RadiogroupDispatchCenterCallsignFormatInvalid";
|
|
635
|
+
ProblemInformation[ProblemInformation["KeywordNameIsRequired"] = 42] = "KeywordNameIsRequired";
|
|
636
|
+
ProblemInformation[ProblemInformation["KeywordNameAlreadyExists"] = 43] = "KeywordNameAlreadyExists";
|
|
637
|
+
ProblemInformation[ProblemInformation["KeywordNameFormatInvalid"] = 44] = "KeywordNameFormatInvalid";
|
|
638
|
+
ProblemInformation[ProblemInformation["KeywordDispatchAmountFormatInvalid"] = 45] = "KeywordDispatchAmountFormatInvalid";
|
|
639
|
+
ProblemInformation[ProblemInformation["KeywordRequiredEquipmentAmountFormatInvalid"] = 46] = "KeywordRequiredEquipmentAmountFormatInvalid";
|
|
640
|
+
ProblemInformation[ProblemInformation["KeywordTaskNameIsRequired"] = 47] = "KeywordTaskNameIsRequired";
|
|
641
|
+
ProblemInformation[ProblemInformation["PoiHasUnitsAssigned"] = 48] = "PoiHasUnitsAssigned";
|
|
642
|
+
ProblemInformation[ProblemInformation["PoiNameIsRequired"] = 49] = "PoiNameIsRequired";
|
|
643
|
+
ProblemInformation[ProblemInformation["PoiAddressNotFound"] = 50] = "PoiAddressNotFound";
|
|
644
|
+
ProblemInformation[ProblemInformation["PoiNameAlreadyExists"] = 51] = "PoiNameAlreadyExists";
|
|
645
|
+
ProblemInformation[ProblemInformation["PoiCategoryNotFound"] = 52] = "PoiCategoryNotFound";
|
|
646
|
+
ProblemInformation[ProblemInformation["PoiNameFormatInvalid"] = 53] = "PoiNameFormatInvalid";
|
|
647
|
+
ProblemInformation[ProblemInformation["PoiVerbalNameFormatInvalid"] = 54] = "PoiVerbalNameFormatInvalid";
|
|
648
|
+
ProblemInformation[ProblemInformation["PoiGermanGenusFormatInvalid"] = 55] = "PoiGermanGenusFormatInvalid";
|
|
649
|
+
ProblemInformation[ProblemInformation["PoiHouseNumberFormatInvalid"] = 56] = "PoiHouseNumberFormatInvalid";
|
|
650
|
+
ProblemInformation[ProblemInformation["PoiBonusMalusFormatInvalid"] = 57] = "PoiBonusMalusFormatInvalid";
|
|
651
|
+
ProblemInformation[ProblemInformation["PoiSearchTagsFormatInvalid"] = 58] = "PoiSearchTagsFormatInvalid";
|
|
652
|
+
ProblemInformation[ProblemInformation["AreaNotFound"] = 59] = "AreaNotFound";
|
|
653
|
+
ProblemInformation[ProblemInformation["AreaDistrictIsRequired"] = 60] = "AreaDistrictIsRequired";
|
|
654
|
+
ProblemInformation[ProblemInformation["AreaDistrictNotFound"] = 61] = "AreaDistrictNotFound";
|
|
655
|
+
ProblemInformation[ProblemInformation["AreaIncreaseFormatInvalid"] = 62] = "AreaIncreaseFormatInvalid";
|
|
656
|
+
ProblemInformation[ProblemInformation["AlreadyFriendsOrOpenRequest"] = 63] = "AlreadyFriendsOrOpenRequest";
|
|
657
|
+
ProblemInformation[ProblemInformation["CanNotFriendYourself"] = 64] = "CanNotFriendYourself";
|
|
658
|
+
ProblemInformation[ProblemInformation["FriendRequestNotFound"] = 65] = "FriendRequestNotFound";
|
|
659
|
+
ProblemInformation[ProblemInformation["MissionLoadNotFound"] = 66] = "MissionLoadNotFound";
|
|
660
|
+
ProblemInformation[ProblemInformation["MissionLoadCategoryNotFound"] = 67] = "MissionLoadCategoryNotFound";
|
|
661
|
+
ProblemInformation[ProblemInformation["MissionLoadHourFormatInvalid"] = 68] = "MissionLoadHourFormatInvalid";
|
|
662
|
+
ProblemInformation[ProblemInformation["MissionLoadAmountIsInvalid"] = 69] = "MissionLoadAmountIsInvalid";
|
|
663
|
+
ProblemInformation[ProblemInformation["MissionLoadHourAlreadyExists"] = 70] = "MissionLoadHourAlreadyExists";
|
|
664
|
+
ProblemInformation[ProblemInformation["DispatchCenterNameIsRequired"] = 71] = "DispatchCenterNameIsRequired";
|
|
665
|
+
ProblemInformation[ProblemInformation["DispatchCenterAddressNotFound"] = 72] = "DispatchCenterAddressNotFound";
|
|
666
|
+
ProblemInformation[ProblemInformation["DispatchCenterAddressPackageNotFound"] = 73] = "DispatchCenterAddressPackageNotFound";
|
|
667
|
+
ProblemInformation[ProblemInformation["DispatchCenterMaxUsersFormatInvalid"] = 74] = "DispatchCenterMaxUsersFormatInvalid";
|
|
668
|
+
ProblemInformation[ProblemInformation["DispatchCenterCallNumberOfficeFormatInvalid"] = 75] = "DispatchCenterCallNumberOfficeFormatInvalid";
|
|
669
|
+
ProblemInformation[ProblemInformation["DispatchCenterCallNumberEmergencyFormatInvalid"] = 76] = "DispatchCenterCallNumberEmergencyFormatInvalid";
|
|
670
|
+
ProblemInformation[ProblemInformation["DispatchCenterCallNumberPatientTransportFormatInvalid"] = 77] = "DispatchCenterCallNumberPatientTransportFormatInvalid";
|
|
671
|
+
ProblemInformation[ProblemInformation["DispatchCenterCallTextEmergencyFormatInvalid"] = 78] = "DispatchCenterCallTextEmergencyFormatInvalid";
|
|
672
|
+
ProblemInformation[ProblemInformation["DispatchCenterCallTextOfficeFormatInvalid"] = 79] = "DispatchCenterCallTextOfficeFormatInvalid";
|
|
673
|
+
ProblemInformation[ProblemInformation["DispatchCenterCallTextPatientTransportFormatInvalid"] = 80] = "DispatchCenterCallTextPatientTransportFormatInvalid";
|
|
674
|
+
ProblemInformation[ProblemInformation["DispatchCenterKeywordsPerOperationFormatInvalid"] = 81] = "DispatchCenterKeywordsPerOperationFormatInvalid";
|
|
675
|
+
ProblemInformation[ProblemInformation["DispatchCenterCustomGeocodingSearchFormatFormatInvalid"] = 82] = "DispatchCenterCustomGeocodingSearchFormatFormatInvalid";
|
|
676
|
+
ProblemInformation[ProblemInformation["DispatchCenterCategoryNotFound"] = 83] = "DispatchCenterCategoryNotFound";
|
|
677
|
+
ProblemInformation[ProblemInformation["FileToLarge"] = 84] = "FileToLarge";
|
|
678
|
+
ProblemInformation[ProblemInformation["FileFormatNotSupported"] = 85] = "FileFormatNotSupported";
|
|
679
|
+
ProblemInformation[ProblemInformation["FileNotFound"] = 86] = "FileNotFound";
|
|
680
|
+
ProblemInformation[ProblemInformation["SessionAlreadyExistsWithSameDispatchCenter"] = 87] = "SessionAlreadyExistsWithSameDispatchCenter";
|
|
681
|
+
ProblemInformation[ProblemInformation["SessionNotFound"] = 88] = "SessionNotFound";
|
|
682
|
+
ProblemInformation[ProblemInformation["SessionCreationFailed"] = 89] = "SessionCreationFailed";
|
|
683
|
+
ProblemInformation[ProblemInformation["UserAlreadyOwnsThis"] = 90] = "UserAlreadyOwnsThis";
|
|
684
|
+
ProblemInformation[ProblemInformation["AddressPackageIsNotSet"] = 91] = "AddressPackageIsNotSet";
|
|
685
|
+
ProblemInformation[ProblemInformation["UrlFormatInvalid"] = 92] = "UrlFormatInvalid";
|
|
686
|
+
ProblemInformation[ProblemInformation["HttpMethodFormatInvalid"] = 93] = "HttpMethodFormatInvalid";
|
|
687
|
+
ProblemInformation[ProblemInformation["UrlFormatProtocolInvalid"] = 94] = "UrlFormatProtocolInvalid";
|
|
688
|
+
ProblemInformation[ProblemInformation["ManagedSessionNotFound"] = 95] = "ManagedSessionNotFound";
|
|
689
|
+
ProblemInformation[ProblemInformation["TokenNameRequired"] = 96] = "TokenNameRequired";
|
|
690
|
+
ProblemInformation[ProblemInformation["TokenNameFormatInvalid"] = 97] = "TokenNameFormatInvalid";
|
|
691
|
+
ProblemInformation[ProblemInformation["TooManyManagedSessions"] = 98] = "TooManyManagedSessions";
|
|
692
|
+
ProblemInformation[ProblemInformation["CoordinatesFormatInvalid"] = 99] = "CoordinatesFormatInvalid";
|
|
693
|
+
ProblemInformation[ProblemInformation["SessionDeletionFailed"] = 100] = "SessionDeletionFailed";
|
|
694
|
+
ProblemInformation[ProblemInformation["SessionAlreadyExistsWithName"] = 101] = "SessionAlreadyExistsWithName";
|
|
695
|
+
ProblemInformation[ProblemInformation["SessionAccessNotFound"] = 102] = "SessionAccessNotFound";
|
|
696
|
+
ProblemInformation[ProblemInformation["SessionAccessForbidden"] = 103] = "SessionAccessForbidden";
|
|
697
|
+
ProblemInformation[ProblemInformation["UserNameRequired"] = 104] = "UserNameRequired";
|
|
698
|
+
ProblemInformation[ProblemInformation["UserOnWhitelistAlreadyExists"] = 105] = "UserOnWhitelistAlreadyExists";
|
|
699
|
+
ProblemInformation[ProblemInformation["UserOnBlacklistAlreadyExists"] = 106] = "UserOnBlacklistAlreadyExists";
|
|
700
|
+
ProblemInformation[ProblemInformation["FileFormatWrongDimensions"] = 107] = "FileFormatWrongDimensions";
|
|
701
|
+
ProblemInformation[ProblemInformation["OperationNotFound"] = 108] = "OperationNotFound";
|
|
702
|
+
ProblemInformation[ProblemInformation["OperationTaskNotFound"] = 109] = "OperationTaskNotFound";
|
|
703
|
+
ProblemInformation[ProblemInformation["TaskTemplateNotFound"] = 110] = "TaskTemplateNotFound";
|
|
704
|
+
ProblemInformation[ProblemInformation["TaskTemplateDescriptionTooLong"] = 111] = "TaskTemplateDescriptionTooLong";
|
|
705
|
+
ProblemInformation[ProblemInformation["TaskTemplateImplementationNameRequired"] = 112] = "TaskTemplateImplementationNameRequired";
|
|
706
|
+
ProblemInformation[ProblemInformation["TaskTemplateImplementationNameTooLong"] = 113] = "TaskTemplateImplementationNameTooLong";
|
|
707
|
+
ProblemInformation[ProblemInformation["TaskTemplateTimeoutMustBePositive"] = 114] = "TaskTemplateTimeoutMustBePositive";
|
|
708
|
+
ProblemInformation[ProblemInformation["TaskTemplateNeedsConditions"] = 115] = "TaskTemplateNeedsConditions";
|
|
709
|
+
ProblemInformation[ProblemInformation["TaskTemplateImplementationNameNotFound"] = 116] = "TaskTemplateImplementationNameNotFound";
|
|
710
|
+
ProblemInformation[ProblemInformation["TaskTemplateParameterIsRequired"] = 117] = "TaskTemplateParameterIsRequired";
|
|
711
|
+
ProblemInformation[ProblemInformation["TaskTemplateParameterFormatInvalid"] = 118] = "TaskTemplateParameterFormatInvalid";
|
|
712
|
+
ProblemInformation[ProblemInformation["ObjectIsReadOnly"] = 119] = "ObjectIsReadOnly";
|
|
713
|
+
ProblemInformation[ProblemInformation["OperationPropertyNameIsRequired"] = 120] = "OperationPropertyNameIsRequired";
|
|
714
|
+
ProblemInformation[ProblemInformation["OperationPriorityNotFound"] = 121] = "OperationPriorityNotFound";
|
|
715
|
+
ProblemInformation[ProblemInformation["PatientNotFound"] = 122] = "PatientNotFound";
|
|
716
|
+
ProblemInformation[ProblemInformation["OperationStatusNotFound"] = 123] = "OperationStatusNotFound";
|
|
717
|
+
ProblemInformation[ProblemInformation["OperationStatusNotAllowed"] = 124] = "OperationStatusNotAllowed";
|
|
718
|
+
ProblemInformation[ProblemInformation["TaskTemplateExecutionInvalid"] = 125] = "TaskTemplateExecutionInvalid";
|
|
719
|
+
ProblemInformation[ProblemInformation["TaskTemplateConditionFieldInvalid"] = 126] = "TaskTemplateConditionFieldInvalid";
|
|
720
|
+
ProblemInformation[ProblemInformation["TaskTemplateConditionOperatorInvalid"] = 127] = "TaskTemplateConditionOperatorInvalid";
|
|
721
|
+
ProblemInformation[ProblemInformation["TaskTemplateConditionValueFormatInvalid"] = 128] = "TaskTemplateConditionValueFormatInvalid";
|
|
722
|
+
ProblemInformation[ProblemInformation["DispatchCenterNameFormatInvalid"] = 129] = "DispatchCenterNameFormatInvalid";
|
|
723
|
+
ProblemInformation[ProblemInformation["DispatchCenterCallNumberFormatInvalid"] = 130] = "DispatchCenterCallNumberFormatInvalid";
|
|
724
|
+
ProblemInformation[ProblemInformation["DispatchCenterMaxPlayersInvalid"] = 131] = "DispatchCenterMaxPlayersInvalid";
|
|
725
|
+
ProblemInformation[ProblemInformation["DispatchCenterOperationsPerYearInvalid"] = 132] = "DispatchCenterOperationsPerYearInvalid";
|
|
726
|
+
ProblemInformation[ProblemInformation["DispatchCenterAdministratorNotFound"] = 133] = "DispatchCenterAdministratorNotFound";
|
|
727
|
+
ProblemInformation[ProblemInformation["DispatchCenterOwnerNotFound"] = 134] = "DispatchCenterOwnerNotFound";
|
|
728
|
+
ProblemInformation[ProblemInformation["DispatchCenterClassificationInvalid"] = 135] = "DispatchCenterClassificationInvalid";
|
|
729
|
+
ProblemInformation[ProblemInformation["SessionWorkplaceRequired"] = 136] = "SessionWorkplaceRequired";
|
|
730
|
+
ProblemInformation[ProblemInformation["SessionNotBound"] = 137] = "SessionNotBound";
|
|
731
|
+
ProblemInformation[ProblemInformation["ShelfEntityWithOriginIdNotFound"] = 138] = "ShelfEntityWithOriginIdNotFound";
|
|
732
|
+
ProblemInformation[ProblemInformation["ShelfEntityWithInternalIdNotFound"] = 139] = "ShelfEntityWithInternalIdNotFound";
|
|
733
|
+
ProblemInformation[ProblemInformation["ShelfEntityOriginIdIsRequired"] = 140] = "ShelfEntityOriginIdIsRequired";
|
|
734
|
+
ProblemInformation[ProblemInformation["ShelfEntityOriginIdAlreadyExists"] = 141] = "ShelfEntityOriginIdAlreadyExists";
|
|
735
|
+
ProblemInformation[ProblemInformation["ShelfEntityWithOriginAndInternalIdNotFound"] = 142] = "ShelfEntityWithOriginAndInternalIdNotFound";
|
|
736
|
+
ProblemInformation[ProblemInformation["ShelfEntityAlreadyExists"] = 143] = "ShelfEntityAlreadyExists";
|
|
737
|
+
ProblemInformation[ProblemInformation["ShelfOriginNamespaceTooLong"] = 144] = "ShelfOriginNamespaceTooLong";
|
|
738
|
+
ProblemInformation[ProblemInformation["ShelfOriginIdTooLong"] = 145] = "ShelfOriginIdTooLong";
|
|
739
|
+
ProblemInformation[ProblemInformation["ShelfOriginVersionTooLong"] = 146] = "ShelfOriginVersionTooLong";
|
|
740
|
+
ProblemInformation[ProblemInformation["ShelfOriginIdIsRequired"] = 147] = "ShelfOriginIdIsRequired";
|
|
741
|
+
ProblemInformation[ProblemInformation["ShelfOriginNamespaceIsRequired"] = 148] = "ShelfOriginNamespaceIsRequired";
|
|
692
742
|
})(ProblemInformation || (exports.ProblemInformation = ProblemInformation = {}));
|
|
693
743
|
var SessionEventType;
|
|
694
744
|
(function (SessionEventType) {
|
|
@@ -800,6 +850,75 @@ var SessionWebhookMethod;
|
|
|
800
850
|
SessionWebhookMethod[SessionWebhookMethod["PUT"] = 2] = "PUT";
|
|
801
851
|
SessionWebhookMethod[SessionWebhookMethod["DELETE"] = 3] = "DELETE";
|
|
802
852
|
})(SessionWebhookMethod || (exports.SessionWebhookMethod = SessionWebhookMethod = {}));
|
|
853
|
+
var ShelfBatchCreateMode;
|
|
854
|
+
(function (ShelfBatchCreateMode) {
|
|
855
|
+
/**
|
|
856
|
+
* Validates the batch without making any changes to the database.
|
|
857
|
+
*
|
|
858
|
+
*/
|
|
859
|
+
ShelfBatchCreateMode[ShelfBatchCreateMode["DryRun"] = 0] = "DryRun";
|
|
860
|
+
/**
|
|
861
|
+
* Only updates existing entities. Does not create new entities.
|
|
862
|
+
*
|
|
863
|
+
*/
|
|
864
|
+
ShelfBatchCreateMode[ShelfBatchCreateMode["UpdateOnly"] = 1] = "UpdateOnly";
|
|
865
|
+
/**
|
|
866
|
+
* Only creates new entities. Does not update existing entities.
|
|
867
|
+
*
|
|
868
|
+
*/
|
|
869
|
+
ShelfBatchCreateMode[ShelfBatchCreateMode["CreateOnly"] = 2] = "CreateOnly";
|
|
870
|
+
/**
|
|
871
|
+
* Updates existing entities and creates new entities as needed.
|
|
872
|
+
*
|
|
873
|
+
*/
|
|
874
|
+
ShelfBatchCreateMode[ShelfBatchCreateMode["CreateOrUpdate"] = 3] = "CreateOrUpdate";
|
|
875
|
+
})(ShelfBatchCreateMode || (exports.ShelfBatchCreateMode = ShelfBatchCreateMode = {}));
|
|
876
|
+
var ShelfBatchFailureMode;
|
|
877
|
+
(function (ShelfBatchFailureMode) {
|
|
878
|
+
/**
|
|
879
|
+
* Stop the entire batch operation immediately when the first entity fails. All successful operations are rolled back.
|
|
880
|
+
*
|
|
881
|
+
*/
|
|
882
|
+
ShelfBatchFailureMode[ShelfBatchFailureMode["StopOnFirstFailure"] = 0] = "StopOnFirstFailure";
|
|
883
|
+
/**
|
|
884
|
+
* Skip failed entities and continue processing the remaining entities. Successful operations are committed, failed entities are reported.
|
|
885
|
+
*
|
|
886
|
+
*/
|
|
887
|
+
ShelfBatchFailureMode[ShelfBatchFailureMode["SkipAndContinue"] = 1] = "SkipAndContinue";
|
|
888
|
+
/**
|
|
889
|
+
* Complete the entire batch but collect all failures. Roll back all operations if any entity fails.
|
|
890
|
+
*
|
|
891
|
+
*/
|
|
892
|
+
ShelfBatchFailureMode[ShelfBatchFailureMode["AllOrNothing"] = 2] = "AllOrNothing";
|
|
893
|
+
})(ShelfBatchFailureMode || (exports.ShelfBatchFailureMode = ShelfBatchFailureMode = {}));
|
|
894
|
+
var ShelfIdentificationStrategy;
|
|
895
|
+
(function (ShelfIdentificationStrategy) {
|
|
896
|
+
/**
|
|
897
|
+
* Always use the origin ID for entity identification. Fails if origin ID is not provided or entity is not found.
|
|
898
|
+
*
|
|
899
|
+
*/
|
|
900
|
+
ShelfIdentificationStrategy[ShelfIdentificationStrategy["OriginIdOnly"] = 0] = "OriginIdOnly";
|
|
901
|
+
/**
|
|
902
|
+
* Use the origin ID if provided, otherwise fall back to internal ID.
|
|
903
|
+
*
|
|
904
|
+
*/
|
|
905
|
+
ShelfIdentificationStrategy[ShelfIdentificationStrategy["OriginIdOrInternalId"] = 1] = "OriginIdOrInternalId";
|
|
906
|
+
/**
|
|
907
|
+
* Use the origin ID for lookup, but fall back to internal ID if entity is not found.
|
|
908
|
+
*
|
|
909
|
+
*/
|
|
910
|
+
ShelfIdentificationStrategy[ShelfIdentificationStrategy["OriginIdWithInternalIdFallback"] = 2] = "OriginIdWithInternalIdFallback";
|
|
911
|
+
/**
|
|
912
|
+
* Use the origin ID if provided and entity exists, otherwise fall back to internal ID. Combines both null check and existence check fallback behavior.
|
|
913
|
+
*
|
|
914
|
+
*/
|
|
915
|
+
ShelfIdentificationStrategy[ShelfIdentificationStrategy["OriginIdWithFullFallback"] = 3] = "OriginIdWithFullFallback";
|
|
916
|
+
/**
|
|
917
|
+
* Will not compare any provided ids with existing ids. All entities will be handled as "new".
|
|
918
|
+
*
|
|
919
|
+
*/
|
|
920
|
+
ShelfIdentificationStrategy[ShelfIdentificationStrategy["Disable"] = 4] = "Disable";
|
|
921
|
+
})(ShelfIdentificationStrategy || (exports.ShelfIdentificationStrategy = ShelfIdentificationStrategy = {}));
|
|
803
922
|
var Sound;
|
|
804
923
|
(function (Sound) {
|
|
805
924
|
/**
|
|
@@ -853,13 +972,13 @@ var Sound;
|
|
|
853
972
|
*/
|
|
854
973
|
Sound[Sound["StatusChange"] = 10] = "StatusChange";
|
|
855
974
|
})(Sound || (exports.Sound = Sound = {}));
|
|
856
|
-
var
|
|
857
|
-
(function (
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
})(
|
|
975
|
+
var StatusPageDisplayOption;
|
|
976
|
+
(function (StatusPageDisplayOption) {
|
|
977
|
+
StatusPageDisplayOption[StatusPageDisplayOption["CallSign"] = 0] = "CallSign";
|
|
978
|
+
StatusPageDisplayOption[StatusPageDisplayOption["CallSignShort"] = 1] = "CallSignShort";
|
|
979
|
+
StatusPageDisplayOption[StatusPageDisplayOption["CallSignVerbal"] = 2] = "CallSignVerbal";
|
|
980
|
+
StatusPageDisplayOption[StatusPageDisplayOption["CallSignGps"] = 3] = "CallSignGps";
|
|
981
|
+
})(StatusPageDisplayOption || (exports.StatusPageDisplayOption = StatusPageDisplayOption = {}));
|
|
863
982
|
var TaskConditionField;
|
|
864
983
|
(function (TaskConditionField) {
|
|
865
984
|
/**
|
|
@@ -1081,20 +1200,15 @@ var UnitDispatchOption;
|
|
|
1081
1200
|
var UnitDoctorOption;
|
|
1082
1201
|
(function (UnitDoctorOption) {
|
|
1083
1202
|
/**
|
|
1084
|
-
* Indicates that
|
|
1203
|
+
* Indicates that the unit will not suggested as doctor.
|
|
1085
1204
|
*
|
|
1086
1205
|
*/
|
|
1087
|
-
UnitDoctorOption[UnitDoctorOption["
|
|
1206
|
+
UnitDoctorOption[UnitDoctorOption["DontSuggestAsDoctor"] = 0] = "DontSuggestAsDoctor";
|
|
1088
1207
|
/**
|
|
1089
|
-
* Indicates that the unit has a doctor
|
|
1208
|
+
* Indicates that the unit has a doctor and will be suggested when suggesters are looking for doctor units.
|
|
1090
1209
|
*
|
|
1091
1210
|
*/
|
|
1092
|
-
UnitDoctorOption[UnitDoctorOption["
|
|
1093
|
-
/**
|
|
1094
|
-
* Indicates that the doctor is picked up at the specified doctor pickup point of interest (POI) after dispatch. This option must be set at unit model if is selected.
|
|
1095
|
-
*
|
|
1096
|
-
*/
|
|
1097
|
-
UnitDoctorOption[UnitDoctorOption["PickUpAtPoi"] = 2] = "PickUpAtPoi";
|
|
1211
|
+
UnitDoctorOption[UnitDoctorOption["SuggestAsDoctor"] = 1] = "SuggestAsDoctor";
|
|
1098
1212
|
})(UnitDoctorOption || (exports.UnitDoctorOption = UnitDoctorOption = {}));
|
|
1099
1213
|
var UnitDutyOptions;
|
|
1100
1214
|
(function (UnitDutyOptions) {
|
|
@@ -1256,19 +1370,107 @@ var DayOfWeek;
|
|
|
1256
1370
|
DayOfWeek[DayOfWeek["Saturday"] = 6] = "Saturday";
|
|
1257
1371
|
})(DayOfWeek || (exports.DayOfWeek = DayOfWeek = {}));
|
|
1258
1372
|
exports.EnumLocalizations = {
|
|
1259
|
-
"
|
|
1373
|
+
"Country": {
|
|
1374
|
+
"NotSet": {
|
|
1375
|
+
"de-DE": "Auswählen ...",
|
|
1376
|
+
"en-US": "Select ..."
|
|
1377
|
+
},
|
|
1378
|
+
"Germany": {
|
|
1379
|
+
"de-DE": "Deutschland",
|
|
1380
|
+
"en-US": "Germany"
|
|
1381
|
+
},
|
|
1382
|
+
"Austria": {
|
|
1383
|
+
"de-DE": "Österreich",
|
|
1384
|
+
"en-US": "Austria"
|
|
1385
|
+
},
|
|
1386
|
+
"Switzerland": {
|
|
1387
|
+
"de-DE": "Schweiz",
|
|
1388
|
+
"en-US": "Switzerland"
|
|
1389
|
+
},
|
|
1390
|
+
"Netherlands": {
|
|
1391
|
+
"de-DE": "Niederlande",
|
|
1392
|
+
"en-US": "Netherlands"
|
|
1393
|
+
},
|
|
1394
|
+
"UnitedKingdom": {
|
|
1395
|
+
"de-DE": "Vereinigtes Königreich",
|
|
1396
|
+
"en-US": "United Kingdom"
|
|
1397
|
+
},
|
|
1398
|
+
"UnitedStatesOfAmerica": {
|
|
1399
|
+
"de-DE": "Vereinigte Staaten von Amerika",
|
|
1400
|
+
"en-US": "United States of America"
|
|
1401
|
+
},
|
|
1402
|
+
"France": {
|
|
1403
|
+
"de-DE": "Frankreich",
|
|
1404
|
+
"en-US": "France"
|
|
1405
|
+
},
|
|
1406
|
+
"Poland": {
|
|
1407
|
+
"de-DE": "Polen",
|
|
1408
|
+
"en-US": "Poland"
|
|
1409
|
+
},
|
|
1410
|
+
"Italy": {
|
|
1411
|
+
"de-DE": "Italien",
|
|
1412
|
+
"en-US": "Italy"
|
|
1413
|
+
},
|
|
1414
|
+
"Spain": {
|
|
1415
|
+
"de-DE": "Spanien",
|
|
1416
|
+
"en-US": "Spain"
|
|
1417
|
+
},
|
|
1418
|
+
"Luxembourg": {
|
|
1419
|
+
"de-DE": "Luxemburg",
|
|
1420
|
+
"en-US": "Luxembourg"
|
|
1421
|
+
},
|
|
1422
|
+
"CzechRepublic": {
|
|
1423
|
+
"de-DE": "Tschechien",
|
|
1424
|
+
"en-US": "Czech Republic"
|
|
1425
|
+
},
|
|
1426
|
+
"Denmark": {
|
|
1427
|
+
"de-DE": "Dänemark",
|
|
1428
|
+
"en-US": "Denmark"
|
|
1429
|
+
},
|
|
1430
|
+
"Sweden": {
|
|
1431
|
+
"de-DE": "Schweden",
|
|
1432
|
+
"en-US": "Sweden"
|
|
1433
|
+
},
|
|
1434
|
+
"Finland": {
|
|
1435
|
+
"de-DE": "Finnland",
|
|
1436
|
+
"en-US": "Finland"
|
|
1437
|
+
},
|
|
1438
|
+
"Norway": {
|
|
1439
|
+
"de-DE": "Norwegen",
|
|
1440
|
+
"en-US": "Norway"
|
|
1441
|
+
}
|
|
1442
|
+
},
|
|
1443
|
+
"DateTimeFormat": {
|
|
1444
|
+
"DayFormat": {
|
|
1445
|
+
"de-DE": "vor {0} Tag|vor {0} Tagen",
|
|
1446
|
+
"en-US": "{0} day ago|{0} days ago"
|
|
1447
|
+
},
|
|
1448
|
+
"HourFormat": {
|
|
1449
|
+
"de-DE": "vor {0} Stunde|vor {0} Stunden",
|
|
1450
|
+
"en-US": "{0} hour ago|{0} hours ago"
|
|
1451
|
+
},
|
|
1452
|
+
"JustNow": {
|
|
1453
|
+
"de-DE": "gerade eben",
|
|
1454
|
+
"en-US": "just now"
|
|
1455
|
+
},
|
|
1456
|
+
"MinuteFormat": {
|
|
1457
|
+
"de-DE": "vor {0} Minute|vor {0} Minuten",
|
|
1458
|
+
"en-US": "{0} minute ago|{0} minutes ago"
|
|
1459
|
+
},
|
|
1460
|
+
"MonthFormat": {
|
|
1461
|
+
"de-DE": "vor {0} Monat|vor {0} Monaten",
|
|
1462
|
+
"en-US": "{0} month ago|{0} months ago"
|
|
1463
|
+
},
|
|
1464
|
+
"YearFormat": {
|
|
1465
|
+
"de-DE": "vor {0} Jahr|vor {0} Jahren",
|
|
1466
|
+
"en-US": "{0} year ago|{0} years ago"
|
|
1467
|
+
}
|
|
1468
|
+
},
|
|
1469
|
+
"DispatchCenterCategory": {
|
|
1260
1470
|
"AerztlicherBereitschaftsdienst": {
|
|
1261
1471
|
"de-DE": "Ärztlicher Bereitschaftsdienst",
|
|
1262
1472
|
"en-US": "Ärztlicher Bereitschaftsdienst"
|
|
1263
1473
|
},
|
|
1264
|
-
"Einsatzleitstelle": {
|
|
1265
|
-
"de-DE": "Einsatzleitstelle",
|
|
1266
|
-
"en-US": "Einsatzleitstelle"
|
|
1267
|
-
},
|
|
1268
|
-
"Feuerwehreinsatzzentrale": {
|
|
1269
|
-
"de-DE": "Feuerwehreinsatzzentrale",
|
|
1270
|
-
"en-US": "Feuerwehreinsatzzentrale"
|
|
1271
|
-
},
|
|
1272
1474
|
"IntegrierteLeitstelle": {
|
|
1273
1475
|
"de-DE": "Integrierte Leitstelle",
|
|
1274
1476
|
"en-US": "Integrierte Leitstelle"
|
|
@@ -1289,34 +1491,14 @@ exports.EnumLocalizations = {
|
|
|
1289
1491
|
"de-DE": "Koordinationszentrale für Intensivtransporthubschrauber",
|
|
1290
1492
|
"en-US": "Koordinationszentrale für Intensivtransporthubschrauber"
|
|
1291
1493
|
},
|
|
1292
|
-
"Koordinierungsstelle": {
|
|
1293
|
-
"de-DE": "Koordinierungsstelle",
|
|
1294
|
-
"en-US": "Koordinierungsstelle"
|
|
1295
|
-
},
|
|
1296
1494
|
"KoordinierungsstellefuerspezielleSekundaertransporte": {
|
|
1297
1495
|
"de-DE": "Koordinierungsstelle für spezielle Sekundärtransporte",
|
|
1298
1496
|
"en-US": "Koordinierungsstelle für spezielle Sekundärtransporte"
|
|
1299
1497
|
},
|
|
1300
|
-
"Kreisleitstelle": {
|
|
1301
|
-
"de-DE": "Kreisleitstelle",
|
|
1302
|
-
"en-US": "Kreisleitstelle"
|
|
1303
|
-
},
|
|
1304
|
-
"Leitfunkstelle": {
|
|
1305
|
-
"de-DE": "Leitfunkstelle",
|
|
1306
|
-
"en-US": "Leitfunkstelle"
|
|
1307
|
-
},
|
|
1308
|
-
"Leitstelle": {
|
|
1309
|
-
"de-DE": "Leitstelle",
|
|
1310
|
-
"en-US": "Leitstelle"
|
|
1311
|
-
},
|
|
1312
1498
|
"RettungsUndFeuerwehrleitstelle": {
|
|
1313
1499
|
"de-DE": "Rettungs- und Feuerwehrleitstelle",
|
|
1314
1500
|
"en-US": "Rettungs- und Feuerwehrleitstelle"
|
|
1315
1501
|
},
|
|
1316
|
-
"Rettungsleitstelle": {
|
|
1317
|
-
"de-DE": "Rettungsleitstelle",
|
|
1318
|
-
"en-US": "Rettungsleitstelle"
|
|
1319
|
-
},
|
|
1320
1502
|
"ZentralefuerKrankenbefoerderungundNotfallservice": {
|
|
1321
1503
|
"de-DE": "Zentrale für Krankenbeförderung und Notfallservice",
|
|
1322
1504
|
"en-US": "Zentrale für Krankenbeförderung und Notfallservice"
|
|
@@ -1341,12 +1523,28 @@ exports.EnumLocalizations = {
|
|
|
1341
1523
|
"de-DE": "Kooperative Regionalleitstelle",
|
|
1342
1524
|
"en-US": "Kooperative Regionalleitstelle"
|
|
1343
1525
|
},
|
|
1344
|
-
"
|
|
1345
|
-
"de-DE": "
|
|
1346
|
-
"en-US": "
|
|
1526
|
+
"CentreDeTraitementDeLalerte": {
|
|
1527
|
+
"de-DE": "Centre de Traitement de l’Alerte",
|
|
1528
|
+
"en-US": "Centre de Traitement de l’Alerte"
|
|
1529
|
+
},
|
|
1530
|
+
"CentreDeReceptionEtDeRegulationDesAppels": {
|
|
1531
|
+
"de-DE": "Centre de Réception et de Régulation des Appels",
|
|
1532
|
+
"en-US": "Centre de Réception et de Régulation des Appels"
|
|
1533
|
+
},
|
|
1534
|
+
"CentreDepartementalDappelDurgence": {
|
|
1535
|
+
"de-DE": "Centre Départemental d’Appel d’Urgence",
|
|
1536
|
+
"en-US": "Centre Départemental d’Appel d’Urgence"
|
|
1537
|
+
},
|
|
1538
|
+
"CentreOperationnel": {
|
|
1539
|
+
"de-DE": "Centre Opérationnel",
|
|
1540
|
+
"en-US": "Centre Opérationnel"
|
|
1541
|
+
},
|
|
1542
|
+
"CentreOperationnelDesServicesDeSecoursDeMarseille": {
|
|
1543
|
+
"de-DE": "Centre Opérationnel des Services de Secours de Marseille",
|
|
1544
|
+
"en-US": "Centre Opérationnel des Services de Secours de Marseille"
|
|
1347
1545
|
}
|
|
1348
1546
|
},
|
|
1349
|
-
"
|
|
1547
|
+
"DispatchCenterOption": {
|
|
1350
1548
|
"Status6IsSetByCommandcenter": {
|
|
1351
1549
|
"de-DE": "Status 6 wird durch Leitstelle auf Anfrage vergeben",
|
|
1352
1550
|
"en-US": "Status 6 is set by dispatch center"
|
|
@@ -1406,184 +1604,10 @@ exports.EnumLocalizations = {
|
|
|
1406
1604
|
"UnitsOffDutyWillRespond": {
|
|
1407
1605
|
"de-DE": "Ressourcen außerhalb der Dienstzeit reagieren auf Alarmierung",
|
|
1408
1606
|
"en-US": "Units will respond even off-duty"
|
|
1409
|
-
}
|
|
1410
|
-
},
|
|
1411
|
-
"Country": {
|
|
1412
|
-
"NotSet": {
|
|
1413
|
-
"de-DE": "Auswählen ...",
|
|
1414
|
-
"en-US": "Select ..."
|
|
1415
|
-
},
|
|
1416
|
-
"Germany": {
|
|
1417
|
-
"de-DE": "Deutschland",
|
|
1418
|
-
"en-US": "Germany"
|
|
1419
1607
|
},
|
|
1420
|
-
"
|
|
1421
|
-
"de-DE": "
|
|
1422
|
-
"en-US": "
|
|
1423
|
-
},
|
|
1424
|
-
"Switzerland": {
|
|
1425
|
-
"de-DE": "Schweiz",
|
|
1426
|
-
"en-US": "Switzerland"
|
|
1427
|
-
},
|
|
1428
|
-
"Netherlands": {
|
|
1429
|
-
"de-DE": "Niederlande",
|
|
1430
|
-
"en-US": "Netherlands"
|
|
1431
|
-
},
|
|
1432
|
-
"UnitedKingdom": {
|
|
1433
|
-
"de-DE": "Vereinigtes Königreich",
|
|
1434
|
-
"en-US": "United Kingdom"
|
|
1435
|
-
},
|
|
1436
|
-
"UnitedStatesOfAmerica": {
|
|
1437
|
-
"de-DE": "Vereinigte Staaten von Amerika",
|
|
1438
|
-
"en-US": "United States of America"
|
|
1439
|
-
},
|
|
1440
|
-
"France": {
|
|
1441
|
-
"de-DE": "Frankreich",
|
|
1442
|
-
"en-US": "France"
|
|
1443
|
-
},
|
|
1444
|
-
"Poland": {
|
|
1445
|
-
"de-DE": "Polen",
|
|
1446
|
-
"en-US": "Poland"
|
|
1447
|
-
},
|
|
1448
|
-
"Italy": {
|
|
1449
|
-
"de-DE": "Italien",
|
|
1450
|
-
"en-US": "Italy"
|
|
1451
|
-
},
|
|
1452
|
-
"Spain": {
|
|
1453
|
-
"de-DE": "Spanien",
|
|
1454
|
-
"en-US": "Spain"
|
|
1455
|
-
},
|
|
1456
|
-
"Luxembourg": {
|
|
1457
|
-
"de-DE": "Luxemburg",
|
|
1458
|
-
"en-US": "Luxembourg"
|
|
1459
|
-
}
|
|
1460
|
-
},
|
|
1461
|
-
"DateTimeFormat": {
|
|
1462
|
-
"DayFormat": {
|
|
1463
|
-
"de-DE": "vor {0} Tag|vor {0} Tagen",
|
|
1464
|
-
"en-US": "{0} day ago|{0} days ago"
|
|
1465
|
-
},
|
|
1466
|
-
"HourFormat": {
|
|
1467
|
-
"de-DE": "vor {0} Stunde|vor {0} Stunden",
|
|
1468
|
-
"en-US": "{0} hour ago|{0} hours ago"
|
|
1469
|
-
},
|
|
1470
|
-
"JustNow": {
|
|
1471
|
-
"de-DE": "gerade eben",
|
|
1472
|
-
"en-US": "just now"
|
|
1473
|
-
},
|
|
1474
|
-
"MinuteFormat": {
|
|
1475
|
-
"de-DE": "vor {0} Minute|vor {0} Minuten",
|
|
1476
|
-
"en-US": "{0} minute ago|{0} minutes ago"
|
|
1477
|
-
},
|
|
1478
|
-
"MonthFormat": {
|
|
1479
|
-
"de-DE": "vor {0} Monat|vor {0} Monaten",
|
|
1480
|
-
"en-US": "{0} month ago|{0} months ago"
|
|
1481
|
-
},
|
|
1482
|
-
"YearFormat": {
|
|
1483
|
-
"de-DE": "vor {0} Jahr|vor {0} Jahren",
|
|
1484
|
-
"en-US": "{0} year ago|{0} years ago"
|
|
1485
|
-
}
|
|
1486
|
-
},
|
|
1487
|
-
"HotkeyAction": {
|
|
1488
|
-
"None": {
|
|
1489
|
-
"de-DE": "None",
|
|
1490
|
-
"en-US": "None"
|
|
1491
|
-
},
|
|
1492
|
-
"LayoutLoad1": {
|
|
1493
|
-
"de-DE": "LayoutLoad1",
|
|
1494
|
-
"en-US": "LayoutLoad1"
|
|
1495
|
-
},
|
|
1496
|
-
"LayoutLoad2": {
|
|
1497
|
-
"de-DE": "LayoutLoad2",
|
|
1498
|
-
"en-US": "LayoutLoad2"
|
|
1499
|
-
},
|
|
1500
|
-
"LayoutLoad3": {
|
|
1501
|
-
"de-DE": "LayoutLoad3",
|
|
1502
|
-
"en-US": "LayoutLoad3"
|
|
1503
|
-
},
|
|
1504
|
-
"LayoutLoad4": {
|
|
1505
|
-
"de-DE": "LayoutLoad4",
|
|
1506
|
-
"en-US": "LayoutLoad4"
|
|
1507
|
-
},
|
|
1508
|
-
"LayoutLoad5": {
|
|
1509
|
-
"de-DE": "LayoutLoad5",
|
|
1510
|
-
"en-US": "LayoutLoad5"
|
|
1511
|
-
},
|
|
1512
|
-
"OperationNew": {
|
|
1513
|
-
"de-DE": "OperationNew",
|
|
1514
|
-
"en-US": "OperationNew"
|
|
1515
|
-
},
|
|
1516
|
-
"OperationDuplicate": {
|
|
1517
|
-
"de-DE": "OperationDuplicate",
|
|
1518
|
-
"en-US": "OperationDuplicate"
|
|
1519
|
-
},
|
|
1520
|
-
"OperationSplit": {
|
|
1521
|
-
"de-DE": "OperationSplit",
|
|
1522
|
-
"en-US": "OperationSplit"
|
|
1523
|
-
},
|
|
1524
|
-
"OperationMerge": {
|
|
1525
|
-
"de-DE": "OperationMerge",
|
|
1526
|
-
"en-US": "OperationMerge"
|
|
1527
|
-
},
|
|
1528
|
-
"OperationClose": {
|
|
1529
|
-
"de-DE": "OperationClose",
|
|
1530
|
-
"en-US": "OperationClose"
|
|
1531
|
-
},
|
|
1532
|
-
"OperationJumpCaller": {
|
|
1533
|
-
"de-DE": "OperationJumpCaller",
|
|
1534
|
-
"en-US": "OperationJumpCaller"
|
|
1535
|
-
},
|
|
1536
|
-
"OperationJumpScheduled": {
|
|
1537
|
-
"de-DE": "OperationJumpScheduled",
|
|
1538
|
-
"en-US": "OperationJumpScheduled"
|
|
1539
|
-
},
|
|
1540
|
-
"OperationJumpPoi": {
|
|
1541
|
-
"de-DE": "OperationJumpPoi",
|
|
1542
|
-
"en-US": "OperationJumpPoi"
|
|
1543
|
-
},
|
|
1544
|
-
"OperationJumpAddress": {
|
|
1545
|
-
"de-DE": "OperationJumpAddress",
|
|
1546
|
-
"en-US": "OperationJumpAddress"
|
|
1547
|
-
},
|
|
1548
|
-
"OperationJumpIncident": {
|
|
1549
|
-
"de-DE": "OperationJumpIncident",
|
|
1550
|
-
"en-US": "OperationJumpIncident"
|
|
1551
|
-
},
|
|
1552
|
-
"OperationJumpReport": {
|
|
1553
|
-
"de-DE": "OperationJumpReport",
|
|
1554
|
-
"en-US": "OperationJumpReport"
|
|
1555
|
-
},
|
|
1556
|
-
"OperationClearReservation": {
|
|
1557
|
-
"de-DE": "OperationClearReservation",
|
|
1558
|
-
"en-US": "OperationClearReservation"
|
|
1559
|
-
},
|
|
1560
|
-
"OperationManualReservation": {
|
|
1561
|
-
"de-DE": "OperationManualReservation",
|
|
1562
|
-
"en-US": "OperationManualReservation"
|
|
1563
|
-
},
|
|
1564
|
-
"OperationSuggestion": {
|
|
1565
|
-
"de-DE": "OperationSuggestion",
|
|
1566
|
-
"en-US": "OperationSuggestion"
|
|
1567
|
-
},
|
|
1568
|
-
"OperationDispatch": {
|
|
1569
|
-
"de-DE": "OperationDispatch",
|
|
1570
|
-
"en-US": "OperationDispatch"
|
|
1571
|
-
},
|
|
1572
|
-
"OperationExecuteAllMandatoryActions": {
|
|
1573
|
-
"de-DE": "OperationExecuteAllMandatoryActions",
|
|
1574
|
-
"en-US": "OperationExecuteAllMandatoryActions"
|
|
1575
|
-
},
|
|
1576
|
-
"PhoneAcceptFirst": {
|
|
1577
|
-
"de-DE": "PhoneAcceptFirst",
|
|
1578
|
-
"en-US": "PhoneAcceptFirst"
|
|
1579
|
-
},
|
|
1580
|
-
"PhoneHold": {
|
|
1581
|
-
"de-DE": "PhoneHold",
|
|
1582
|
-
"en-US": "PhoneHold"
|
|
1583
|
-
},
|
|
1584
|
-
"PhoneDisconnect": {
|
|
1585
|
-
"de-DE": "PhoneDisconnect",
|
|
1586
|
-
"en-US": "PhoneDisconnect"
|
|
1608
|
+
"DisableDoctorBasedEms": {
|
|
1609
|
+
"de-DE": "Notarztwesen deaktivieren",
|
|
1610
|
+
"en-US": "Disable physician-based EMS (no doctors)"
|
|
1587
1611
|
}
|
|
1588
1612
|
},
|
|
1589
1613
|
"LocationAccuracy": {
|
|
@@ -1631,10 +1655,6 @@ exports.EnumLocalizations = {
|
|
|
1631
1655
|
}
|
|
1632
1656
|
},
|
|
1633
1657
|
"NotificationCategory": {
|
|
1634
|
-
"Information": {
|
|
1635
|
-
"de-DE": "Information",
|
|
1636
|
-
"en-US": "Information"
|
|
1637
|
-
},
|
|
1638
1658
|
"UnitStatusChange": {
|
|
1639
1659
|
"de-DE": "Statusänderung",
|
|
1640
1660
|
"en-US": "Unit Status Change"
|
|
@@ -1849,10 +1869,6 @@ exports.EnumLocalizations = {
|
|
|
1849
1869
|
"de-DE": "JVA",
|
|
1850
1870
|
"en-US": "Prison"
|
|
1851
1871
|
},
|
|
1852
|
-
"Kindergarten": {
|
|
1853
|
-
"de-DE": "Kindergarten",
|
|
1854
|
-
"en-US": "Kindergarten"
|
|
1855
|
-
},
|
|
1856
1872
|
"SmallRegionalAirport": {
|
|
1857
1873
|
"de-DE": "Kleiner Verkehrsflughafen",
|
|
1858
1874
|
"en-US": "Small regional airport"
|
|
@@ -1983,10 +1999,6 @@ exports.EnumLocalizations = {
|
|
|
1983
1999
|
"de-DE": "Chirurgische Intensiv",
|
|
1984
2000
|
"en-US": "Surgical Intensive Care"
|
|
1985
2001
|
},
|
|
1986
|
-
"CT": {
|
|
1987
|
-
"de-DE": "CT",
|
|
1988
|
-
"en-US": "CT"
|
|
1989
|
-
},
|
|
1990
2002
|
"Dermatology": {
|
|
1991
2003
|
"de-DE": "Dermatologie",
|
|
1992
2004
|
"en-US": "Dermatology"
|
|
@@ -2073,524 +2085,560 @@ exports.EnumLocalizations = {
|
|
|
2073
2085
|
}
|
|
2074
2086
|
},
|
|
2075
2087
|
"ProblemInformation": {
|
|
2088
|
+
"None": {
|
|
2089
|
+
"de-DE": "Kein Problem erkannt.",
|
|
2090
|
+
"en-US": "No problem detected."
|
|
2091
|
+
},
|
|
2076
2092
|
"UnhandledProblem": {
|
|
2077
|
-
"de-DE": "
|
|
2078
|
-
"en-US": "
|
|
2093
|
+
"de-DE": "Ein unerwarteter Fehler ist aufgetreten.",
|
|
2094
|
+
"en-US": "An unexpected error has occurred."
|
|
2095
|
+
},
|
|
2096
|
+
"ConnectionInterrupted": {
|
|
2097
|
+
"de-DE": "Die Verbindung wurde unterbrochen. Bitte versuchen Sie es erneut.",
|
|
2098
|
+
"en-US": "The connection was lost. Please try again."
|
|
2099
|
+
},
|
|
2100
|
+
"InstanceShutdown": {
|
|
2101
|
+
"de-DE": "Die Instanz wurde heruntergefahren.",
|
|
2102
|
+
"en-US": "The instance has been shut down."
|
|
2079
2103
|
},
|
|
2080
2104
|
"ValidationProblem": {
|
|
2081
|
-
"de-DE": "
|
|
2082
|
-
"en-US": "
|
|
2105
|
+
"de-DE": "Einige Eingaben sind ungültig. Bitte überprüfen Sie die Daten.",
|
|
2106
|
+
"en-US": "Some input data is invalid. Please review and try again."
|
|
2083
2107
|
},
|
|
2084
2108
|
"TokenLifetimeInvalid": {
|
|
2085
|
-
"de-DE": "
|
|
2086
|
-
"en-US": "
|
|
2109
|
+
"de-DE": "Die Lebensdauer des Tokens ist nicht zulässig.",
|
|
2110
|
+
"en-US": "The token lifetime is not allowed."
|
|
2087
2111
|
},
|
|
2088
2112
|
"TokenDescriptionRequired": {
|
|
2089
|
-
"de-DE": "
|
|
2090
|
-
"en-US": "
|
|
2113
|
+
"de-DE": "Eine Beschreibung für das Token ist erforderlich.",
|
|
2114
|
+
"en-US": "A description for the token is required."
|
|
2091
2115
|
},
|
|
2092
2116
|
"NumberExpected": {
|
|
2093
|
-
"de-DE": "
|
|
2094
|
-
"en-US": "
|
|
2117
|
+
"de-DE": "Ein numerischer Wert wurde erwartet.",
|
|
2118
|
+
"en-US": "A numeric value was expected."
|
|
2095
2119
|
},
|
|
2096
2120
|
"DispatchCenterNotFound": {
|
|
2097
|
-
"de-DE": "
|
|
2098
|
-
"en-US": "
|
|
2121
|
+
"de-DE": "Die Leitstelle wurde nicht gefunden.",
|
|
2122
|
+
"en-US": "The dispatch center could not be found."
|
|
2099
2123
|
},
|
|
2100
2124
|
"UserNotFound": {
|
|
2101
|
-
"de-DE": "
|
|
2102
|
-
"en-US": "
|
|
2125
|
+
"de-DE": "Der angegebene Benutzer wurde nicht gefunden.",
|
|
2126
|
+
"en-US": "The specified user does not exist."
|
|
2103
2127
|
},
|
|
2104
2128
|
"UnitNotFound": {
|
|
2105
|
-
"de-DE": "
|
|
2106
|
-
"en-US": "
|
|
2129
|
+
"de-DE": "Die angegebene Ressource wurde nicht gefunden.",
|
|
2130
|
+
"en-US": "The specified unit could not be found."
|
|
2107
2131
|
},
|
|
2108
2132
|
"KeywordNotFound": {
|
|
2109
|
-
"de-DE": "
|
|
2110
|
-
"en-US": "
|
|
2133
|
+
"de-DE": "Das angegebene Stichwort wurde nicht gefunden.",
|
|
2134
|
+
"en-US": "The specified keyword could not be found."
|
|
2111
2135
|
},
|
|
2112
2136
|
"PoiNotFound": {
|
|
2113
|
-
"de-DE": "
|
|
2114
|
-
"en-US": "
|
|
2137
|
+
"de-DE": "Der Poi wurde nicht gefunden.",
|
|
2138
|
+
"en-US": "The point of interest could not be found."
|
|
2115
2139
|
},
|
|
2116
2140
|
"RadiogroupNotFound": {
|
|
2117
|
-
"de-DE": "
|
|
2118
|
-
"en-US": "
|
|
2141
|
+
"de-DE": "Die Funkgruppe wurde nicht gefunden.",
|
|
2142
|
+
"en-US": "The radio group could not be found."
|
|
2119
2143
|
},
|
|
2120
2144
|
"StatuspageNotFound": {
|
|
2121
|
-
"de-DE": "
|
|
2122
|
-
"en-US": "
|
|
2145
|
+
"de-DE": "Die Statusseite wurde nicht gefunden.",
|
|
2146
|
+
"en-US": "The status page could not be found."
|
|
2123
2147
|
},
|
|
2124
2148
|
"CallsignShortIsRequired": {
|
|
2125
|
-
"de-DE": "
|
|
2126
|
-
"en-US": "
|
|
2149
|
+
"de-DE": "Ein kurzer Funkrufname ist erforderlich.",
|
|
2150
|
+
"en-US": "A short callsign is required."
|
|
2127
2151
|
},
|
|
2128
2152
|
"CallsignIsRequired": {
|
|
2129
|
-
"de-DE": "
|
|
2130
|
-
"en-US": "
|
|
2153
|
+
"de-DE": "Ein Funkrufname ist erforderlich.",
|
|
2154
|
+
"en-US": "A callsign is required."
|
|
2131
2155
|
},
|
|
2132
2156
|
"UnitCategoryNotFound": {
|
|
2133
|
-
"de-DE": "
|
|
2134
|
-
"en-US": "
|
|
2157
|
+
"de-DE": "Die Ressourcenkategorie wurde nicht gefunden.",
|
|
2158
|
+
"en-US": "The unit category could not be found."
|
|
2135
2159
|
},
|
|
2136
2160
|
"UnitStationPoiIsInvalid": {
|
|
2137
|
-
"de-DE": "
|
|
2138
|
-
"en-US": "
|
|
2161
|
+
"de-DE": "Der Stations-Poi der Ressource ist ungültig.",
|
|
2162
|
+
"en-US": "The unit station point of interest is invalid."
|
|
2139
2163
|
},
|
|
2140
2164
|
"UnitStationPoiIsRequired": {
|
|
2141
|
-
"de-DE": "
|
|
2142
|
-
"en-US": "
|
|
2165
|
+
"de-DE": "Ein Stations-Poi für die Ressource ist erforderlich.",
|
|
2166
|
+
"en-US": "A unit station point of interest is required."
|
|
2143
2167
|
},
|
|
2144
2168
|
"UnitStationPoiNotFound": {
|
|
2145
|
-
"de-DE": "
|
|
2146
|
-
"en-US": "
|
|
2169
|
+
"de-DE": "Der Stations-Poi der Ressource wurde nicht gefunden.",
|
|
2170
|
+
"en-US": "The unit station point of interest could not be found."
|
|
2147
2171
|
},
|
|
2148
2172
|
"UnitDoctorPickupPoiNotFound": {
|
|
2149
|
-
"de-DE": "
|
|
2150
|
-
"en-US": "
|
|
2173
|
+
"de-DE": "Der Arztabhol-Poi wurde nicht gefunden.",
|
|
2174
|
+
"en-US": "The doctor pickup point of interest could not be found."
|
|
2151
2175
|
},
|
|
2152
2176
|
"UnitDoctorPickupPoiIsRequired": {
|
|
2153
|
-
"de-DE": "
|
|
2154
|
-
"en-US": "
|
|
2177
|
+
"de-DE": "Ein Arztabhol-Poi ist erforderlich.",
|
|
2178
|
+
"en-US": "A doctor pickup point of interest is required."
|
|
2155
2179
|
},
|
|
2156
2180
|
"CallsignFormatInvalid": {
|
|
2157
|
-
"de-DE": "
|
|
2158
|
-
"en-US": "
|
|
2181
|
+
"de-DE": "Das Format des Funkrufnamens ist ungültig.",
|
|
2182
|
+
"en-US": "The callsign format is invalid."
|
|
2159
2183
|
},
|
|
2160
2184
|
"CallsignAlreadyExists": {
|
|
2161
|
-
"de-DE": "
|
|
2162
|
-
"en-US": "
|
|
2185
|
+
"de-DE": "Ein Funkrufname mit diesem Namen existiert bereits.",
|
|
2186
|
+
"en-US": "A callsign with this name already exists."
|
|
2163
2187
|
},
|
|
2164
2188
|
"CallsignShortAlreadyExists": {
|
|
2165
|
-
"de-DE": "
|
|
2166
|
-
"en-US": "
|
|
2189
|
+
"de-DE": "Ein kurzer Funkrufname mit diesem Namen existiert bereits.",
|
|
2190
|
+
"en-US": "A short callsign with this name already exists."
|
|
2167
2191
|
},
|
|
2168
2192
|
"CallsignShortFormatInvalid": {
|
|
2169
|
-
"de-DE": "
|
|
2170
|
-
"en-US": "
|
|
2193
|
+
"de-DE": "Das Format des kurzen Funkrufnamens ist ungültig.",
|
|
2194
|
+
"en-US": "The short callsign format is invalid."
|
|
2171
2195
|
},
|
|
2172
2196
|
"CallsignVerbalFormatInvalid": {
|
|
2173
|
-
"de-DE": "
|
|
2174
|
-
"en-US": "
|
|
2197
|
+
"de-DE": "Das Format des verbalen Funkrufnamens ist ungültig.",
|
|
2198
|
+
"en-US": "The verbal callsign format is invalid."
|
|
2175
2199
|
},
|
|
2176
2200
|
"CallsignGpsFormatInvalid": {
|
|
2177
|
-
"de-DE": "
|
|
2178
|
-
"en-US": "
|
|
2201
|
+
"de-DE": "Das Format des GPS-Funkrufnamens ist ungültig.",
|
|
2202
|
+
"en-US": "The GPS callsign format is invalid."
|
|
2179
2203
|
},
|
|
2180
2204
|
"DutyPeriodsIsRequired": {
|
|
2181
|
-
"de-DE": "
|
|
2182
|
-
"en-US": "
|
|
2205
|
+
"de-DE": "Dienstzeiten müssen angegeben werden.",
|
|
2206
|
+
"en-US": "Duty periods must be specified."
|
|
2183
2207
|
},
|
|
2184
2208
|
"StatuspageNameIsRequired": {
|
|
2185
|
-
"de-DE": "
|
|
2186
|
-
"en-US": "
|
|
2209
|
+
"de-DE": "Ein Name für die Statusseite ist erforderlich.",
|
|
2210
|
+
"en-US": "A name for the status page is required."
|
|
2187
2211
|
},
|
|
2188
2212
|
"StatuspageUnitGroupIsRequired": {
|
|
2189
|
-
"de-DE": "
|
|
2190
|
-
"en-US": "
|
|
2213
|
+
"de-DE": "Eine Ressourcengruppe für die Statusseite ist erforderlich.",
|
|
2214
|
+
"en-US": "A unit group for the status page is required."
|
|
2191
2215
|
},
|
|
2192
2216
|
"StatuspageUnitIdIsRequired": {
|
|
2193
|
-
"de-DE": "
|
|
2194
|
-
"en-US": "
|
|
2217
|
+
"de-DE": "Eine Ressourcen-ID für die Statusseite ist erforderlich.",
|
|
2218
|
+
"en-US": "A unit ID for the status page is required."
|
|
2195
2219
|
},
|
|
2196
2220
|
"StatuspageUnitNotFound": {
|
|
2197
|
-
"de-DE": "
|
|
2198
|
-
"en-US": "
|
|
2221
|
+
"de-DE": "Die Ressource der Statusseite wurde nicht gefunden.",
|
|
2222
|
+
"en-US": "The status page unit could not be found."
|
|
2199
2223
|
},
|
|
2200
2224
|
"StatuspageNameFormatInvalid": {
|
|
2201
|
-
"de-DE": "
|
|
2202
|
-
"en-US": "
|
|
2225
|
+
"de-DE": "Das Format des Statusseitennamens ist ungültig.",
|
|
2226
|
+
"en-US": "The status page name format is invalid."
|
|
2203
2227
|
},
|
|
2204
2228
|
"StatuspageDescriptionFormatInvalid": {
|
|
2205
|
-
"de-DE": "
|
|
2206
|
-
"en-US": "
|
|
2229
|
+
"de-DE": "Das Format der Statusseitenbeschreibung ist ungültig.",
|
|
2230
|
+
"en-US": "The status page description format is invalid."
|
|
2207
2231
|
},
|
|
2208
2232
|
"StatuspageSortNumberFormatInvalid": {
|
|
2209
|
-
"de-DE": "
|
|
2210
|
-
"en-US": "
|
|
2233
|
+
"de-DE": "Das Format der Sortiernummer ist ungültig.",
|
|
2234
|
+
"en-US": "The sort number format is invalid."
|
|
2211
2235
|
},
|
|
2212
2236
|
"RadiogroupNameIsRequired": {
|
|
2213
|
-
"de-DE": "
|
|
2214
|
-
"en-US": "
|
|
2237
|
+
"de-DE": "Ein Name für die Funkgruppe ist erforderlich.",
|
|
2238
|
+
"en-US": "A name for the radio group is required."
|
|
2215
2239
|
},
|
|
2216
2240
|
"RadiogroupNameAlreadyExists": {
|
|
2217
|
-
"de-DE": "
|
|
2218
|
-
"en-US": "
|
|
2241
|
+
"de-DE": "Eine Funkgruppe mit diesem Namen existiert bereits.",
|
|
2242
|
+
"en-US": "A radio group with this name already exists."
|
|
2219
2243
|
},
|
|
2220
2244
|
"RadiogroupDispatchCenterCallsignIsRequired": {
|
|
2221
|
-
"de-DE": "
|
|
2222
|
-
"en-US": "
|
|
2245
|
+
"de-DE": "Ein Funkrufname der Leitstelle für die Funkgruppe ist erforderlich.",
|
|
2246
|
+
"en-US": "A dispatch center callsign for the radio group is required."
|
|
2223
2247
|
},
|
|
2224
2248
|
"RadiogroupNameFormatInvalid": {
|
|
2225
|
-
"de-DE": "
|
|
2226
|
-
"en-US": "
|
|
2249
|
+
"de-DE": "Das Format des Funkgruppennamens ist ungültig.",
|
|
2250
|
+
"en-US": "The radio group name format is invalid."
|
|
2227
2251
|
},
|
|
2228
2252
|
"RadiogroupDispatchCenterCallsignFormatInvalid": {
|
|
2229
|
-
"de-DE": "
|
|
2230
|
-
"en-US": "
|
|
2253
|
+
"de-DE": "Das Format des Funkrufnamens der Leitstelle ist ungültig.",
|
|
2254
|
+
"en-US": "The dispatch center callsign format is invalid."
|
|
2231
2255
|
},
|
|
2232
2256
|
"KeywordNameIsRequired": {
|
|
2233
|
-
"de-DE": "
|
|
2234
|
-
"en-US": "
|
|
2257
|
+
"de-DE": "Ein Name für das Stichwort ist erforderlich.",
|
|
2258
|
+
"en-US": "A keyword name is required."
|
|
2235
2259
|
},
|
|
2236
2260
|
"KeywordNameAlreadyExists": {
|
|
2237
|
-
"de-DE": "
|
|
2238
|
-
"en-US": "
|
|
2261
|
+
"de-DE": "Ein Stichwort mit diesem Namen existiert bereits.",
|
|
2262
|
+
"en-US": "A keyword with this name already exists."
|
|
2239
2263
|
},
|
|
2240
2264
|
"KeywordNameFormatInvalid": {
|
|
2241
|
-
"de-DE": "
|
|
2242
|
-
"en-US": "
|
|
2265
|
+
"de-DE": "Das Format des Stichwortnamens ist ungültig.",
|
|
2266
|
+
"en-US": "The keyword name format is invalid."
|
|
2243
2267
|
},
|
|
2244
2268
|
"KeywordDispatchAmountFormatInvalid": {
|
|
2245
|
-
"de-DE": "
|
|
2246
|
-
"en-US": "
|
|
2269
|
+
"de-DE": "Das Format der Alarmierungsmengen des Stichworts ist ungültig.",
|
|
2270
|
+
"en-US": "The keyword dispatch amount format is invalid."
|
|
2247
2271
|
},
|
|
2248
2272
|
"KeywordRequiredEquipmentAmountFormatInvalid": {
|
|
2249
|
-
"de-DE": "
|
|
2250
|
-
"en-US": "
|
|
2273
|
+
"de-DE": "Das Format der benötigten Ausrüstungsmenge ist ungültig.",
|
|
2274
|
+
"en-US": "The required equipment amount format is invalid."
|
|
2251
2275
|
},
|
|
2252
2276
|
"KeywordTaskNameIsRequired": {
|
|
2253
|
-
"de-DE": "
|
|
2254
|
-
"en-US": "
|
|
2277
|
+
"de-DE": "Ein Maßnahmennamen für das Stichwort ist erforderlich.",
|
|
2278
|
+
"en-US": "A task name for the keyword is required."
|
|
2255
2279
|
},
|
|
2256
2280
|
"PoiHasUnitsAssigned": {
|
|
2257
|
-
"de-DE": "
|
|
2258
|
-
"en-US": "
|
|
2281
|
+
"de-DE": "Diesem Poi sind Ressourcen zugeordnet und er kann nicht gelöscht werden.",
|
|
2282
|
+
"en-US": "This point of interest has units assigned and cannot be deleted."
|
|
2259
2283
|
},
|
|
2260
2284
|
"PoiNameIsRequired": {
|
|
2261
|
-
"de-DE": "
|
|
2262
|
-
"en-US": "
|
|
2285
|
+
"de-DE": "Ein Name für den Poi ist erforderlich.",
|
|
2286
|
+
"en-US": "A name for the point of interest is required."
|
|
2263
2287
|
},
|
|
2264
2288
|
"PoiAddressNotFound": {
|
|
2265
|
-
"de-DE": "
|
|
2266
|
-
"en-US": "
|
|
2289
|
+
"de-DE": "Die Adresse des Poi wurde nicht gefunden.",
|
|
2290
|
+
"en-US": "The point of interest address could not be found."
|
|
2267
2291
|
},
|
|
2268
2292
|
"PoiNameAlreadyExists": {
|
|
2269
|
-
"de-DE": "
|
|
2270
|
-
"en-US": "
|
|
2293
|
+
"de-DE": "Ein Poi mit diesem Namen existiert bereits.",
|
|
2294
|
+
"en-US": "A point of interest with this name already exists."
|
|
2271
2295
|
},
|
|
2272
2296
|
"PoiCategoryNotFound": {
|
|
2273
|
-
"de-DE": "
|
|
2274
|
-
"en-US": "
|
|
2297
|
+
"de-DE": "Die Kategorie des Poi wurde nicht gefunden.",
|
|
2298
|
+
"en-US": "The point of interest category could not be found."
|
|
2275
2299
|
},
|
|
2276
2300
|
"PoiNameFormatInvalid": {
|
|
2277
|
-
"de-DE": "
|
|
2278
|
-
"en-US": "
|
|
2301
|
+
"de-DE": "Das Format des Poi-Namens ist ungültig.",
|
|
2302
|
+
"en-US": "The point of interest name format is invalid."
|
|
2279
2303
|
},
|
|
2280
2304
|
"PoiVerbalNameFormatInvalid": {
|
|
2281
|
-
"de-DE": "
|
|
2282
|
-
"en-US": "
|
|
2305
|
+
"de-DE": "Das Format des verbalen Namens des Poi ist ungültig.",
|
|
2306
|
+
"en-US": "The verbal name format for the point of interest is invalid."
|
|
2283
2307
|
},
|
|
2284
2308
|
"PoiGermanGenusFormatInvalid": {
|
|
2285
|
-
"de-DE": "
|
|
2286
|
-
"en-US": "
|
|
2309
|
+
"de-DE": "Das Format des grammatischen Geschlechts des Poi ist ungültig.",
|
|
2310
|
+
"en-US": "The German genus format for the point of interest is invalid."
|
|
2287
2311
|
},
|
|
2288
2312
|
"PoiHouseNumberFormatInvalid": {
|
|
2289
|
-
"de-DE": "
|
|
2290
|
-
"en-US": "
|
|
2313
|
+
"de-DE": "Das Format der Hausnummer ist ungültig.",
|
|
2314
|
+
"en-US": "The house number format is invalid."
|
|
2291
2315
|
},
|
|
2292
2316
|
"PoiBonusMalusFormatInvalid": {
|
|
2293
|
-
"de-DE": "
|
|
2294
|
-
"en-US": "
|
|
2317
|
+
"de-DE": "Das Format des Bonus-/Maluswertes ist ungültig.",
|
|
2318
|
+
"en-US": "The bonus/malus value format is invalid."
|
|
2295
2319
|
},
|
|
2296
2320
|
"PoiSearchTagsFormatInvalid": {
|
|
2297
|
-
"de-DE": "
|
|
2298
|
-
"en-US": "
|
|
2321
|
+
"de-DE": "Das Format der Such-Tags ist ungültig.",
|
|
2322
|
+
"en-US": "The search tags format is invalid."
|
|
2299
2323
|
},
|
|
2300
2324
|
"AreaNotFound": {
|
|
2301
|
-
"de-DE": "
|
|
2302
|
-
"en-US": "
|
|
2325
|
+
"de-DE": "Das Gebiet wurde nicht gefunden.",
|
|
2326
|
+
"en-US": "The specified area could not be found."
|
|
2303
2327
|
},
|
|
2304
2328
|
"AreaDistrictIsRequired": {
|
|
2305
|
-
"de-DE": "
|
|
2306
|
-
"en-US": "
|
|
2329
|
+
"de-DE": "Ein Bezirk für das Gebiet ist erforderlich.",
|
|
2330
|
+
"en-US": "A district for the area is required."
|
|
2307
2331
|
},
|
|
2308
2332
|
"AreaDistrictNotFound": {
|
|
2309
|
-
"de-DE": "
|
|
2310
|
-
"en-US": "
|
|
2333
|
+
"de-DE": "Der Bezirk wurde nicht gefunden.",
|
|
2334
|
+
"en-US": "The specified district could not be found."
|
|
2311
2335
|
},
|
|
2312
2336
|
"AreaIncreaseFormatInvalid": {
|
|
2313
|
-
"de-DE": "
|
|
2314
|
-
"en-US": "
|
|
2337
|
+
"de-DE": "Das Format der Gebietsvergrößerung ist ungültig.",
|
|
2338
|
+
"en-US": "The area increase format is invalid."
|
|
2315
2339
|
},
|
|
2316
2340
|
"AlreadyFriendsOrOpenRequest": {
|
|
2317
|
-
"de-DE": "
|
|
2318
|
-
"en-US": "
|
|
2341
|
+
"de-DE": "Sie sind bereits befreundet oder haben eine offene Freundschaftsanfrage.",
|
|
2342
|
+
"en-US": "You are already friends or have a pending friend request."
|
|
2319
2343
|
},
|
|
2320
2344
|
"CanNotFriendYourself": {
|
|
2321
|
-
"de-DE": "
|
|
2322
|
-
"en-US": "
|
|
2345
|
+
"de-DE": "Sie können sich nicht selbst eine Freundschaftsanfrage senden.",
|
|
2346
|
+
"en-US": "You cannot send a friend request to yourself."
|
|
2323
2347
|
},
|
|
2324
2348
|
"FriendRequestNotFound": {
|
|
2325
|
-
"de-DE": "
|
|
2326
|
-
"en-US": "
|
|
2349
|
+
"de-DE": "Die Freundschaftsanfrage wurde nicht gefunden.",
|
|
2350
|
+
"en-US": "The friend request could not be found."
|
|
2327
2351
|
},
|
|
2328
2352
|
"MissionLoadNotFound": {
|
|
2329
|
-
"de-DE": "
|
|
2330
|
-
"en-US": "
|
|
2353
|
+
"de-DE": "Die Einsatzbelastung wurde nicht gefunden.",
|
|
2354
|
+
"en-US": "The mission load could not be found."
|
|
2331
2355
|
},
|
|
2332
2356
|
"MissionLoadCategoryNotFound": {
|
|
2333
|
-
"de-DE": "
|
|
2334
|
-
"en-US": "
|
|
2357
|
+
"de-DE": "Die Kategorie der Einsatzbelastung wurde nicht gefunden.",
|
|
2358
|
+
"en-US": "The mission load category could not be found."
|
|
2335
2359
|
},
|
|
2336
2360
|
"MissionLoadHourFormatInvalid": {
|
|
2337
|
-
"de-DE": "
|
|
2338
|
-
"en-US": "
|
|
2361
|
+
"de-DE": "Das Stundenformat der Einsatzbelastung ist ungültig.",
|
|
2362
|
+
"en-US": "The mission load hour format is invalid."
|
|
2339
2363
|
},
|
|
2340
2364
|
"MissionLoadAmountIsInvalid": {
|
|
2341
|
-
"de-DE": "
|
|
2342
|
-
"en-US": "
|
|
2365
|
+
"de-DE": "Die Einsatzbelastungsmenge ist ungültig.",
|
|
2366
|
+
"en-US": "The mission load amount is invalid."
|
|
2343
2367
|
},
|
|
2344
2368
|
"MissionLoadHourAlreadyExists": {
|
|
2345
|
-
"de-DE": "
|
|
2346
|
-
"en-US": "
|
|
2369
|
+
"de-DE": "Eine Einsatzbelastung für diese Stunde existiert bereits.",
|
|
2370
|
+
"en-US": "A mission load for this hour already exists."
|
|
2347
2371
|
},
|
|
2348
2372
|
"DispatchCenterNameIsRequired": {
|
|
2349
|
-
"de-DE": "
|
|
2350
|
-
"en-US": "
|
|
2373
|
+
"de-DE": "Ein Name für die Leitstelle ist erforderlich.",
|
|
2374
|
+
"en-US": "A dispatch center name is required."
|
|
2351
2375
|
},
|
|
2352
2376
|
"DispatchCenterAddressNotFound": {
|
|
2353
|
-
"de-DE": "
|
|
2354
|
-
"en-US": "
|
|
2377
|
+
"de-DE": "Die Adresse der Leitstelle wurde nicht gefunden.",
|
|
2378
|
+
"en-US": "The dispatch center address could not be found."
|
|
2355
2379
|
},
|
|
2356
2380
|
"DispatchCenterAddressPackageNotFound": {
|
|
2357
|
-
"de-DE": "
|
|
2358
|
-
"en-US": "
|
|
2381
|
+
"de-DE": "Das Adresspaket der Leitstelle wurde nicht gefunden.",
|
|
2382
|
+
"en-US": "The dispatch center address package could not be found."
|
|
2359
2383
|
},
|
|
2360
2384
|
"DispatchCenterMaxUsersFormatInvalid": {
|
|
2361
|
-
"de-DE": "
|
|
2362
|
-
"en-US": "
|
|
2385
|
+
"de-DE": "Das Format der maximalen Benutzeranzahl ist ungültig.",
|
|
2386
|
+
"en-US": "The maximum users value format is invalid."
|
|
2363
2387
|
},
|
|
2364
2388
|
"DispatchCenterCallNumberOfficeFormatInvalid": {
|
|
2365
|
-
"de-DE": "
|
|
2366
|
-
"en-US": "
|
|
2389
|
+
"de-DE": "Das Format der Büronummer der Leitstelle ist ungültig.",
|
|
2390
|
+
"en-US": "The office call number format is invalid."
|
|
2367
2391
|
},
|
|
2368
2392
|
"DispatchCenterCallNumberEmergencyFormatInvalid": {
|
|
2369
|
-
"de-DE": "
|
|
2370
|
-
"en-US": "
|
|
2393
|
+
"de-DE": "Das Format der Notrufnummer der Leitstelle ist ungültig.",
|
|
2394
|
+
"en-US": "The emergency call number format is invalid."
|
|
2371
2395
|
},
|
|
2372
2396
|
"DispatchCenterCallNumberPatientTransportFormatInvalid": {
|
|
2373
|
-
"de-DE": "
|
|
2374
|
-
"en-US": "
|
|
2397
|
+
"de-DE": "Das Format der Krankentransportnummer der Leitstelle ist ungültig.",
|
|
2398
|
+
"en-US": "The patient transport call number format is invalid."
|
|
2375
2399
|
},
|
|
2376
2400
|
"DispatchCenterCallTextEmergencyFormatInvalid": {
|
|
2377
|
-
"de-DE": "
|
|
2378
|
-
"en-US": "
|
|
2401
|
+
"de-DE": "Das Format des Notruftexts der Leitstelle ist ungültig.",
|
|
2402
|
+
"en-US": "The emergency call text format is invalid."
|
|
2379
2403
|
},
|
|
2380
2404
|
"DispatchCenterCallTextOfficeFormatInvalid": {
|
|
2381
|
-
"de-DE": "
|
|
2382
|
-
"en-US": "
|
|
2405
|
+
"de-DE": "Das Format des Bürotexts der Leitstelle ist ungültig.",
|
|
2406
|
+
"en-US": "The office call text format is invalid."
|
|
2383
2407
|
},
|
|
2384
2408
|
"DispatchCenterCallTextPatientTransportFormatInvalid": {
|
|
2385
|
-
"de-DE": "
|
|
2386
|
-
"en-US": "
|
|
2409
|
+
"de-DE": "Das Format des Krankentransporttexts der Leitstelle ist ungültig.",
|
|
2410
|
+
"en-US": "The patient transport call text format is invalid."
|
|
2387
2411
|
},
|
|
2388
2412
|
"DispatchCenterKeywordsPerOperationFormatInvalid": {
|
|
2389
|
-
"de-DE": "
|
|
2390
|
-
"en-US": "
|
|
2413
|
+
"de-DE": "Das Format der Stichwörter pro Einsatz ist ungültig.",
|
|
2414
|
+
"en-US": "The keywords per operation format is invalid."
|
|
2391
2415
|
},
|
|
2392
2416
|
"DispatchCenterCustomGeocodingSearchFormatFormatInvalid": {
|
|
2393
|
-
"de-DE": "
|
|
2394
|
-
"en-US": "
|
|
2417
|
+
"de-DE": "Das Format der benutzerdefinierten Geocoding-Suche ist ungültig.",
|
|
2418
|
+
"en-US": "The custom geocoding search format is invalid."
|
|
2395
2419
|
},
|
|
2396
2420
|
"DispatchCenterCategoryNotFound": {
|
|
2397
|
-
"de-DE": "
|
|
2398
|
-
"en-US": "
|
|
2421
|
+
"de-DE": "Die Kategorie der Leitstelle wurde nicht gefunden.",
|
|
2422
|
+
"en-US": "The dispatch center category could not be found."
|
|
2399
2423
|
},
|
|
2400
2424
|
"FileToLarge": {
|
|
2401
|
-
"de-DE": "
|
|
2402
|
-
"en-US": "
|
|
2425
|
+
"de-DE": "Die hochgeladene Datei ist zu groß.",
|
|
2426
|
+
"en-US": "The uploaded file is too large."
|
|
2403
2427
|
},
|
|
2404
2428
|
"FileFormatNotSupported": {
|
|
2405
|
-
"de-DE": "
|
|
2406
|
-
"en-US": "
|
|
2429
|
+
"de-DE": "Das Dateiformat wird nicht unterstützt.",
|
|
2430
|
+
"en-US": "The file format is not supported."
|
|
2407
2431
|
},
|
|
2408
2432
|
"FileNotFound": {
|
|
2409
|
-
"de-DE": "
|
|
2410
|
-
"en-US": "
|
|
2433
|
+
"de-DE": "Die angeforderte Datei wurde nicht gefunden.",
|
|
2434
|
+
"en-US": "The requested file could not be found."
|
|
2411
2435
|
},
|
|
2412
2436
|
"SessionAlreadyExistsWithSameDispatchCenter": {
|
|
2413
|
-
"de-DE": "
|
|
2414
|
-
"en-US": "
|
|
2437
|
+
"de-DE": "Eine Sitzung mit derselben Leitstelle existiert bereits.",
|
|
2438
|
+
"en-US": "A session with the same dispatch center already exists."
|
|
2415
2439
|
},
|
|
2416
2440
|
"SessionNotFound": {
|
|
2417
|
-
"de-DE": "
|
|
2418
|
-
"en-US": "
|
|
2441
|
+
"de-DE": "Die Sitzung wurde nicht gefunden.",
|
|
2442
|
+
"en-US": "The session could not be found."
|
|
2419
2443
|
},
|
|
2420
2444
|
"SessionCreationFailed": {
|
|
2421
|
-
"de-DE": "
|
|
2422
|
-
"en-US": "
|
|
2445
|
+
"de-DE": "Die Sitzung konnte nicht erstellt werden.",
|
|
2446
|
+
"en-US": "The session could not be created."
|
|
2423
2447
|
},
|
|
2424
2448
|
"UserAlreadyOwnsThis": {
|
|
2425
|
-
"de-DE": "
|
|
2426
|
-
"en-US": "
|
|
2449
|
+
"de-DE": "Sie besitzen dieses Element bereits.",
|
|
2450
|
+
"en-US": "You already own this item."
|
|
2427
2451
|
},
|
|
2428
2452
|
"AddressPackageIsNotSet": {
|
|
2429
|
-
"de-DE": "
|
|
2430
|
-
"en-US": "
|
|
2431
|
-
},
|
|
2432
|
-
"RealmIdIsRequired": {
|
|
2433
|
-
"de-DE": "RealmIdIsRequired",
|
|
2434
|
-
"en-US": "RealmIdIsRequired"
|
|
2435
|
-
},
|
|
2436
|
-
"RealmHostnameIsRequired": {
|
|
2437
|
-
"de-DE": "RealmHostnameIsRequired",
|
|
2438
|
-
"en-US": "RealmHostnameIsRequired"
|
|
2439
|
-
},
|
|
2440
|
-
"RealmHostnameInternalIsRequired": {
|
|
2441
|
-
"de-DE": "RealmHostnameInternalIsRequired",
|
|
2442
|
-
"en-US": "RealmHostnameInternalIsRequired"
|
|
2443
|
-
},
|
|
2444
|
-
"RealmDisplayNameIsRequired": {
|
|
2445
|
-
"de-DE": "RealmDisplayNameIsRequired",
|
|
2446
|
-
"en-US": "RealmDisplayNameIsRequired"
|
|
2447
|
-
},
|
|
2448
|
-
"RealmVersionIsRequired": {
|
|
2449
|
-
"de-DE": "RealmVersionIsRequired",
|
|
2450
|
-
"en-US": "RealmVersionIsRequired"
|
|
2451
|
-
},
|
|
2452
|
-
"RealmCountryIsRequired": {
|
|
2453
|
-
"de-DE": "RealmCountryIsRequired",
|
|
2454
|
-
"en-US": "RealmCountryIsRequired"
|
|
2455
|
-
},
|
|
2456
|
-
"RealmRunningSinceIsRequired": {
|
|
2457
|
-
"de-DE": "RealmRunningSinceIsRequired",
|
|
2458
|
-
"en-US": "RealmRunningSinceIsRequired"
|
|
2453
|
+
"de-DE": "Das Adresspaket ist nicht festgelegt.",
|
|
2454
|
+
"en-US": "The address package is not set."
|
|
2459
2455
|
},
|
|
2460
2456
|
"UrlFormatInvalid": {
|
|
2461
|
-
"de-DE": "
|
|
2462
|
-
"en-US": "
|
|
2457
|
+
"de-DE": "Das URL-Format ist ungültig.",
|
|
2458
|
+
"en-US": "The URL format is invalid."
|
|
2463
2459
|
},
|
|
2464
2460
|
"HttpMethodFormatInvalid": {
|
|
2465
|
-
"de-DE": "
|
|
2466
|
-
"en-US": "
|
|
2461
|
+
"de-DE": "Das HTTP-Methodenformat ist ungültig.",
|
|
2462
|
+
"en-US": "The HTTP method format is invalid."
|
|
2467
2463
|
},
|
|
2468
2464
|
"UrlFormatProtocolInvalid": {
|
|
2469
|
-
"de-DE": "
|
|
2470
|
-
"en-US": "
|
|
2465
|
+
"de-DE": "Das URL-Protokoll ist ungültig.",
|
|
2466
|
+
"en-US": "The URL protocol is invalid."
|
|
2471
2467
|
},
|
|
2472
2468
|
"ManagedSessionNotFound": {
|
|
2473
|
-
"de-DE": "
|
|
2474
|
-
"en-US": "
|
|
2475
|
-
},
|
|
2476
|
-
"NoRealmAvailable": {
|
|
2477
|
-
"de-DE": "NoRealmAvailable",
|
|
2478
|
-
"en-US": "NoRealmAvailable"
|
|
2469
|
+
"de-DE": "Die verwaltete Sitzung wurde nicht gefunden.",
|
|
2470
|
+
"en-US": "The managed session could not be found."
|
|
2479
2471
|
},
|
|
2480
2472
|
"TokenNameRequired": {
|
|
2481
|
-
"de-DE": "
|
|
2482
|
-
"en-US": "
|
|
2473
|
+
"de-DE": "Ein Token-Name ist erforderlich.",
|
|
2474
|
+
"en-US": "A token name is required."
|
|
2483
2475
|
},
|
|
2484
2476
|
"TokenNameFormatInvalid": {
|
|
2485
|
-
"de-DE": "
|
|
2486
|
-
"en-US": "
|
|
2477
|
+
"de-DE": "Das Format des Token-Namens ist ungültig.",
|
|
2478
|
+
"en-US": "The token name format is invalid."
|
|
2487
2479
|
},
|
|
2488
2480
|
"TooManyManagedSessions": {
|
|
2489
|
-
"de-DE": "
|
|
2490
|
-
"en-US": "
|
|
2481
|
+
"de-DE": "Es existieren zu viele verwaltete Sitzungen.",
|
|
2482
|
+
"en-US": "You have reached the maximum number of managed sessions."
|
|
2491
2483
|
},
|
|
2492
2484
|
"CoordinatesFormatInvalid": {
|
|
2493
|
-
"de-DE": "
|
|
2494
|
-
"en-US": "
|
|
2485
|
+
"de-DE": "Das Format der Koordinaten ist ungültig.",
|
|
2486
|
+
"en-US": "The coordinates format is invalid."
|
|
2495
2487
|
},
|
|
2496
2488
|
"SessionDeletionFailed": {
|
|
2497
|
-
"de-DE": "
|
|
2498
|
-
"en-US": "
|
|
2489
|
+
"de-DE": "Die Sitzung konnte nicht gelöscht werden.",
|
|
2490
|
+
"en-US": "The session could not be deleted."
|
|
2499
2491
|
},
|
|
2500
2492
|
"SessionAlreadyExistsWithName": {
|
|
2501
|
-
"de-DE": "
|
|
2502
|
-
"en-US": "
|
|
2493
|
+
"de-DE": "Eine Sitzung mit diesem Namen existiert bereits.",
|
|
2494
|
+
"en-US": "A session with this name already exists."
|
|
2503
2495
|
},
|
|
2504
2496
|
"SessionAccessNotFound": {
|
|
2505
|
-
"de-DE": "
|
|
2506
|
-
"en-US": "
|
|
2497
|
+
"de-DE": "Der Sitzungszugriff wurde nicht gefunden.",
|
|
2498
|
+
"en-US": "The session access could not be found."
|
|
2499
|
+
},
|
|
2500
|
+
"SessionAccessForbidden": {
|
|
2501
|
+
"de-DE": "Keine Berechtigung für diese Sitzung. Entweder wurde die Sitzung beendet oder der Zugriff darauf geändert. Wähle eine andere Sitzung oder erstelle eine neue.",
|
|
2502
|
+
"en-US": "You do not have permission for this session. The session has either ended or access to it has changed. Select another session or create a new one."
|
|
2507
2503
|
},
|
|
2508
2504
|
"UserNameRequired": {
|
|
2509
|
-
"de-DE": "
|
|
2510
|
-
"en-US": "
|
|
2505
|
+
"de-DE": "Ein Benutzername ist erforderlich.",
|
|
2506
|
+
"en-US": "A username is required."
|
|
2511
2507
|
},
|
|
2512
2508
|
"UserOnWhitelistAlreadyExists": {
|
|
2513
|
-
"de-DE": "
|
|
2514
|
-
"en-US": "
|
|
2509
|
+
"de-DE": "Der Benutzer befindet sich bereits auf der Positivliste.",
|
|
2510
|
+
"en-US": "This user is already on the whitelist."
|
|
2515
2511
|
},
|
|
2516
2512
|
"UserOnBlacklistAlreadyExists": {
|
|
2517
|
-
"de-DE": "
|
|
2518
|
-
"en-US": "
|
|
2513
|
+
"de-DE": "Der Benutzer befindet sich bereits auf der Negativliste.",
|
|
2514
|
+
"en-US": "This user is already on the blacklist."
|
|
2519
2515
|
},
|
|
2520
2516
|
"FileFormatWrongDimensions": {
|
|
2521
|
-
"de-DE": "
|
|
2522
|
-
"en-US": "
|
|
2517
|
+
"de-DE": "Die Datei hat falsche Abmessungen.",
|
|
2518
|
+
"en-US": "The file has incorrect dimensions."
|
|
2523
2519
|
},
|
|
2524
2520
|
"OperationNotFound": {
|
|
2525
|
-
"de-DE": "
|
|
2526
|
-
"en-US": "
|
|
2521
|
+
"de-DE": "Der Einsatz wurde nicht gefunden.",
|
|
2522
|
+
"en-US": "The operation could not be found."
|
|
2527
2523
|
},
|
|
2528
2524
|
"OperationTaskNotFound": {
|
|
2529
|
-
"de-DE": "
|
|
2530
|
-
"en-US": "
|
|
2525
|
+
"de-DE": "Die Einsatzmaßnahme wurde nicht gefunden.",
|
|
2526
|
+
"en-US": "The operation task could not be found."
|
|
2531
2527
|
},
|
|
2532
2528
|
"TaskTemplateNotFound": {
|
|
2533
|
-
"de-DE": "
|
|
2534
|
-
"en-US": "
|
|
2529
|
+
"de-DE": "Die Maßnahmenvorlage wurde nicht gefunden.",
|
|
2530
|
+
"en-US": "The task template could not be found."
|
|
2535
2531
|
},
|
|
2536
2532
|
"TaskTemplateDescriptionTooLong": {
|
|
2537
|
-
"de-DE": "
|
|
2538
|
-
"en-US": "
|
|
2533
|
+
"de-DE": "Die Beschreibung der Maßnahmenvorlage ist zu lang.",
|
|
2534
|
+
"en-US": "The task template description is too long."
|
|
2539
2535
|
},
|
|
2540
2536
|
"TaskTemplateImplementationNameRequired": {
|
|
2541
|
-
"de-DE": "
|
|
2542
|
-
"en-US": "
|
|
2537
|
+
"de-DE": "Ein Implementierungsname für die Maßnahmenvorlage ist erforderlich.",
|
|
2538
|
+
"en-US": "An implementation name for the task template is required."
|
|
2543
2539
|
},
|
|
2544
2540
|
"TaskTemplateImplementationNameTooLong": {
|
|
2545
|
-
"de-DE": "
|
|
2546
|
-
"en-US": "
|
|
2541
|
+
"de-DE": "Der Implementierungsname der Maßnahmenvorlage ist zu lang.",
|
|
2542
|
+
"en-US": "The implementation name for the task template is too long."
|
|
2547
2543
|
},
|
|
2548
2544
|
"TaskTemplateTimeoutMustBePositive": {
|
|
2549
|
-
"de-DE": "
|
|
2550
|
-
"en-US": "
|
|
2545
|
+
"de-DE": "Das Timeout der Maßnahmenvorlage muss positiv sein.",
|
|
2546
|
+
"en-US": "The task template timeout must be a positive value."
|
|
2551
2547
|
},
|
|
2552
2548
|
"TaskTemplateNeedsConditions": {
|
|
2553
|
-
"de-DE": "
|
|
2554
|
-
"en-US": "
|
|
2549
|
+
"de-DE": "Die Maßnahmenvorlage benötigt mindestens eine Bedingung.",
|
|
2550
|
+
"en-US": "The task template requires at least one condition."
|
|
2555
2551
|
},
|
|
2556
2552
|
"TaskTemplateImplementationNameNotFound": {
|
|
2557
|
-
"de-DE": "
|
|
2558
|
-
"en-US": "
|
|
2553
|
+
"de-DE": "Der angegebene Implementierungsname wurde nicht gefunden.",
|
|
2554
|
+
"en-US": "The specified implementation name could not be found."
|
|
2559
2555
|
},
|
|
2560
2556
|
"TaskTemplateParameterIsRequired": {
|
|
2561
|
-
"de-DE": "
|
|
2562
|
-
"en-US": "
|
|
2557
|
+
"de-DE": "Ein Parameter für die Maßnahmenvorlage ist erforderlich.",
|
|
2558
|
+
"en-US": "A parameter for the task template is required."
|
|
2563
2559
|
},
|
|
2564
2560
|
"TaskTemplateParameterFormatInvalid": {
|
|
2565
|
-
"de-DE": "
|
|
2566
|
-
"en-US": "
|
|
2561
|
+
"de-DE": "Das Format des Maßnahmenvorlagenparameters ist ungültig.",
|
|
2562
|
+
"en-US": "The task template parameter format is invalid."
|
|
2567
2563
|
},
|
|
2568
2564
|
"ObjectIsReadOnly": {
|
|
2569
|
-
"de-DE": "
|
|
2570
|
-
"en-US": "
|
|
2565
|
+
"de-DE": "Dieses Objekt ist schreibgeschützt und kann nicht geändert werden.",
|
|
2566
|
+
"en-US": "This object is read-only and cannot be modified."
|
|
2571
2567
|
},
|
|
2572
2568
|
"OperationPropertyNameIsRequired": {
|
|
2573
|
-
"de-DE": "
|
|
2574
|
-
"en-US": "
|
|
2569
|
+
"de-DE": "Ein Eigenschaftsname für den Einsatz ist erforderlich.",
|
|
2570
|
+
"en-US": "An operation property name is required."
|
|
2575
2571
|
},
|
|
2576
2572
|
"OperationPriorityNotFound": {
|
|
2577
|
-
"de-DE": "
|
|
2578
|
-
"en-US": "
|
|
2573
|
+
"de-DE": "Die Einsatzpriorität wurde nicht gefunden.",
|
|
2574
|
+
"en-US": "The operation priority could not be found."
|
|
2579
2575
|
},
|
|
2580
2576
|
"PatientNotFound": {
|
|
2581
|
-
"de-DE": "
|
|
2582
|
-
"en-US": "
|
|
2577
|
+
"de-DE": "Der Patient wurde nicht gefunden.",
|
|
2578
|
+
"en-US": "The patient could not be found."
|
|
2583
2579
|
},
|
|
2584
2580
|
"OperationStatusNotFound": {
|
|
2585
|
-
"de-DE": "
|
|
2586
|
-
"en-US": "
|
|
2581
|
+
"de-DE": "Der Einsatzstatus wurde nicht gefunden.",
|
|
2582
|
+
"en-US": "The operation status could not be found."
|
|
2587
2583
|
},
|
|
2588
2584
|
"OperationStatusNotAllowed": {
|
|
2589
|
-
"de-DE": "
|
|
2590
|
-
"en-US": "
|
|
2585
|
+
"de-DE": "Die Änderung des Einsatzstatus ist nicht zulässig.",
|
|
2586
|
+
"en-US": "The operation status change is not allowed."
|
|
2587
|
+
},
|
|
2588
|
+
"TaskTemplateExecutionInvalid": {
|
|
2589
|
+
"de-DE": "Die Ausführung der Maßnahmenvorlage ist ungültig.",
|
|
2590
|
+
"en-US": "The task template execution is invalid."
|
|
2591
|
+
},
|
|
2592
|
+
"TaskTemplateConditionFieldInvalid": {
|
|
2593
|
+
"de-DE": "Das Bedingungsfeld der Maßnahmenvorlage ist ungültig.",
|
|
2594
|
+
"en-US": "The task template condition field is invalid."
|
|
2595
|
+
},
|
|
2596
|
+
"TaskTemplateConditionOperatorInvalid": {
|
|
2597
|
+
"de-DE": "Der Bedingungsoperator der Maßnahmenvorlage ist ungültig.",
|
|
2598
|
+
"en-US": "The task template condition operator is invalid."
|
|
2599
|
+
},
|
|
2600
|
+
"TaskTemplateConditionValueFormatInvalid": {
|
|
2601
|
+
"de-DE": "Das Format des Bedingungswertes der Maßnahmenvorlage ist ungültig.",
|
|
2602
|
+
"en-US": "The task template condition value format is invalid."
|
|
2603
|
+
},
|
|
2604
|
+
"DispatchCenterNameFormatInvalid": {
|
|
2605
|
+
"de-DE": "Das Format des Leitstellennamens ist ungültig.",
|
|
2606
|
+
"en-US": "The dispatch center name format is invalid."
|
|
2607
|
+
},
|
|
2608
|
+
"DispatchCenterCallNumberFormatInvalid": {
|
|
2609
|
+
"de-DE": "Das Format der Rufnummer der Leitstelle ist ungültig.",
|
|
2610
|
+
"en-US": "The dispatch center call number format is invalid."
|
|
2611
|
+
},
|
|
2612
|
+
"DispatchCenterMaxPlayersInvalid": {
|
|
2613
|
+
"de-DE": "Die maximale Spieleranzahl der Leitstelle ist ungültig.",
|
|
2614
|
+
"en-US": "The maximum number of players for the dispatch center is invalid."
|
|
2615
|
+
},
|
|
2616
|
+
"DispatchCenterOperationsPerYearInvalid": {
|
|
2617
|
+
"de-DE": "Die Anzahl der Einsätze pro Jahr ist ungültig.",
|
|
2618
|
+
"en-US": "The number of operations per year is invalid."
|
|
2619
|
+
},
|
|
2620
|
+
"DispatchCenterAdministratorNotFound": {
|
|
2621
|
+
"de-DE": "Der Administrator der Leitstelle wurde nicht gefunden.",
|
|
2622
|
+
"en-US": "The dispatch center administrator could not be found."
|
|
2623
|
+
},
|
|
2624
|
+
"DispatchCenterOwnerNotFound": {
|
|
2625
|
+
"de-DE": "Der Besitzer der Leitstelle wurde nicht gefunden.",
|
|
2626
|
+
"en-US": "The dispatch center owner could not be found."
|
|
2627
|
+
},
|
|
2628
|
+
"DispatchCenterClassificationInvalid": {
|
|
2629
|
+
"de-DE": "Die Klassifizierung der Leitstelle ist ungültig.",
|
|
2630
|
+
"en-US": "The dispatch center classification is invalid."
|
|
2631
|
+
},
|
|
2632
|
+
"SessionWorkplaceRequired": {
|
|
2633
|
+
"de-DE": "Ein Einsatzleitplatz für die Sitzung ist erforderlich.",
|
|
2634
|
+
"en-US": "A workplace is required for the session."
|
|
2635
|
+
},
|
|
2636
|
+
"SessionNotBound": {
|
|
2637
|
+
"de-DE": "Keine Sitzung ausgewählt, wähle zunächst eine aus.",
|
|
2638
|
+
"en-US": "No session selected. Please select a session first."
|
|
2591
2639
|
}
|
|
2592
2640
|
},
|
|
2593
|
-
"
|
|
2641
|
+
"StatusPageDisplayOption": {
|
|
2594
2642
|
"CallSign": {
|
|
2595
2643
|
"de-DE": "Funkrufname",
|
|
2596
2644
|
"en-US": "Call Sign"
|
|
@@ -2664,8 +2712,8 @@ exports.EnumLocalizations = {
|
|
|
2664
2712
|
"en-US": "ends with"
|
|
2665
2713
|
},
|
|
2666
2714
|
"Equals": {
|
|
2667
|
-
"de-DE": "
|
|
2668
|
-
"en-US": "
|
|
2715
|
+
"de-DE": "entspricht",
|
|
2716
|
+
"en-US": "equals"
|
|
2669
2717
|
},
|
|
2670
2718
|
"True": {
|
|
2671
2719
|
"de-DE": "immer wahr",
|
|
@@ -2775,23 +2823,23 @@ exports.EnumLocalizations = {
|
|
|
2775
2823
|
},
|
|
2776
2824
|
"ELW1": {
|
|
2777
2825
|
"de-DE": "ELW-1",
|
|
2778
|
-
"en-US": "
|
|
2826
|
+
"en-US": "Command Van"
|
|
2779
2827
|
},
|
|
2780
2828
|
"ELW2": {
|
|
2781
2829
|
"de-DE": "ELW-2",
|
|
2782
|
-
"en-US": "
|
|
2830
|
+
"en-US": "Command Truck"
|
|
2783
2831
|
},
|
|
2784
2832
|
"GWG": {
|
|
2785
2833
|
"de-DE": "GW-G",
|
|
2786
|
-
"en-US": "
|
|
2834
|
+
"en-US": "Hazmat Truck"
|
|
2787
2835
|
},
|
|
2788
2836
|
"GWL": {
|
|
2789
2837
|
"de-DE": "GW-L",
|
|
2790
|
-
"en-US": "
|
|
2838
|
+
"en-US": "Logistics Truck"
|
|
2791
2839
|
},
|
|
2792
2840
|
"GWDEKON": {
|
|
2793
2841
|
"de-DE": "GW-DEKON",
|
|
2794
|
-
"en-US": "
|
|
2842
|
+
"en-US": "Decon Truck"
|
|
2795
2843
|
},
|
|
2796
2844
|
"HLF": {
|
|
2797
2845
|
"de-DE": "HLF",
|
|
@@ -2803,11 +2851,11 @@ exports.EnumLocalizations = {
|
|
|
2803
2851
|
},
|
|
2804
2852
|
"ITW": {
|
|
2805
2853
|
"de-DE": "ITW",
|
|
2806
|
-
"en-US": "
|
|
2854
|
+
"en-US": "AMB ICU"
|
|
2807
2855
|
},
|
|
2808
2856
|
"KDOW": {
|
|
2809
2857
|
"de-DE": "KDOW",
|
|
2810
|
-
"en-US": "
|
|
2858
|
+
"en-US": "Buggy"
|
|
2811
2859
|
},
|
|
2812
2860
|
"KLF": {
|
|
2813
2861
|
"de-DE": "KLF",
|
|
@@ -2819,7 +2867,7 @@ exports.EnumLocalizations = {
|
|
|
2819
2867
|
},
|
|
2820
2868
|
"STBM": {
|
|
2821
2869
|
"de-DE": "STBM",
|
|
2822
|
-
"en-US": "
|
|
2870
|
+
"en-US": "City Chief"
|
|
2823
2871
|
},
|
|
2824
2872
|
"GEBM": {
|
|
2825
2873
|
"de-DE": "GEBM",
|
|
@@ -2835,7 +2883,7 @@ exports.EnumLocalizations = {
|
|
|
2835
2883
|
},
|
|
2836
2884
|
"LNA": {
|
|
2837
2885
|
"de-DE": "LNA",
|
|
2838
|
-
"en-US": "
|
|
2886
|
+
"en-US": "Physician Chief"
|
|
2839
2887
|
},
|
|
2840
2888
|
"MLF": {
|
|
2841
2889
|
"de-DE": "MLF",
|
|
@@ -2843,19 +2891,19 @@ exports.EnumLocalizations = {
|
|
|
2843
2891
|
},
|
|
2844
2892
|
"MTW": {
|
|
2845
2893
|
"de-DE": "MTW",
|
|
2846
|
-
"en-US": "
|
|
2894
|
+
"en-US": "Crew Van"
|
|
2847
2895
|
},
|
|
2848
2896
|
"MZF": {
|
|
2849
2897
|
"de-DE": "MZF",
|
|
2850
|
-
"en-US": "
|
|
2898
|
+
"en-US": "AMB"
|
|
2851
2899
|
},
|
|
2852
2900
|
"NEF": {
|
|
2853
2901
|
"de-DE": "NEF",
|
|
2854
|
-
"en-US": "
|
|
2902
|
+
"en-US": "Physician"
|
|
2855
2903
|
},
|
|
2856
2904
|
"ORGL": {
|
|
2857
2905
|
"de-DE": "ORGL",
|
|
2858
|
-
"en-US": "
|
|
2906
|
+
"en-US": "EMS Captain"
|
|
2859
2907
|
},
|
|
2860
2908
|
"PKW": {
|
|
2861
2909
|
"de-DE": "PKW",
|
|
@@ -2875,7 +2923,7 @@ exports.EnumLocalizations = {
|
|
|
2875
2923
|
},
|
|
2876
2924
|
"SRTW": {
|
|
2877
2925
|
"de-DE": "S-RTW",
|
|
2878
|
-
"en-US": "
|
|
2926
|
+
"en-US": "AMB Bari"
|
|
2879
2927
|
},
|
|
2880
2928
|
"TLF": {
|
|
2881
2929
|
"de-DE": "TLF",
|
|
@@ -2883,15 +2931,15 @@ exports.EnumLocalizations = {
|
|
|
2883
2931
|
},
|
|
2884
2932
|
"WLF": {
|
|
2885
2933
|
"de-DE": "WLF",
|
|
2886
|
-
"en-US": "
|
|
2934
|
+
"en-US": "Pod Truck"
|
|
2887
2935
|
},
|
|
2888
2936
|
"NAW": {
|
|
2889
2937
|
"de-DE": "NAW",
|
|
2890
|
-
"en-US": "
|
|
2938
|
+
"en-US": "AMB Physician"
|
|
2891
2939
|
},
|
|
2892
2940
|
"KEF": {
|
|
2893
2941
|
"de-DE": "KEF",
|
|
2894
|
-
"en-US": "
|
|
2942
|
+
"en-US": "Utility Van"
|
|
2895
2943
|
}
|
|
2896
2944
|
},
|
|
2897
2945
|
"UnitDispatchOption": {
|
|
@@ -2913,17 +2961,13 @@ exports.EnumLocalizations = {
|
|
|
2913
2961
|
}
|
|
2914
2962
|
},
|
|
2915
2963
|
"UnitDoctorOption": {
|
|
2916
|
-
"
|
|
2917
|
-
"de-DE": "
|
|
2918
|
-
"en-US": "
|
|
2964
|
+
"DontSuggestAsDoctor": {
|
|
2965
|
+
"de-DE": "nicht als Notarzt vorschlagen",
|
|
2966
|
+
"en-US": "Don't suggest as doctor"
|
|
2919
2967
|
},
|
|
2920
|
-
"
|
|
2921
|
-
"de-DE": "
|
|
2922
|
-
"en-US": "
|
|
2923
|
-
},
|
|
2924
|
-
"PickUpAtPoi": {
|
|
2925
|
-
"de-DE": "Aufnahme bei POI",
|
|
2926
|
-
"en-US": "pick up at POI"
|
|
2968
|
+
"SuggestAsDoctor": {
|
|
2969
|
+
"de-DE": "als Notarzt vorschlagen",
|
|
2970
|
+
"en-US": "Suggest as doctor"
|
|
2927
2971
|
}
|
|
2928
2972
|
},
|
|
2929
2973
|
"UnitDutyOptions": {
|
|
@@ -3217,14 +3261,6 @@ function localizeEnum(enumObject, enumName, locale) {
|
|
|
3217
3261
|
}
|
|
3218
3262
|
return result;
|
|
3219
3263
|
}
|
|
3220
|
-
var GISDefaults;
|
|
3221
|
-
(function (GISDefaults) {
|
|
3222
|
-
/**
|
|
3223
|
-
* The default format string used for geocoding search queries. This format is used to construct address queries when no custom format is specified in a command center's settings. It combines multiple address components into a single string that can be interpreted by geocoding services to locate precise geographical coordinates. The format includes placeholders for house number, street name, city name, district name, state name, and postal code.
|
|
3224
|
-
*
|
|
3225
|
-
*/
|
|
3226
|
-
GISDefaults.GeocodingSearchFormat = "{houseNumber} {street} {cityName} {districtName} {stateName} {districtZip}";
|
|
3227
|
-
})(GISDefaults || (exports.GISDefaults = GISDefaults = {}));
|
|
3228
3264
|
var SignalRDefaults;
|
|
3229
3265
|
(function (SignalRDefaults) {
|
|
3230
3266
|
/**
|
|
@@ -3239,12 +3275,12 @@ var SignalRDefaults;
|
|
|
3239
3275
|
* @remarks
|
|
3240
3276
|
* This value represents the time to wait for a response. For example, two retries at 3 seconds each would result in a 6-second timeout, causing a failure.
|
|
3241
3277
|
*/
|
|
3242
|
-
SignalRDefaults.ServerTimeoutSeconds =
|
|
3278
|
+
SignalRDefaults.ServerTimeoutSeconds = 60;
|
|
3243
3279
|
/**
|
|
3244
3280
|
* The maximum message size of a single incoming hub message.
|
|
3245
3281
|
*
|
|
3246
3282
|
*/
|
|
3247
|
-
SignalRDefaults.MaximumReceiveMessageSize =
|
|
3283
|
+
SignalRDefaults.MaximumReceiveMessageSize = 10485760;
|
|
3248
3284
|
})(SignalRDefaults || (exports.SignalRDefaults = SignalRDefaults = {}));
|
|
3249
3285
|
var UrlDefaults;
|
|
3250
3286
|
(function (UrlDefaults) {
|
|
@@ -3258,11 +3294,6 @@ var UrlDefaults;
|
|
|
3258
3294
|
*
|
|
3259
3295
|
*/
|
|
3260
3296
|
UrlDefaults.Docs = "https://docs.resqueserve.com";
|
|
3261
|
-
/**
|
|
3262
|
-
* URL of the bugtracker.
|
|
3263
|
-
*
|
|
3264
|
-
*/
|
|
3265
|
-
UrlDefaults.Bugtracker = "https://track.xenbit.app";
|
|
3266
3297
|
})(UrlDefaults || (exports.UrlDefaults = UrlDefaults = {}));
|
|
3267
3298
|
var UserInterfaceDefaults;
|
|
3268
3299
|
(function (UserInterfaceDefaults) {
|