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