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