forked from canada-ca/tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessages.js
More file actions
674 lines (674 loc) · 37 KB
/
messages.js
File metadata and controls
674 lines (674 loc) · 37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
/*eslint-disable*/ module.exports = {
messages: {
'Authentication error. Please sign in.':
'Authentication error. Please sign in.',
'Cannot query affiliations on organization without admin permission or higher.':
'Cannot query affiliations on organization without admin permission or higher.',
'Email already in use.': 'Email already in use.',
'If an account with this username is found, a password reset link will be found in your inbox.':
'If an account with this username is found, a password reset link will be found in your inbox.',
'If an account with this username is found, an email verification link will be found in your inbox.':
'If an account with this username is found, an email verification link will be found in your inbox.',
'Incorrect TFA code. Please sign in again.':
'Incorrect TFA code. Please sign in again.',
'Incorrect token value. Please request a new email.':
'Incorrect token value. Please request a new email.',
'Incorrect username or password. Please try again.':
'Incorrect username or password. Please try again.',
'Invalid token, please sign in.': 'Invalid token, please sign in.',
'New passwords do not match.': 'New passwords do not match.',
'No organization with the provided slug could be found.':
'No organization with the provided slug could be found.',
'No verified domain with the provided domain could be found.':
'No verified domain with the provided domain could be found.',
'No verified organization with the provided slug could be found.':
'No verified organization with the provided slug could be found.',
'Organization has already been verified.':
'Organization has already been verified.',
'Organization name already in use, please choose another and try again.':
'Organization name already in use, please choose another and try again.',
'Organization name already in use. Please try again with a different name.':
'Organization name already in use. Please try again with a different name.',
'Ownership check error. Unable to request domain information.':
'Ownership check error. Unable to request domain information.',
'Passing both `first` and `last` to paginate the `Affiliation` connection is not supported.':
'Passing both `first` and `last` to paginate the `Affiliation` connection is not supported.',
'Passing both `first` and `last` to paginate the `DKIMResults` connection is not supported.':
'Passing both `first` and `last` to paginate the `DKIMResults` connection is not supported.',
'Passing both `first` and `last` to paginate the `DKIM` connection is not supported.':
'Passing both `first` and `last` to paginate the `DKIM` connection is not supported.',
'Passing both `first` and `last` to paginate the `DMARC` connection is not supported.':
'Passing both `first` and `last` to paginate the `DMARC` connection is not supported.',
'Passing both `first` and `last` to paginate the `DkimFailureTable` connection is not supported.':
'Passing both `first` and `last` to paginate the `DkimFailureTable` connection is not supported.',
'Passing both `first` and `last` to paginate the `DmarcFailureTable` connection is not supported.':
'Passing both `first` and `last` to paginate the `DmarcFailureTable` connection is not supported.',
'Passing both `first` and `last` to paginate the `DmarcSummaries` connection is not supported.':
'Passing both `first` and `last` to paginate the `DmarcSummaries` connection is not supported.',
'Passing both `first` and `last` to paginate the `Domain` connection is not supported.':
'Passing both `first` and `last` to paginate the `Domain` connection is not supported.',
'Passing both `first` and `last` to paginate the `FullPassTable` connection is not supported.':
'Passing both `first` and `last` to paginate the `FullPassTable` connection is not supported.',
'Passing both `first` and `last` to paginate the `GuidanceTag` connection is not supported.':
'Passing both `first` and `last` to paginate the `GuidanceTag` connection is not supported.',
'Passing both `first` and `last` to paginate the `HTTPS` connection is not supported.':
'Passing both `first` and `last` to paginate the `HTTPS` connection is not supported.',
'Passing both `first` and `last` to paginate the `Organization` connection is not supported.':
'Passing both `first` and `last` to paginate the `Organization` connection is not supported.',
'Passing both `first` and `last` to paginate the `SPF` connection is not supported.':
'Passing both `first` and `last` to paginate the `SPF` connection is not supported.',
'Passing both `first` and `last` to paginate the `SSL` connection is not supported.':
'Passing both `first` and `last` to paginate the `SSL` connection is not supported.',
'Passing both `first` and `last` to paginate the `SpfFailureTable` connection is not supported.':
'Passing both `first` and `last` to paginate the `SpfFailureTable` connection is not supported.',
'Passing both `first` and `last` to paginate the `VerifiedDomain` connection is not supported.':
'Passing both `first` and `last` to paginate the `VerifiedDomain` connection is not supported.',
'Passing both `first` and `last` to paginate the `VerifiedOrganization` connection is not supported.':
'Passing both `first` and `last` to paginate the `VerifiedOrganization` connection is not supported.',
'Password does not meet requirements.':
'Password does not meet requirements.',
'Password was successfully reset.': 'Password was successfully reset.',
'Password was successfully updated.': 'Password was successfully updated.',
'Passwords do not match.': 'Passwords do not match.',
'Permission Denied: Could not retrieve specified organization.':
'Permission Denied: Could not retrieve specified organization.',
'Permission Denied: Please contact org owner to transfer ownership.':
'Permission Denied: Please contact org owner to transfer ownership.',
'Permission Denied: Please contact organization admin for help with removing domain.':
'Permission Denied: Please contact organization admin for help with removing domain.',
'Permission Denied: Please contact organization admin for help with removing organization.':
'Permission Denied: Please contact organization admin for help with removing organization.',
'Permission Denied: Please contact organization admin for help with removing users.':
'Permission Denied: Please contact organization admin for help with removing users.',
'Permission Denied: Please contact organization admin for help with updating organization.':
'Permission Denied: Please contact organization admin for help with updating organization.',
'Permission Denied: Please contact organization admin for help with updating user roles.':
'Permission Denied: Please contact organization admin for help with updating user roles.',
'Permission Denied: Please contact organization admin for help with user invitations.':
'Permission Denied: Please contact organization admin for help with user invitations.',
'Permission Denied: Please contact organization admin for help with user role changes.':
'Permission Denied: Please contact organization admin for help with user role changes.',
'Permission Denied: Please contact organization user for help with creating domain.':
'Permission Denied: Please contact organization user for help with creating domain.',
'Permission Denied: Please contact organization user for help with retrieving this domain.':
'Permission Denied: Please contact organization user for help with retrieving this domain.',
'Permission Denied: Please contact organization user for help with scanning this domain.':
'Permission Denied: Please contact organization user for help with scanning this domain.',
'Permission Denied: Please contact organization user for help with updating this domain.':
'Permission Denied: Please contact organization user for help with updating this domain.',
'Permission Denied: Please contact super admin for help with removing domain.':
'Permission Denied: Please contact super admin for help with removing domain.',
'Permission Denied: Please contact super admin for help with removing organization.':
'Permission Denied: Please contact super admin for help with removing organization.',
'Permission Denied: Please contact super admin for help with verifying this organization.':
'Permission Denied: Please contact super admin for help with verifying this organization.',
'Permission check error. Unable to request domain information.':
'Permission check error. Unable to request domain information.',
'Permission error, not an admin for this user.':
'Permission error, not an admin for this user.',
"Permission error: Unable to close other user's account.":
"Permission error: Unable to close other user's account.",
'Phone number has been successfully removed.':
'Phone number has been successfully removed.',
'Phone number has been successfully set, you will receive a verification text message shortly.':
'Phone number has been successfully set, you will receive a verification text message shortly.',
'Profile successfully updated.': 'Profile successfully updated.',
'Requesting `{amount}` records on the `Affiliation` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `Affiliation` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting `{amount}` records on the `DkimFailureTable` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `DkimFailureTable` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting `{amount}` records on the `DmarcFailureTable` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `DmarcFailureTable` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting `{amount}` records on the `DmarcSummaries` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `DmarcSummaries` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting `{amount}` records on the `Domain` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `Domain` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting `{amount}` records on the `FullPassTable` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `FullPassTable` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting `{amount}` records on the `GuidanceTag` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `GuidanceTag` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting `{amount}` records on the `Organization` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `Organization` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting `{amount}` records on the `SpfFailureTable` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `SpfFailureTable` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting `{amount}` records on the `VerifiedDomain` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `VerifiedDomain` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting `{amount}` records on the `VerifiedOrganization` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting `',
['amount'],
'` records on the `VerifiedOrganization` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting {amount} records on the `DKIMResults` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting ',
['amount'],
' records on the `DKIMResults` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting {amount} records on the `DKIM` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting ',
['amount'],
' records on the `DKIM` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting {amount} records on the `DMARC` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting ',
['amount'],
' records on the `DMARC` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting {amount} records on the `HTTPS` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting ',
['amount'],
' records on the `HTTPS` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting {amount} records on the `SPF` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting ',
['amount'],
' records on the `SPF` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Requesting {amount} records on the `SSL` connection exceeds the `{argSet}` limit of 100 records.':
[
'Requesting ',
['amount'],
' records on the `SSL` connection exceeds the `',
['argSet'],
'` limit of 100 records.',
],
'Successfully closed account.': 'Successfully closed account.',
'Successfully dispatched one time scan.':
'Successfully dispatched one time scan.',
'Successfully email verified account, and set TFA send method to email.':
'Successfully email verified account, and set TFA send method to email.',
'Successfully invited user to organization, and sent notification email.':
'Successfully invited user to organization, and sent notification email.',
'Successfully left organization: {0}': [
'Successfully left organization: ',
['0'],
],
'Successfully removed domain: {0} from {1}.': [
'Successfully removed domain: ',
['0'],
' from ',
['1'],
'.',
],
'Successfully removed organization: {0}.': [
'Successfully removed organization: ',
['0'],
'.',
],
'Successfully removed user from organization.':
'Successfully removed user from organization.',
'Successfully sent invitation to service, and organization email.':
'Successfully sent invitation to service, and organization email.',
'Successfully signed out.': 'Successfully signed out.',
'Successfully transferred org: {0} ownership to user: {1}': [
'Successfully transferred org: ',
['0'],
' ownership to user: ',
['1'],
],
'Successfully verified organization: {0}.': [
'Successfully verified organization: ',
['0'],
'.',
],
'Successfully verified phone number, and set TFA send method to text.':
'Successfully verified phone number, and set TFA send method to text.',
'Token value incorrect, please sign in again.':
'Token value incorrect, please sign in again.',
'Too many failed login attempts, please reset your password, and try again.':
'Too many failed login attempts, please reset your password, and try again.',
'Two factor code is incorrect. Please try again.':
'Two factor code is incorrect. Please try again.',
'Two factor code length is incorrect. Please try again.':
'Two factor code length is incorrect. Please try again.',
'Unable leave organization. Please try again.':
'Unable leave organization. Please try again.',
'Unable to authenticate. Please try again.':
'Unable to authenticate. Please try again.',
'Unable to check permission. Please try again.':
'Unable to check permission. Please try again.',
'Unable to close account of an undefined user.':
'Unable to close account of an undefined user.',
'Unable to close account. Please try again.':
'Unable to close account. Please try again.',
'Unable to create domain in unknown organization.':
'Unable to create domain in unknown organization.',
'Unable to create domain, organization has already claimed it.':
'Unable to create domain, organization has already claimed it.',
'Unable to create domain. Please try again.':
'Unable to create domain. Please try again.',
'Unable to create organization. Please try again.':
'Unable to create organization. Please try again.',
'Unable to dispatch one time scan. Please try again.':
'Unable to dispatch one time scan. Please try again.',
'Unable to find Aggregate guidance tag(s). Please try again.':
'Unable to find Aggregate guidance tag(s). Please try again.',
'Unable to find DKIM guidance tag(s). Please try again.':
'Unable to find DKIM guidance tag(s). Please try again.',
'Unable to find DKIM result(s). Please try again.':
'Unable to find DKIM result(s). Please try again.',
'Unable to find DKIM scan(s). Please try again.':
'Unable to find DKIM scan(s). Please try again.',
'Unable to find DMARC guidance tag(s). Please try again.':
'Unable to find DMARC guidance tag(s). Please try again.',
'Unable to find DMARC scan(s). Please try again.':
'Unable to find DMARC scan(s). Please try again.',
'Unable to find DMARC summary data. Please try again.':
'Unable to find DMARC summary data. Please try again.',
'Unable to find HTTPS guidance tag(s). Please try again.':
'Unable to find HTTPS guidance tag(s). Please try again.',
'Unable to find HTTPS scan(s). Please try again.':
'Unable to find HTTPS scan(s). Please try again.',
'Unable to find SPF guidance tag(s). Please try again.':
'Unable to find SPF guidance tag(s). Please try again.',
'Unable to find SPF scan(s). Please try again.':
'Unable to find SPF scan(s). Please try again.',
'Unable to find SSL guidance tag(s). Please try again.':
'Unable to find SSL guidance tag(s). Please try again.',
'Unable to find SSL scan(s). Please try again.':
'Unable to find SSL scan(s). Please try again.',
'Unable to find the requested domain.':
'Unable to find the requested domain.',
'Unable to find user affiliation(s). Please try again.':
'Unable to find user affiliation(s). Please try again.',
'Unable to find verified organization(s). Please try again.':
'Unable to find verified organization(s). Please try again.',
'Unable to invite user to unknown organization.':
'Unable to invite user to unknown organization.',
'Unable to invite user. Please try again.':
'Unable to invite user. Please try again.',
'Unable to invite yourself to an org.':
'Unable to invite yourself to an org.',
'Unable to leave undefined organization.':
'Unable to leave undefined organization.',
'Unable to load Aggregate guidance tag(s). Please try again.':
'Unable to load Aggregate guidance tag(s). Please try again.',
'Unable to load DKIM failure data. Please try again.':
'Unable to load DKIM failure data. Please try again.',
'Unable to load DKIM guidance tag(s). Please try again.':
'Unable to load DKIM guidance tag(s). Please try again.',
'Unable to load DKIM result(s). Please try again.':
'Unable to load DKIM result(s). Please try again.',
'Unable to load DKIM scan(s). Please try again.':
'Unable to load DKIM scan(s). Please try again.',
'Unable to load DMARC failure data. Please try again.':
'Unable to load DMARC failure data. Please try again.',
'Unable to load DMARC guidance tag(s). Please try again.':
'Unable to load DMARC guidance tag(s). Please try again.',
'Unable to load DMARC scan(s). Please try again.':
'Unable to load DMARC scan(s). Please try again.',
'Unable to load DMARC summary data. Please try again.':
'Unable to load DMARC summary data. Please try again.',
'Unable to load HTTPS guidance tag(s). Please try again.':
'Unable to load HTTPS guidance tag(s). Please try again.',
'Unable to load HTTPS scan(s). Please try again.':
'Unable to load HTTPS scan(s). Please try again.',
'Unable to load SPF failure data. Please try again.':
'Unable to load SPF failure data. Please try again.',
'Unable to load SPF guidance tag(s). Please try again.':
'Unable to load SPF guidance tag(s). Please try again.',
'Unable to load SPF scan(s). Please try again.':
'Unable to load SPF scan(s). Please try again.',
'Unable to load SSL guidance tag(s). Please try again.':
'Unable to load SSL guidance tag(s). Please try again.',
'Unable to load SSL scan(s). Please try again.':
'Unable to load SSL scan(s). Please try again.',
'Unable to load affiliation information. Please try again.':
'Unable to load affiliation information. Please try again.',
'Unable to load affiliation(s). Please try again.':
'Unable to load affiliation(s). Please try again.',
'Unable to load domain(s). Please try again.':
'Unable to load domain(s). Please try again.',
'Unable to load domain. Please try again.':
'Unable to load domain. Please try again.',
'Unable to load full pass data. Please try again.':
'Unable to load full pass data. Please try again.',
'Unable to load mail summary. Please try again.':
'Unable to load mail summary. Please try again.',
'Unable to load organization(s). Please try again.':
'Unable to load organization(s). Please try again.',
'Unable to load owner information. Please try again.':
'Unable to load owner information. Please try again.',
'Unable to load summary. Please try again.':
'Unable to load summary. Please try again.',
'Unable to load user(s). Please try again.':
'Unable to load user(s). Please try again.',
'Unable to load verified domain(s). Please try again.':
'Unable to load verified domain(s). Please try again.',
'Unable to load verified organization(s). Please try again.':
'Unable to load verified organization(s). Please try again.',
'Unable to load web summary. Please try again.':
'Unable to load web summary. Please try again.',
'Unable to query affiliation(s). Please try again.':
'Unable to query affiliation(s). Please try again.',
'Unable to query domain(s). Please try again.':
'Unable to query domain(s). Please try again.',
'Unable to refresh tokens, please sign in.':
'Unable to refresh tokens, please sign in.',
'Unable to remove a user that already does not belong to this organization.':
'Unable to remove a user that already does not belong to this organization.',
'Unable to remove domain from unknown organization.':
'Unable to remove domain from unknown organization.',
'Unable to remove domain. Please try again.':
'Unable to remove domain. Please try again.',
'Unable to remove organization. Please try again.':
'Unable to remove organization. Please try again.',
'Unable to remove phone number. Please try again.':
'Unable to remove phone number. Please try again.',
'Unable to remove unknown domain.': 'Unable to remove unknown domain.',
'Unable to remove unknown organization.':
'Unable to remove unknown organization.',
'Unable to remove unknown user from organization.':
'Unable to remove unknown user from organization.',
'Unable to remove user from organization.':
'Unable to remove user from organization.',
'Unable to remove user from this organization. Please try again.':
'Unable to remove user from this organization. Please try again.',
'Unable to remove user from unknown organization.':
'Unable to remove user from unknown organization.',
'Unable to request a one time scan on an unknown domain.':
'Unable to request a one time scan on an unknown domain.',
'Unable to reset password. Please request a new email.':
'Unable to reset password. Please request a new email.',
'Unable to reset password. Please try again.':
'Unable to reset password. Please try again.',
'Unable to retrieve DMARC report information for: {domain}': [
'Unable to retrieve DMARC report information for: ',
['domain'],
],
'Unable to select DMARC report(s) for this period and year.':
'Unable to select DMARC report(s) for this period and year.',
'Unable to send authentication email. Please try again.':
'Unable to send authentication email. Please try again.',
'Unable to send authentication text message. Please try again.':
'Unable to send authentication text message. Please try again.',
'Unable to send org invite email. Please try again.':
'Unable to send org invite email. Please try again.',
'Unable to send password reset email. Please try again.':
'Unable to send password reset email. Please try again.',
'Unable to send two factor authentication message. Please try again.':
'Unable to send two factor authentication message. Please try again.',
'Unable to send verification email. Please try again.':
'Unable to send verification email. Please try again.',
'Unable to set phone number, please try again.':
'Unable to set phone number, please try again.',
'Unable to sign in, please try again.':
'Unable to sign in, please try again.',
'Unable to sign up, please contact org admin for a new invite.':
'Unable to sign up, please contact org admin for a new invite.',
'Unable to sign up. Please try again.':
'Unable to sign up. Please try again.',
'Unable to transfer organization ownership. Please try again.':
'Unable to transfer organization ownership. Please try again.',
'Unable to transfer ownership of a verified organization.':
'Unable to transfer ownership of a verified organization.',
'Unable to transfer ownership of an org to an undefined user.':
'Unable to transfer ownership of an org to an undefined user.',
'Unable to transfer ownership of undefined organization.':
'Unable to transfer ownership of undefined organization.',
'Unable to transfer ownership to a user outside the org. Please invite the user and try again.':
'Unable to transfer ownership to a user outside the org. Please invite the user and try again.',
'Unable to two factor authenticate. Please try again.':
'Unable to two factor authenticate. Please try again.',
'Unable to update domain in an unknown org.':
'Unable to update domain in an unknown org.',
'Unable to update domain that does not belong to the given organization.':
'Unable to update domain that does not belong to the given organization.',
'Unable to update domain. Please try again.':
'Unable to update domain. Please try again.',
'Unable to update organization. Please try again.':
'Unable to update organization. Please try again.',
'Unable to update password, current password does not match. Please try again.':
'Unable to update password, current password does not match. Please try again.',
'Unable to update password, new passwords do not match. Please try again.':
'Unable to update password, new passwords do not match. Please try again.',
'Unable to update password, passwords do not match requirements. Please try again.':
'Unable to update password, passwords do not match requirements. Please try again.',
'Unable to update password. Please try again.':
'Unable to update password. Please try again.',
'Unable to update profile. Please try again.':
'Unable to update profile. Please try again.',
'Unable to update role: organization unknown.':
'Unable to update role: organization unknown.',
'Unable to update role: user does not belong to organization.':
'Unable to update role: user does not belong to organization.',
'Unable to update role: user unknown.':
'Unable to update role: user unknown.',
'Unable to update unknown domain.': 'Unable to update unknown domain.',
'Unable to update unknown organization.':
'Unable to update unknown organization.',
"Unable to update user's role. Please try again.":
"Unable to update user's role. Please try again.",
'Unable to update your own role.': 'Unable to update your own role.',
'Unable to verify account. Please request a new email.':
'Unable to verify account. Please request a new email.',
'Unable to verify account. Please try again.':
'Unable to verify account. Please try again.',
'Unable to verify if user is a super admin, please try again.':
'Unable to verify if user is a super admin, please try again.',
'Unable to verify if user is an admin, please try again.':
'Unable to verify if user is an admin, please try again.',
'Unable to verify organization. Please try again.':
'Unable to verify organization. Please try again.',
'Unable to verify unknown organization.':
'Unable to verify unknown organization.',
'User could not be queried.': 'User could not be queried.',
'User role was updated successfully.':
'User role was updated successfully.',
'Username not available, please try another.':
'Username not available, please try another.',
'Verification error. Please verify your account via email to access content.':
'Verification error. Please verify your account via email to access content.',
'You must provide a `first` or `last` value to properly paginate the `Affiliation` connection.':
'You must provide a `first` or `last` value to properly paginate the `Affiliation` connection.',
'You must provide a `first` or `last` value to properly paginate the `DKIMResults` connection.':
'You must provide a `first` or `last` value to properly paginate the `DKIMResults` connection.',
'You must provide a `first` or `last` value to properly paginate the `DKIM` connection.':
'You must provide a `first` or `last` value to properly paginate the `DKIM` connection.',
'You must provide a `first` or `last` value to properly paginate the `DMARC` connection.':
'You must provide a `first` or `last` value to properly paginate the `DMARC` connection.',
'You must provide a `first` or `last` value to properly paginate the `DkimFailureTable` connection.':
'You must provide a `first` or `last` value to properly paginate the `DkimFailureTable` connection.',
'You must provide a `first` or `last` value to properly paginate the `DmarcFailureTable` connection.':
'You must provide a `first` or `last` value to properly paginate the `DmarcFailureTable` connection.',
'You must provide a `first` or `last` value to properly paginate the `DmarcSummaries` connection.':
'You must provide a `first` or `last` value to properly paginate the `DmarcSummaries` connection.',
'You must provide a `first` or `last` value to properly paginate the `Domain` connection.':
'You must provide a `first` or `last` value to properly paginate the `Domain` connection.',
'You must provide a `first` or `last` value to properly paginate the `FullPassTable` connection.':
'You must provide a `first` or `last` value to properly paginate the `FullPassTable` connection.',
'You must provide a `first` or `last` value to properly paginate the `GuidanceTag` connection.':
'You must provide a `first` or `last` value to properly paginate the `GuidanceTag` connection.',
'You must provide a `first` or `last` value to properly paginate the `HTTPS` connection.':
'You must provide a `first` or `last` value to properly paginate the `HTTPS` connection.',
'You must provide a `first` or `last` value to properly paginate the `Organization` connection.':
'You must provide a `first` or `last` value to properly paginate the `Organization` connection.',
'You must provide a `first` or `last` value to properly paginate the `SPF` connection.':
'You must provide a `first` or `last` value to properly paginate the `SPF` connection.',
'You must provide a `first` or `last` value to properly paginate the `SSL` connection.':
'You must provide a `first` or `last` value to properly paginate the `SSL` connection.',
'You must provide a `first` or `last` value to properly paginate the `SpfFailureTable` connection.':
'You must provide a `first` or `last` value to properly paginate the `SpfFailureTable` connection.',
'You must provide a `first` or `last` value to properly paginate the `VerifiedDomain` connection.':
'You must provide a `first` or `last` value to properly paginate the `VerifiedDomain` connection.',
'You must provide a `first` or `last` value to properly paginate the `VerifiedOrganization` connection.':
'You must provide a `first` or `last` value to properly paginate the `VerifiedOrganization` connection.',
'You must provide a `period` value to access the `DmarcSummaries` connection.':
'You must provide a `period` value to access the `DmarcSummaries` connection.',
'You must provide a `year` value to access the `DmarcSummaries` connection.':
'You must provide a `year` value to access the `DmarcSummaries` connection.',
'`{argSet}` must be of type `number` not `{typeSet}`.': [
'`',
['argSet'],
'` must be of type `number` not `',
['typeSet'],
'`.',
],
'`{argSet}` on the `Affiliation` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `Affiliation` connection cannot be less than zero.',
],
'`{argSet}` on the `DKIMResults` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `DKIMResults` connection cannot be less than zero.',
],
'`{argSet}` on the `DKIM` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `DKIM` connection cannot be less than zero.',
],
'`{argSet}` on the `DMARC` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `DMARC` connection cannot be less than zero.',
],
'`{argSet}` on the `DkimFailureTable` connection cannot be less than zero.':
[
'`',
['argSet'],
'` on the `DkimFailureTable` connection cannot be less than zero.',
],
'`{argSet}` on the `DmarcFailureTable` connection cannot be less than zero.':
[
'`',
['argSet'],
'` on the `DmarcFailureTable` connection cannot be less than zero.',
],
'`{argSet}` on the `DmarcSummaries` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `DmarcSummaries` connection cannot be less than zero.',
],
'`{argSet}` on the `Domain` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `Domain` connection cannot be less than zero.',
],
'`{argSet}` on the `FullPassTable` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `FullPassTable` connection cannot be less than zero.',
],
'`{argSet}` on the `GuidanceTag` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `GuidanceTag` connection cannot be less than zero.',
],
'`{argSet}` on the `HTTPS` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `HTTPS` connection cannot be less than zero.',
],
'`{argSet}` on the `Organization` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `Organization` connection cannot be less than zero.',
],
'`{argSet}` on the `SPF` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `SPF` connection cannot be less than zero.',
],
'`{argSet}` on the `SSL` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `SSL` connection cannot be less than zero.',
],
'`{argSet}` on the `SpfFailureTable` connection cannot be less than zero.':
[
'`',
['argSet'],
'` on the `SpfFailureTable` connection cannot be less than zero.',
],
'`{argSet}` on the `VerifiedDomain` connection cannot be less than zero.': [
'`',
['argSet'],
'` on the `VerifiedDomain` connection cannot be less than zero.',
],
'`{argSet}` on the `VerifiedOrganization` connection cannot be less than zero.':
[
'`',
['argSet'],
'` on the `VerifiedOrganization` connection cannot be less than zero.',
],
},
}