@bifold/core 2.1.3 → 2.1.4

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 (56) hide show
  1. package/lib/commonjs/components/inputs/BiometryControl.js +14 -4
  2. package/lib/commonjs/components/inputs/BiometryControl.js.map +1 -1
  3. package/lib/commonjs/hooks/useBifoldAgentSetup.js +31 -3
  4. package/lib/commonjs/hooks/useBifoldAgentSetup.js.map +1 -1
  5. package/lib/commonjs/index.js +7 -0
  6. package/lib/commonjs/index.js.map +1 -1
  7. package/lib/commonjs/localization/en/en.json +928 -0
  8. package/lib/commonjs/localization/en/index.js +3 -932
  9. package/lib/commonjs/localization/en/index.js.map +1 -1
  10. package/lib/commonjs/localization/fr/fr.json +910 -0
  11. package/lib/commonjs/localization/fr/index.js +3 -912
  12. package/lib/commonjs/localization/fr/index.js.map +1 -1
  13. package/lib/commonjs/localization/pt-br/index.js +3 -889
  14. package/lib/commonjs/localization/pt-br/index.js.map +1 -1
  15. package/lib/commonjs/localization/pt-br/pt-br.json +887 -0
  16. package/lib/commonjs/services/keychain.js +4 -0
  17. package/lib/commonjs/services/keychain.js.map +1 -1
  18. package/lib/module/components/inputs/BiometryControl.js +14 -4
  19. package/lib/module/components/inputs/BiometryControl.js.map +1 -1
  20. package/lib/module/hooks/useBifoldAgentSetup.js +33 -5
  21. package/lib/module/hooks/useBifoldAgentSetup.js.map +1 -1
  22. package/lib/module/index.js +2 -2
  23. package/lib/module/index.js.map +1 -1
  24. package/lib/module/localization/en/en.json +928 -0
  25. package/lib/module/localization/en/index.js +2 -932
  26. package/lib/module/localization/en/index.js.map +1 -1
  27. package/lib/module/localization/fr/fr.json +910 -0
  28. package/lib/module/localization/fr/index.js +2 -912
  29. package/lib/module/localization/fr/index.js.map +1 -1
  30. package/lib/module/localization/pt-br/index.js +2 -889
  31. package/lib/module/localization/pt-br/index.js.map +1 -1
  32. package/lib/module/localization/pt-br/pt-br.json +887 -0
  33. package/lib/module/services/keychain.js +4 -0
  34. package/lib/module/services/keychain.js.map +1 -1
  35. package/lib/typescript/src/components/inputs/BiometryControl.d.ts.map +1 -1
  36. package/lib/typescript/src/hooks/useBifoldAgentSetup.d.ts.map +1 -1
  37. package/lib/typescript/src/index.d.ts +2 -2
  38. package/lib/typescript/src/index.d.ts.map +1 -1
  39. package/lib/typescript/src/localization/en/index.d.ts +2 -929
  40. package/lib/typescript/src/localization/en/index.d.ts.map +1 -1
  41. package/lib/typescript/src/localization/fr/index.d.ts +2 -911
  42. package/lib/typescript/src/localization/fr/index.d.ts.map +1 -1
  43. package/lib/typescript/src/localization/pt-br/index.d.ts +2 -888
  44. package/lib/typescript/src/localization/pt-br/index.d.ts.map +1 -1
  45. package/lib/typescript/src/services/keychain.d.ts.map +1 -1
  46. package/package.json +4 -4
  47. package/src/components/inputs/BiometryControl.tsx +16 -5
  48. package/src/hooks/useBifoldAgentSetup.ts +40 -7
  49. package/src/index.ts +2 -1
  50. package/src/localization/en/en.json +928 -0
  51. package/src/localization/en/index.ts +2 -930
  52. package/src/localization/fr/fr.json +910 -0
  53. package/src/localization/fr/index.ts +2 -912
  54. package/src/localization/pt-br/index.ts +2 -889
  55. package/src/localization/pt-br/pt-br.json +887 -0
  56. package/src/services/keychain.ts +3 -0
