@digital-realty/ix-widget 1.0.1

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.
Files changed (58) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +30 -0
  3. package/dist/IxWidget.d.ts +6 -0
  4. package/dist/IxWidget.js +85 -0
  5. package/dist/IxWidget.js.map +1 -0
  6. package/dist/assets/columns.d.ts +5 -0
  7. package/dist/assets/columns.js +45 -0
  8. package/dist/assets/columns.js.map +1 -0
  9. package/dist/assets/contacts.d.ts +17 -0
  10. package/dist/assets/contacts.js +88 -0
  11. package/dist/assets/contacts.js.map +1 -0
  12. package/dist/assets/data.d.ts +2243 -0
  13. package/dist/assets/data.js +2354 -0
  14. package/dist/assets/data.js.map +1 -0
  15. package/dist/assets/iconset.d.ts +16 -0
  16. package/dist/assets/iconset.js +18 -0
  17. package/dist/assets/iconset.js.map +1 -0
  18. package/dist/index.d.ts +1 -0
  19. package/dist/index.js +2 -0
  20. package/dist/index.js.map +1 -0
  21. package/dist/ix-action-list.d.ts +8 -0
  22. package/dist/ix-action-list.js +108 -0
  23. package/dist/ix-action-list.js.map +1 -0
  24. package/dist/ix-contacts.d.ts +9 -0
  25. package/dist/ix-contacts.js +137 -0
  26. package/dist/ix-contacts.js.map +1 -0
  27. package/dist/ix-info-card.d.ts +10 -0
  28. package/dist/ix-info-card.js +164 -0
  29. package/dist/ix-info-card.js.map +1 -0
  30. package/dist/ix-launchpad.d.ts +14 -0
  31. package/dist/ix-launchpad.js +188 -0
  32. package/dist/ix-launchpad.js.map +1 -0
  33. package/dist/ix-nav-item.d.ts +8 -0
  34. package/dist/ix-nav-item.js +98 -0
  35. package/dist/ix-nav-item.js.map +1 -0
  36. package/dist/ix-nav-list.d.ts +8 -0
  37. package/dist/ix-nav-list.js +44 -0
  38. package/dist/ix-nav-list.js.map +1 -0
  39. package/dist/ix-news-feed.d.ts +9 -0
  40. package/dist/ix-news-feed.js +243 -0
  41. package/dist/ix-news-feed.js.map +1 -0
  42. package/dist/ix-status-counter-group.d.ts +8 -0
  43. package/dist/ix-status-counter-group.js +115 -0
  44. package/dist/ix-status-counter-group.js.map +1 -0
  45. package/dist/ix-status-counter.d.ts +12 -0
  46. package/dist/ix-status-counter.js +163 -0
  47. package/dist/ix-status-counter.js.map +1 -0
  48. package/dist/ix-table-data.d.ts +12 -0
  49. package/dist/ix-table-data.js +99 -0
  50. package/dist/ix-table-data.js.map +1 -0
  51. package/dist/ix-widget.d.ts +1 -0
  52. package/dist/ix-widget.js +3 -0
  53. package/dist/ix-widget.js.map +1 -0
  54. package/dist/ix-widget.min.js +1 -0
  55. package/dist/styles/launchpad-styles.d.ts +1 -0
  56. package/dist/styles/launchpad-styles.js +221 -0
  57. package/dist/styles/launchpad-styles.js.map +1 -0
  58. package/package.json +128 -0
