-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathmessages.json
More file actions
775 lines (775 loc) · 20.8 KB
/
Copy pathmessages.json
File metadata and controls
775 lines (775 loc) · 20.8 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
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
{
"bitwardenDirectoryConnector": {
"message": "Bitwarden Directory Connector"
},
"emailAddress": {
"message": "Email Address"
},
"masterPass": {
"message": "Master Password"
},
"logIn": {
"message": "Log In"
},
"submit": {
"message": "Submit"
},
"settings": {
"message": "Settings"
},
"emailRequired": {
"message": "Email address is required."
},
"clientIdRequired": {
"message": "Client Id is required."
},
"invalidClientId": {
"message": "Invalid Client Id provided."
},
"clientSecretRequired": {
"message": "Client Secret is required."
},
"orgApiKeyRequired": {
"message": "Api Key must belong to an Organization"
},
"failedToSaveCredentials": {
"message": "Failed to save credentials"
},
"invalidEmail": {
"message": "Invalid email address."
},
"masterPassRequired": {
"message": "Master password is required."
},
"missingRequiredInput": {
"message": "Missing required input."
},
"unexpectedError": {
"message": "An unexpected error has occurred."
},
"verificationCode": {
"message": "Verification Code"
},
"verificationCodeRequired": {
"message": "Verification code is required."
},
"continue": {
"message": "Continue"
},
"enterVerificationCodeApp": {
"message": "Enter the 6 digit verification code from your authenticator app."
},
"enterVerificationCodeEmail": {
"message": "Enter the 6 digit verification code that was emailed to $EMAIL$.",
"placeholders": {
"email": {
"content": "$1",
"example": "example@gmail.com"
}
}
},
"verificationCodeEmailSent": {
"message": "Verification email sent to $EMAIL$.",
"placeholders": {
"email": {
"content": "$1",
"example": "example@gmail.com"
}
}
},
"rememberMe": {
"message": "Remember me"
},
"sendVerificationCodeEmailAgain": {
"message": "Send verification code email again"
},
"useAnotherTwoStepMethod": {
"message": "Use another two-step login method"
},
"insertYubiKey": {
"message": "Insert your YubiKey into your computer's USB port, then touch its button."
},
"insertU2f": {
"message": "Insert your security key into your computer's USB port. If it has a button, touch it."
},
"recoveryCodeDesc": {
"message": "Lost access to all of your two-factor providers? Use your recovery code to disable all two-factor providers from your account."
},
"recoveryCodeTitle": {
"message": "Recovery Code"
},
"authenticatorAppTitle": {
"message": "Authenticator App"
},
"authenticatorAppDesc": {
"message": "Use an authenticator app (such as Authy or Google Authenticator) to generate time-based verification codes.",
"description": "'Authy' and 'Google Authenticator' are product names and should not be translated."
},
"yubiKeyTitle": {
"message": "YubiKey OTP Security Key"
},
"yubiKeyDesc": {
"message": "Use a YubiKey to access your account. Works with YubiKey 4, 4 Nano, 4C, and NEO devices."
},
"duoDesc": {
"message": "Verify with Duo Security using the Duo Mobile app, SMS, phone call, or U2F security key.",
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
},
"duoOrganizationDesc": {
"message": "Verify with Duo Security for your organization using the Duo Mobile app, SMS, phone call, or U2F security key.",
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
},
"u2fDesc": {
"message": "Use any FIDO U2F enabled security key to access your account."
},
"u2fTitle": {
"message": "FIDO U2F Security Key"
},
"emailTitle": {
"message": "Email"
},
"emailDesc": {
"message": "Verification codes will be emailed to you."
},
"loginUnavailable": {
"message": "Login Unavailable"
},
"noTwoStepProviders": {
"message": "This account has two-step login enabled, however, none of the configured two-step providers are supported by this device."
},
"noTwoStepProviders2": {
"message": "Please add additional providers that are better supported across devices (such as an authenticator app)."
},
"twoStepOptions": {
"message": "Two-step Login Options"
},
"selfHostedEnvironment": {
"message": "Self-hosted Environment"
},
"selfHostedEnvironmentFooter": {
"message": "Specify the base URL of your on-premises hosted Bitwarden installation."
},
"customEnvironment": {
"message": "Custom Environment"
},
"customEnvironmentFooter": {
"message": "For advanced users. You can specify the base URL of each service independently."
},
"baseUrl": {
"message": "Server URL"
},
"webVaultUrl": {
"message": "Web Vault Server URL"
},
"apiUrl": {
"message": "API Server URL"
},
"identityUrl": {
"message": "Identity Server URL"
},
"environmentSaved": {
"message": "The environment URLs have been saved."
},
"ok": {
"message": "Ok"
},
"yes": {
"message": "Yes"
},
"no": {
"message": "No"
},
"cancel": {
"message": "Cancel"
},
"close": {
"message": "Close"
},
"save": {
"message": "Save"
},
"loggedOut": {
"message": "Logged out"
},
"loginExpired": {
"message": "Your login session has expired."
},
"logOutConfirmation": {
"message": "Are you sure you want to log out?"
},
"logOut": {
"message": "Log Out"
},
"copy": {
"message": "Copy",
"description": "Copy to clipboard"
},
"checkForUpdates": {
"message": "Check For Updates"
},
"version": {
"message": "Version $VERSION_NUM$",
"placeholders": {
"version_num": {
"content": "$1",
"example": "1.2.3"
}
}
},
"restartToUpdate": {
"message": "Restart To Update"
},
"restartToUpdateDesc": {
"message": "Version $VERSION_NUM$ is ready to install. You must restart the application to complete the installation. Do you want to restart and update now?",
"placeholders": {
"version_num": {
"content": "$1",
"example": "1.2.3"
}
}
},
"updateAvailable": {
"message": "Update Available"
},
"updateAvailableDesc": {
"message": "An update was found. Do you want to download it now?"
},
"restart": {
"message": "Restart"
},
"later": {
"message": "Later"
},
"noUpdatesAvailable": {
"message": "No updates are currently available. You are using the latest version."
},
"updateError": {
"message": "Update Error"
},
"unknown": {
"message": "Unknown"
},
"view": {
"message": "View"
},
"jsonKeyFile": {
"message": "JSON Key File"
},
"edit": {
"message": "Edit"
},
"undo": {
"message": "Undo"
},
"redo": {
"message": "Redo"
},
"cut": {
"message": "Cut",
"description": "Cut to clipboard"
},
"paste": {
"message": "Paste",
"description": "Paste from clipboard"
},
"selectAll": {
"message": "Select All"
},
"zoomIn": {
"message": "Zoom In"
},
"zoomOut": {
"message": "Zoom Out"
},
"resetZoom": {
"message": "Reset Zoom"
},
"toggleFullScreen": {
"message": "Toggle Full Screen"
},
"reload": {
"message": "Reload"
},
"toggleDevTools": {
"message": "Toggle Developer Tools"
},
"minimize": {
"message": "Minimize",
"description": "Minimize window"
},
"zoom": {
"message": "Zoom"
},
"bringAllToFront": {
"message": "Bring All to Front",
"description": "Bring all windows to front (foreground)"
},
"about": {
"message": "About"
},
"services": {
"message": "Services"
},
"hideBitwarden": {
"message": "Hide Bitwarden Directory Connector"
},
"hideOthers": {
"message": "Hide Others"
},
"showAll": {
"message": "Show All"
},
"quitBitwarden": {
"message": "Quit Bitwarden Directory Connector"
},
"window": {
"message": "Window"
},
"ex": {
"message": "ex.",
"description": "Short abbreviation for 'example'."
},
"serverHostname": {
"message": "Server Hostname"
},
"port": {
"message": "Server Port",
"description": "A server's port number. ex. google.com:8080"
},
"username": {
"message": "Username"
},
"password": {
"message": "Password"
},
"type": {
"message": "Type"
},
"directory": {
"message": "Directory"
},
"currentUser": {
"message": "Authenticate as current system user"
},
"rootPath": {
"message": "Root Path"
},
"identityAuthority": {
"message": "Identity Authority"
},
"tenant": {
"message": "Tenant"
},
"applicationId": {
"message": "Application Id"
},
"secretKey": {
"message": "Secret Key"
},
"adminUser": {
"message": "Admin User"
},
"domain": {
"message": "Domain"
},
"customerId": {
"message": "Customer Id"
},
"privateKey": {
"message": "Private Key (from key file)"
},
"clientEmail": {
"message": "Client Email (from key file)"
},
"interval": {
"message": "Interval (in minutes)"
},
"removeDisabled": {
"message": "Remove disabled users during sync"
},
"memberAttribute": {
"message": "Member Attribute"
},
"creationDateAttribute": {
"message": "Creation Date Attribute"
},
"revisionDateAttribute": {
"message": "Revision Date Attribute"
},
"useEmailPrefixSuffix": {
"message": "If a user has no email address, combine a username prefix with a suffix value to form an email"
},
"emailPrefixAttribute": {
"message": "Email Prefix Attribute"
},
"emailSuffix": {
"message": "Email Suffix"
},
"syncUsers": {
"message": "Sync users"
},
"userFilter": {
"message": "User Filter"
},
"userObjectClass": {
"message": "User Object Class"
},
"userPath": {
"message": "User Path"
},
"syncGroups": {
"message": "Sync groups"
},
"groupFilter": {
"message": "Group Filter"
},
"syncGroupsOneLogin": {
"message": "Sync roles"
},
"groupFilterOneLogin": {
"message": "Role Filter"
},
"groupObjectClass": {
"message": "Group Object Class"
},
"groupPath": {
"message": "Group Path"
},
"groupNameAttribute": {
"message": "Group Name Attribute"
},
"userEmailAttribute": {
"message": "User Email Attribute"
},
"sync": {
"message": "Sync"
},
"duplicateEmails": {
"message": "Emails must be unique. Multiple entries pulled with the following emails:",
"desription": "Error message displayed when duplicate email addresses are synced. Followed by a list of duplicate emails."
},
"andMore": {
"message": "and $NUMBER$ more...",
"placeholders": {
"NUMBER": {
"content": "$1",
"example": "10"
}
}
},
"ldapEncrypted": {
"message": "This server uses an encrypted connection"
},
"ldapTls": {
"message": "Use TLS (STARTTLS)"
},
"ldapTlsCa": {
"message": "Certificate CA Chain (PEM)"
},
"ldapSsl": {
"message": "Use SSL (LDAPS)"
},
"ldapTlsUntrustedDesc": {
"message": "If your LDAP server uses a self-signed certificate for STARTTLS, you can configure certificate options below."
},
"ldapSslUntrustedDesc": {
"message": "If your LDAPS server uses an untrusted certificate you can configure certificate options below."
},
"ldapSslCa": {
"message": "Certificate CA Chain (PEM)"
},
"ldapSslCert": {
"message": "Certificate (PEM)"
},
"ldapSslKey": {
"message": "Certificate Private Key (PEM)"
},
"ldapCertDoNotVerify": {
"message": "Do not verify server certificates (not recommended)."
},
"ldapAd": {
"message": "This server uses Active Directory"
},
"ldapPagedResults": {
"message": "This server pages search results"
},
"select": {
"message": "Select"
},
"dashboard": {
"message": "Dashboard"
},
"organization": {
"message": "Organization"
},
"more": {
"message": "More"
},
"other": {
"message": "Other"
},
"organizationUrl": {
"message": "Organization URL"
},
"token": {
"message": "Token"
},
"clearSyncCache": {
"message": "Clear Sync Cache"
},
"syncCacheCleared": {
"message": "The sync cache has been cleared."
},
"lastGroupSync": {
"message": "Last group sync"
},
"lastUserSync": {
"message": "Last user sync"
},
"syncStatus": {
"message": "Sync status"
},
"running": {
"message": "Running"
},
"stopped": {
"message": "Stopped"
},
"startSync": {
"message": "Start Sync"
},
"stopSync": {
"message": "Stop Sync"
},
"syncNow": {
"message": "Sync Now"
},
"testing": {
"message": "Testing"
},
"testingDesc": {
"message": "You can run tests to see how your directory and sync settings are working. Tests will not sync to your Bitwarden organization."
},
"testNow": {
"message": "Test Now"
},
"testLastSync": {
"message": "Test since the last successful sync"
},
"users": {
"message": "Users"
},
"disabledUsers": {
"message": "Disabled Users"
},
"deletedUsers": {
"message": "Deleted Users"
},
"noUsers": {
"message": "No users to list."
},
"groups": {
"message": "Groups"
},
"noGroups": {
"message": "No groups to list."
},
"syncingComplete": {
"message": "Syncing complete."
},
"syncingStarted": {
"message": "Syncing started."
},
"syncingStopped": {
"message": "Syncing stopped."
},
"syncCounts": {
"message": "Synced $GROUP_COUNT$ group(s) and $USER_COUNT$ user(s).",
"placeholders": {
"group_count": {
"content": "$1",
"example": "10"
},
"user_count": {
"content": "$2",
"example": "55"
}
}
},
"syncError": {
"message": "Sync error."
},
"account": {
"message": "Account"
},
"intervalMin": {
"message": "Minimum sync interval is 5 minutes."
},
"welcome": {
"message": "Welcome to the Bitwarden Directory Connector"
},
"logInDesc": {
"message": "Log in with an organization API key below."
},
"dirConfigIncomplete": {
"message": "Directory configuration incomplete."
},
"usernamePasswordNotConfigured": {
"message": "Username/password are not configured."
},
"exit": {
"message": "Exit"
},
"showHide": {
"message": "Show / Hide",
"description": "Text for a button that toggles the visibility of the window. Shows the window when it is hidden or hides the window if it is currently open."
},
"hideToTray": {
"message": "Hide to Tray"
},
"alwaysOnTop": {
"message": "Always on Top",
"description": "Application window should always stay on top of other windows"
},
"hideToMenuBar": {
"message": "Hide to Menu Bar"
},
"savedSetting": {
"message": "Saved setting `$SETTING_NAME$`.",
"placeholders": {
"setting_name": {
"content": "$1",
"example": "server"
}
}
},
"largeImport": {
"message": "More than 2000 users or groups are expected to sync."
},
"overwriteExisting": {
"message": "Remove and re-add organization users during the next sync (For debugging purposes)"
},
"overwriteExistingTooltip":{
"message": "Learn more about Sync options"
},
"clientId": {
"message": "Client ID"
},
"clientSecret": {
"message": "Client Secret"
},
"region": {
"message": "Region"
},
"enterpriseSingleSignOn": {
"message": "Enterprise Single Sign-On"
},
"setMasterPassword": {
"message": "Set Master Password"
},
"ssoCompleteRegistration": {
"message": "In order to complete logging in with SSO, please set a master password to access and protect your vault."
},
"newMasterPass": {
"message": "New Master Password"
},
"confirmNewMasterPass": {
"message": "Confirm New Master Password"
},
"masterPasswordPolicyInEffect": {
"message": "One or more organization policies require your master password to meet the following requirements:"
},
"policyInEffectMinComplexity": {
"message": "Minimum complexity score of $SCORE$",
"placeholders": {
"score": {
"content": "$1",
"example": "4"
}
}
},
"policyInEffectMinLength": {
"message": "Minimum length of $LENGTH$",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"policyInEffectUppercase": {
"message": "Contain one or more uppercase characters"
},
"policyInEffectLowercase": {
"message": "Contain one or more lowercase characters"
},
"policyInEffectNumbers": {
"message": "Contain one or more numbers"
},
"policyInEffectSpecial": {
"message": "Contain one or more of the following special characters $CHARS$",
"placeholders": {
"chars": {
"content": "$1",
"example": "!@#$%^&*"
}
}
},
"masterPassDesc": {
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"reTypeMasterPass": {
"message": "Re-type Master Password"
},
"masterPassHint": {
"message": "Master Password Hint (optional)"
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
},
"strong": {
"message": "Strong",
"description": "ex. A strong password. Scale: Weak -> Good -> Strong"
},
"good": {
"message": "Good",
"description": "ex. A good password. Scale: Weak -> Good -> Strong"
},
"weak": {
"message": "Weak",
"description": "ex. A weak password. Scale: Weak -> Good -> Strong"
},
"weakMasterPassword": {
"message": "Weak Master Password"
},
"weakMasterPasswordDesc": {
"message": "The master password you have chosen is weak. You should use a strong master password (or a passphrase) to properly protect your Bitwarden account. Are you sure you want to use this master password?"
},
"errorOccurred": {
"message": "An error has occurred."
},
"error": {
"message": "Error"
},
"masterPassLength": {
"message": "Master password must be at least 8 characters long."
},
"masterPassDoesntMatch": {
"message": "Master password confirmation does not match."
},
"masterPasswordPolicyRequirementsNotMet": {
"message": "Your new master password does not meet the policy requirements."
},
"loading": {
"message": "Loading"
},
"setMasterPasswordRedirect": {
"message": "In order to log in with SSO from the Directory Connector, you must first log in through the web vault to set your master password."
},
"launchWebVault": {
"message": "Launch Web Vault"
},
"authenticationFailed": {
"message": "Authentication failed"
}
}