-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathen_GB.json
497 lines (462 loc) · 12.6 KB
/
en_GB.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
{
"DASHBOARD": {
"LABEL": "Dashboard",
"RECENT_ACTIVITIES": {
"LABEL": "Recent Activities",
"INCIDENT": "Recent Incidents",
"REPORT": "Recent Reports",
"BOLO": "Recent Alerts",
"WARRANT": "Recent Warrants",
"EVIDENCE": "Recent Evidence",
"WEAPON": "Recent Weapons"
},
"ANNOUNCEMENTS": {
"LABEL": "Announcements"
}
},
"CITIZENS": {
"LABEL": "Citizens",
"EDIT": "Edit Citizen {identifier}",
"GRANT": "Grant Licence",
"REVOKE": "Revoke Licence"
},
"INCIDENTS": {
"LABEL": "Incidents",
"EDIT": "Edit Incident {id}",
"CRIMINAL": {
"LABEL": "Criminal Offenders",
"CRIMINALS": {
"LABEL": "(#{identifier}) {fullname}",
"EDIT": "Edit ",
"WARRANT": "Warrant for Arrest",
"HOLD": "Remand until Trial",
"TRIAL": "Trial Completed",
"REASON": "Reason for Warrant",
"DATE": "Select Date and Time",
"REDUCTION": {
"LABEL": "Reduction",
"PLACEHOLDER": "Select Reduction",
"DATA": "{percentage}% / £{fine} Fine / {jail} Month(s) / {points} Point(s)"
},
"PLEADED": "Admitted Guilt",
"PROCESSED": "Processed",
"CHARGES": {
"SELECTED": "Selected ",
"ALL_CHARGES": "All Charges",
"NONE_FOUND": "None Found"
}
}
}
},
"REPORTS": {
"LABEL": "Reports",
"EDIT": "Edit Report {id}"
},
"BOLOS_WARRANTS": {
"LABEL": "Alerts & Warrants",
"BOLOS": {
"LABEL": "Alerts"
},
"WARRANTS": {
"LABEL": "Warrants",
"CLOTHES": {
"HAT": "Hat: {type} | {color}",
"MASK": "Mask: {type} | {color}",
"JACKET": "Jacket: {type} | {color}",
"GLOVES": "Gloves: {type} | {color}",
"PANTS": "Trousers: {type} | {color}",
"SHOES": "Shoes: {type} | {color}"
}
}
},
"VEHICLES": {
"LABEL": "Vehicles",
"EDIT": "Edit Vehicle {plate}"
},
"EVIDENCE": {
"LABEL": "Evidence",
"EDIT": "Edit Evidence {id}",
"CATEGORY": "Category: {category}"
},
"CAMERAS": {
"LABEL": "Cameras",
"AV1": "AV1",
"NO_INPUT": "No Input Signal.",
"ONLINE": "Online"
},
"WEAPON_REGISTRY": {
"LABEL": "Weapons Registry",
"EDIT": "Edit Weapon {id}"
},
"LEGISLATIONS": {
"LABEL": "Legislation",
"EDIT": "Edit Legislation {id}"
},
"STAFF": {
"LABEL": "Staff",
"STAFF": {
"LABEL": "Staff"
},
"SOP": {
"LABEL": "SOP",
"EDIT": "Edit SOP {id}"
},
"ROSTER": {
"LABEL": "Roster"
},
"ACADEMY": {
"LABEL": "Academy Sheet",
"ADD": "Add New Officer"
},
"DATABASE": {
"LABEL": "Disciplinary Database",
"ADD": "Add New Officer"
},
"CODES_COMMANDS": {
"LABEL": "State Codes & Commands",
"CODES": {
"LABEL": "State Codes",
"CODE": "Code",
"DESCRIPTION": "Description"
},
"COMMANDS": {
"LABEL": "Commands",
"COMMAND": "Command",
"ACTION": "Action"
}
}
},
"CHARGE": {
"LABEL": "Charges"
},
"CONFIGURATIONS": {
"LABEL": "Configurations",
"STAFF": {
"LABEL": "Staff",
"EDIT": "Edit Staff {identifier}",
"DATA": "Data",
"NO_ACTIVITY": "No Activity Yet",
"CLOCKED_IN": "Clocked In",
"CLOCKED_OUT": "Clocked Out",
"SUSPEND": "Suspend",
"FIRE": "Terminate"
},
"ROLES": {
"LABEL": "Roles",
"NEW": "New Role",
"DESCRIPTION": "Select specific roles that the officer should have permission to",
"LABELS": {
"FULL_ACCESS": "Full Access",
"CONFIGURATIONS": {
"VIEW": "Access Configurations",
"STAFF": "Control Staff Data",
"STAFF_ROLES": "Edit Staff Roles",
"ROLES": "Control Roles Data",
"": "Control Data"
},
"DASHBOARD": {
"VIEW": "Access Dashboard Page",
"ANNOUNCEMENTS": {
"CREATE": "Create Announcements",
"EDIT": "Edit Announcements",
"DELETE": "Delete Announcements"
}
},
"CITIZENS": {
"VIEW": "Access Citizens Page",
"SEARCH": "Search Citizens Data",
"EDIT": "Edit Citizens Data"
},
"INCIDENTS": {
"VIEW": "Access Incidents Page",
"SEARCH": "Search Incidents Data",
"CREATE": "Create Incidents Data",
"EDIT": "Edit Incidents Data",
"DELETE": "Delete Incidents Data"
},
"REPORTS": {
"VIEW": "Access Reports Page",
"SEARCH": "Search Reports Data",
"CREATE": "Create Reports Data",
"EDIT": "Edit Reports Data",
"DELETE": "Delete Reports Data"
},
"BOLOS_WARRANTS": {
"VIEW": "Access Alerts & Warrants Page",
"CREATE": "Create Alerts & Warrants Data",
"EDIT": "Edit Alerts & Warrants Data",
"DELETE": "Delete Alerts & Warrants Data"
},
"VEHICLES": {
"VIEW": "Access Vehicles Page",
"SEARCH": "Search Vehicles Data",
"EDIT": "Edit Vehicles Data"
},
"EVIDENCE": {
"VIEW": "Access Evidence Page",
"SEARCH": "Search Evidence Data",
"CREATE": "Create Evidence Data",
"EDIT": "Edit Evidence Data",
"DELETE": "Delete Evidence Data"
},
"CAMERAS": {
"VIEW": "Access Cameras Page"
},
"WEAPON_REGISTRY": {
"VIEW": "Access Weapons Registry Page",
"SEARCH": "Search Weapons Registry Data",
"CREATE": "Create Weapons Registry Data",
"EDIT": "Edit Weapons Registry Data",
"DELETE": "Delete Weapons Registry Data"
},
"LEGISLATIONS": {
"VIEW": "Access Legislations Page",
"SEARCH": "Search Legislations Data",
"CREATE": "Create Legislations Data",
"EDIT": "Edit Legislations Data",
"DELETE": "Delete Legislations Data"
},
"STAFF": {
"VIEW": "Access Staff Menu",
"VIEW_STAFF": "Access Staff Page",
"SOP": {
"VIEW": "Access SOP Page",
"SEARCH": "Search SOP Data",
"CREATE": "Create SOP Data",
"EDIT": "Edit SOP Data",
"DELETE": "Delete SOP Data"
},
"ROSTER": {
"VIEW": "Access Roster Page",
"EDIT": "Edit Roster Data"
},
"ACADEMY": {
"VIEW": "Access Academy Sheet Page",
"ADD": "Add Officers To Academy Sheet",
"EDIT": "Edit Academy Sheet Data",
"DELETE": "Delete Academy Sheet Data"
},
"DATABASE": {
"VIEW": "Access Disciplinary Database Page",
"ADD": "Add Officers To Disciplinary Database",
"EDIT": "Edit Disciplinary Database Data",
"DELETE": "Delete Disciplinary Database Data"
},
"CODES_COMMANDS": {
"VIEW": "Access State Codes & Commands Page"
}
},
"CHARGES": {
"VIEW": "Access Charges Page"
}
}
},
"CHARGES": {
"LABEL": "Charges",
"CHARGES": {
"LABEL": "Charges"
},
"CATEGORIES": {
"LABEL": "Categories"
}
}
},
"DATE": {
"YEAR": "Year",
"MONTH": "Month",
"DAY": "Day",
"HOUR": "Hour",
"MINUTE": "Minute",
"SECOND": "Second",
"S": "s",
"AGO": "Ago",
"LEFT": "Left",
"JUST_NOW": "Just Now",
"EXPIRED": "Expired",
"AND": "and"
},
"AVATAR": "Avatar",
"OFFICER": "Officer",
"STATUS": "Status",
"ACTIVE": "Active",
"INACTIVE": "Inactive",
"ACTIONS": "Actions",
"SET_WAYPOINT": "Set Waypoint",
"UNKNOWN_CATEGORY": "Unknown Category",
"STATEID": "State ID: (#{identifier})",
"FULLNAME": "Fullname: {fullname}",
"BADGENUMBER": "Badge#: {badgenumber}",
"CREATED_BY": "Created by: {user}",
"TAG": "(#{identifier}) {fullname}",
"POSTED_BY": "Posted by: {user}",
"OWNED_BY": "Owned by: (#{identifier}) {fullname}",
"LAST_SEEN": "Last Seen {date}",
"AUTHOR": "Author: {user}",
"OWNER": "Owner: {owner}",
"PLATE": "Plate: {plate}",
"COLOR": "Colour: {color}",
"REASON": "Reason: {reason}",
"EXPIRES": "Expires: {date}",
"DESCRIPTION": "{description}",
"FINE": "Fine: £{fine}",
"JAIL": "Prison Time: {jail} Month(s)",
"POINTS": "Point(s): {points}",
"CATEGORY": "Category: {category}",
"VIEW": "View",
"EDIT": "Edit",
"SEARCH": "Search",
"CREATE": "Create",
"UNLINK": "Unlink",
"SAVE": "Save",
"UPDATE": "Update",
"DELETE": "Delete",
"CLEAR": "Clear",
"CLOSE": "Close",
"JOIN": "Join",
"LEAVE": "Leave",
"REMOVE": "Remove",
"ADD": "Add",
"CANCEL": "Cancel",
"CONFIRM": "Confirm",
"RESUME": "Resume",
"POPUP": {
"CANCEL": "Cancel",
"CONFIRM": "Confirm",
"IMAGE": "Are you sure you want to remove this image from the gallery?",
"SAVE": "Would you like to save {label}?",
"DELETE": "Would you like to delete {label}?",
"ACTIVITY": "Are you sure you want to clear this officer's activity data?"
},
"PLACEHOLDER": {
"STATEID": "State ID",
"FULLNAME": "Fullname",
"ALIAS": "Alias",
"DEPARTMENT": "Department",
"RANK": "Rank",
"CALLSIGN": "Callsign",
"BADGENUMBER": "Badge#",
"PHOTO": "Photo",
"TITLE": "Title",
"NOTES": "Notes",
"LOCATION": "Location",
"AUTHOR": "Author",
"CATEGORY": "Category",
"UNKNOWN": "Unknown",
"REASON": "Reason",
"PLATE": "Plate",
"OWNER": "Owner",
"COLOR": "Colour",
"DATE": "Date and Time",
"SEARCH": "Search",
"SELECT": "Select",
"FILTER": "Filter",
"CLOTHING": "Type of Clothing",
"LINK": "Attach Link",
"LABEL": "Label",
"DESCRIPTION": "Description",
"SERIAL": "Serial",
"WEAPON": "Weapon",
"ACTIONS": "Actions",
"OFFICERS": "Officers",
"PREFIX": "Prefix",
"FINE": "Fine",
"JAIL": "Prison",
"POINTS": "Points",
"WANTED": "WANTED",
"FLAGGED": "FLAGGED",
"ALL": "All"
},
"BOXES": {
"IDENTITY": "Identity",
"LICENCES": "Licences",
"STATS": "Statistics",
"ITEMS": "Items",
"TAGS": "Tags",
"VEHICLES": "Vehicles",
"HOUSING": "Properties",
"EMPLOYMENT": "Employment",
"CONVICTIONS": "Convictions",
"WEAPONS": "Weapons",
"ROLES": "Roles",
"GALLERY": "Gallery",
"OFFICERS": "Involved Officers",
"CITIZENS": "Involved Citizens",
"INCIDENTS": "Related Incidents",
"REPORTS": "Related Reports",
"EVIDENCE": "Related Evidence",
"ACTIVITY": "Activity"
},
"CAMERA": {
"GALLERY": "Gallery",
"OPEN": "Open Camera",
"VIEW": "View Gallery",
"UPLOAD": "Upload",
"DELETE": "Delete"
},
"CHARGES": {
"FINE": "£{fine} Fine",
"JAIL": "{jail} Month(s)",
"POINTS": "{points} Point(s)"
},
"EDITOR": {
"BOLD": "Bold",
"ITALIC": "Italic",
"STRIKE": "Strikethrough",
"TEXT": {
"PARAGRAPH": "Paragraph",
"H1": "Heading 1",
"H2": "Heading 2",
"H3": "Heading 3",
"H4": "Heading 4",
"H5": "Heading 5",
"H6": "Heading 6"
},
"COLOR": "Colour",
"CLEAR_MARKS": "Clear Marks",
"CLEAR_NODES": "Clear Nodes",
"BULLET_LIST": "Bullet List",
"ORDERED_LIST": "Numbered List",
"HARD_BREAK": "Hard Break",
"UNDO": "Undo",
"REDO": "Redo"
},
"INVENTORY": {
"COUNT": "Count: {count}",
"ITEM_DATA": {
"serial": "Serial: {serial}",
"durability": "Durability: {durability}",
"ammo": "Ammo: {ammo}",
"street": "Location: {street}",
"type": "Category Type: {type}",
"dnalabel": "DNA: {dnalabel}",
"label": "Label: {label}",
"date": "Date: {date}",
"tracking": "Tracking: {tracking}",
"component": "Component: {component}",
"item": "Item: {item}",
"memoryCard": "Memory Card: {memoryCard}",
"flashEnabled": "Flash: {flashEnabled}",
"birthdate": "Birthdate: {birthdate}",
"nationality": "Nationality: {nationality}",
"identifier": "State ID: {identifier}",
"gender": "Gender: {gender}",
"firstname": "Firstname: {firstname}",
"lastname": "Lastname: {lastname}"
}
},
"NO_ACCESS": {
"TITLE": "ACCESS DENIED",
"DESCRIPTION": "You do not have access to the MDT",
"BUTTON": "Close"
},
"SUSPENDED": {
"TITLE": "ACCESS DENIED",
"DESCRIPTION": "Looks like you've been suspended and can't access the MDT",
"BUTTON": "Close"
},
"ERROR403": {
"STATUS": "403",
"TITLE": "403 - You Shall Not Pass",
"DESCRIPTION": "Uh oh, Gandalf is blocking the way!"
}
}