@@ -0,0 +1,2354 @@
1
+ export const statusData = [
2
+ {
3
+ value: 3206,
4
+ header: 'Active Tickets',
5
+ icon: 'laptop',
6
+ },
7
+ {
8
+ value: 1166,
9
+ header: 'Users',
10
+ icon: 'users',
11
+ },
12
+ {
13
+ value: 3206,
14
+ header: 'Active Tickets',
15
+ icon: 'mySites',
16
+ },
17
+ {
18
+ value: 1166,
19
+ header: 'Users',
20
+ icon: 'dcim',
21
+ },
22
+ {
23
+ value: 3206,
24
+ header: 'Active Tickets',
25
+ icon: 'locations',
26
+ },
27
+ ];
28
+ export const pageProps = {
29
+ pageProps: {
30
+ contactInfo: {
31
+ id: 1,
32
+ attributes: {
33
+ phoneNumbers: '**Australia:** +61 383611501\n**Europe:** +8000 183 909, +1 862 277 8813\n**Hong Kong:** +852 22817502\n**Japan:** +81-726299066 (English), +81-727368473 (Japanese)\n**North America:** +1-877 357 7782\n**Singapore:** +65 65053912',
34
+ email: 'GlobalPortal@digitalrealty.com',
35
+ createdAt: '2022-11-04T16:55:25.362Z',
36
+ updatedAt: '2022-11-10T16:51:17.642Z',
37
+ publishedAt: '2022-11-04T18:24:29.599Z',
38
+ },
39
+ },
40
+ whatsNews: [
41
+ {
42
+ id: 25,
43
+ abstract: 'Future release.\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Cras finibus lacus id sollicitudin viverra. Cras rutrum diam in congue fringilla. Suspendisse potenti. Phasellus sit amet odio vel justo porta sagittis et sed est. Sed dolor lectus, convallis et elementum ac, ultrices vel odio.',
44
+ behavior: 'text',
45
+ topics: [
46
+ {
47
+ code: 'news',
48
+ icon: 'newspaper',
49
+ id: 7,
50
+ name: 'News',
51
+ },
52
+ ],
53
+ thumbnail: {
54
+ url: '',
55
+ alternativeText: '',
56
+ },
57
+ video: null,
58
+ category: {
59
+ icon: 'local_offer',
60
+ image: {
61
+ url: '',
62
+ alternativeText: '',
63
+ },
64
+ showSortBy: false,
65
+ showFilterByTopic: false,
66
+ subtitle: 'Click here to find out more about our newly released functionality and enhancements!',
67
+ title: "What's New",
68
+ uid: 'whats-new',
69
+ },
70
+ dateAdded: '2024-10-15',
71
+ documents: [
72
+ {
73
+ id: 44,
74
+ url: '/uploads/global_portal_release_notes_1_1_e2c720ee16.pdf',
75
+ name: 'global-portal-release-notes-1.1.pdf',
76
+ },
77
+ ],
78
+ duration: null,
79
+ featured: false,
80
+ text: null,
81
+ title: 'October 2024',
82
+ uid: 'october-2024',
83
+ },
84
+ {
85
+ id: 29,
86
+ abstract: null,
87
+ behavior: 'text',
88
+ topics: [
89
+ {
90
+ code: 'news',
91
+ icon: 'newspaper',
92
+ id: 7,
93
+ name: 'News',
94
+ },
95
+ ],
96
+ thumbnail: {
97
+ url: '',
98
+ alternativeText: '',
99
+ },
100
+ video: null,
101
+ category: {
102
+ icon: 'local_offer',
103
+ image: {
104
+ url: '',
105
+ alternativeText: '',
106
+ },
107
+ showSortBy: false,
108
+ showFilterByTopic: false,
109
+ subtitle: 'Click here to find out more about our newly released functionality and enhancements!',
110
+ title: "What's New",
111
+ uid: 'whats-new',
112
+ },
113
+ dateAdded: '2023-05-08',
114
+ documents: [
115
+ {
116
+ id: 50,
117
+ url: '/uploads/2023_may_release_d4ca8b7f90.pdf',
118
+ name: '2023-may-release.pdf',
119
+ },
120
+ ],
121
+ duration: null,
122
+ featured: false,
123
+ text: null,
124
+ title: 'May 2023',
125
+ uid: 'may-2023',
126
+ },
127
+ {
128
+ id: 30,
129
+ abstract: null,
130
+ behavior: 'text',
131
+ topics: [
132
+ {
133
+ code: 'news',
134
+ icon: 'newspaper',
135
+ id: 7,
136
+ name: 'News',
137
+ },
138
+ ],
139
+ thumbnail: {
140
+ url: '',
141
+ alternativeText: '',
142
+ },
143
+ video: null,
144
+ category: {
145
+ icon: 'local_offer',
146
+ image: {
147
+ url: '',
148
+ alternativeText: '',
149
+ },
150
+ showSortBy: false,
151
+ showFilterByTopic: false,
152
+ subtitle: 'Click here to find out more about our newly released functionality and enhancements!',
153
+ title: "What's New",
154
+ uid: 'whats-new',
155
+ },
156
+ dateAdded: '2023-04-10',
157
+ documents: [
158
+ {
159
+ id: 51,
160
+ url: '/uploads/2023_april_release_4fa1949230.pdf',
161
+ name: '2023-april-release.pdf',
162
+ },
163
+ ],
164
+ duration: null,
165
+ featured: false,
166
+ text: null,
167
+ title: 'April 2023',
168
+ uid: 'april-2023',
169
+ },
170
+ ],
171
+ resources: [
172
+ {
173
+ id: 2,
174
+ abstract: null,
175
+ behavior: 'text',
176
+ topics: [
177
+ {
178
+ code: 'news',
179
+ icon: 'newspaper',
180
+ id: 7,
181
+ name: 'News',
182
+ },
183
+ ],
184
+ thumbnail: {
185
+ url: '/uploads/GP_thumbnail_4e37788f66.png',
186
+ alternativeText: 'GP thumbnail.png',
187
+ },
188
+ video: {
189
+ url: '/uploads/Global_Portal_Welcome_video_b080e2b76e.mp4',
190
+ },
191
+ category: {
192
+ icon: 'web_asset',
193
+ image: {
194
+ url: '',
195
+ alternativeText: '',
196
+ },
197
+ showSortBy: false,
198
+ showFilterByTopic: false,
199
+ subtitle: 'The answers to all of your most frequently asked questions.',
200
+ title: 'Resources',
201
+ uid: 'resources',
202
+ },
203
+ dateAdded: '2022-12-16',
204
+ documents: null,
205
+ duration: null,
206
+ featured: true,
207
+ text: '',
208
+ title: 'Global Portal Welcome Video',
209
+ uid: 'global-portal-welcome-video',
210
+ },
211
+ ],
212
+ newsAndPromotions: [
213
+ {
214
+ id: 18,
215
+ abstract: 'Achieve your digital vision by integrating our APIs with your applications.\n\nRealize how our API capabilities can enhance your digital transformation.',
216
+ behavior: 'text',
217
+ topics: [
218
+ {
219
+ code: 'news',
220
+ icon: 'newspaper',
221
+ id: 7,
222
+ name: 'News',
223
+ },
224
+ ],
225
+ thumbnail: {
226
+ url: '/uploads/server_racks_31634cc4b0.png',
227
+ alternativeText: 'server-racks.png',
228
+ },
229
+ video: null,
230
+ category: {
231
+ icon: 'feed',
232
+ image: {
233
+ url: '',
234
+ alternativeText: '',
235
+ },
236
+ showSortBy: false,
237
+ showFilterByTopic: false,
238
+ subtitle: 'Click here to see what is new and exciting in the world of Digital Realty!',
239
+ title: 'News & Promotions',
240
+ uid: 'news-and-promotions',
241
+ },
242
+ dateAdded: null,
243
+ documents: null,
244
+ duration: null,
245
+ featured: false,
246
+ text: '<p>Achieve your digital vision by integrating our APIs with your applications. Realize how our API capabilities can enhance your digital transformation. Please visit <a target="_blank" rel="noopener noreferrer" href="https://developer.digitalrealty.com">https://developer.digitalrealty.com</a> for more information about the Developer Portal.</p>',
247
+ title: 'Join our API Revolution!',
248
+ uid: 'join-our-api-revolution',
249
+ },
250
+ {
251
+ id: 17,
252
+ abstract: null,
253
+ behavior: 'text',
254
+ topics: [
255
+ {
256
+ code: 'news',
257
+ icon: 'newspaper',
258
+ id: 7,
259
+ name: 'News',
260
+ },
261
+ ],
262
+ thumbnail: {
263
+ url: '/uploads/service_fabric_48520e2bf5.png',
264
+ alternativeText: 'service-fabric.png',
265
+ },
266
+ video: null,
267
+ category: {
268
+ icon: 'feed',
269
+ image: {
270
+ url: '',
271
+ alternativeText: '',
272
+ },
273
+ showSortBy: false,
274
+ showFilterByTopic: false,
275
+ subtitle: 'Click here to see what is new and exciting in the world of Digital Realty!',
276
+ title: 'News & Promotions',
277
+ uid: 'news-and-promotions',
278
+ },
279
+ dateAdded: '2022-10-18',
280
+ documents: null,
281
+ duration: null,
282
+ featured: false,
283
+ text: '',
284
+ title: 'Connect Centers of Data Exchange with ServiceFabric™',
285
+ uid: 'connect-centers-of-data-exchange-with-service-fabric',
286
+ },
287
+ ],
288
+ welcomeVideo: {
289
+ id: 2,
290
+ abstract: null,
291
+ behavior: null,
292
+ topics: null,
293
+ thumbnail: {
294
+ url: '',
295
+ alternativeText: '',
296
+ },
297
+ video: {
298
+ url: '/uploads/Global_Portal_Welcome_video_b080e2b76e.mp4',
299
+ },
300
+ category: null,
301
+ dateAdded: '2022-12-16',
302
+ documents: null,
303
+ duration: null,
304
+ featured: true,
305
+ text: '',
306
+ title: 'Global Portal Welcome Video',
307
+ uid: 'global-portal-welcome-video',
308
+ },
309
+ release: null,
310
+ _nextI18Next: {
311
+ initialI18nStore: {
312
+ en: {
313
+ 'add-new-user': {
314
+ title: 'Add New User',
315
+ information: 'Contact Information',
316
+ details: "Set up the user's information.",
317
+ accounts: 'Accounts',
318
+ 'accounts-information': 'Select which accounts this user should have access to.',
319
+ roles: 'Roles',
320
+ 'roles-information': 'Assign roles to the user. You will associate assets with the roles in the next step.',
321
+ 'asset-access': 'Asset Access',
322
+ 'asset-disclaimer': 'Give the user access to assets they should have visibility to.',
323
+ hide: 'HIDE',
324
+ firstName: 'First Name',
325
+ lastName: 'Last Name',
326
+ email: 'Email Address',
327
+ phone: 'Phone Number',
328
+ company: 'Representing Company',
329
+ position: 'Position',
330
+ 'search-placeholder': 'Search by Site or Asset Name...',
331
+ 'access-all-assets': 'Give Access to All Assets Across All Sites',
332
+ 'is-correct': 'Are the Details correct?',
333
+ 'confirm-disclaimer': 'Confirm that all details are correct before submiting.',
334
+ submit: 'Yes, Submit',
335
+ 'user-details': 'User Details',
336
+ 'user-name': 'User Name',
337
+ 'select-position': 'Select Position',
338
+ credentials: 'Portal Credentials',
339
+ role: 'Role',
340
+ duration: 'Duration',
341
+ 'access-permission': 'Access & Permission',
342
+ attachments: 'Attachments',
343
+ 'success-message-title': '{{name}} Created',
344
+ 'success-message-body': '{{name}} has been successfully created.',
345
+ 'view-users-button': 'View User',
346
+ 'back-to-users-button': 'Back To Users',
347
+ 'date-format': 'MM/dd/yyyy',
348
+ 'permission-dialog': {
349
+ 'view-permission': 'View Permissions',
350
+ permissions: 'Permissions',
351
+ dismiss: 'Dismiss',
352
+ },
353
+ 'remove-role-dialog': {
354
+ cancel: 'Cancel',
355
+ 'remove-role': 'Remove Role',
356
+ title: 'Are you sure you want to remove this role?',
357
+ details: 'The user will no longer be able to perform the permissions of this role for this account.',
358
+ },
359
+ 'add-role-dialog': {
360
+ cancel: 'Cancel',
361
+ 'add-role': 'Add Role',
362
+ title: 'Add Role to {{name}} for {{account}}',
363
+ role: 'Role',
364
+ },
365
+ 'user-already-exist-dialog': {
366
+ cancel: 'Cancel',
367
+ dismiss: 'Dismiss',
368
+ title: {
369
+ 'current-account': 'This user already exists for your Master Account',
370
+ 'other-account': 'The user already exists in our database for another customer account.',
371
+ },
372
+ continue: {
373
+ 'current-account': 'Manage User',
374
+ 'other-account': 'Continue',
375
+ },
376
+ },
377
+ 'on-behalf-of': {
378
+ subtitle: 'Add request details below',
379
+ 'aria-label': '{{name}} - Created on Behalf of',
380
+ label: 'Created on Behalf of',
381
+ attachments: 'Document(s) of Request',
382
+ options: {
383
+ NO_USER_PERM: 'No User with Proper Permissions Available',
384
+ NEW_CUSTOMER: 'New Customer',
385
+ },
386
+ caption: 'Please, provide required details for each selected account.',
387
+ created: 'Created on Behalf Of',
388
+ 'created-name': 'Created on Behalf Of Name',
389
+ 'created-email': 'Created on Behalf Of Email',
390
+ },
391
+ },
392
+ 'api-error': {
393
+ 'api-error': 'Server error.',
394
+ USER_EXISTS: 'The user already exists.',
395
+ },
396
+ auth: {
397
+ 'idle-user-dialog': {
398
+ title: 'Log Out Warning',
399
+ message: 'Due to inactivity, your session will expire in 5 minutes.',
400
+ 'logout-now-button': 'Log out now',
401
+ 'keep-me-signed-in-button': 'Keep me signed in',
402
+ },
403
+ 'session-timeout': {
404
+ message: 'You have been logged out of the Global Portal due to inactivity.',
405
+ button: 'Log in',
406
+ },
407
+ 'customer-service': {
408
+ title: 'CUSTOMER SERVICE',
409
+ australia: 'Australia',
410
+ europe: 'Europe',
411
+ 'hong-kong': 'Hong Kong',
412
+ japan: {
413
+ title: 'Japan',
414
+ english: 'English',
415
+ japanese: 'Japanese',
416
+ },
417
+ singapore: 'Singapore',
418
+ 'north-america': 'North America',
419
+ },
420
+ policies: {
421
+ acceptable: 'Acceptable Use Policy',
422
+ privacy: 'Privacy',
423
+ },
424
+ 'no-access': {
425
+ title: 'No Access to the Global Portal',
426
+ message: 'You are currently not a user of the Global Portal. To gain access, reach out to your Customer Success Manager.',
427
+ },
428
+ 'generic-login-error': {
429
+ message: 'We are experiencing technical difficulties. Please, refresh your browser.',
430
+ },
431
+ },
432
+ common: {
433
+ '404': {
434
+ title: 'This Page could not be found.',
435
+ detail: "The page you are after doesn't exist, or no longer exists. Check out the homepage instead.",
436
+ button: 'go to homepage',
437
+ },
438
+ approve: 'Approve',
439
+ approved: 'Approved',
440
+ copy: 'Copy',
441
+ deny: 'Deny',
442
+ denied: 'Denied',
443
+ expand: 'Expand',
444
+ 'approve-all': 'Approve All',
445
+ 'deny-all': 'Deny All',
446
+ retry: 'Retry',
447
+ start: 'Start',
448
+ yes: 'Yes',
449
+ no: 'No',
450
+ and: 'and',
451
+ 'error-title': 'Error:',
452
+ 'error-message': 'An error occurred, please try again.',
453
+ 'enhanced-error-message': 'We are unable to display the relevant ticket information. For further assistance, please share the below details with us via <1>GlobalPortal@digitalrealty.com</1>',
454
+ 'error-api': 'API is not responding',
455
+ hide: 'Hide',
456
+ 'edit-details': 'Edit Details',
457
+ back: 'Back',
458
+ 'go-back': 'Go Back',
459
+ forward: 'Forward',
460
+ close: 'Close',
461
+ next: 'Next',
462
+ cancel: 'Cancel',
463
+ submit: 'Yes, Submit',
464
+ dismiss: 'Dismiss',
465
+ 'sort-by': 'Sort by',
466
+ save: 'Save',
467
+ 'save-changes': 'Save Changes',
468
+ 'changes-saved': 'Changes Saved',
469
+ 'changes-not-saved': 'Changes Can not Be Saved',
470
+ 'try-again': 'Try again',
471
+ 'request-error-message': 'We are unable to process your request. Please, try again or reach out to us for further assistance. We apologize for the inconvenience. Your Digital Realty Team',
472
+ search: 'Search',
473
+ 'close-button': 'Close Button',
474
+ 'open-button': 'Open Button',
475
+ loading: 'Loading',
476
+ 'app-loading': 'Loading...',
477
+ 'redirect-soon': 'You will be redirected soon.',
478
+ auth: {
479
+ completed: 'Authentication completed',
480
+ 'signing-in': 'Signing in...',
481
+ 'signing-out': 'Signing out...',
482
+ unauthorized: "You're not authorized to access this page.",
483
+ },
484
+ dropzone: {
485
+ attachments: 'Attachments',
486
+ label: 'Click here to browse your PC or drop files to upload',
487
+ 'created-by-on-time': 'by {{createdBy}} on {{date}}',
488
+ 'files-too-large': 'The following files exceed the maximum size of {{maxSize}}: {{files}}',
489
+ 'max-size-label': 'Max file size is 10MB with accepted file formats of: JPG (JPEG), PNG, PDF, GIF, DOC/X, XLS/X, CSV',
490
+ },
491
+ draft: {
492
+ disclaimer: 'Draft',
493
+ 'create-user-title': 'Add New User',
494
+ 'create-ticket-title': 'Support Ticket',
495
+ },
496
+ 'cancel-dialog': {
497
+ title: 'Are you sure do you want to cancel?',
498
+ text: 'All the details provided will be lost.',
499
+ dismiss: 'Dismiss',
500
+ cancel: {
501
+ 'add-user': 'Cancel Adding User',
502
+ 'create-ticket': 'Request Cancellation',
503
+ },
504
+ 'cancel-ticket-creation': {
505
+ title: 'Are you sure you want to proceed? All details provided will be lost.',
506
+ yes: 'Yes',
507
+ no: 'No',
508
+ },
509
+ },
510
+ tickets: {
511
+ 'assets-counter': '{{assets}} locations',
512
+ 'select-assets': 'Select Locations',
513
+ 'select-all': 'Select All',
514
+ 'assets-search-placeholder': 'Search by Site or Asset Name...',
515
+ 'no-assets-description': 'This site contains no assets, click NEXT to continue.',
516
+ 'asset-item': 'Asset item',
517
+ 'view-ticket': 'View Ticket',
518
+ },
519
+ 'view-all': 'View all',
520
+ 'view-attachment-button': 'view attachment button',
521
+ 'download-attachment-button': 'download attachment button',
522
+ 'hide-button': 'hide button',
523
+ 'close-buton': 'close buton',
524
+ 'previous-button': 'previous button',
525
+ 'next-button': 'next button',
526
+ active: 'Active',
527
+ 'notifications-button': 'Notifications Button',
528
+ 'expand-navbar-button': 'Expand Navbar Button',
529
+ 'search-field': 'Search Field',
530
+ 'search-icon': 'Search Icon',
531
+ 'search-button': 'Search Button',
532
+ phone: 'Phone',
533
+ email: 'Email',
534
+ 'datagrid-no-rows': 'No data to display',
535
+ 'no-attachments': 'No attachments',
536
+ account_one: 'Account',
537
+ account_other: 'Accounts',
538
+ role_one: 'Role',
539
+ role_other: 'Roles',
540
+ 'last-update': 'Last Update',
541
+ 'no-comments': 'No Comments',
542
+ option_one: 'Option',
543
+ option_other: 'Options',
544
+ from: 'From',
545
+ to: 'To',
546
+ 'email-helper-text': 'Enter email addresses separated by a comma, semicolon or the Enter key.',
547
+ 'master-account': 'Master Account',
548
+ 'master-account-label': 'Open the Account Selector',
549
+ 'unsaved-changes-title': 'Attention',
550
+ 'unsaved-changes-message': 'There are unsaved changes on this page, save or discard them before leaving.',
551
+ more: 'More',
552
+ 'not-implemented': 'Not Implemented',
553
+ logout: 'Logout',
554
+ refresh: 'Refresh',
555
+ 'record-version': {
556
+ 'record-has-been-updated': 'Record has been updated',
557
+ 'refresh-page': 'Refresh the page to see the latest record.',
558
+ },
559
+ 'view-list': 'View List',
560
+ },
561
+ cookies: {
562
+ banner: {
563
+ buttons: {
564
+ accept: 'Accept cookies',
565
+ decline: 'Do not sell or share my personal information',
566
+ },
567
+ disclaimer: {
568
+ start: 'This site uses cookies to enhance the user experience and analyze performance and traffic on the website. We share information about your use of the portal with our analytics partner. Please, click on the',
569
+ end: 'link to review it and continue with your preference selection.',
570
+ },
571
+ title: 'Cookie Settings',
572
+ },
573
+ 'cookies-policy': 'Cookies Policy',
574
+ dialog: {
575
+ 'accept-question': 'Do you want to accept Cookies?',
576
+ buttons: {
577
+ dismiss: 'Dismiss',
578
+ save: 'Save cookie settings',
579
+ },
580
+ disclaimer: {
581
+ start: 'This website uses cookies to enhance user experience and analyze performance and traffic on our website. We share information about your use of our site with our analytics partner. Please, click on our',
582
+ end: 'for further information.',
583
+ },
584
+ options: {
585
+ accept: 'Yes',
586
+ decline: 'No',
587
+ },
588
+ title: 'Cookie Settings',
589
+ },
590
+ policy: {
591
+ cookieList: {
592
+ columns: {
593
+ lifespan: 'Lifespan',
594
+ name: 'Cookies',
595
+ subgroupName: 'Cookie Subgroup',
596
+ used: 'Cookies used',
597
+ },
598
+ firstParty: 'First Party',
599
+ lifespan: {
600
+ oneYear: '1 year',
601
+ twoYear: '2 year',
602
+ },
603
+ performance: {
604
+ text: 'These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.',
605
+ title: 'Performance Cookies',
606
+ },
607
+ title: 'Cookie list',
608
+ },
609
+ cookiesWeUse: {
610
+ text1: 'All major internet browsers offer the option to manage the cookies that were installed on your computer or mobile device.',
611
+ text2: "If you do not wish for our website to place cookies on your computer or mobile device you may limit or delete these easily by adjusting your mobile or browser settings. In addition, you can set you mobile or browser settings in such a way that you get a notification every time you receive a cookie on your computer or mobile device, so that you can decide whether you wish to accept this cookie or not. Depending on your browser, you can set your browser to warn you before accepting cookies, or you can set it to refuse them. Please refer to the 'help' button (or similar) on your browser to learn more about how you can do this.",
612
+ text3: 'Please note that when you disable certain cookies that enhance the functioning of our website, the possibility exists that certain parts of our website will no longer function properly and may impact your experience on our websites.',
613
+ text4: 'If you use different devices to access our websites, you will need to ensure that each browser of each device is set to your cookie preference.',
614
+ title: 'Cookies we use',
615
+ },
616
+ preamble: {
617
+ privacyLinkText: 'Privacy Practices',
618
+ text: 'We want to be transparent about the personal data we, and our partners, collect and how we use it so you can best exercise control over your personal data. The processing of your personal data in connection with cookies, and for other purposes, is governed by our',
619
+ title: 'Cookies and Privacy Preferences',
620
+ },
621
+ revisionDate: 'Last updated',
622
+ revisionDateValue: 'July 28, 2022',
623
+ whatAreCookies: {
624
+ text: 'Cookies are small text files that may be stored on your computer or other device when you visit a website. The information does not usually directly identify you and is generally used to make websites work and to personalize your experience. Such cookies are set by us and are known as first party cookies. We also use third party cookies, which are cookies from a domain different from the domain of the website you are visiting, such as for advertising and marketing purposes. You can opt-in or opt-out out of cookies (except strictly necessary cookies) by clicking "Accept Cookies" or "Do Not Collect My Personal Information" on the cookie banner at startup or by clicking the Cookie settings button at the bottom of your screen to modify your selection.',
625
+ title: 'What are cookies?',
626
+ },
627
+ },
628
+ title: 'Cookies and Privacy Preferences',
629
+ },
630
+ 'create-ticket': {
631
+ title: 'Create Service Ticket',
632
+ information: 'Select a Ticket Type',
633
+ details: 'Select which type of ticket meets your support needs.',
634
+ hide: 'HIDE',
635
+ submit: 'Yes, Submit',
636
+ 'back-button-label': 'View All Service Tickets',
637
+ 'view-button-label': 'View Ticket',
638
+ 'ticket-created-title': '$t(support:ticket-type.{{ticketType}}) Service Ticket Created',
639
+ 'ticket-created-title_plural': '$t(support:ticket-type.{{ticketType}}) Service Tickets Created',
640
+ 'ticket-created-message-start': 'Your {{ticketType}} Service Ticket has been successfully created.',
641
+ 'ticket-created-message-start_plural': 'Your {{ticketType}} Service Tickets have been successfully created.',
642
+ 'ticket-created-message-end': 'We will reach out to you shortly.',
643
+ 'ticket-created-message-end_plural': 'We will get back to you soon!',
644
+ 'ticket-pending-message-end': ' Request is pending approval and will be processed once it has been approved.',
645
+ 'ticket-pending-title': 'Your $t(support:ticket-type.{{ticketType}}) Request is pending approval',
646
+ required: '*Required',
647
+ 'ticket-number-title': 'Ticket Number(s)',
648
+ assets: 'Assets',
649
+ 'ticket-not-created-title': '$t(support:ticket-type.{{ticketType}}) Service Ticket Cannot Be Created',
650
+ 'ticket-not-created-title_plural': '$t(support:ticket-type.{{ticketType}}) Service Tickets Cannot Be Created',
651
+ 'ticket-not-created-error-message': 'We are unable to process your request. Please, retry or reach out to us for further assistance. We apologize for the inconvenience. Your Digital Realty Team',
652
+ 'type-selection': {
653
+ 'create-ticket': 'Create Ticket',
654
+ cs: {
655
+ title: '$t(support:ticket-type.client-services)',
656
+ details: 'Having a billing, contract, or inventory question? Contact Customer Support for non-emergency needs and general questions.',
657
+ },
658
+ rh: {
659
+ title: '$t(support:ticket-type.remote-hands)',
660
+ details: 'Need to reboot, install a panel, or remove a gear? Let Digital Realty Technicians do the work for you. Remote Hands Fees apply (24/7/365).',
661
+ },
662
+ sr: {
663
+ title: '$t(support:ticket-type.shipping-receiving)',
664
+ details: 'Sending Equipment to a Digital Realty facility? Let us know how to handle the shipment when it’s delivered.',
665
+ 'success-message-warning': 'You are presented with this message because you selected the option to submit a Remote Hands Service Ticket after the successful submission of your Shipping & Receiving Service Ticket.',
666
+ },
667
+ fa: {
668
+ title: '$t(support:ticket-type.facility-access)',
669
+ details: 'Need to request, modify or terminate physical access to select few or all of your locations? Submit a Facility Access Ticket to let our Data Center Security Team know and assist you with that.',
670
+ },
671
+ },
672
+ 'ticket-details': {
673
+ subtitle: 'Service Ticket Details',
674
+ details: 'Help us understand what you need help with.',
675
+ },
676
+ 'client-services': {
677
+ title: 'Create $t(support:ticket-type.client-services) Service Ticket',
678
+ 'title-edit': 'Edit $t(support:ticket-type.client-services) Service Ticket #{{id}}',
679
+ 'ticket-details': {
680
+ title: 'Subject',
681
+ category: 'Category',
682
+ requestType: 'Request Type',
683
+ site: 'Specific Location',
684
+ description: 'Description',
685
+ customerReference: 'Customer Reference Number',
686
+ notificationRecipients: 'Other Contacts to Notify',
687
+ locations: 'Location(s)',
688
+ sites: 'Sites(s)',
689
+ sitesLocations: 'Sites & Locations',
690
+ 'letter-of-authorization-message': 'You must upload a valid Letter of Authorization document to submit this request',
691
+ 'loa-required-error': '*Required - you must upload a valid Letter of Authorization document',
692
+ },
693
+ },
694
+ 'shipping-receiving': {
695
+ title: 'Create $t(support:ticket-type.shipping-receiving) Service Ticket',
696
+ 'title-edit': 'Edit $t(support:ticket-type.shipping-receiving) Service Ticket #{{id}}',
697
+ 'ticket-details': {
698
+ title: 'Subject',
699
+ courier: 'Courier Company',
700
+ courierName: 'Courier Company Name',
701
+ packageCount: 'Number of Packages',
702
+ trackingNumber: 'Tracking Number(s)',
703
+ estimatedDeliveryDate: 'Estimated Delivery Date',
704
+ shippingParty: 'Shipping Party',
705
+ site: 'Receiving Site',
706
+ isLoadingBayRequired: 'Loading bay required',
707
+ remoteHandsNeeded: 'Need Remote Hands to install equipment or deliver to customer premise',
708
+ 'remoteHandsNeeded-short': 'Remote Hands Install?',
709
+ description: 'Short Description',
710
+ specialInstructions: 'Special Instructions',
711
+ customerReference: 'Customer Reference Number',
712
+ notificationRecipients: 'Other Contacts To Notify',
713
+ },
714
+ },
715
+ 'remote-hands': {
716
+ title: 'Create $t(support:ticket-type.remote-hands) Service Ticket',
717
+ 'title-edit': 'Edit $t(support:ticket-type.remote-hands) Service Ticket #{{id}}',
718
+ 'ticket-details': {
719
+ title: 'Subject',
720
+ detailedInstruction: 'Description',
721
+ requestType: 'Request Type',
722
+ category: 'Category',
723
+ customerReference: 'Customer Reference Number',
724
+ referenceTicket: '$t(support:ticket-type.shipping-receiving) ticket number',
725
+ site: 'Site',
726
+ sites: 'Site(s)',
727
+ locations: 'Location(s)',
728
+ notificationRecipients: 'Other contacts to notify',
729
+ estimatedDeliveryDate: 'Estimated Delivery Date',
730
+ isLoadingBayRequired: 'Loading bay required',
731
+ 'remoteHandsNeeded-short': 'Remote Hands Install?',
732
+ specialInstructions: 'Special Instructions',
733
+ courierName: 'Courier Company Name',
734
+ courier: 'Courier Company',
735
+ description: 'Short Description',
736
+ packageCount: 'Number of Packages',
737
+ trackingNumber: 'Tracking Number',
738
+ },
739
+ },
740
+ 'facility-access': {
741
+ title: 'Create $t(support:ticket-type.facility-access) Service Ticket',
742
+ 'title-edit': 'Edit $t(support:ticket-type.facility-access) Service Ticket #{{id}}',
743
+ subtitle: 'Choose a request Type',
744
+ 'select-category': 'Select Category',
745
+ category: 'Category',
746
+ 'request-type': 'Request Type',
747
+ 'search-by-name-or-email': 'Search by name or email',
748
+ 'ticket-details': {
749
+ requestType: 'Request Type',
750
+ category: 'Category',
751
+ endDate: 'End Date',
752
+ startDate: 'Start Date',
753
+ terminateAllAccess: 'Terminate All Access',
754
+ notificationRecipients: 'Email Notifications',
755
+ site: 'Site',
756
+ 'sites-title': 'Sites & Locations',
757
+ 'notifications-and-attachments': 'Notifications & Attachments',
758
+ 'remove-site-button': 'Remove Site',
759
+ 'visitor-details': 'Visitor Details',
760
+ visitorType: {
761
+ title: 'Visitor Type',
762
+ escorted: 'Escorted Visitor',
763
+ unescorted: 'Unescorted Visitor',
764
+ },
765
+ 'visitor-badge': 'Unescorted visitor Type',
766
+ 'standard-visitor-badge': 'Standard visitor badge',
767
+ 'extended-visitor-badge': 'Extended visitor badge',
768
+ escortFirstName: 'Escort First Name',
769
+ escortLastName: 'Escort Last Name',
770
+ visitorHost: 'Visitor Host',
771
+ firstName: 'First Name',
772
+ lastName: 'Last Name',
773
+ hostCompany: 'Host Company',
774
+ requestedAccessDetails: 'Requested Access Details',
775
+ sitesLocations: 'Sites & Locations',
776
+ customerReference: 'Customer External Reference',
777
+ serviceImpacted: 'Service Impacted',
778
+ serviceImpactedDescription: 'Service Impact Description',
779
+ description: 'Description of the work to be performed',
780
+ 'attached-file': 'There is an attached file with more visitors to process for this request',
781
+ hasAttachment: 'Are you attaching a file with more visitors to process for this request?',
782
+ representingCompany: 'Representing Company',
783
+ notes: 'Notes',
784
+ },
785
+ 'visitor-access': {
786
+ title: 'Visitor Access',
787
+ caption: 'Create a New Visitor Access.',
788
+ },
789
+ 'permanent-badge': {
790
+ title: 'Permanent Badge',
791
+ caption: 'Create a New Permanent Badge or click on the down arrow to choose other Permanent Badge options.',
792
+ category: {
793
+ '1': 'New Badge',
794
+ '2': 'Modify Badge',
795
+ },
796
+ 'requested-access-details': 'Requested Access Details',
797
+ 'contact-details': 'Contact Details',
798
+ 'notifications-attachments': 'Notifications & Attachments',
799
+ attachments: 'Attachments',
800
+ 'email-notifications-label': 'Email Notifications',
801
+ 'start-date': 'Badge Start Date',
802
+ 'start-date-short': 'Start Date',
803
+ 'end-date': 'Badge Expiration Date',
804
+ 'end-date-short': 'End Date',
805
+ 'start-time': 'Start Time',
806
+ 'end-time': 'End Time',
807
+ },
808
+ 'osp-access': {
809
+ title: 'OSP Access',
810
+ 'new-osp-access': 'New OSP Access',
811
+ terms: {
812
+ title: 'Terms',
813
+ 'accept-label': 'I have read and agree to the conditions listed above.*',
814
+ first: {
815
+ description: 'Permission to enter Digital Realty Outside Plant (OSP) is granted only to individuals who have an authorization to utilize these resources. These agreements include but are not limited to:',
816
+ 'first-sub-topic': 'Pathway product orders',
817
+ 'second-sub-topic': 'Lease Agreements granting pathway',
818
+ disclaimer: 'Copies of these authorizations must be referenced and included with this request to be considered.',
819
+ },
820
+ second: {
821
+ description: 'Manhole access requires an escort through the duration of the work. It is important that the selected work dates and times are as precise as possible.',
822
+ },
823
+ third: {
824
+ description: 'Entry to Manholes must follow all applicable safety precautions already in place for confined spaces. Safety and Testing Equipment requirement as well as the time needed to perform any safety tasks should be taken into consideration.',
825
+ },
826
+ fourth: {
827
+ description: 'This form is for access to Outside Plant (OSP) resources only. However, if the OSP scope of work includes design elements for the transition of Cable work from OSP to a POE or a similar room, the design documentation attachments must include those elements for review. All Inside Plant (ISP) work such as cable entry, dressing, landing at a rack, termination, fusing and/or testing must be scheduled independently via a POP/POE Room Access Request.',
828
+ },
829
+ fifth: {
830
+ description: 'All requirements for Insurance and Certificate(s) of insurance (COI) must be submitted and approved prior to the start of any work.',
831
+ },
832
+ sixth: {
833
+ description: 'Access request must be submitted no less than 72 hours in advance.',
834
+ },
835
+ seventh: {
836
+ description: 'Requesters should not presume that the request will be approved even if all required documentation is provided. Prior workor scheduling conflicts might preventthe approval of the submitted request/schedule.',
837
+ },
838
+ },
839
+ details: {
840
+ 'visitor-details': 'Visitor Details',
841
+ 'add-contact': 'Add Contact*',
842
+ 'edit-contact': 'Edit Contact',
843
+ 'visitor-type': {
844
+ title: 'Visitor Type',
845
+ escorted: 'Escorted Visitor',
846
+ unescorted: 'Unescorted Visitor',
847
+ },
848
+ 'escort-first-name': 'Escort First Name',
849
+ 'escort-last-name': 'Escort Last Name',
850
+ 'visitor-host': 'Visitor Host',
851
+ 'first-name': 'First Name',
852
+ 'last-name': 'Last Name',
853
+ 'host-company': 'Host Company',
854
+ 'request-access-details': 'Request Access Details',
855
+ 'add-site-locations': 'Add Site & Locations*',
856
+ 'edit-site-locations': 'Edit Site & Locations',
857
+ 'customer-external-reference': 'Customer External Reference',
858
+ 'service-impacted': 'Service Impacted',
859
+ 'service-impacted-description': 'Service Impacted Description',
860
+ description: 'Description of the work to be performed',
861
+ 'notifications-attachments': 'Notifications & Attachments',
862
+ 'email-notifications': 'Email Notifications',
863
+ 'email-address': 'Email Address',
864
+ 'phone-number': 'Phone Number',
865
+ company: 'Company',
866
+ 'contact-type': 'Contact Type',
867
+ 'save-new-contact': 'Save New Contact',
868
+ site: 'Site',
869
+ locations: 'Locations',
870
+ 'select-all': 'Select All',
871
+ 'save-site-locations': 'Save Site & Locations',
872
+ 'start-date': 'Start Date',
873
+ 'end-date': 'End Date',
874
+ 'start-time': 'Start Time',
875
+ 'end-time': 'End Time',
876
+ sitesLocations: 'Sites & Locations',
877
+ 'locations-at': 'Locations at {{location}}',
878
+ },
879
+ },
880
+ 'pop-poe-access': {
881
+ title: 'PoP/POE Access',
882
+ 'visitor-details': 'Visitor Details',
883
+ 'access-details': 'Access Details',
884
+ 'site-locations': 'Sites & Locations',
885
+ notifications: 'Notifications',
886
+ 'add-visitor': 'Add visitor',
887
+ 'remove-visitor': 'Remove visitor',
888
+ 'add-site': 'Add a site',
889
+ 'remove-site': 'Remove site',
890
+ attachments: 'Attachments',
891
+ 'email-notifications-label': 'Email Notifications',
892
+ visitors: 'Visitors',
893
+ 'visitor-type': {
894
+ title: 'Visitor Type',
895
+ escorted: 'Escorted Visitor',
896
+ unescorted: 'Unescorted Visitor',
897
+ },
898
+ 'visitor-host': 'Visitor Host',
899
+ 'first-name': 'First Name',
900
+ 'last-name': 'Last Name',
901
+ 'email-address': 'Email Address',
902
+ 'phone-number': 'Phone Number',
903
+ company: 'Company',
904
+ 'contact-type': {
905
+ title: 'Contact Type',
906
+ visitor: 'Visitor',
907
+ contractor: 'Contractor',
908
+ },
909
+ 'host-company': 'Host Company',
910
+ 'host-first-name': 'Host First Name',
911
+ 'host-last-name': 'Host Last Name',
912
+ 'escort-first-name': 'Escort First Name',
913
+ 'escort-last-name': 'Escort Last Name',
914
+ 'add-circuit': 'Add a circuit',
915
+ 'service-information': 'Service Information',
916
+ 'customer-external-reference': 'Customer External Reference',
917
+ 'service-impacted': 'Service Impacted',
918
+ 'service-impact-description': 'Service Impact Description',
919
+ 'service-details': 'Service Details',
920
+ 'service-type': 'Service Type',
921
+ 'scope-survey': 'Scope of Survey',
922
+ 'scope-testing': 'Scope of Testing',
923
+ 'ccpc-installation-removal': 'Cross Connect/Patch Cable Installation or Removal',
924
+ 'ccpc-installation-removal-tooltip': 'Cross Connect is secure and low latency physical connection for customers to connect to service providers, partners, and other customers.',
925
+ 'cable-run-outside-cabinet-or-rack-common-area': 'Cable will be run outside of cabinet or rack through common area',
926
+ 'from-which-room-rack-panel': 'From which room, rack, panel?',
927
+ 'to-which-room-rack-panel': 'To which room, rack, panel?',
928
+ 'cable-type': 'Cable Type',
929
+ 'on-ladder-rack': 'On Ladder-rack',
930
+ 'in-inner-duct': 'In Inner-duct',
931
+ 'in-fiber-guide': 'In Fiber-guide',
932
+ 'ppop-room-work': 'PPOP Room Work',
933
+ 'spop-room-work': 'SPOP Room Work',
934
+ 'work-description': 'Description of the work',
935
+ 'add-ppop-space': 'Add PPOP space',
936
+ 'add-spop-space': 'Add SPOP space',
937
+ 'customer-space-pop-room': 'Customer Space in PoP Room',
938
+ 'specify-the-rack-or-cabinet': 'Please, specify the rack(s) or cabinet(s) the work will take place at.',
939
+ 'pop-details': 'POP Details',
940
+ ppop: 'PPOP',
941
+ spop: 'SPOP',
942
+ rack: 'Rack',
943
+ cabinet: 'Cabinet',
944
+ 'notification-and-attachments': 'Notification & Attachments',
945
+ circuit: {
946
+ attribute: 'Attribute',
947
+ 'carrier-circuit-id': 'Carrier Circuit ID',
948
+ label: {
949
+ 'panel-number': 'Panel #',
950
+ 'rack-number': 'Rack #',
951
+ 'room-number': 'Room #',
952
+ },
953
+ name: 'Name',
954
+ 'panel-number': 'Panel Number',
955
+ port: 'Port {{id}}',
956
+ 'rack-number': 'Rack Number',
957
+ 'remove-circuit': 'REMOVE CIRCUIT',
958
+ 'room-number': 'Room Number',
959
+ side: 'Side',
960
+ 'side-a': 'Side A',
961
+ 'side-z': 'Side Z',
962
+ title: 'Circuit',
963
+ },
964
+ },
965
+ 'pop-poe-room-access': {
966
+ title: 'PoP / POE Room Access',
967
+ 'new-pop-poe-room-access': 'New POP / POE Room Access',
968
+ },
969
+ 'create-access': {
970
+ title: 'New Visitor Access',
971
+ 'visitor-access': 'Visitor Access',
972
+ 'visitor-details': 'Visitor Details',
973
+ 'add-contact': 'Add contact',
974
+ 'visitor-type': {
975
+ title: 'Visitor Type',
976
+ label: 'Select a Visitor Type',
977
+ escorted: 'Escorted Visitor',
978
+ unescorted: 'Unescorted Visitor',
979
+ },
980
+ 'multiples-visitors': 'Are you attaching a file with more visitors to process for this request?',
981
+ 'visitor-host': 'Visitor Host',
982
+ 'first-name': 'First Name',
983
+ 'last-name': 'Last Name',
984
+ 'escort-first-name': 'Escort First Name',
985
+ 'escort-last-name': 'Escort Last Name',
986
+ 'host-company': 'Host Company',
987
+ 'requested-access': 'Requested Access Details',
988
+ 'start-date': 'Start Date',
989
+ 'end-date': 'End Date',
990
+ 'add-site': 'Add site & locations',
991
+ 'representing-company': 'Representing Company',
992
+ notes: 'Notes',
993
+ notifications: 'Notifications & Attachments',
994
+ 'email-notifications': 'Email Notifications',
995
+ 'email-helper': 'Enter email addresses separated by a comma',
996
+ 'requested-access-details': 'Requested Access Details',
997
+ 'standard-visitor-badge': 'Standard visitor badge',
998
+ 'standard-visitor-badge-caption': 'Requires a daily check-in at the DLR Security office to receive a visitor badge and must be returned to the DLR Security office at the end of each workday.',
999
+ 'extended-visitor-badge': 'Extended visitor badge',
1000
+ 'extended-visitor-badge-caption': 'Remains continuously active for up to 30 days and in the possession of the approved individual. After 30 days, a new request must be submitted for approval. Note: A standard visitor badge expiration date cannot be extended by selecting this option.',
1001
+ },
1002
+ 'modify-access': {
1003
+ title: 'Modify Visitor Access',
1004
+ },
1005
+ 'terminate-all-access': {
1006
+ title: 'Terminate All Access',
1007
+ endDate: 'End Date',
1008
+ 'badge-endDate': 'Badge End Date',
1009
+ 'choose-contact': 'Choose a Contact',
1010
+ 'access-termination-details': 'Access Termination Details',
1011
+ 'visitor-details': 'Visitor Details',
1012
+ 'visitor-access': 'Visitor Access',
1013
+ 'contact-details': 'Contact Details',
1014
+ 'permanent-badge': 'Permanent Badge',
1015
+ note: 'Submitting this form will result in termination of all accessfor this visitor. To remove access for select sites / locations, please select the Modify Visitor Access option on the Category field.',
1016
+ },
1017
+ 'contact-table': {
1018
+ 'contact-name': 'Contact Name',
1019
+ 'email-phone': 'Email & Phone',
1020
+ 'add-contact': 'Add contact',
1021
+ company: 'Company',
1022
+ 'contact-type': 'Contact Type',
1023
+ 'visitor-type': 'Visitor Type',
1024
+ actions: 'Actions',
1025
+ edit: 'Edit Contact',
1026
+ delete: 'Delete Contact',
1027
+ 'add-different-contact': 'Select a different contact',
1028
+ },
1029
+ 'add-contact-dialog': {
1030
+ 'add-button': 'Add Contact',
1031
+ 'close-button': 'Dismiss',
1032
+ 'save-button': 'Save New Contact',
1033
+ 'update-existing': 'Save Changes',
1034
+ 'title-add': 'Add Contact',
1035
+ 'title-edit': 'Edit Contact',
1036
+ 'first-name': 'First Name',
1037
+ 'last-name': 'Last Name',
1038
+ email: 'Email Address',
1039
+ phone: 'Phone Number',
1040
+ company: 'Company',
1041
+ 'user-already-exists': 'A contact with this email already exists in the system. If you would like to update the access for this contact, please, go back and select the Modify Access Category.',
1042
+ },
1043
+ 'site-locations-table': {
1044
+ 'start-date-time': 'Start Date & Time',
1045
+ 'start-date': 'Start Date',
1046
+ 'end-date-time': 'End Date & Time',
1047
+ 'end-date': 'End Date',
1048
+ actions: 'Actions',
1049
+ locations: 'Locations',
1050
+ 'edit-site-locations-button': 'Edit Site & Locations',
1051
+ status: 'Status',
1052
+ modifiedBy: 'Modified By',
1053
+ },
1054
+ 'sites-locations-dialog': {
1055
+ 'add-button': 'Add Site & Locations*',
1056
+ 'save-button': 'Save Site & Locations',
1057
+ 'close-button': 'Dismiss',
1058
+ title: 'Add Site & Locations',
1059
+ },
1060
+ },
1061
+ 'site-assets-step': {
1062
+ information: 'Assets',
1063
+ details: 'Choose the Assets that require Support',
1064
+ 'multiple-assets-info': 'Because multiple assets are selected, a separate ticket will be created for each.',
1065
+ },
1066
+ 'review-step': {
1067
+ information: 'Are the details correct?',
1068
+ details: 'Confirm that all details are correct before submiting.',
1069
+ },
1070
+ enquiries: 'Account Management',
1071
+ deliveries: 'Accounts Receivable',
1072
+ removals: 'Amenities',
1073
+ hands_eyes: 'Facilities Request',
1074
+ user_account_inquiry: 'User Account Inquiry',
1075
+ general_billing_inquiry: 'General Billing Inquiry',
1076
+ elevator: 'Elevator',
1077
+ general_inquiry: 'General Inquiry',
1078
+ loading_dock: 'Loading Dock',
1079
+ parking: 'Parking',
1080
+ cooling_datacenter: 'Cooling – Datacenter',
1081
+ cooling_office: 'Cooling – Office',
1082
+ electrical: 'Electrical',
1083
+ fire_safety: 'Fire/Safety',
1084
+ planned_maintenance: 'Planned Maintenance',
1085
+ 'cancel-ticket-confirmation-title': 'Are you sure you want to cancel the creation of the {{ticketType}} Service Ticket?',
1086
+ },
1087
+ 'customer-care': {
1088
+ title: 'My Account',
1089
+ 'account-information': {
1090
+ title: 'Account Information',
1091
+ 'account-name': 'Account name',
1092
+ 'global-administrators': 'Global Administrators',
1093
+ 'facility-access-approvers': 'Facility Access Approvers',
1094
+ 'Visitor Access Approval': 'Visitor Access Approvers',
1095
+ 'Permanent Badge Approval': 'Permanent Badge Approvers',
1096
+ 'OSP Access Approval': 'OSP Access Approvers',
1097
+ 'PoP/POE Room Access Approval': 'PoP / PoE Room Access Approvers',
1098
+ },
1099
+ 'customer-support': {
1100
+ title: 'Customer Support Team Information',
1101
+ 'customer-success': 'Customer Success',
1102
+ 'sales-account-management': 'Sales & Account Management',
1103
+ 'technical-support': 'Technical Support',
1104
+ },
1105
+ },
1106
+ home: {
1107
+ title: 'Launchpad',
1108
+ description: 'Digital Realty Project',
1109
+ users: 'users',
1110
+ 'open-edit-user-dialog-button': 'Edit User Dialog',
1111
+ 'snackbar-label': 'Snackbars',
1112
+ 'snackbar-message': 'this is a snackbar',
1113
+ 'snackbar-two-lines-message': 'Two line message with long CTA button: Lorem ipsum dolor sit amet, consectetur',
1114
+ 'snackbar-success': 'variant success',
1115
+ 'snackbar-error': 'variant error',
1116
+ 'snackbar-info': 'variant info',
1117
+ 'snackbar-warning': 'variant warning',
1118
+ 'snackbar-two-lines': 'Two Lines',
1119
+ 'snackbar-action-dismiss': 'dismiss',
1120
+ 'things-to-integrate': 'Things that need to be integrated',
1121
+ 'user-details-page': 'User details Page',
1122
+ dialog: {
1123
+ title: 'New Release Updates!',
1124
+ dismiss: 'Dismiss',
1125
+ 'read-more': 'Read More',
1126
+ content: "We have introduced new and improved functionality on the Global Portal with our monthly release. Learn more by clicking on the link below or review it later in our What's New section!",
1127
+ },
1128
+ 'accessibility-column': 'Col',
1129
+ 'active-tickets': 'Active Tickets',
1130
+ 'active-tickets-label': 'Number of Active Tickets',
1131
+ 'kpi-users': 'Users',
1132
+ 'kpi-users-label': 'Number of Users',
1133
+ 'service-orders': 'Service Orders',
1134
+ 'your-sites': 'My Sites',
1135
+ 'your-sites-label': 'Number of Allowed Sites',
1136
+ 'sites-with-dcim': 'DCIM-Enabled Locations',
1137
+ 'sites-with-dcim-label ': 'Number of DCIM-Enabled Locations',
1138
+ 'active-assets': 'Active Locations',
1139
+ 'active-assets-label': 'Number of Active Locations',
1140
+ 'service-tickets': 'Service tickets',
1141
+ 'service-tickets-label': 'Number of Service tickets',
1142
+ 'facility-access': 'Facility Access',
1143
+ 'shipping-receiving': 'Shipping and Receiving',
1144
+ 'customer-support': 'Customer Support',
1145
+ 'order-service': 'Order Service',
1146
+ 'cross-connect': 'Cross-Connect',
1147
+ 'virtual-cross-connect': 'Virtual Cross-Connect',
1148
+ 'remote-hands': 'Remote Hands',
1149
+ 'user-management': 'User Management',
1150
+ 'add-user': 'Add User',
1151
+ 'manage-users': 'Manage Users',
1152
+ subject: 'Subject',
1153
+ status: 'Status',
1154
+ 'ticket-type': 'Ticket Type',
1155
+ 'updated-on': 'Updated On',
1156
+ type: 'Type',
1157
+ requestor: 'Requestor',
1158
+ 'requested-for': 'Requested For',
1159
+ 'requested-access-date': 'Requested Access Date',
1160
+ 'view-all': 'View All',
1161
+ 'ticket-updates': {
1162
+ title: 'Ticket Updates',
1163
+ 'last-update': 'Last Update',
1164
+ 'view-ticket': 'View Ticket',
1165
+ 'no-rows': 'No Recent Service Ticket Updates',
1166
+ },
1167
+ 'facility-requests': '{{number}} Pending Facility Access Requests',
1168
+ phone: 'Phone',
1169
+ email: 'Email',
1170
+ 'no-recent-tickets': 'No Recent Service Ticket Updates',
1171
+ 'no-pending-facility-access-request': 'No Facility Access requests pending approval',
1172
+ },
1173
+ 'knowledge-base': {
1174
+ title: 'Knowledge Base',
1175
+ 'initial-data-load-error': 'An error occurred while loading information from the knowledge base.',
1176
+ 'no-posts': 'No posts.',
1177
+ 'no-topics': 'No topics.',
1178
+ undated: 'Undated',
1179
+ 'no-content': 'No content.',
1180
+ categories: {
1181
+ title: 'Categories',
1182
+ 'no-categories': 'There are no categories yet.',
1183
+ },
1184
+ topics: {
1185
+ title: 'Topics',
1186
+ },
1187
+ 'video-dialog': {
1188
+ 'aria-label': 'Watch video',
1189
+ 'close-button': {
1190
+ 'aria-label': 'Close video',
1191
+ },
1192
+ },
1193
+ 'whats-new': {
1194
+ description: "See what's new in the Global Portal and what we're gradually rolling out.",
1195
+ 'view-all-release-notes': 'View All Release Notes',
1196
+ 'open-release-notes': 'View {{month}} Release Notes',
1197
+ },
1198
+ 'featured-resources': {
1199
+ title: 'Featured Resources',
1200
+ },
1201
+ content: {
1202
+ documentation: {
1203
+ title: 'Documentation',
1204
+ },
1205
+ faqs: {
1206
+ title: 'Frequently Asked Questions',
1207
+ },
1208
+ tutorials: {
1209
+ title: {
1210
+ singular: 'Tutorial',
1211
+ plural: 'Tutorials',
1212
+ },
1213
+ sortBy: {
1214
+ newestFirst: 'Newest First',
1215
+ topic: 'Topic',
1216
+ },
1217
+ },
1218
+ 'whats-new': {
1219
+ title: 'What’s New',
1220
+ },
1221
+ },
1222
+ 'select-version': 'Select Version',
1223
+ },
1224
+ launchpad: {
1225
+ resources: 'Resources',
1226
+ 'keep-reading': 'Keep reading',
1227
+ 'news-promotions': 'News & Promotions',
1228
+ 'learn-more': 'Learn more',
1229
+ 'customer-support': 'Customer Support',
1230
+ 'no-news-promotions': 'No News and Promotions',
1231
+ 'no-resources': 'No Resources',
1232
+ 'error-retrieving-kpi': 'Could not retrieve value',
1233
+ 'kpi-label': '{{text}} count',
1234
+ 'contact-us': {
1235
+ title: 'Contact Us',
1236
+ label: 'Please fill out <1>this form</1>',
1237
+ subtitle: 'Question not answered? We are here to help.',
1238
+ form: {
1239
+ name: 'User Name',
1240
+ email: 'User Email Address',
1241
+ companyName: 'Company Name',
1242
+ supportCategory: {
1243
+ placeholder: 'Support Category',
1244
+ 'non-technical-and-functional-issues': 'Non-Technical & Functional Issues',
1245
+ 'technical-issues': 'Technical Issues',
1246
+ 'data-issues': 'Data Issues',
1247
+ 'how-to-and-training': 'How to & Training',
1248
+ },
1249
+ notes: 'Notes',
1250
+ submit: {
1251
+ button: 'Submit',
1252
+ 'success-title': 'Your request was sent',
1253
+ 'success-message': 'We will be reaching out to you',
1254
+ 'error-title': 'Error sending request',
1255
+ 'error-message': 'Review the information on the previous step or wait for a few minutes and try again',
1256
+ },
1257
+ 'back-button-label': 'Back to Home',
1258
+ },
1259
+ },
1260
+ },
1261
+ location: {
1262
+ 'no-dcim-data-available': 'No DCIM data available for this location',
1263
+ 'no-dcim-data-available-chart': 'No DCIM data available for this chart',
1264
+ title: 'Chart Overview',
1265
+ subtitle: 'DCIM data for the past 7 days shown below. Click a chart to view details and change the range.',
1266
+ 'dcim-chart': {
1267
+ 'load-fail': {
1268
+ title: 'Charts could not be loaded.',
1269
+ message: 'The charts for this location are currently not available. Check back later, or contact support.',
1270
+ },
1271
+ 'toggle-device': 'Toggle {{id}}',
1272
+ 'y-axis-metric': 'Y-Axis Metric',
1273
+ timezone: {
1274
+ utc: 'Time shown in Coordinated Universal Time (UTC)',
1275
+ },
1276
+ 'show-alert-data': 'Show Alert Data',
1277
+ 'date-range': {
1278
+ from: 'From',
1279
+ to: 'to',
1280
+ },
1281
+ utc: 'UTC',
1282
+ increments: {
1283
+ label: 'Increments',
1284
+ day: '1 Day',
1285
+ hour: '60 Minutes',
1286
+ '15-minute': '15 Minutes',
1287
+ '5-minute': '5 Minutes',
1288
+ minute: '1 Minute',
1289
+ },
1290
+ view: {
1291
+ trend: 'Trend',
1292
+ daily: 'Daily',
1293
+ },
1294
+ 'point-value': {
1295
+ current: 'Value',
1296
+ 'daily-avg': 'Daily Avg',
1297
+ 'daily-min': 'Daily Min',
1298
+ 'daily-max': 'Daily Max',
1299
+ alert: '[{{type}}] {{category}} alert',
1300
+ },
1301
+ 'device-selector': {
1302
+ label: 'Devices on Chart',
1303
+ 'deselect-all': 'Deselect all',
1304
+ 'select-all': 'Select all',
1305
+ },
1306
+ export: {
1307
+ 'file-name': '{{view}} Data for {{location}} - {{site}}',
1308
+ header: {
1309
+ deviceDataId: 'Device ID',
1310
+ deviceName: 'Device Name',
1311
+ date: 'Date',
1312
+ minValue: 'Min',
1313
+ maxValue: 'Max',
1314
+ pointValue: 'Average',
1315
+ },
1316
+ },
1317
+ },
1318
+ alerts: {
1319
+ title: 'Alerts',
1320
+ 'configure-alerts-button': 'Configure Alerts',
1321
+ types: {
1322
+ title: 'Alert Types',
1323
+ all: 'All',
1324
+ critical: 'Critical',
1325
+ custom: 'Custom',
1326
+ history: 'History',
1327
+ },
1328
+ categories: {
1329
+ title: 'Alert Categories',
1330
+ all: 'All',
1331
+ power: 'Power',
1332
+ environmental: 'Environmental',
1333
+ auxiliary: 'Auxiliary',
1334
+ },
1335
+ details: {
1336
+ title: 'Alert Instances',
1337
+ 'alert-number': 'Alert Number',
1338
+ site: 'Site',
1339
+ location: 'Location',
1340
+ 'total-load': 'Total Load',
1341
+ 'threshold-value': 'Threshold Value',
1342
+ 'affected-ci': 'Affected CI',
1343
+ description: 'Description',
1344
+ 'alert-timeline-summary': 'Alert Timeline Summary',
1345
+ 'alert-generated-on': 'Alert Generated On',
1346
+ duration: 'Duration',
1347
+ error: 'Server error fetching alert data',
1348
+ },
1349
+ definitions: {
1350
+ title: 'Alert Definitions',
1351
+ 'warning-message': 'Ensure your mobile service provider does not block automated text messaging if you subscribe to that notification method.',
1352
+ },
1353
+ },
1354
+ 'customize-alert-dialog': {
1355
+ title: 'Customize Alert',
1356
+ message: 'You can choose to customize this alert. Digital Realty will not take actions on custom alerts.',
1357
+ 'it-load-level': 'IT Load Level',
1358
+ threshold: 'Threshold',
1359
+ 'total-ITkW': 'TotalITkW >',
1360
+ 'email-alerts': 'Email Alerts',
1361
+ 'sms-alerts': 'SMS Alerts',
1362
+ 'bottom-message': 'Ensure your mobile service provider does not block automated text messaging if you subscribe to that notification method.',
1363
+ 'cancel-button': 'Cancel',
1364
+ 'save-button': 'Save',
1365
+ 'success-updated': 'Alert updated',
1366
+ 'success-custom-created': 'Custom alert created',
1367
+ 'success-custom-updated': 'Custom alert updated',
1368
+ 'success-critical-updated': 'Critical alert updated',
1369
+ 'server-error': 'Server Error',
1370
+ 'threshold-validation-error': 'Threshold is outside the allowed range',
1371
+ 'critical-enrollment-operator-and-threshold-empty': 'Cannot update Custom Alert threshold because Parent has empty comparison operator and threshold',
1372
+ },
1373
+ 'alert-instance': {
1374
+ alertId: 'Alert Id',
1375
+ site: 'Site',
1376
+ location: 'Location',
1377
+ alertName: 'Alert Name',
1378
+ deviceName: 'Device Name',
1379
+ functionValue: '{{device}} Current Value',
1380
+ alertTimeStamp: 'Opened',
1381
+ alertType: 'Alert Type',
1382
+ configurationItem: 'Configuration Item',
1383
+ },
1384
+ 'alert-definition': {
1385
+ deviceName: 'Device Name',
1386
+ threshold: 'Threshold',
1387
+ liveValue: 'Live Value',
1388
+ timeStamp: 'Time Stamp',
1389
+ },
1390
+ 'alert-list': {
1391
+ 'sort-by': 'Sort By',
1392
+ 'pagination-label': 'Instances per page',
1393
+ deviceName: 'Device Name',
1394
+ functionValue: 'Device Function',
1395
+ threshold: 'Threshold',
1396
+ },
1397
+ cancel: 'Cancel',
1398
+ },
1399
+ migration: {
1400
+ contactUs: {
1401
+ companyName: 'Company Name',
1402
+ emailAddress: 'Email',
1403
+ firstName: 'First Name',
1404
+ lastName: 'Last Name',
1405
+ notes: 'Notes',
1406
+ submit: 'Submit',
1407
+ submissionAcknowledgement: 'Thank you for contacting us. A Global Portal representative will contact you shortly.',
1408
+ submissionError: 'An error occurred. Please try again or contact us via email at ',
1409
+ text: 'We strive for a smooth transition with the best customer experience and to ensure it, we welcome the opportunity to connect with you and share more details as well as answer questions you may have for us. Please fill out the form below and we will be in touch shortly!',
1410
+ title: 'Contact Us',
1411
+ },
1412
+ header: {
1413
+ title: "Digital Realty's New Global Portal - Access Migration and Support Information",
1414
+ },
1415
+ migrationDetails: {
1416
+ title: 'Migration Details',
1417
+ question1: {
1418
+ answer1: "Over the coming months, we will be migrating all customer accounts from the current DLR Customer Portal to Digital Realty's new Global Portal. As your migration date draws closer, we will notify you separately and provide all the information you need to make the transition as smooth as possible.",
1419
+ text: 'Q: What is the Global Portal Access Migration and how does it impact me?',
1420
+ },
1421
+ question2: {
1422
+ answer1: 'We are following a phased approach so ensure a smooth transition process. We will communicate more details via email 2 weeks prior to the beginning of your access migration.',
1423
+ text: 'Q: When will my access be migrated from the current to the new portal?',
1424
+ },
1425
+ question3: {
1426
+ answer1: 'The access migration will be phased to allow us the time and resources to best support you during this effort.',
1427
+ 'answer1-1': 'The migration period will last 10 business days.',
1428
+ 'answer1-2': 'Migration Start Date will be the date your access will be migrated to the Global Portal while still active on the current DLR Portal.',
1429
+ 'answer1-2-1': 'Expect an auto-generated email from us with a welcome message ',
1430
+ 'answer1-2-2': 'This 10-day period will provide you with the opportunity to familiarize yourself with the new Global Portal, reach out to us with questions, and ensure you are comfortable with this new portal before the migration period ends.',
1431
+ 'answer1-3': 'Migration End Date will be the last day you will have access to both the current and the new Portal your access to the current DLR Customer Portal will be removed on the following day.',
1432
+ text: 'Q: How will the migration occur?',
1433
+ },
1434
+ question4: {
1435
+ answer1: 'If you currently have a:',
1436
+ 'answer1-1': "<span style='font-weight: bold'>Primary Contact Role</span> - you will be migrated to the Global Portal with a <span style='font-weight: bold'>Global Admin Role</span> which will allow you access to all functionality on the Global Portal including creating new Custom Roles for your users, creating new users and managing existing users.",
1437
+ 'answer1-1-1': "<span style='font-weight: bold'>Note:</span> You will be able to create as many Custom Roles as necessary and associate them to your users before your migration period is complete and you no longer have access to the current DLR Portal.",
1438
+ 'answer1-1-2': 'It is imperative that your users are updated with the appropriate Custom Roles to ensure they continue to have access to required functionality on the portal.',
1439
+ 'answer1-1-3': 'If you require our assistance with this effort, please, contact us using the form at the bottom of this page.',
1440
+ 'answer2-1': "<span style='font-weight: bold'>Non-Primary Contact Role</span> - you will be migrated to the Global Portal with a <span style='font-weight: bold'>User Role</span> which will allow you to navigate throughout the portal, view Service Tickets but not create new service tickets.",
1441
+ 'answer2-1-1': "<span style='font-weight: bold'>Note:</span> You will be able to use the current DLR Portal during your migration period. By the end of the migration, your Global Admin (previously Primary Contact) will have the opportunity to create and assign a new role to you that will best support your portal access needs.",
1442
+ text: 'Q: Will my role/permissions change when I am migrated to the Global Portal?',
1443
+ },
1444
+ },
1445
+ resources: {
1446
+ title: 'Resources',
1447
+ trainingVideo: {
1448
+ linkText: 'Training video',
1449
+ text: 'a 20 minute video which walks you through the current functionality of the Global Portal',
1450
+ },
1451
+ welcomeVideo: {
1452
+ linkText: 'Welcome video',
1453
+ text: 'a short video which provides a high-level overview of the Global Portal',
1454
+ },
1455
+ },
1456
+ title: 'Migration',
1457
+ },
1458
+ notifications: {
1459
+ notifications: 'Notifications',
1460
+ type: {
1461
+ planned_site_maintenance: 'Planned Site Maintenance',
1462
+ emergency_repair: 'Emergency Repair',
1463
+ dcim_alert: 'DCIM Alert',
1464
+ service_ticket_update: 'Service Ticket Update',
1465
+ },
1466
+ 'type-group': {
1467
+ planned_site_maintenance: '$t(type.planned_site_maintenance)',
1468
+ emergency_repair: '$t(type.emergency_repair)s',
1469
+ dcim_alert: '$t(type.dcim_alert)s',
1470
+ service_ticket_update: '$t(type.service_ticket_update)s',
1471
+ },
1472
+ 'none-yet': 'No notifications yet.',
1473
+ 'group-by': {
1474
+ type: 'Sort by type',
1475
+ date: 'Sort by type',
1476
+ },
1477
+ today: 'Today',
1478
+ earlier: 'Earlier',
1479
+ 'mark-all-read': 'Mark All Read',
1480
+ 'mark-all-read-confirmation-message': 'Are you sure you want to mark all notifications as read?',
1481
+ 'filter-by-type': 'Filter by type',
1482
+ 'filter-by-date': 'Filter by date',
1483
+ 'filter-list': 'Filter List',
1484
+ 'clear-all': 'Clear All',
1485
+ delete: 'Are you sure you want to delete this notification?',
1486
+ },
1487
+ privacy: {
1488
+ cookieDeclaration: {
1489
+ title: 'Cookies',
1490
+ primaryText: 'This website uses cookies to enhance user experience and analyze performance and traffic on our website. We share information about your use of our site with our analytics partner.',
1491
+ readPolicyText: 'Read our',
1492
+ policyLink: {
1493
+ text: 'Cookies Policy',
1494
+ },
1495
+ buttons: {
1496
+ accept: {
1497
+ text: 'Accept Cookies',
1498
+ },
1499
+ optOut: {
1500
+ text: 'Do not collect my personal information',
1501
+ },
1502
+ },
1503
+ },
1504
+ },
1505
+ reports: {
1506
+ title: 'Reports',
1507
+ tabs: {
1508
+ security: 'Security Reports',
1509
+ dcim: 'DCIM Reports',
1510
+ 'planned-site-maintenance': 'Site Maintenance',
1511
+ },
1512
+ sites: '{{sites}} Reports',
1513
+ filters: {
1514
+ clear: 'Clear Filters',
1515
+ 'show-my-location-only': 'Show My Locations Only',
1516
+ 'filter-by': 'Filter By',
1517
+ region: 'Region',
1518
+ value: 'Value',
1519
+ },
1520
+ table: {
1521
+ id: 'ID',
1522
+ name: 'Name',
1523
+ executionDate: 'Execution Date',
1524
+ startDate: 'Start Date',
1525
+ endDate: 'End Date',
1526
+ type: 'Type',
1527
+ site: 'Site',
1528
+ leasedSpace: 'Leased Space',
1529
+ location: 'Location',
1530
+ attachment: 'Download',
1531
+ description: 'Short Description',
1532
+ status: 'Status',
1533
+ activityType: 'Activity Type',
1534
+ attachments: 'Attachments',
1535
+ notificationType: 'Notification Type',
1536
+ riskLevel: 'Risk Level',
1537
+ },
1538
+ download: {
1539
+ 'all-sites': 'Download All Locations',
1540
+ 'my-sites': 'Download My Locations',
1541
+ 'filtered-sites': 'Download Current View',
1542
+ },
1543
+ search: 'Search…',
1544
+ rows: 'Rows Per Page:',
1545
+ of: 'of',
1546
+ 'no-data-found': 'Data not found',
1547
+ assets: {
1548
+ space: '{{space}} Spaces',
1549
+ filters: {
1550
+ status: 'All Statuses',
1551
+ 'show-enrolled-spaces-only': 'Show Enrolled Spaces Only',
1552
+ },
1553
+ table: {
1554
+ leasedSpace: 'Leased Space',
1555
+ leasedKw: 'Leased kW',
1556
+ itLoad: 'IT Load',
1557
+ load: 'Load %',
1558
+ spaceTemp: 'Space Temp',
1559
+ status: 'Alert Status',
1560
+ },
1561
+ download: {
1562
+ button: 'Download button',
1563
+ 'all-spaces': 'Download All Spaces',
1564
+ 'filtered-spaces': 'Download Current View',
1565
+ },
1566
+ chart: {
1567
+ yAxisMetric: 'Y-Axis Metric',
1568
+ metric: 'Metric',
1569
+ showAlertData: 'Show Alert Data',
1570
+ resetZoom: 'Reset Zoom',
1571
+ },
1572
+ },
1573
+ reportDetails: {
1574
+ 'planned-site-maintenance-title': 'Planned Site Maintenance',
1575
+ 'dcim-alert-title': 'DCIM Alert',
1576
+ id: 'Work Order ID',
1577
+ site: 'Affected Site',
1578
+ location: 'Affected Location(s)',
1579
+ category: 'Category',
1580
+ activityType: 'Activity Type',
1581
+ activitySubType: 'Activity Subtype',
1582
+ activityCategory: 'Activity Category',
1583
+ approvalStatus: 'Approval Status',
1584
+ status: 'State',
1585
+ serviceType: 'Service Type',
1586
+ riskLevel: 'Risk Level',
1587
+ schedule: 'Schedule',
1588
+ startDate: 'Start Date',
1589
+ endDate: 'End Date',
1590
+ shortDescription: 'Short Description',
1591
+ highLevelSummary: 'High-level summary',
1592
+ attachments: 'Method of Procedure (attachments)',
1593
+ alertNumber: 'Alert Number',
1594
+ totalLoad: 'Total Load',
1595
+ affectedCI: 'Affected CI',
1596
+ alertTimelineSummary: 'Alert Generated On',
1597
+ thresholdValue: 'Threshold Value',
1598
+ description: 'Description',
1599
+ },
1600
+ planned_site_maintenance: 'Planned Site Maintenance',
1601
+ 'download-all-reports': 'Download All Reports',
1602
+ 'download-current-view': 'Download Current View',
1603
+ planned_maintenance: 'Planned Maintenance',
1604
+ },
1605
+ roles: {
1606
+ title: 'Role Management',
1607
+ 'delete-role-button': 'Delete Role',
1608
+ permissions: {
1609
+ title: 'Permissions',
1610
+ 'add-permission': 'Add Permission',
1611
+ 'duplicate-role': 'Duplicate Role',
1612
+ 'create-permission-group': 'Create Permission Group',
1613
+ 'edit-role-name': 'Edit Role Name',
1614
+ 'edit-permission-group-name': 'Edit Permission Group Name',
1615
+ 'permission-group-name': 'Permission Group Name',
1616
+ 'start-adding-permissions': 'To create your new role, start by adding a Permission or Permission group.',
1617
+ 'no-permissions': 'No permissions',
1618
+ 'no-permissions-in-group': 'The selected group has no permissions assigned.',
1619
+ privilege: {
1620
+ code: {
1621
+ C: 'Create',
1622
+ R: 'Read',
1623
+ U: 'Update',
1624
+ M: 'Mixed',
1625
+ },
1626
+ },
1627
+ dropdown: {
1628
+ placeholder: 'Select Permission',
1629
+ 'permissions-title': 'Permissions',
1630
+ 'permissions-groups-title': 'Permissions Groups',
1631
+ },
1632
+ },
1633
+ 'permission-row': {
1634
+ 'permissions-label': 'Select Permission',
1635
+ 'privilege-label': 'Privilege',
1636
+ select: 'Select',
1637
+ },
1638
+ 'delete-role-confirmation-dialog': {
1639
+ title: 'Are you sure you want to delete {{roleName}}?',
1640
+ 'title-error': 'You cannot delete the {{roleName}} Role.',
1641
+ message: 'There are no users currently assigned to this role.',
1642
+ 'message-with-users': 'Currently, there is at least one user associated to that role.',
1643
+ 'additional-message-with-users': 'Navigate to the User Management pages to update the User/Role associations before you re-try deleting this role.',
1644
+ 'delete-button': 'Delete',
1645
+ role: 'Role',
1646
+ 'role-deleted': 'Role deleted',
1647
+ },
1648
+ 'delete-permission-confirmation-dialog': {
1649
+ message: 'Some users may lose access to features.',
1650
+ title: 'Are you sure you want to remove {{permissionName}}?',
1651
+ 'delete-button': 'Remove',
1652
+ },
1653
+ 'create-permission-group-confirmation-dialog': {
1654
+ message: 'Provide a name and select an optional Permission Group Template. If you do not select a template, you can create the permissions from scratch.',
1655
+ title: 'Create Permission Group',
1656
+ 'permission-group-template': 'Permission Group Template',
1657
+ 'permission-group-name': 'Permission Group Name',
1658
+ },
1659
+ 'roles-panel': {
1660
+ 'default-system-roles': 'Default System Roles',
1661
+ 'custom-roles': 'Custom Roles',
1662
+ 'create-role': 'Create Role',
1663
+ 'internal-roles': 'Internal Roles',
1664
+ },
1665
+ 'info-card': {
1666
+ title: 'Privilege Descriptions',
1667
+ 'subheader-create': 'Create',
1668
+ 'subheader-update': 'Update',
1669
+ 'subheader-read': 'Read',
1670
+ 'description-create': 'Ability to create, update, and view all data in the permission.',
1671
+ 'description-update': 'Cannot create new data, but can update all data in the permission.',
1672
+ 'description-read': 'Read-only access to all data in the permission.',
1673
+ },
1674
+ 'duplicate-role-dialog': {
1675
+ title: 'Duplicate Role',
1676
+ message: 'All permissions of the selected role will be duplicated to the new role. Be sure to give your new role a unique name.',
1677
+ 'duplicate-role': 'Duplicate Role',
1678
+ 'same-role-name-error': 'The new role should not have the same name.',
1679
+ 'role-created': 'Role Created',
1680
+ },
1681
+ 'create-role-confirmation-dialog': {
1682
+ title: 'Create Role',
1683
+ 'role-template': 'Role Template',
1684
+ },
1685
+ 'create-role-success': 'The role was created',
1686
+ 'update-role-success': 'The role was updated',
1687
+ 'role-name': 'Role Name',
1688
+ 'role-name-placeholder': 'eg: New Role',
1689
+ 'cancel-button': 'Cancel',
1690
+ 'create-button': 'Create',
1691
+ 'remove-permission-group-button': 'Remove Permission Group Button',
1692
+ 'copy-permission-group-button': 'Copy Permission Group Button',
1693
+ 'expand permission group': 'Expand Permission Group',
1694
+ 'edit-role-button': 'Edit Role Button',
1695
+ 'duplicate role icon': 'Duplicate Role Icon',
1696
+ 'change role button': 'Change Role Button',
1697
+ 'api-responses': {
1698
+ DUPLICATE_RECORD: 'A role with the same name already exists, please choose another one.',
1699
+ PERMISSION_NOTFOUND: "The role that you are trying to create doesn't have any permissions.",
1700
+ ROLE_NOTFOUND: '{{name}} has been deleted by another user.',
1701
+ },
1702
+ 'global-access': {
1703
+ 'checkbox-label': 'Global Access',
1704
+ tooltip: 'If this flag is set then the users assigned to this role will be able to switch to any account in the Global Portal. This flag can only be set at role creation.',
1705
+ },
1706
+ },
1707
+ sidebar: {
1708
+ 'account-name': 'Account Name',
1709
+ search: 'Search',
1710
+ support: 'Service Tickets',
1711
+ users: 'User Management',
1712
+ inventory: 'Inventory',
1713
+ 'knowledge-base': 'Knowledge Base',
1714
+ reports: 'Reports',
1715
+ marketplace: 'Marketplace',
1716
+ sites: 'Sites',
1717
+ 'customer-care': 'My Account',
1718
+ invoices: 'Invoices',
1719
+ orders: 'Orders',
1720
+ roles: 'Role Management',
1721
+ cookies: 'Cookies Settings',
1722
+ 'avatar-alt': 'Avatars',
1723
+ 'switch-account': 'Switch Account',
1724
+ active: 'Active',
1725
+ 'dialog-aria-label': 'Manage your user account',
1726
+ 'edit-profile': 'Edit Profile',
1727
+ 'account-preferences': 'Account Preferences',
1728
+ 'log-out': 'Log out',
1729
+ 'authentication-options': 'Authentication Options',
1730
+ 'tap-to-change': 'Tap to change',
1731
+ firstName: 'First Name',
1732
+ lastName: 'Last Name',
1733
+ phone: 'Phone Number',
1734
+ email: 'Email Address',
1735
+ cancel: 'Cancel',
1736
+ 'save-changes': 'Save Changes',
1737
+ save: 'Save',
1738
+ change: 'Change',
1739
+ 'updated-profile-success': 'Your profile info has been successfully updated',
1740
+ 'updated-profile-error': 'Sorry, something went wrong',
1741
+ 'sites-dialog': {
1742
+ 'select-sites-to-include': 'Select Sites to Include',
1743
+ 'search-by-site-name': 'Search by Site Name...',
1744
+ 'select-all-sites': 'Select All Sites',
1745
+ 'download-user-list': 'Download User List',
1746
+ cancel: 'Cancel',
1747
+ },
1748
+ 'confirmation-dialog-title': 'Are you sure do you want to cancel?',
1749
+ 'confirmation-dialog-message': 'All the details provided will be lost.',
1750
+ 'confirmation-dialog-cancel': 'Dismiss',
1751
+ 'confirmation-dialog-ok': 'Cancel Editing User',
1752
+ 'user-preferences': {
1753
+ 'successfully-updated-message': 'User preferences was successfully updated.',
1754
+ 'error-message': 'Something went wrong',
1755
+ 'cancel-button': 'cancel',
1756
+ 'save-changes-button': 'save changes',
1757
+ title: 'User Preferences',
1758
+ 'default-site': 'Default Site',
1759
+ 'default-asset': 'Default Asset',
1760
+ 'date-format': 'Date Format',
1761
+ 'time-format': 'Time Format',
1762
+ 'time-zone': 'Time Zone',
1763
+ '12-hour': '12-hour clock (e.g.: 1:00pm)',
1764
+ '24-hour': '24-hour clock (e.g.: 13:00)',
1765
+ units: 'Units',
1766
+ 'confirmation-dialog-title': 'Are you sure do you want to cancel?',
1767
+ 'confirmation-dialog-message': 'All the details provided will be lost.',
1768
+ 'confirmation-dialog-cancel': 'Dismiss',
1769
+ 'confirmation-dialog-ok': 'Cancel',
1770
+ 'collapsible-button': 'collapsible button',
1771
+ 'notifications-button': 'Notifications Button',
1772
+ 'expand-navbar-button': 'Expand Navbar Button',
1773
+ 'search-field': 'Search Field',
1774
+ 'search-icon': 'Search Icon',
1775
+ 'search-button': 'Search Button',
1776
+ back: 'back',
1777
+ 'mm/dd/yyyy': 'mm/dd/yyyy (e.g.: 04/24/2023)',
1778
+ 'dd/mm/yyyy': 'dd/mm/yyyy (e.g.: 24/04/2023)',
1779
+ 'yyyy/mm/dd': 'yyyy/mm/dd (e.g.: 2023/04/24)',
1780
+ },
1781
+ },
1782
+ sites: {
1783
+ title: 'Sites',
1784
+ sites: '{{sites}} Sites',
1785
+ filters: {
1786
+ clear: 'Clear Filters',
1787
+ 'show-my-location-only': 'Show My Locations Only',
1788
+ 'dcim-enabled-locations-only': 'DCIM-Enabled Locations Only',
1789
+ 'filter-by': 'Filter By',
1790
+ region: 'Region',
1791
+ value: 'Value',
1792
+ 'dcim-enabled-location-only': 'DCIM-Enabled Locations Only',
1793
+ 'dcim-enabled-location-only-mobile': 'DCIM-Enabled Locations',
1794
+ },
1795
+ table: {
1796
+ site: 'Site',
1797
+ address: 'Address',
1798
+ region: 'Region',
1799
+ metro: 'Metro',
1800
+ locations: 'Locations',
1801
+ location: 'Location',
1802
+ 'dcim-enabled': 'DCIM Enabled',
1803
+ 'alert-status': 'Alert Status',
1804
+ 'site-address': 'Site Address',
1805
+ },
1806
+ download: {
1807
+ 'all-sites': 'All Sites',
1808
+ 'all-locations': 'All Locations',
1809
+ 'filtered-sites': 'Current Filter',
1810
+ 'filtered-locations': 'Current Filter',
1811
+ },
1812
+ search: 'Search…',
1813
+ rows: 'Rows Per Page:',
1814
+ of: 'of',
1815
+ 'no-data-found': 'Data not found',
1816
+ assets: {
1817
+ name: 'Locations',
1818
+ space: '{{space}} Spaces',
1819
+ filters: {
1820
+ status: 'All Statuses',
1821
+ 'show-enrolled-spaces-only': 'Show Enrolled Spaces Only',
1822
+ },
1823
+ table: {
1824
+ leasedSpace: 'Leased Space',
1825
+ leasedKw: 'Leased kW',
1826
+ itLoad: 'IT Load',
1827
+ load: 'Load Percentage',
1828
+ spaceTemp: 'Space Temp',
1829
+ status: 'Alert Status',
1830
+ location: 'Location',
1831
+ },
1832
+ download: {
1833
+ button: 'Download button',
1834
+ 'all-spaces': 'Download All Spaces',
1835
+ 'filtered-spaces': 'Download Current View',
1836
+ },
1837
+ chart: {
1838
+ yAxisMetric: 'Y-Axis Metric',
1839
+ metric: 'Metric',
1840
+ showAlertData: 'Show Alert Data',
1841
+ resetZoom: 'Reset Zoom',
1842
+ },
1843
+ },
1844
+ tabs: {
1845
+ sites: 'Sites',
1846
+ locations: 'Locations',
1847
+ },
1848
+ },
1849
+ support: {
1850
+ id: 'Ticket #',
1851
+ title: 'Service Tickets',
1852
+ 'create-ticket': 'Create ticket',
1853
+ 'view-ticket': 'View ticket',
1854
+ 'edit-ticket': 'Edit ticket',
1855
+ 'approve-deny': 'Approve/Deny',
1856
+ 'view-all-tickets': 'View all Service Tickets',
1857
+ 'dropzone-text': 'Click here to browse your PC or drop files to upload',
1858
+ 'created-by-on-time': 'by {{createdBy}} on {{date}}',
1859
+ 'success-message-upload-attachment': '{{filename}} has been successfully uploaded.',
1860
+ 'error-message-upload-attachment': 'something went wrong.',
1861
+ tickets: '{{tickets}} Tickets',
1862
+ 'required-field-disclaimer': '*denotes required field',
1863
+ filters: {
1864
+ 'show-completed-cases': 'Show All Closed Tickets',
1865
+ 'filter-by': 'Filter By',
1866
+ 'my-tickets': 'My Tickets',
1867
+ 'all-requesters': 'All Requesters',
1868
+ 'all-types': 'All Ticket Types',
1869
+ 'all-request-types': 'All Request Types',
1870
+ 'all-statuses': 'All Statuses',
1871
+ clear: 'Clear Filters',
1872
+ 'all-sites': 'All Sites',
1873
+ value: 'Value',
1874
+ },
1875
+ table: {
1876
+ id: 'Ticket #',
1877
+ 'ticket-type': 'Ticket Type',
1878
+ title: 'Subject',
1879
+ status: 'Status',
1880
+ 'request-type': 'Request Type',
1881
+ category: 'Category',
1882
+ 'created-by': 'Requester',
1883
+ site: 'Site',
1884
+ asset: 'Location',
1885
+ 'created-on': 'Create Date',
1886
+ 'updated-on': 'Updated On',
1887
+ 'closed-on': 'Closed On',
1888
+ location: 'Location',
1889
+ accessRequestedFor: 'Access Requested for',
1890
+ actions: 'Actions',
1891
+ },
1892
+ rows: 'Rows Per Page:',
1893
+ of: 'of',
1894
+ description: 'Description',
1895
+ 'no-data-found': 'Data not found',
1896
+ 'no-columns-selected-first': 'No columns selected',
1897
+ 'no-columns-selected-second': 'Please select the columns on top of the page on the icon',
1898
+ number: 'Number',
1899
+ 'ticket-type-label': 'Ticket Type',
1900
+ 'ticket-type': {
1901
+ 'client-services': 'Customer Support',
1902
+ 'remote-hands': 'Remote Hands',
1903
+ 'shipping-receiving': 'Shipping & Receiving',
1904
+ 'facility-access': 'Facility Access',
1905
+ },
1906
+ 'ticket-details': {
1907
+ subject: 'Subject',
1908
+ description: 'Description',
1909
+ 'cancellation-reason': 'Reason for Cancellation',
1910
+ id: 'Ticket Number',
1911
+ title: 'Subject',
1912
+ category: 'Category',
1913
+ requestType: 'Request Type',
1914
+ status: 'Status',
1915
+ createdOn: 'Create date',
1916
+ updatedOn: 'Updated on',
1917
+ closedOn: 'Closed on',
1918
+ createdBy: 'Requester',
1919
+ notificationRecipients: 'Other Contacts to Notify',
1920
+ 'additional-notificationRecipients': 'Additional Contacts to Notify',
1921
+ attachments: 'Attachments',
1922
+ customerReference: 'Customer Reference Number',
1923
+ 'service-ticket-information-title': 'Service Ticket Information',
1924
+ 'ticket-details-title': 'Ticket Details',
1925
+ 'notifications-attachments-title': 'Notifications & Attachments',
1926
+ 'client-services': {
1927
+ site: 'Sites & Locations',
1928
+ asset: 'Asset',
1929
+ description: 'Description',
1930
+ },
1931
+ 'shipping-receiving': {
1932
+ courier: 'Courier Company',
1933
+ otherCourier: 'Courier Company Name',
1934
+ packageCount: 'Number of Packages',
1935
+ trackingNumber: 'Tracking Number',
1936
+ estimatedDeliveryDate: 'Estimated Delivery Date',
1937
+ site: 'Receiving Site',
1938
+ isLoadingBayRequired: 'Loading Bay Required',
1939
+ needRemoteHandsTicket: 'Need Remote Hands',
1940
+ description: 'Short Description',
1941
+ specialInstructions: 'Special Instructions',
1942
+ },
1943
+ 'remote-hands': {
1944
+ site: 'Site',
1945
+ location: 'Location(s)',
1946
+ detailedInstruction: 'Detailed Instruction',
1947
+ referenceTicket: '$t(ticket-type.shipping-receiving) Ticket Number',
1948
+ primaryContactEmail: 'Primary Contact Email',
1949
+ },
1950
+ 'facility-access': {
1951
+ 'contact-details-title': 'Contact Details',
1952
+ 'requested-access-details-title': 'Requested Access Details',
1953
+ 'access-details-title': 'Access Details',
1954
+ 'service-details-title': 'Service Details',
1955
+ 'access-termination-details-title': 'Access Termination Details',
1956
+ hasAttachment: 'Are you attaching a file with more visitors to process for this request?',
1957
+ 'visitor-type': 'Visitor Type',
1958
+ 'visitor-badge-type': 'Visitor Badge Type',
1959
+ 'standard-visitor-badge': 'Standard visitor badge',
1960
+ 'extended-visitor-badge': 'Extended visitor badge',
1961
+ 'visitor-host-first-name': 'Visitor Host First Name',
1962
+ 'visitor-host-last-name': 'Visitor Host Last Name',
1963
+ 'host-company': 'Host Company',
1964
+ 'representing-company': 'Representing Company',
1965
+ 'start-date': {
1966
+ default: 'Start Date',
1967
+ badge: 'Badge Start Date',
1968
+ },
1969
+ 'end-date': {
1970
+ default: 'End Date',
1971
+ badge: 'Badge Expiration Date',
1972
+ },
1973
+ 'site-locations': 'Site & Locations',
1974
+ notes: 'Notes',
1975
+ 'escort-first-name': 'Escort First Name',
1976
+ 'escort-last-name': 'Escort Last Name',
1977
+ 'terminate-all-access': 'Terminate All Access',
1978
+ 'customer-external-reference': 'Customer External Reference',
1979
+ 'service-impacted': 'Service Impacted',
1980
+ 'service-impact-description': 'Service Impact Description',
1981
+ 'service-type': 'Service Type',
1982
+ 'cross-connect-patch-cable-installation-removal': 'Cross Connect/Patch Cable Installation or Removal',
1983
+ 'work-description-osp': 'Description of the work to be performed',
1984
+ 'work-description-pop': 'Description of the work',
1985
+ 'permanent-badge': {
1986
+ category: {
1987
+ new: 'New Badge',
1988
+ modify: 'Modify Badge',
1989
+ terminate: 'Terminate All Access',
1990
+ },
1991
+ },
1992
+ 'visitor-access': {
1993
+ category: {
1994
+ new: 'New Visitor Access',
1995
+ modify: 'Modify Visitor Access',
1996
+ terminate: 'Terminate All Access',
1997
+ },
1998
+ },
1999
+ },
2000
+ },
2001
+ activity: 'Activity',
2002
+ 'add-comment': 'Add Comment',
2003
+ 'no-comments': 'No comments yet.',
2004
+ you: 'You',
2005
+ said: 'Said',
2006
+ on: 'on',
2007
+ at: 'at',
2008
+ search: 'Search…',
2009
+ download: {
2010
+ 'all-tickets': 'All Tickets',
2011
+ 'my-tickets': 'My Tickets',
2012
+ 'filtered-tickets': 'Current Filter',
2013
+ 'open-tickets': 'Open Tickets',
2014
+ 'closed-tickets': 'Closed Tickets',
2015
+ },
2016
+ 'ticket-cancel': {
2017
+ 'cancel-reason-title': 'Are you sure you want to cancel this ticket?',
2018
+ 'cancel-reason-content': 'Please, be aware that fees might still apply to this request if work has already started.',
2019
+ 'cancel-dropdown-label': 'Reason For Cancellation',
2020
+ 'cancel-button': 'Cancel ticket',
2021
+ 'cancel-confirm-title': 'Are you sure you want to proceed? All changes will be lost.',
2022
+ message: {
2023
+ 'shipping-receiving': 'If you have created a Remote Hands ticket that is associated to this Shipping & Receiving ticket, please, ensure it is cancelled as well if no longer needed.',
2024
+ },
2025
+ },
2026
+ 'ticket-editing': {
2027
+ 'cancel-confirm-title': 'Are you sure you want to proceed? All changes will be lost',
2028
+ 'success-message': 'Your {{ticketType}} Service Ticket has been successfully edited.',
2029
+ },
2030
+ badge: {
2031
+ 'approval-denied': 'Approval Denied',
2032
+ approved: 'Approved',
2033
+ cancelled: 'Cancelled',
2034
+ 'cancellation-requested': 'Cancellation Requested',
2035
+ completed: 'Completed',
2036
+ denied: 'Denied',
2037
+ draft: 'Draft',
2038
+ 'in-progress': 'In progress',
2039
+ new: 'New',
2040
+ 'pending-approval': 'Pending Approval',
2041
+ },
2042
+ actions: {
2043
+ 'request-ticket-cancellation': 'Request Cancellation',
2044
+ 'cancel-ticket': 'Cancel Ticket',
2045
+ },
2046
+ 'courier-other': 'Other',
2047
+ today: 'Today',
2048
+ 'child-wo-not-ready': 'Child Tickets - Pending Creation',
2049
+ tabs: {
2050
+ 'open-tickets': 'Open Tickets',
2051
+ 'closed-tickets': 'Closed Tickets',
2052
+ },
2053
+ },
2054
+ topbar: {
2055
+ profile: 'Profile',
2056
+ account: 'My Account',
2057
+ 'notifications-button': 'Notifications Button',
2058
+ 'expand-navbar-button': 'Expand Navbar Button',
2059
+ 'search-field': 'Search Field',
2060
+ 'search-icon': 'Search Icon',
2061
+ 'search-button': 'Search Button',
2062
+ 'open-profile-options': 'Open profile options',
2063
+ },
2064
+ users: {
2065
+ title: 'User Management',
2066
+ 'add-account': 'Add Account',
2067
+ accept: 'Accept',
2068
+ decline: 'Decline Invitation',
2069
+ 'account-added-to-location': 'You have been added to {{accountName}}, before proceeding, you must choose to accept or decline the invitation.',
2070
+ suspended: 'Suspended',
2071
+ accounts: 'Accounts',
2072
+ 'create-user-button': 'Create User',
2073
+ contacts: 'Contacts',
2074
+ 'row-count_one': '{{count}} user',
2075
+ 'row-count_other': '{{count}} users',
2076
+ 'filter-by': 'Filter By',
2077
+ 'cities-dropdown': 'All Cities',
2078
+ role: 'Role',
2079
+ roles: 'Roles',
2080
+ 'roles-dropdown': 'All Roles',
2081
+ 'accounts-dropdown': 'All Accounts',
2082
+ 'view-selector': 'View As',
2083
+ 'contacts-button': 'Contacts',
2084
+ 'locations-button': 'Locations',
2085
+ draft: 'Draft',
2086
+ table: {
2087
+ firstName: 'First Name',
2088
+ lastName: 'Last Name',
2089
+ email: 'Email Address',
2090
+ phone: 'Phone Number',
2091
+ role: 'Role',
2092
+ status: 'Status',
2093
+ showInactive: 'Show inactive',
2094
+ },
2095
+ 'show-active-toggle': 'Show Deactivated',
2096
+ rows: 'Rows Per Page:',
2097
+ 'user-details': 'User Details',
2098
+ status: 'Status',
2099
+ details: {
2100
+ firstName: 'first name',
2101
+ lastName: 'last name',
2102
+ email: 'email',
2103
+ phoneNumber: 'phone number',
2104
+ position: 'position',
2105
+ },
2106
+ account: {
2107
+ state: {
2108
+ active: 'Active',
2109
+ invited: 'Invited',
2110
+ suspended: 'Suspended',
2111
+ declined: 'Declined',
2112
+ removed: 'Removed',
2113
+ },
2114
+ 'state-long': {
2115
+ active: 'Active',
2116
+ invited: 'Invited on {{invitedOn}}',
2117
+ suspended: 'Suspended on {{suspendedOn}}',
2118
+ declined: 'Account Invitation Declined by User',
2119
+ removed: 'Account Removed',
2120
+ },
2121
+ status: {
2122
+ ACTIVE: 'Active',
2123
+ MANUALLY_SUSPENDED: 'Suspended',
2124
+ AUTO_SUSPENDED: 'Suspended',
2125
+ DELETED: 'Removed',
2126
+ REMOVED: 'Removed',
2127
+ NOT_APPROVED_BY_USER: 'Declined',
2128
+ INVITE_SENT: 'Invited',
2129
+ DRAFT: 'Draft',
2130
+ },
2131
+ 'status-long': {
2132
+ ACTIVE: 'Active',
2133
+ MANUALLY_SUSPENDED: 'Suspended on {{statusChangedDate}}',
2134
+ AUTO_SUSPENDED: 'Suspended on {{statusChangedDate}}',
2135
+ DELETED: 'Account Removed',
2136
+ INVITE_SENT: 'Invited on {{invitedOn}}',
2137
+ NOT_APPROVED_BY_USER: 'Account Invitation Declined by User',
2138
+ DRAFT: 'Draft',
2139
+ },
2140
+ 'account-details': {
2141
+ declinedOn: '$t(account.state-long.declined) on',
2142
+ removedOn: '$t(account.state-long.removed) on',
2143
+ removedBy: '$t(account.state-long.removed) by',
2144
+ 'account-number': 'Account Number',
2145
+ 'no-roles': 'No $t(roles)',
2146
+ },
2147
+ },
2148
+ 'edit-user-details': 'Edit user details',
2149
+ 'portal-access': 'portal access',
2150
+ 'deactivate-user': 'Deactivate user',
2151
+ 'activate-user': 'Activate user',
2152
+ edit: 'Edit',
2153
+ 'edit-access-permissions': 'Edit access permissions',
2154
+ 'access-permissions': 'Access Permissions',
2155
+ total: 'Total',
2156
+ 'load-all': 'Load All',
2157
+ 'show-less': 'Show less',
2158
+ region: 'Region',
2159
+ metro: 'Metro',
2160
+ site: 'Site',
2161
+ asset: 'Asset',
2162
+ 'users-filename': 'users',
2163
+ of: 'of',
2164
+ 'rows-per-page': 'Rows per page:',
2165
+ filters: {
2166
+ clear: 'Clear Filters',
2167
+ value: 'Value',
2168
+ },
2169
+ 'clear-filters': 'Clear Filters',
2170
+ 'show-completed-cases': 'Show Deactivated',
2171
+ 'location-table': {
2172
+ asset: 'Asset',
2173
+ site: 'Site',
2174
+ metro: 'Metro',
2175
+ region: 'Region',
2176
+ 'last-physical-visit': 'Last Physical Visit',
2177
+ access: 'Access',
2178
+ 'portal-access': {
2179
+ title: 'Portal Access',
2180
+ 'empty-state': 'No users have access to this site',
2181
+ name: 'Name',
2182
+ 'added-on': 'Added On',
2183
+ role: 'Role',
2184
+ 'portal-access-ends': 'Portal Access Ends',
2185
+ email: 'Email',
2186
+ phoneNumber: 'Phone',
2187
+ position: 'Position',
2188
+ },
2189
+ },
2190
+ 'download-all-users': 'Download All Users',
2191
+ 'select-sites-to-download': 'Select Sites to Download',
2192
+ 'download-current-view': 'Download Current View',
2193
+ 'no-data-found': 'Data not found',
2194
+ 'cancel-dialog-title': 'Are you sure do you want to cancel?',
2195
+ 'cancel-dialog-text': 'All the details provided will be lost.',
2196
+ 'cancel-dialog-cancel': 'Dismiss',
2197
+ 'cancel-dialog-confirm': 'Cancel Editing Permissions',
2198
+ 'confirmation-dialog-title': 'Are you sure do you want to cancel?',
2199
+ 'confirmation-dialog-message': 'All the details provided will be lost.',
2200
+ 'confirmation-dialog-cancel': 'Dismiss',
2201
+ 'confirmation-dialog-ok': 'Cancel Editing Profile',
2202
+ 'search-by-site-name': 'Search by Site Name',
2203
+ 'select-sites-to-include': 'Select Sites to Include',
2204
+ 'download-user-list': 'Download User List',
2205
+ 'select-all-sites': 'Select All Sites',
2206
+ 'access-permissions-dialog-title': '{{name}} Access Permissions',
2207
+ 'save-changes-button': 'Save Changes',
2208
+ 'cancel-button': 'Cancel',
2209
+ 'success-message-edit-permissions': '{{name}} access permissions has been successfully updated.',
2210
+ 'error-message-edit-permissions': 'Sorry, something went wrong.',
2211
+ search: 'Search',
2212
+ 'sites-dialog': {
2213
+ 'select-sites-to-include': 'Select Sites to Include',
2214
+ 'search-by-site-name': 'Search by Site Name',
2215
+ 'select-all-sites': 'Select All Sites',
2216
+ 'download-user-list': 'Download User List',
2217
+ cancel: 'Cancel',
2218
+ },
2219
+ 'deactive-warning': 'Are you sure you want to proceed?',
2220
+ 'deactive-text': 'You are about to deactivate this user, but you can activate it later anytime',
2221
+ 'remove-account': 'Remove Account',
2222
+ 'suspend-access': 'Suspend Access',
2223
+ 'add-role': 'Add Role',
2224
+ permissions: 'Permissions',
2225
+ 'asset-access': 'Portal Access',
2226
+ 'remove-role': 'Remove Role',
2227
+ 'save-changes': 'Save Changes',
2228
+ revert: 'Revert',
2229
+ 'restore-access': 'Restore Access',
2230
+ 'resend-invite': 'Re-send Invite',
2231
+ 'changes-saved': 'Changes Saved',
2232
+ 'remove-account-dialog': {
2233
+ title: 'Are you sure you want to remove this account?',
2234
+ message: 'The user will no longer be able to access this account.',
2235
+ },
2236
+ 'role-remove-success': 'Role succesfully removed.',
2237
+ 'account-remove-success': 'Account succesfully removed.',
2238
+ 'access-suspended-success': 'Access Suspended',
2239
+ 'access-restored-success': 'Access Restored',
2240
+ 'remove-role-dialog': {
2241
+ title: 'Are you sure you want to remove this role? ',
2242
+ message: 'The user will no longer be able to perform the permissions of this role for this account. ',
2243
+ },
2244
+ 'add-account-dialog': {
2245
+ title: 'Add an Account to {{username}}',
2246
+ cancel: 'Cancel',
2247
+ save: 'Add Account',
2248
+ placeholder: 'Account',
2249
+ },
2250
+ 'add-role-dialog': {
2251
+ title: 'Add Role to {{username}} for {{accountName}}',
2252
+ cancel: 'Cancel',
2253
+ save: 'Add Role',
2254
+ placeholder: 'Role',
2255
+ },
2256
+ 'on-behalf-of-dialog': {
2257
+ title: 'Modification Details',
2258
+ placeholder: 'Modified on Behalf of*',
2259
+ attachments: 'Document(s) of Request*',
2260
+ cancel: 'Cancel',
2261
+ save: 'Save',
2262
+ options: {
2263
+ NO_USER_PERM: 'No User with Proper Permissions Available',
2264
+ NEW_CUSTOMER: 'New Customer',
2265
+ },
2266
+ },
2267
+ 'discard-changes-dialog': {
2268
+ title: 'You have unsaved changes.',
2269
+ message: 'If you leave this account, you will lose the changes you made.',
2270
+ confirm: 'Discard changes',
2271
+ },
2272
+ 'discard-changes': 'Discard Changes',
2273
+ 'add-role-success': 'Role succesfully added.',
2274
+ 'download-button': 'download button',
2275
+ 'edit-profile': 'Edit Profile',
2276
+ notification: {
2277
+ 'invitation-resent': 'Invitation Re-Sent.',
2278
+ },
2279
+ 'cannot-save-dialog': {
2280
+ title: 'Changes cannot be saved',
2281
+ message: 'The user must have a role with access selected in order to save.',
2282
+ },
2283
+ 'modification-details': {
2284
+ title: 'Modification Details',
2285
+ 'created-on-the-behalf-of': 'Created on the behalf of:',
2286
+ 'modified-on-the-behalf-of': 'Modified on the behalf of:',
2287
+ 'documents-of-request': 'Document(s) of Request*',
2288
+ },
2289
+ },
2290
+ validation: {
2291
+ default: 'Invalid value',
2292
+ email_invalid_characters: 'User email address contains invalid characters',
2293
+ generic_error: '* Error',
2294
+ invalid_date: 'Invalid date',
2295
+ invalid_domain: 'Invalid domain',
2296
+ invalid_email: 'Invalid email address',
2297
+ invalid_email2: '{{value}} is not a valid email',
2298
+ invalid_phone: 'Phone number is not valid',
2299
+ maximum_of_characters: '({{current}}/{{max}} characters)',
2300
+ no_surrounding_spaces: 'Cannot start or end with whitespaces',
2301
+ required: '* Required',
2302
+ },
2303
+ },
2304
+ },
2305
+ initialLocale: 'en',
2306
+ ns: [
2307
+ 'add-new-user',
2308
+ 'api-error',
2309
+ 'auth',
2310
+ 'common',
2311
+ 'cookies',
2312
+ 'create-ticket',
2313
+ 'customer-care',
2314
+ 'home',
2315
+ 'knowledge-base',
2316
+ 'launchpad',
2317
+ 'location',
2318
+ 'migration',
2319
+ 'notifications',
2320
+ 'privacy',
2321
+ 'reports',
2322
+ 'roles',
2323
+ 'sidebar',
2324
+ 'sites',
2325
+ 'support',
2326
+ 'topbar',
2327
+ 'users',
2328
+ 'validation',
2329
+ ],
2330
+ userConfig: {
2331
+ i18n: {
2332
+ defaultLocale: 'en',
2333
+ locales: ['en', 'pt', 'es'],
2334
+ },
2335
+ localePath: '/app/public/locales',
2336
+ react: {
2337
+ useSuspense: false,
2338
+ },
2339
+ default: {
2340
+ i18n: {
2341
+ defaultLocale: 'en',
2342
+ locales: ['en', 'pt', 'es'],
2343
+ },
2344
+ localePath: '/app/public/locales',
2345
+ react: {
2346
+ useSuspense: false,
2347
+ },
2348
+ },
2349
+ },
2350
+ },
2351
+ },
2352
+ __N_SSP: true,
2353
+ };
2354
+ //# sourceMappingURL=data.js.map