@@ -1,912 +1,3 @@
1
- declare const translation: {
2
- Global: {
3
- Enter: string;
4
- Submit: string;
5
- "NoneYet!": string;
6
- Save: string;
7
- Cancel: string;
8
- Confirm: string;
9
- Accept: string;
10
- Reject: string;
11
- NotNow: string;
12
- Share: string;
13
- Decline: string;
14
- Back: string;
15
- Next: string;
16
- Continue: string;
17
- Info: string;
18
- ThisDecisionCannotBeChanged: string;
19
- Failure: string;
20
- Success: string;
21
- SomethingWentWrong: string;
22
- Done: string;
23
- Skip: string;
24
- View: string;
25
- Home: string;
26
- ErrorCode: string;
27
- Okay: string;
28
- GoBack: string;
29
- GetStarted: string;
30
- Dismiss: string;
31
- ShowDetails: string;
32
- TryAgain: string;
33
- Biometrics: string;
34
- On: string;
35
- Off: string;
36
- History: string;
37
- SaveSettings: string;
38
- organization: string;
39
- Issuer: string;
40
- RevokedByIssuer: string;
41
- Verifier: string;
42
- Expired: string;
43
- Revoked: string;
44
- Issued: string;
45
- Requested: string;
46
- Updated: string;
47
- Remove: string;
48
- Close: string;
49
- GotIt: string;
50
- Send: string;
51
- };
52
- Date: {
53
- ShortFormat: string;
54
- LongFormat: string;
55
- MonthLong: {
56
- January: string;
57
- February: string;
58
- March: string;
59
- April: string;
60
- May: string;
61
- June: string;
62
- July: string;
63
- August: string;
64
- September: string;
65
- October: string;
66
- November: string;
67
- December: string;
68
- };
69
- MonthShort: {
70
- January: string;
71
- February: string;
72
- March: string;
73
- April: string;
74
- May: string;
75
- June: string;
76
- July: string;
77
- August: string;
78
- September: string;
79
- October: string;
80
- November: string;
81
- December: string;
82
- };
83
- MinuteAgo: string;
84
- MinutesAgo: string;
85
- JustNow: string;
86
- };
87
- Language: {
88
- code_en: string;
89
- code_fr: string;
90
- "code_pt-BR": string;
91
- Checked: string;
92
- NotChecked: string;
93
- };
94
- Error: {
95
- ReportThisProblem: string;
96
- Reported: string;
97
- Unknown: string;
98
- Problem: string;
99
- ErrorCode: string;
100
- Title1024: string;
101
- Message1024: string;
102
- Title1025: string;
103
- Message1025: string;
104
- Title1026: string;
105
- Message1026: string;
106
- Title1027: string;
107
- Message1027: string;
108
- Title1028: string;
109
- Message1028: string;
110
- Title1029: string;
111
- Message1029: string;
112
- Title1030: string;
113
- Message1030: string;
114
- Title1031: string;
115
- Message1031: string;
116
- Title1032: string;
117
- Message1032: string;
118
- Title1033: string;
119
- Message1033: string;
120
- Title1034: string;
121
- Message1034: string;
122
- Title1035: string;
123
- Message1035: string;
124
- Title1036: string;
125
- Message1036: string;
126
- Title1037: string;
127
- Message1037: string;
128
- Title1038: string;
129
- Message1038: string;
130
- Title1039: string;
131
- Message1039: string;
132
- Title1040: string;
133
- Message1040: string;
134
- Title1041: string;
135
- Message1041: string;
136
- Title1042: string;
137
- Message1042: string;
138
- Title1043: string;
139
- Message1043: string;
140
- Title1044: string;
141
- Message1044: string;
142
- Title1045: string;
143
- Message1045: string;
144
- Title1046: string;
145
- Message1046: string;
146
- Title1047: string;
147
- Message1047: string;
148
- Title1048: string;
149
- Message1048: string;
150
- Title1049: string;
151
- Message1049: string;
152
- };
153
- SelectionAxs: {
154
- RadioChecked: string;
155
- RadioUnchecked: string;
156
- };
157
- ActivityLog: {
158
- Your: string;
159
- Activity: string;
160
- Updated: string;
161
- };
162
- StatusMessages: {
163
- InitAgent: string;
164
- };
165
- Terms: {
166
- TermsOfService: string;
167
- TermsOfServiceText: string;
168
- IAgree: string;
169
- Attestation: string;
170
- };
171
- Tour: {
172
- GuideTitle: string;
173
- WouldYouLike: string;
174
- UseAppGuides: string;
175
- DoNotUseAppGuides: string;
176
- AddAndShare: string;
177
- AddAndShareDescription: string;
178
- AddCredentials: string;
179
- AddCredentialsDescription: string;
180
- Notifications: string;
181
- NotificationsDescription: string;
182
- YourCredentials: string;
183
- YourCredentialsDescription: string;
184
- CredentialOffers: string;
185
- CredentialOffersDescription: string;
186
- ProofRequests: string;
187
- ProofRequestsDescription: string;
188
- Skip: string;
189
- Next: string;
190
- Back: string;
191
- Done: string;
192
- AccessibilitySteps: string;
193
- };
194
- CameraDisclosure: {
195
- AllowCameraUse: string;
196
- CameraDisclosure: string;
197
- ToContinueUsing: string;
198
- OpenSettings: string;
199
- };
200
- PINCreate: {
201
- Explainer: {
202
- PrimaryHeading: string;
203
- PINReminder: string;
204
- WhyNeedPin: {
205
- Header: string;
206
- Paragraph: string;
207
- ParagraphList1: string;
208
- ParagraphList2: string;
209
- };
210
- };
211
- Message: {
212
- CrossPatternValidation: string;
213
- OddOrEvenSequenceValidation: string;
214
- MaxAdjacentNumberRepetitionValidation: string;
215
- NoRepetitionOfTheTwoSameNumbersValidation: string;
216
- NoRepetitionOfTheSameNumbersValidation: string;
217
- NoSeriesOfNumbersValidation: string;
218
- PINOnlyContainDigitsValidation: string;
219
- PINTooShortValidation: string;
220
- PINTooLongValidation: string;
221
- };
222
- Helper: {
223
- CrossPatternValidation: string;
224
- OddOrEvenSequenceValidation: string;
225
- MaxAdjacentNumberRepetitionValidation: string;
226
- NoRepetitionOfTheTwoSameNumbersValidation: string;
227
- NoRepetitionOfTheSameNumbersValidation: string;
228
- NoSeriesOfNumbersValidation: string;
229
- PINOnlyContainDigitsValidation: string;
230
- PINTooShortValidation: string;
231
- PINTooLongValidation: string;
232
- PINExpectedLengthValidation: string;
233
- CheckIcon: string;
234
- ClearIcon: string;
235
- };
236
- UserAuthenticationPIN: string;
237
- PINTooShort: string;
238
- InvalidPIN: string;
239
- PINsDoNotMatch: string;
240
- PleaseUseOnlyNumbersInYourPIN: string;
241
- YourPINMustBe6DigitsInLength: string;
242
- EnteredPINsDoNotMatch: string;
243
- YouNeedToCreateA6DigitPIN: string;
244
- PleaseReenterYourPIN: string;
245
- PinChangeSuccessTitle: string;
246
- PinChangeSuccessMessage: string;
247
- EnterOldPINTitle: string;
248
- EnterOldPIN: string;
249
- NewPIN: string;
250
- EnterPINTitle: string;
251
- EnterPIN: string;
252
- ReenterPIN: string;
253
- ReenterPINTitle: string;
254
- CreatePIN: string;
255
- RememberPIN: string;
256
- RememberChangePIN: string;
257
- PINDisclaimer: string;
258
- Show: string;
259
- Hide: string;
260
- Masked: string;
261
- ChangePIN: string;
262
- Continue: string;
263
- EnterYourCurrentPIN: string;
264
- };
265
- PINEnter: {
266
- Title: string;
267
- SubText: string;
268
- EnterPIN: string;
269
- Unlock: string;
270
- Or: string;
271
- BiometricsUnlock: string;
272
- IncorrectPIN: string;
273
- RepeatPIN: string;
274
- IncorrectPINTries: string;
275
- LastTryBeforeTimeout: string;
276
- EnableBiometrics: string;
277
- BiometricsNotProvided: string;
278
- BiometricsError: string;
279
- BiometricsErrorEnterPIN: string;
280
- LockedOut: string;
281
- ReEnterPIN: string;
282
- BiometricsChanged: string;
283
- BiometricsChangedEnterPIN: string;
284
- AttemptLockoutWarning: string;
285
- AppSettingChanged: string;
286
- AppSettingChangedEnterPIN: string;
287
- AppSettingSave: string;
288
- AppSettingCancel: string;
289
- ChangeBiometricsHeader: string;
290
- ChangeBiometricsSubtext: string;
291
- ChangeBiometricsInputLabel: string;
292
- ChangeBiometricsInputLabelParenthesis: string;
293
- };
294
- AttemptLockout: {
295
- Title: string;
296
- Description: string;
297
- TryAgain: string;
298
- Hours: string;
299
- Minutes: string;
300
- Seconds: string;
301
- ForgotPIN: string;
302
- ForgotPINDescription: string;
303
- };
304
- Biometry: {
305
- Toggle: string;
306
- On: string;
307
- Off: string;
308
- EnabledText1: string;
309
- EnabledText2: string;
310
- NotEnabledText1: string;
311
- NotEnabledText2: string;
312
- Warning: string;
313
- UseToUnlock: string;
314
- UnlockPromptTitle: string;
315
- UnlockPromptDescription: string;
316
- AllowBiometricsTitle: string;
317
- AllowBiometricsDesc: string;
318
- SetupBiometricsTitle: string;
319
- SetupBiometricsDesc: string;
320
- OpenSettings: string;
321
- };
322
- ActivityHistory: {
323
- Header: string;
324
- Title: string;
325
- Description: string;
326
- DeleteActivity: string;
327
- DeleteActivityAfter: {
328
- "1month": string;
329
- "6month": string;
330
- "1year": string;
331
- Always: string;
332
- };
333
- WarningDisclaimerAlert: {
334
- Title: string;
335
- Description: string;
336
- };
337
- SettingsSaved: string;
338
- NoOptionSelectedError: string;
339
- StopKeepingHistory: string;
340
- StoppedLoggingAlert: string;
341
- StoppedLoggingAlertYes: string;
342
- DeleteActivityHistory: {
343
- Title: string;
344
- Description: string;
345
- Link: string;
346
- };
347
- StopActivityHistoryScreen: {
348
- Header: string;
349
- Title: string;
350
- Description: string;
351
- Yes: string;
352
- No: string;
353
- };
354
- StopActivityHistoryScreenConfirmed: {
355
- Header: string;
356
- Title: string;
357
- Description: string;
358
- Back: string;
359
- };
360
- DeleteActivityHistoryScreen: {
361
- Header: string;
362
- Title: string;
363
- Description: string;
364
- Yes: string;
365
- No: string;
366
- };
367
- DeleteActivityHistoryScreenConfirmed: {
368
- Header: string;
369
- Title: string;
370
- Description: string;
371
- Continue: string;
372
- };
373
- NoHistory: string;
374
- };
375
- History: {
376
- SortFilterButton: string;
377
- SortBy: string;
378
- Sort: {
379
- Newest: string;
380
- Oldest: string;
381
- };
382
- Filter: {
383
- FilterByDate: string;
384
- Select: string;
385
- Today: string;
386
- Week: string;
387
- Month: string;
388
- TwoMonth: string;
389
- ThreeMonth: string;
390
- Year: string;
391
- AllTime: string;
392
- FilterByActivity: string;
393
- CardUpdates: string;
394
- InformationRequests: string;
395
- WalletPinUpdates: string;
396
- Buttons: {
397
- Apply: string;
398
- Close: string;
399
- };
400
- };
401
- Initial: {
402
- Title: string;
403
- Description: {
404
- Header: string;
405
- PointA: string;
406
- PointAAxs: string;
407
- PointB: string;
408
- PointBAxs: string;
409
- PointC: string;
410
- PointCAxs: string;
411
- Footer: string;
412
- FooterAxs: string;
413
- };
414
- Button: {
415
- SetUpHistoryLog: string;
416
- StartLoggingWalletActivity: string;
417
- DoNotLogWalletActivity: string;
418
- };
419
- };
420
- Button: string;
421
- NoHistory: string;
422
- CardTitle: {
423
- CardAccepted: string;
424
- CardDeclined: string;
425
- CardExpired: string;
426
- CardRemoved: string;
427
- CardRevoked: string;
428
- CardUpdates: string;
429
- WalletPinUpdated: string;
430
- InformationSent: string;
431
- InformationNotSent: string;
432
- Connection: string;
433
- ConnectionRemoved: string;
434
- ActivateBiometry: string;
435
- DeactivateBiometry: string;
436
- };
437
- CardDescription: {
438
- CardExpired: string;
439
- CardRevoked: string;
440
- WalletPinUpdated: string;
441
- };
442
- Today: string;
443
- };
444
- Contacts: {
445
- EmptyList: string;
446
- TypeHere: string;
447
- PeopleAndOrganizations: string;
448
- WhatAreContacts: string;
449
- AddContact: string;
450
- UnknownContact: string;
451
- };
452
- ContactDetails: {
453
- Created: string;
454
- ConnectionState: string;
455
- AContact: string;
456
- RemoveContact: string;
457
- RemoveContactMessageWarning: string;
458
- RemoveContactMessageTop: string;
459
- RemoveContactMessageBottom: string;
460
- RemoveContactsBulletPoint1: string;
461
- RemoveContactsBulletPoint2: string;
462
- RemoveContactsBulletPoint3: string;
463
- RemoveContactsBulletPoint4: string;
464
- DateOfConnection: string;
465
- RemoveTitle: string;
466
- RemoveCaption: string;
467
- UnableToRemoveTitle: string;
468
- UnableToRemoveCaption: string;
469
- GoToCredentials: string;
470
- ContactRemoved: string;
471
- GoToCredentialDetail: string;
472
- CredentialName: string;
473
- Credentials: string;
474
- NoCredentials: string;
475
- };
476
- WhatAreContacts: {
477
- Title: string;
478
- Preamble: string;
479
- ListItemDirectMessage: string;
480
- ListItemNewCredentials: string;
481
- ListItemNotifiedOfUpdates: string;
482
- ListItemRequest: string;
483
- RemoveContacts: string;
484
- ContactsLink: string;
485
- };
486
- Credentials: {
487
- CredentialsNotFound: string;
488
- CredentialDetails: string;
489
- EmptyList: string;
490
- IssuedBy: string;
491
- Credential: string;
492
- };
493
- PushNotifications: {
494
- EnableNotifications: string;
495
- BeNotified: string;
496
- ReceiveNotifications: string;
497
- BulletFour: string;
498
- BulletOne: string;
499
- BulletThree: string;
500
- BulletTwo: string;
501
- NotificationsOffMessage: string;
502
- NotificationsOffTitle: string;
503
- NotificationsInstructionTitle: string;
504
- InstructionsOne: string;
505
- InstructionsTwo: string;
506
- InstructionsThree: string;
507
- OpenSettings: string;
508
- };
509
- CredentialDetails: {
510
- Id: string;
511
- CreatedAt: string;
512
- Version: string;
513
- Issued: string;
514
- IssuedOn: string;
515
- PrivacyPolicy: string;
516
- TermsAndConditions: string;
517
- RemoveFromWallet: string;
518
- Revoked: string;
519
- CredentialRevokedMessageTitle: string;
520
- CredentialRevokedMessageBody: string;
521
- NewRevoked: string;
522
- RemoveTitle: string;
523
- RemoveCaption: string;
524
- CredentialNotFound: string;
525
- YouWillNotLose: string;
526
- YouWillNotLoseListItem1: string;
527
- YouWillNotLoseListItem2: string;
528
- HowToGetThisCredentialBack: string;
529
- HowToGetThisCredentialBackListItem1: string;
530
- CredentialRemoved: string;
531
- IssuedBy: string;
532
- RemoveCredential: string;
533
- NavigateToIssuerDetailsHint: string;
534
- };
535
- Home: {
536
- Notification: string;
537
- Notifications: string;
538
- NoNewUpdates: string;
539
- NoCredentials: string;
540
- SeeAll: string;
541
- YouHave: string;
542
- Credential: string;
543
- Credentials: string;
544
- InYourWallet: string;
545
- NewMessage: string;
546
- SentMessage: string;
547
- ReceivedMessage: string;
548
- ViewMessage: string;
549
- ScanOfferAddCard: string;
550
- };
551
- Scan: {
552
- SuccessfullyAcceptedConnection: string;
553
- AcceptingConnection: string;
554
- ConnectionRecordIdNotFound: string;
555
- ConnectionAccepted: string;
556
- ConnectionNotFound: string;
557
- InvalidQrCode: string;
558
- WillScanAutomatically: string;
559
- ScanQRCode: string;
560
- MyQRCode: string;
561
- UnableToHandleRedirection: string;
562
- Close: string;
563
- Torch: string;
564
- TorchOn: string;
565
- TorchOff: string;
566
- ScanHelp: string;
567
- ScanNow: string;
568
- ScanOnySpecial: string;
569
- ScanOnlySpecial2: string;
570
- ScanOnlySpecial3: string;
571
- WhereToUseLink: string;
572
- BadQRCode: string;
573
- BadQRCodeDescription: string;
574
- };
575
- PasteUrl: {
576
- PasteUrl: string;
577
- PasteUrlDescription: string;
578
- Clear: string;
579
- UseShareableLink: string;
580
- ErrorTextboxEmpty: string;
581
- ErrorTextboxEmptyDescription: string;
582
- ErrorInvalidUrl: string;
583
- ErrorInvalidUrlDescription: string;
584
- };
585
- Connection: {
586
- JustAMoment: string;
587
- TakingTooLong: string;
588
- ConnectionInvitation: string;
589
- ScanQR: string;
590
- ScanQRComment: string;
591
- ShareQR: string;
592
- MakingConnection: string;
593
- ConnectionCompleted: string;
594
- Toggle: string;
595
- UseConnectionInviterCapability: string;
596
- OpenContact: string;
597
- };
598
- LoadingPlaceholder: {
599
- Connecting: string;
600
- SlowLoadingTitle: string;
601
- SlowLoadingBody: string;
602
- CredentialOffer: string;
603
- YourOffer: string;
604
- ProofRequest: string;
605
- YourRequest: string;
606
- };
607
- ConnectionAlert: {
608
- AddedContacts: string;
609
- WhatAreContacts: string;
610
- NotificationBodyUpper: string;
611
- NotificationBodyLower: string;
612
- PopupIntro: string;
613
- PopupPoint1: string;
614
- PopupPoint2: string;
615
- PopupPoint3: string;
616
- SettingsLink: string;
617
- SettingsInstruction: string;
618
- PrivacyMessage: string;
619
- PopupExit: string;
620
- };
621
- CredentialOffer: {
622
- CredentialOffer: string;
623
- ThisIsTakingLongerThanExpected: string;
624
- "RejectThisCredential?": string;
625
- AcceptingCredential: string;
626
- SuccessfullyAcceptedCredential: string;
627
- RejectingCredential: string;
628
- SuccessfullyRejectedCredential: string;
629
- CredentialNotFound: string;
630
- CredentialAccepted: string;
631
- CredentialRejected: string;
632
- CredentialAddedToYourWallet: string;
633
- CredentialDeclined: string;
634
- CredentialOnTheWay: string;
635
- NewCredentialOffer: string;
636
- IsOfferingYouACredential: string;
637
- ConfirmDeclineCredential: string;
638
- AbortDeclineCredential: string;
639
- ConfirmDecline: string;
640
- ConfirmDeclinedTitle: string;
641
- ConfirmDeclinedMessage: string;
642
- AbortDecline: string;
643
- DeclineTitle: string;
644
- Declined: string;
645
- DeclineParagraph1: string;
646
- DeclineParagraph1WithIssuerName: string;
647
- DeclineParagraph2: string;
648
- CustomOfferTitle: string;
649
- CustomOfferParagraph1: string;
650
- CustomOfferParagraph2: string;
651
- };
652
- ProofRequest: {
653
- RequestForProof: string;
654
- ReceiveProofTitle: string;
655
- JustAMoment: string;
656
- FromYourWallet: string;
657
- MissingCredentials: string;
658
- PredicateGeDate: string;
659
- PredicateLeDate: string;
660
- PredicateGe: string;
661
- PredicateGr: string;
662
- PredicateLe: string;
663
- PredicateLs: string;
664
- ProofRequest: string;
665
- RequestProcessing: string;
666
- OfferDelay: string;
667
- ChangeCredential: string;
668
- GetThisCredential: string;
669
- "RejectThisProof?": string;
670
- AcceptingProof: string;
671
- MultipleCredentials: string;
672
- SuccessfullyAcceptedProof: string;
673
- SensitiveInformation: string;
674
- RejectingProof: string;
675
- ProofAccepted: string;
676
- ProofRejected: string;
677
- RequestedCredentialsCouldNotBeFound: string;
678
- PresentationMetadataNotFound: string;
679
- CredentialMetadataNotFound: string;
680
- NewProofRequest: string;
681
- NotAvailableInYourWallet: string;
682
- MissingAttribute: string;
683
- PredicateNotSatisfied: string;
684
- IsRequesting: string;
685
- IsRequestingSomethingYouDontHaveAvailable: string;
686
- YouDoNotHaveDataPredicate: string;
687
- IsRequestingYouToShare: string;
688
- Credential: string;
689
- Credentials: string;
690
- WhichYouCanProvideFrom: string;
691
- Details: string;
692
- SendingTheInformationSecurely: string;
693
- InformationSentSuccessfully: string;
694
- ProofRequestDeclined: string;
695
- DeclineTitle: string;
696
- Declined: string;
697
- ReviewSentInformation_one: string;
698
- ReviewSentInformation_other: string;
699
- ShareFollowingInformation_one: string;
700
- ShareFollowingInformation_other: string;
701
- DeclineBulletPoint1: string;
702
- DeclineBulletPoint2: string;
703
- DeclineBulletPoint3: string;
704
- NoInfoShared: string;
705
- YourInfo: string;
706
- YouCantRespond: string;
707
- YouCantRespondReasons: string;
708
- CredentialNotInWallet: string;
709
- CredentialIsMissing: string;
710
- ProofRequestPredicateError: string;
711
- CredentialForProofIsRevoked: string;
712
- ProofRequestStateError: string;
713
- ProofRequestErrorMessage: string;
714
- PleaseAddress: string;
715
- };
716
- Settings: {
717
- Version: string;
718
- VersionString: string;
719
- AppSettings: string;
720
- AboutApp: string;
721
- ChangePin: string;
722
- Language: string;
723
- DataRetention: string;
724
- PreventAutoLock: string;
725
- TogglePreventAutoLock: string;
726
- AppGuides: string;
727
- Build: string;
728
- WhatAreContacts: string;
729
- ScanMyQR: string;
730
- Developer: string;
731
- AutoLockTime: string;
732
- Logout: string;
733
- };
734
- AutoLockTimes: {
735
- FiveMinutes: string;
736
- ThreeMinutes: string;
737
- OneMinute: string;
738
- Never: string;
739
- };
740
- TabStack: {
741
- Home: string;
742
- Scan: string;
743
- Credentials: string;
744
- };
745
- RootStack: {
746
- Contacts: string;
747
- Settings: string;
748
- };
749
- QRScanner: {
750
- PermissionToUseCamera: string;
751
- WeNeedYourPermissionToUseYourCamera: string;
752
- Ok: string;
753
- };
754
- QRRender: {
755
- GenerationError: string;
756
- };
757
- Record: {
758
- Hide: string;
759
- Show: string;
760
- HideAll: string;
761
- ShowAll: string;
762
- Hidden: string;
763
- InvalidDate: string;
764
- Zoom: string;
765
- };
766
- Screens: {
767
- Splash: string;
768
- Onboarding: string;
769
- Preface: string;
770
- Terms: string;
771
- CreatePIN: string;
772
- EnterPIN: string;
773
- Home: string;
774
- Scan: string;
775
- ScanHelp: string;
776
- Credentials: string;
777
- CredentialDetails: string;
778
- Notifications: string;
779
- CredentialOffer: string;
780
- ProofChangeCredential: string;
781
- ProofRequest: string;
782
- ProofRequestAttributeDetails: string;
783
- ProofDetails: string;
784
- Settings: string;
785
- Language: string;
786
- DataRetention: string;
787
- Tours: string;
788
- Contacts: string;
789
- Decline: string;
790
- ContactDetails: string;
791
- Biometry: string;
792
- Developer: string;
793
- ChangePIN: string;
794
- CommonDecline: string;
795
- ProofRequests: string;
796
- ProofRequestDetails: string;
797
- SendProofRequest: string;
798
- ChooseProofRequest: string;
799
- ProofRequestUsageHistory: string;
800
- CreateConnectionInvitation: string;
801
- AttemptLockout: string;
802
- OnTheWay: string;
803
- Declined: string;
804
- UseBiometry: string;
805
- CustomNotification: string;
806
- ProofRequesting: string;
807
- NameWallet: string;
808
- RenameContact: string;
809
- HistorySettings: string;
810
- History: string;
811
- HistoryDetails: string;
812
- UpdateAvailable: string;
813
- };
814
- Loading: {
815
- TakingTooLong: string;
816
- BackToHome: string;
817
- };
818
- NameWallet: {
819
- EnableWalletNaming: string;
820
- ToggleWalletNaming: string;
821
- NameYourWallet: string;
822
- EditWalletName: string;
823
- ThisIsTheName: string;
824
- CharCountTitle: string;
825
- CharCountDescription: string;
826
- EmptyNameTitle: string;
827
- EmptyNameDescription: string;
828
- };
829
- RenameContact: {
830
- ThisContactName: string;
831
- ContactName: string;
832
- };
833
- NetInfo: {
834
- NoInternetConnectionTitle: string;
835
- NoInternetConnectionMessage: string;
836
- };
837
- Onboarding: {
838
- SkipA11y: string;
839
- };
840
- Preface: {
841
- PrimaryHeading: string;
842
- Paragraph1: string;
843
- Confirmed: string;
844
- };
845
- Chat: {
846
- OpenPresentation: string;
847
- ViewRequest: string;
848
- ViewOffer: string;
849
- OpenItem: string;
850
- UserYou: string;
851
- YouConnected: string;
852
- CredentialProposalSent: string;
853
- CredentialOfferReceived: string;
854
- CredentialRequestSent: string;
855
- CredentialDeclined: string;
856
- CredentialReceived: string;
857
- ProofRequestSent: string;
858
- ProofPresentationReceived: string;
859
- ProofRequestReceived: string;
860
- ProofRequestRejected: string;
861
- ProofRequestRejectReceived: string;
862
- ProofRequestSatisfied: string;
863
- };
864
- Verifier: {
865
- UseVerifierCapability: string;
866
- AcceptDevCredentials: string;
867
- UseDevVerifierTemplates: string;
868
- Toggle: string;
869
- ToggleDevTemplates: string;
870
- ProcessingProof: string;
871
- ZeroKnowledgeProof: string;
872
- Parameterizable: string;
873
- RefreshQR: string;
874
- GenerateNewQR: string;
875
- BackToList: string;
876
- ShareLink: string;
877
- ScanQR: string;
878
- InformationReceived: string;
879
- InformationReceivedDetails: string;
880
- ProofVerificationFailed: string;
881
- ViewDetails: string;
882
- HideDetails: string;
883
- UseProofRequest: string;
884
- SendThisProofRequest: string;
885
- SendProofRequest: string;
886
- EmptyList: string;
887
- ShowTemplateUsageHistory: string;
888
- RequestSent: string;
889
- PresentationDeclined: string;
890
- PresentationReceived: string;
891
- PresentationFailed: string;
892
- ProofRequestRejected: string;
893
- PresentationFrom: string;
894
- PresentationState: string;
895
- ConnectionlessPresentation: string;
896
- TutorialStep1Title: string;
897
- TutorialStep1Description: string;
898
- InvalidPredicateValueTitle: string;
899
- InvalidPredicateValueDetails: string;
900
- ConnectionLessLabel: string;
901
- WaitingForResponse: string;
902
- };
903
- AppUpdate: {
904
- Heading: string;
905
- Body: string;
906
- LearnMore: string;
907
- UpdateNow: string;
908
- UpdateLater: string;
909
- };
910
- };
911
- export default translation;
1
+ import fr from './fr.json';
2
+ export default fr;
912
3
  //# sourceMappingURL=index.d.ts.map