-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathit.json
656 lines (656 loc) · 27 KB
/
it.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
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
{
"app-routing": {
"module": {
"path": {
"404": "The page you were looking for was not found.",
"401": "You are not authorized, please reload the page.",
"403": "You are not authorized to perform this action.",
"409": "There was a conflict while executing your action, please try again.",
"error": "An error has occurred."
}
}
},
"app": {
"version": "Version {$version}",
"user-guide": "User guide",
"user-manual": "User manual",
"logout": "Logout",
"login": "You are getting logged in...",
"logger": {
"title": "Title"
},
"models": {
"node": {
"shortNameDefault": "NEW",
"full-name-default": "New node"
},
"note": {
"title-default": "Note title",
"text-default": "Note text",
"default-title": "Note title",
"default-text": "Note text"
}
},
"netzgrafik-application": {
"variants": "Variants",
"filter": "Filter",
"analytics": "Analytics",
"edit": "Edit",
"more-functions": "More functions",
"settings": "Settings"
},
"perlenkette": {
"perlenkette-node": {
"0-warning-connection": "No incorrect connection",
"1-warning-connection": "1 incorrect connection",
"n-warning-connections": "{$number} incorrect connections",
"0-fitting-connection": "No fitting connection",
"1-fitting-connection": "1 fitting connection",
"n-fitting-connections": "{$number} fitting connections"
},
"perlenkette-section": {
"propagate-times-upwards": "Propagate times upwards",
"propagate-times-downwards": "Propagate times downwards"
},
"show-only-closed-locks": "Show only closed locks",
"show-all-locks": "Show all locks"
},
"services": {
"data": {
"node": {
"transit-modified": {
"title": "Transition changed",
"description": "Times cannot be adjusted, lock found on both sides"
}
},
"trainrunsection": {
"intermediate-stop-replacement": {
"title": "Intermediate stop replacement",
"description": "Intermediate stop replacement led to inconsistencies in the allocation of times!"
}
}
},
"ui": {
"newFilter": "New filter"
},
"util": {
"connection-validator": {
"connection-marked-for-transit": {
"title": "Connection marked for transition!",
"description": "Connection marked for transition!"
}
},
"trainrun-iteration": {
"error": {
"infinity-loop": "Iterator has detected an infinity loop. The iteration terminated early!"
}
},
"trainrunsection-validator": {
"broken-symmetry": "Broken symmetry",
"target-arrival-not-reacheable": {
"title": "Target Arrival Warning",
"description": "Target arrival time cannot be reached"
},
"source-arrival-not-reacheable": {
"title": "Source Arrival Warning",
"description": "Source arrival time cannot be reached"
},
"travel-time-less-than-1": {
"title": "Travel Time less than 1",
"description": "Travel time must be greater than or equal to 1"
}
},
"transition-validator": {
"source-arrival-not-reacheable": {
"title": "Source Arrival Warning",
"description": "Source arrival time cannot be reached"
},
"source-departure-not-reacheable": {
"title": "Source Departure Warning",
"description": "Source departure time cannot be reached"
},
"target-arrival-not-reacheable": {
"title": "Target Arrival Warning",
"description": "Target arrival time cannot be reached"
},
"target-departure-not-reacheable": {
"title": "Target Departure Warning",
"description": "Target departure time cannot be reached"
}
}
}
},
"streckengrafik": {
"components": {
"reset": "Reset",
"close-all-path-nodes": "Close all path nodes",
"open-all-path-nodes": "Open all path nodes",
"show-advanced-display-functions": "Show advanced display functions",
"show-or-hide-time-for-non-selected-trainruns": "Show/hide time for non-selected trainruns",
"show-or-hide": "Enable/disable {$component}",
"show-or-hide-name-for-non-selected-trainruns": "Show/hide trainrun names for unselected trainruns",
"hide-advanced-display-functions": "Hide advanced display functions",
"headway-band": "Headway band",
"time": "Time",
"name": "Name"
}
},
"utils": {
"navigation-parameters": {
"no-project-id": "No project ID available",
"no-variant-id": "No variant ID available",
"no-version-id": "No version ID available"
}
},
"view": {
"card-grid": {
"card": {
"open": "Open"
}
},
"dialogs": {
"confirmation-dialog": {
"confirmation-default": "Yes",
"abort-default": "No"
},
"filterable-labels-dialog": {
"filterable-label-dialog-component": {
"edit-filterable-labels": "Edit filterable labels for {$element}",
"transfer-to-all-visible": "transfer to all visible",
"delete-from-all-visible": "delete from all visible",
"transfer": {
"title": "Transfer",
"content": "Should the label {$label} be applied on all visible {$element}?"
},
"delete": {
"title": "Delete",
"content": "Should the label {$label} be definitely delete on all visible {$element}?"
}
},
"filterable-labels-form": {
"mandatory-field": "Mandatory field"
}
},
"note-dialog": {
"html-editor": {
"reset-color": "Reset color",
"editor-placeholder": "Enter comment here...",
"mandatory-field": "Mandatory field",
"color-presets": {
"ec": {
"title": "Use color of the color scheme for EC"
},
"ic": {
"title": "Use color of the color scheme for IC"
},
"ir": {
"title": "Use color of the color scheme for IR"
},
"re": {
"title": "Use color of the color scheme for RE"
},
"s": {
"title": "Use color of the color scheme for S"
},
"gex": {
"title": "Use color of the color scheme for GEX"
},
"g": {
"title": "Use color of the color scheme for G"
},
"green": {
"title": "green"
},
"blue": {
"title": "blue"
},
"magenta": {
"title": "magenta"
},
"red": {
"title": "red"
},
"warning": {
"title": "warning color"
}
}
},
"note-tab": "Note",
"filterable-labels-tab": "Filterable labels",
"delete-note": "Delete note",
"note-filter-tab": {
"labels": "Labels",
"label-placeholder": "New label..."
},
"note-form": {
"title": "Title",
"name": "Name"
}
},
"stammdaten-dialog": {
"base-data": "Base data",
"operationalPoint": "Operational point",
"ipv-stop-time": "IPV stop time",
"a-stop-time": "A stop time",
"b-stop-time": "B stop time",
"c-stop-time": "C stop time",
"d-stop-time": "D stop time",
"zaz": "ZAZ",
"connection-time": "Connection time",
"region": "Region",
"category": "Category",
"filterable-labels": "Filterable labels",
"position": "Position",
"close": "Close"
},
"trainrun-and-section-dialog": {
"filterableLabels": "Filterable Labels",
"trainrun-filter-tab": {
"labels": "Labels",
"newLabels" : "New label...",
"trainrunDuplicate": "Duplicate trainrun",
"trainrunDelete": "Delete trainrun",
"delete": "Delete",
"deleteConfirmationQuestion": "Should the entire train route be definitively deleted?"
},
"trainrun-tab": {
"tabName": "Name",
"category": "Category",
"frequency": "Frequency",
"verkehrt": "Operates",
"trainrunDuplicate": "Duplicate trainrun",
"trainrunDelete": "Delete trainrun",
"delete": "Delete",
"deleteConfirmationQuestion": "Should the entire train route be definitively deleted?"
},
"trainrun-section-tab": {
"warningTwoLocks": "Warning: Too many times are locked!",
"propagateTimesToLeft": "Propagate times to the left",
"propagateTimesToRight": "Propagate times to the right"
}
}
},
"editor-edit-tools-view-component": {
"edit": "Edit",
"filterable-labels": "Filterable labels",
"trainruns": "Trainruns",
"nodes": "Nodes",
"notes": "Notes",
"delete-netzgrafik-title": "Netzgrafik - Delete",
"non-visible-elements": "Non visible elements",
"delete-all-non-visible-elements-tooltip": "Delete all non-visible elements, such as nodes, trainruns and notes",
"delete-all-non-visible-elements": "Delete all non-visible elements",
"visible-elements": "Visible elements",
"delete-all-visible-trainruns-tooltip": "Delete all visible trainruns",
"delete-all-visible-trainruns": "Delete all visible trainruns",
"delete-all-visible-notes-tooltip": "Delete all visible notes",
"delete-all-visible-notes": "Delete all visible notes",
"delete-all-visible-elements-tooltip": "Delete all visible elements, such as nodes, trainruns and notes",
"delete-all-visible-elements": "Delete all visible elements",
"merge-netzgrafik-title": "Netzgrafik - Merge",
"add-netzgrafik-as-copy-tooltip": "Add netzgrafik as a copy (trainruns, nodes, notes)",
"add-netzgrafik-as-copy": "Add netzgrafik as a copy",
"merge-netzgrafik-tooltip": "Merge netzgrafik (trainruns, nodes, notes)",
"merge-netzgrafik": "Merge netzgrafik",
"delete": "Delete",
"on-clear-delete-all-non-visible-elements": "Should all non-visible elements be permanently deleted from the netzgrafik?",
"on-clear-delete-all-visible-elements": "Should all visible elements be permanently deleted from the netzgrafik?",
"on-clear-delete-all-visible-trainruns": "Should all visible trainruns be permanently deleted from the netzgrafik?",
"on-clear-delete-all-visible-notes": "Should all visible notes be permanently deleted from the netzgrafik?",
"label-drop-list": {
"no-labels-available": "No labels available",
"delete-group": "Delete group",
"add-new-group": "Add new group",
"trainruns": "Trainruns",
"notes": "Notes",
"nodes": "Nodes"
}
},
"editor-filter-view": {
"filter": "Filter",
"general": "General",
"category": "Category",
"frequency": "Frequence",
"time-category": "Time category",
"display-all-trainruns": "Display all trainruns",
"reset-trainrun-filter": "Reset trainrun filter",
"filterable-labels-trainruns": "Filterable labels: Trainruns",
"filterable-labels-nodes": "Filterable labels: Nodes",
"filterable-labels-notes": "Filterable labels: Notes",
"display": "Display",
"times": "Times",
"decimal-displayed": "Number of decimal place displayed",
"display-arrival-departure-times": "Display departure and arrival times",
"display-arrival-departure-times-for-connections": "Display departure and arrival times for connections",
"display-travel-times": "Display travel times",
"display-trainrun-name": "Display trainrun name",
"connections": "Connections",
"display-connections": "Display connections",
"nodes": "Nodes",
"display-nodes-without-visible-trainruns": "Display nodes without (visible) trainruns",
"display-nodes-with-only-stopping-trainruns": "Display nodes with only stopping trainruns",
"notes": "Notes",
"display-notes": "Display notes",
"reset-display-filter": "Reset display filter",
"saved-filters": "Saved filters",
"save-filters": "Save filters and add them as filter settings",
"reset-all-display-filters": "Reset all display filters",
"load-filter": "Load {$filter}",
"reload-filter": "Reload {$filter}",
"show-trainrun-category": "Show {$trainrunCategory}",
"hide-trainrun-category": "Hide {$trainrunCategory}",
"show-trainrun-time-category": "Show {$trainrunTimeCategory}",
"hide-trainrun-time-category": "Hide {$trainrunTimeCategory}",
"show-trainrun-frequency": "Show {$trainrunFrequency}",
"hide-trainrun-frequency": "Hide {$trainrunFrequency}",
"filterable-label-filter": {
"no-labels-available": "No labels available",
"or": "Or",
"and": "And",
"show-all": "Show all",
"reset-filter": "Reset filter",
"show": "show",
"hide": "hide"
}
},
"editor-menu": {
"save-changes": "Save changes",
"changes-saved": "Changes saved",
"read-mode": "Read mode",
"show-hide-filter": "Show/Hide filter",
"zoom-out": "Zoom out",
"zoom-in": "Zoom in",
"topology-editor-disabled": "Topology editor disabled",
"topology-editor-enabled": "Topology editor enabled",
"multiple-selection-tool-disabled": "Multiple selection tool is disabled",
"multiple-selection-tool-enabled": "Multiple selection tool is enabled",
"note-editor-disabled": "Note editor disabled",
"note-editor-enabled": "Note editor enabled",
"analytics-disabled": "Analytics disabled",
"analytics-enabled": "Analytics enabled",
"displayGraphicTimetable": "Display graphic timetable",
"closeGraphicTimetable": "Close graphic timetable",
"errorGraphicTimetable": "Graphic timetable cannot be displayed because no trainrun or no nodes have been selected."
},
"editor-properties-view-component": {
"settings": "Settings",
"color-scheme": "Color scheme",
"theme": "Theme",
"background-color": "Background color",
"set-color-to-white": "Set color to 'white'",
"reset-background-color-to-default": "Reset background color to default",
"background-color-black": "Background color (black)",
"editor": "Editor",
"useDefaultBrowserColorTheme": "Use the default browser color theme.",
"defaultBrowserColorTheme": "Default browser color theme",
"travel-time-presetting-default": "Travel time presetting (heuristics)",
"graphicTimetable": "Graphic timetable",
"axis-scaling-distance": "Axis scaling (distance)",
"standardColorTheme": "Standard color theme",
"specialColorTheme": "Special color theme",
"grayscaleColorTheme": "Grayscale color theme",
"optimizedPrintColorTheme": "Optimized color theme for printing/exporting",
"standardDarkColorTheme": "Standard color theme (dark)",
"specialDarkColorTheme": "Special color theme (dark)",
"grayscaleDarkColorTheme": "Grayscale color theme (dark)",
"timeScaledDistance": "Travel time scaled",
"timeScaledDistanceTooltip": "The route graphic sections are displayed with travel time scaling, i.e. it is assumed that the selected train travels at a constant speed.",
"uniformDistance": "Uniform",
"uniformDistanceTooltip": "The route graphic sections are uniformly displayed.",
"fixed": "Constant 1min",
"fixedTooltip": "Adopts the travel time with a constant 1min (default).",
"retrieveFromEdge": "Section travel time",
"retrieveFromEdgeTooltip": "Takes over the max. travel time on the same section of all trains of the same category, otherwise max. travel time of all trains, otherwise 1 min."
},
"editor-side-view": {
"editor-node-detail-view": {
"base-data": "Base data",
"operational-point": "Operational point",
"name": "Name",
"connection-time": "Connection time",
"occupancy": "Occupancy",
"capacity": "Capacity",
"filterable-labels": "Filterable labels",
"labels": "Labels",
"new-label-placeholder": "New label...",
"stopping-times": "Stopping times",
"stopping-time-per-product": "Stopping time per product",
"no-stop": "No stop",
"ipv": "IPV",
"a": "A",
"b": "B",
"c": "C",
"d": "D",
"links": "Links",
"platform-information": "Platform information",
"platform-length": "Platform length",
"delete-node": "Delete node",
"delete": "Delete",
"deleteNodeDialog": "Should the node {$operationalPointShortName} ({$operationalPointName}) be definitely deleted?"
},
"editor-tools-view-component": {
"more-functions": "More functions",
"export": "Export",
"export-netzgrafik-as-svg": "Export netzgrafik as SVG",
"export-as-svg": "Export as SVG",
"export-netzgrafik-as-png": "Export netzgrafik as PNG",
"export-as-png": "Export as PNG",
"print-netzgrafik": "Print netzgrafik",
"print": "Print",
"netzgrafik": "Netzgrafik",
"export-netzgrafik": "Export netzgrafik",
"import-netzgrafik-error": "Netzgrafik could not be imported.",
"export-netzgrafik-as-json": "Export netzgrafik as JSON",
"import-netzgrafik": "Import netzgrafik",
"import-netzgrafik-as-json": "Import netzgrafik as JSON",
"import-netzgrafik-as-json-info-3rd-party": "Third-party JSON data detected: Import heuristic applied.",
"export-trainruns": "Export trainruns",
"export-trainruns-as-csv": "Export trainruns as CSV",
"export-trainruns-as-csv-excel": "In Excel: Data -> From Text/CSV -> Import ... filename",
"export-origin-destination": "Export origin-destination",
"export-origin-destination-as-csv": "Export origin-destination as CSV",
"base-data": "Base data",
"import-base-data": "Import base data",
"help-csv-data": "Help: CSV - Data",
"export-base-data": "Export base data",
"bp": "BP",
"station": "Station",
"category": "Category",
"region": "Region",
"passengerConnectionTimeIPV": "Passenger_connection_time_IPV",
"passengerConnectionTimeA": "Passenger_connection_time_A",
"passengerConnectionTimeB": "Passenger_connection_time_B",
"passengerConnectionTimeC": "Passenger_connection_time_C",
"passengerConnectionTimeD": "Passenger_connection_time_D",
"ZAZ": "ZAZ",
"transferTime": "Transfer_time",
"labels": "Labels",
"X": "X",
"Y": "Y",
"create": "Create",
"yes": "YES",
"netzgrafikFile": "networkGraphic",
"baseDataFile": "baseData",
"trainrunFile": "trainrun",
"originDestinationFile": "originDestination",
"trainCategory": "Train category",
"trainName": "Train name",
"startStation": "Start station",
"destinationStation": "Destination station",
"trafficPeriod": "Traffic period",
"frequence": "Frequence",
"departureMinuteAtStart": "Minute of departure at start node",
"travelTimeStartDestination": "Travel time start-destination",
"arrivalMinuteAtDestination": "Arrival minute at destination node",
"turnaroundTimeDestination": "Turnaround time at destination station",
"departureMinuteDeparture": "Departure minute at destination node",
"travelTimeDestinationStart": "Travel time destination-start",
"arrivalMinuteAtStart": "Arrival minute at start node",
"turnaroundTimeStart": "Turnaround time at start station",
"turnaroundTime": "Turnaround time",
"trainrunTimeCategory": "Trainrun time category",
"origin": "Origin",
"destination": "Destination",
"travelTime": "Travel time",
"transfers": "Cambiamenti",
"totalCost": "Total cost"
}
},
"error-view": {
"error": "Error"
},
"navigation-bar": {
"project-name": "Project «{$name}»",
"project-name-archived": "Project «{$name}» (archived)",
"variant-name": "Variant «{$name}»",
"variant-name-archived": "Variant «{$name}» (archived)"
},
"project": {
"project-dialog": {
"create-project": "Create project",
"edit-project": "Edit project",
"create": "Create",
"save": "Save",
"cancel": "Cancel",
"project-form": {
"name": "Name",
"mandatory-field": "Mandatory field",
"summary": "Summary",
"description": "Description",
"tooltip": "Users must be entered with their e-mail address. Confirm the entry for each e-mail with 'Enter'.",
"user-with-write-access": "User with write access",
"new-user-placeholder": "New user...",
"invalid-values": "Invalid values (no e-mail address)",
"user-with-read-access": "User with read access"
}
},
"projects-view": {
"projects": "Projects",
"search-project": "Search project",
"show-archive": "Show archive",
"archived": "(archived)",
"archive-project": {
"title": "Archive project",
"content": "Would you like to archive the project now?"
},
"undo-archiving-project": {
"title": "Undo archiving",
"content": "Would you like to undo the archiving the project now?"
},
"undo-archiving": "Undo archiving",
"edit": "Edit",
"archive": "Archive"
}
},
"variant": {
"variant-dialog": {
"create-variant": "Create variant",
"edit-variant": "Edit variant",
"save": "Save",
"cancel": "Cancel",
"variant-form": {
"name": "Name",
"mandatory-field": "Mandatory field"
}
},
"variant-view": {
"variant-history": {
"publish-entry": {
"comment": "Comment",
"publish": "Publish",
"local-changes": "Local changes must be saved first",
"discard-changes": "Discard changes"
},
"released-entry": {
"download": "Download",
"discard-changes": "Discard changes",
"ignore-conflict": "Ignore conflict",
"restore": "Restore",
"as-new-variant": "As new variant",
"version-already-available": "Version already available",
"successfully-published": "Successfully published"
},
"version-entry-layout": {
"user-id-copied": "Copied to clipboard: {$msg}"
},
"snapshot-entry": {
"download": "Download",
"restore": "Restore",
"as-new-variant": "As new variant",
"successfully-published": "Successfully published",
"change-snapshot-version": "Change {$snapshotVersion}"
},
"new-version-published": {
"title": "New version published",
"content": "Would you like to publish your personal changes as a new version?"
},
"discard-changes": {
"title": "Discard changes",
"content": "Would you like to irrevocably discard your personal changes?"
},
"restore-version": {
"title": "Restore version",
"content": "Would you like to restore the status of this version?"
},
"ignore-conflict": {
"title": "Ignore conflict",
"content": "Would you like the current version to be based on the highest published version?"
}
},
"archived": "(archived)",
"edit-variant": "Edit variant",
"delete-variant": {
"title": "Delete variant",
"content": "Do you want to permanently delete the variant and all versions it contains? This action cannot be undone."
},
"versions": "Versions"
},
"variants-view": {
"archived": "(archived)",
"variants": "Variants",
"search-variants": "Search variants",
"show-archive": "Show archive",
"project-description": "Project description",
"edit-project": "Edit project",
"archive-project": {
"title": "Archive project",
"content": "Would you like to archive the project now?"
},
"undo-archiving": "Undo archiving",
"delete-project": {
"title": "Delete projekt",
"content": "Do you want to permanently delete the project and all the variants it contains? This action cannot be undone."
},
"archive": "Archive",
"archive-variant": {
"title": "Archive variant",
"content": "Would you like to archive the variant now?"
},
"undo-archiving-variant": {
"title": "Undo archiving",
"content": "Would you like to undo the archiving of the variant?"
},
"undo-archiving-project": {
"title": "Archive variant",
"content": "Would you like to undo the archiving of the project?"
},
"error-unexpected-data": "Unexpected data: No snapshot and no released version."
}
}
}
},
"sbbBreadcrumbExpand": "Show entire path",
"sbbDialogCloseDialog": "Close dialog",
"sbbFileSelectorUploadFile": "Upload file",
"sbbFileSelectorRemoveFile": "Remove file",
"sbbHeaderMenuBack": "Back",
"sbbHeaderOpenMenu": "Open Menu",
"sbbHeaderCloseMenu": "Close Menu",
"sbbSidebarCollapse": "Collapse",
"sbbSidebarExpand": "Expand",
"sbbSidebarCloseSidebar": "Close Sidebar",
"sbbSidebarOpenSidebar": "Open Sidebar",
"sbbTextareaCounterText": "{$PH} characters remaining",
"sbbUsermenuLogin": "Login",
"sbbUsermenuOpenPanel": "Logged in as {$PH}. Click or press enter to open user menu."
}