@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,909 +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
- ChangePIN: string;
261
- Continue: string;
262
- EnterYourCurrentPIN: string;
263
- };
264
- PINEnter: {
265
- Title: string;
266
- SubText: string;
267
- EnterPIN: string;
268
- Unlock: string;
269
- Or: string;
270
- BiometricsUnlock: string;
271
- IncorrectPIN: string;
272
- RepeatPIN: string;
273
- IncorrectPINTries: string;
274
- LastTryBeforeTimeout: string;
275
- EnableBiometrics: string;
276
- BiometricsNotProvided: string;
277
- BiometricsError: string;
278
- BiometricsErrorEnterPIN: string;
279
- LockedOut: string;
280
- ReEnterPIN: string;
281
- BiometricsChanged: string;
282
- BiometricsChangedEnterPIN: string;
283
- AttemptLockoutWarning: string;
284
- AppSettingChanged: string;
285
- AppSettingChangedEnterPIN: string;
286
- AppSettingSave: string;
287
- AppSettingCancel: string;
288
- ChangeBiometricsHeader: string;
289
- ChangeBiometricsSubtext: string;
290
- ChangeBiometricsInputLabel: string;
291
- ChangeBiometricsInputLabelParenthesis: string;
292
- };
293
- AttemptLockout: {
294
- Title: string;
295
- Description: string;
296
- TryAgain: string;
297
- Hours: string;
298
- Minutes: string;
299
- Seconds: string;
300
- ForgotPIN: string;
301
- ForgotPINDescription: string;
302
- };
303
- Biometry: {
304
- Toggle: string;
305
- On: string;
306
- Off: string;
307
- EnabledText1: string;
308
- EnabledText2: string;
309
- NotEnabledText1: string;
310
- NotEnabledText2: string;
311
- Warning: string;
312
- UseToUnlock: string;
313
- UnlockPromptTitle: string;
314
- UnlockPromptDescription: string;
315
- AllowBiometricsTitle: string;
316
- AllowBiometricsDesc: string;
317
- SetupBiometricsTitle: string;
318
- SetupBiometricsDesc: string;
319
- OpenSettings: string;
320
- };
321
- ActivityHistory: {
322
- Header: string;
323
- Title: string;
324
- Description: string;
325
- DeleteActivity: string;
326
- DeleteActivityAfter: {
327
- "1month": string;
328
- "6month": string;
329
- "1year": string;
330
- Always: string;
331
- };
332
- WarningDisclaimerAlert: {
333
- Title: string;
334
- Description: string;
335
- };
336
- SettingsSaved: string;
337
- NoOptionSelectedError: string;
338
- StopKeepingHistory: string;
339
- StoppedLoggingAlert: string;
340
- StoppedLoggingAlertYes: string;
341
- DeleteActivityHistory: {
342
- Title: string;
343
- Description: string;
344
- Link: string;
345
- };
346
- StopActivityHistoryScreen: {
347
- Header: string;
348
- Title: string;
349
- Description: string;
350
- Yes: string;
351
- No: string;
352
- };
353
- StopActivityHistoryScreenConfirmed: {
354
- Header: string;
355
- Title: string;
356
- Description: string;
357
- Back: string;
358
- };
359
- DeleteActivityHistoryScreen: {
360
- Header: string;
361
- Title: string;
362
- Description: string;
363
- Yes: string;
364
- No: string;
365
- };
366
- DeleteActivityHistoryScreenConfirmed: {
367
- Header: string;
368
- Title: string;
369
- Description: string;
370
- Continue: string;
371
- };
372
- NoHistory: string;
373
- };
374
- History: {
375
- SortFilterButton: string;
376
- SortBy: string;
377
- Sort: {
378
- Newest: string;
379
- Oldest: string;
380
- };
381
- Filter: {
382
- FilterByDate: string;
383
- Select: string;
384
- Today: string;
385
- Week: string;
386
- Month: string;
387
- TwoMonth: string;
388
- ThreeMonth: string;
389
- Year: string;
390
- AllTime: string;
391
- FilterByActivity: string;
392
- CardUpdates: string;
393
- InformationRequests: string;
394
- WalletPinUpdates: string;
395
- Buttons: {
396
- Apply: string;
397
- Close: string;
398
- };
399
- };
400
- Initial: {
401
- Title: string;
402
- Description: {
403
- Header: string;
404
- PointA: string;
405
- PointAAxs: string;
406
- PointB: string;
407
- PointBAxs: string;
408
- PointC: string;
409
- PointCAxs: string;
410
- Footer: string;
411
- FooterAxs: string;
412
- };
413
- Button: {
414
- SetUpHistoryLog: string;
415
- StartLoggingWalletActivity: string;
416
- DoNotLogWalletActivity: string;
417
- };
418
- };
419
- Button: string;
420
- NoHistory: string;
421
- CardTitle: {
422
- CardAccepted: string;
423
- CardDeclined: string;
424
- CardExpired: string;
425
- CardRemoved: string;
426
- CardRevoked: string;
427
- CardUpdates: string;
428
- WalletPinUpdated: string;
429
- InformationSent: string;
430
- InformationNotSent: string;
431
- Connection: string;
432
- ConnectionRemoved: string;
433
- ActivateBiometry: string;
434
- DeactivateBiometry: string;
435
- };
436
- CardDescription: {
437
- CardExpired: string;
438
- CardRevoked: string;
439
- WalletPinUpdated: string;
440
- };
441
- Today: string;
442
- };
443
- Contacts: {
444
- EmptyList: string;
445
- TypeHere: string;
446
- PeopleAndOrganizations: string;
447
- WhatAreContacts: string;
448
- AddContact: string;
449
- UnknownContact: string;
450
- };
451
- ContactDetails: {
452
- Created: string;
453
- ConnectionState: string;
454
- AContact: string;
455
- RemoveContact: string;
456
- RemoveContactMessageWarning: string;
457
- RemoveContactMessageTop: string;
458
- RemoveContactMessageBottom: string;
459
- RemoveContactsBulletPoint1: string;
460
- RemoveContactsBulletPoint2: string;
461
- RemoveContactsBulletPoint3: string;
462
- RemoveContactsBulletPoint4: string;
463
- DateOfConnection: string;
464
- RemoveTitle: string;
465
- RemoveCaption: string;
466
- UnableToRemoveTitle: string;
467
- UnableToRemoveCaption: string;
468
- GoToCredentials: string;
469
- ContactRemoved: string;
470
- GoToCredentialDetail: string;
471
- CredentialName: string;
472
- Credentials: string;
473
- NoCredentials: string;
474
- };
475
- WhatAreContacts: {
476
- Title: string;
477
- Preamble: string;
478
- ListItemDirectMessage: string;
479
- ListItemNewCredentials: string;
480
- ListItemNotifiedOfUpdates: string;
481
- ListItemRequest: string;
482
- RemoveContacts: string;
483
- ContactsLink: string;
484
- };
485
- Credentials: {
486
- CredentialsNotFound: string;
487
- CredentialDetails: string;
488
- EmptyList: string;
489
- IssuedBy: string;
490
- Credential: string;
491
- };
492
- PushNotifications: {
493
- EnableNotifications: string;
494
- BeNotified: string;
495
- ReceiveNotifications: string;
496
- BulletFour: string;
497
- BulletOne: string;
498
- BulletThree: string;
499
- BulletTwo: string;
500
- NotificationsOffMessage: string;
501
- NotificationsOffTitle: string;
502
- NotificationsInstructionTitle: string;
503
- InstructionsOne: string;
504
- InstructionsTwo: string;
505
- InstructionsThree: string;
506
- OpenSettings: string;
507
- };
508
- CredentialDetails: {
509
- Id: string;
510
- CreatedAt: string;
511
- Version: string;
512
- Issued: string;
513
- IssuedOn: string;
514
- PrivacyPolicy: string;
515
- TermsAndConditions: string;
516
- RemoveFromWallet: string;
517
- Revoked: string;
518
- CredentialRevokedMessageTitle: string;
519
- CredentialRevokedMessageBody: string;
520
- NewRevoked: string;
521
- RemoveTitle: string;
522
- RemoveCaption: string;
523
- CredentialNotFound: string;
524
- YouWillNotLose: string;
525
- YouWillNotLoseListItem1: string;
526
- YouWillNotLoseListItem2: string;
527
- HowToGetThisCredentialBack: string;
528
- HowToGetThisCredentialBackListItem1: string;
529
- CredentialRemoved: string;
530
- IssuedBy: string;
531
- RemoveCredential: string;
532
- NavigateToIssuerDetailsHint: string;
533
- };
534
- Home: {
535
- Notification: string;
536
- Notifications: string;
537
- NoNewUpdates: string;
538
- NoCredentials: string;
539
- SeeAll: string;
540
- YouHave: string;
541
- Credential: string;
542
- Credentials: string;
543
- InYourWallet: string;
544
- NewMessage: string;
545
- SentMessage: string;
546
- ReceivedMessage: string;
547
- ViewMessage: string;
548
- ScanOfferAddCard: string;
549
- };
550
- Scan: {
551
- SuccessfullyAcceptedConnection: string;
552
- AcceptingConnection: string;
553
- ConnectionRecordIdNotFound: string;
554
- ConnectionAccepted: string;
555
- ConnectionNotFound: string;
556
- InvalidQrCode: string;
557
- WillScanAutomatically: string;
558
- ScanQRCode: string;
559
- MyQRCode: string;
560
- UnableToHandleRedirection: string;
561
- Close: string;
562
- Torch: string;
563
- TorchOn: string;
564
- TorchOff: string;
565
- ScanHelp: string;
566
- ScanNow: string;
567
- ScanOnySpecial: string;
568
- ScanOnlySpecial2: string;
569
- ScanOnlySpecial3: string;
570
- WhereToUseLink: string;
571
- BadQRCode: string;
572
- BadQRCodeDescription: 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
- ConfirmDeclineCredential: string;
637
- AbortDeclineCredential: string;
638
- ConfirmDecline: string;
639
- ConfirmDeclinedTitle: string;
640
- ConfirmDeclinedMessage: string;
641
- AbortDecline: string;
642
- DeclineTitle: string;
643
- Declined: string;
644
- DeclineParagraph1: string;
645
- DeclineParagraph2: string;
646
- CustomOfferTitle: string;
647
- CustomOfferParagraph1: string;
648
- CustomOfferParagraph2: string;
649
- };
650
- ProofRequest: {
651
- RequestForProof: string;
652
- ReceiveProofTitle: string;
653
- JustAMoment: string;
654
- FromYourWallet: string;
655
- MissingCredentials: string;
656
- PredicateGeDate: string;
657
- PredicateLeDate: string;
658
- PredicateGe: string;
659
- PredicateGr: string;
660
- PredicateLe: string;
661
- PredicateLs: string;
662
- ProofRequest: string;
663
- RequestProcessing: string;
664
- OfferDelay: string;
665
- ChangeCredential: string;
666
- GetThisCredential: string;
667
- "RejectThisProof?": string;
668
- AcceptingProof: string;
669
- MultipleCredentials: string;
670
- SuccessfullyAcceptedProof: string;
671
- SensitiveInformation: string;
672
- RejectingProof: string;
673
- ProofAccepted: string;
674
- ProofRejected: string;
675
- RequestedCredentialsCouldNotBeFound: string;
676
- PresentationMetadataNotFound: string;
677
- CredentialMetadataNotFound: string;
678
- NewProofRequest: string;
679
- NotAvailableInYourWallet: string;
680
- MissingAttribute: string;
681
- PredicateNotSatisfied: string;
682
- IsRequesting: string;
683
- IsRequestingSomethingYouDontHaveAvailable: string;
684
- YouDoNotHaveDataPredicate: string;
685
- IsRequestingYouToShare: string;
686
- Credential: string;
687
- Credentials: string;
688
- WhichYouCanProvideFrom: string;
689
- Details: string;
690
- SendingTheInformationSecurely: string;
691
- InformationSentSuccessfully: string;
692
- ProofRequestDeclined: string;
693
- DeclineTitle: string;
694
- Declined: string;
695
- ReviewSentInformation_one: string;
696
- ReviewSentInformation_other: string;
697
- ShareFollowingInformation_one: string;
698
- ShareFollowingInformation_other: string;
699
- DeclineBulletPoint1: string;
700
- DeclineBulletPoint2: string;
701
- DeclineBulletPoint3: string;
702
- NoInfoShared: string;
703
- YourInfo: string;
704
- YouCantRespond: string;
705
- YouCantRespondReasons: string;
706
- CredentialNotInWallet: string;
707
- CredentialIsMissing: string;
708
- ProofRequestPredicateError: string;
709
- CredentialForProofIsRevoked: string;
710
- ProofRequestStateError: string;
711
- ProofRequestErrorMessage: string;
712
- PleaseAddress: string;
713
- };
714
- Settings: {
715
- Version: string;
716
- VersionString: string;
717
- AppSettings: string;
718
- AboutApp: string;
719
- ChangePin: string;
720
- Language: string;
721
- DataRetention: string;
722
- PreventAutoLock: string;
723
- TogglePreventAutoLock: string;
724
- AppGuides: string;
725
- Build: string;
726
- WhatAreContacts: string;
727
- ScanMyQR: string;
728
- Developer: string;
729
- AutoLockTime: string;
730
- };
731
- AutoLockTimes: {
732
- FiveMinutes: string;
733
- ThreeMinutes: string;
734
- OneMinute: string;
735
- Never: string;
736
- };
737
- TabStack: {
738
- Home: string;
739
- Scan: string;
740
- Credentials: string;
741
- };
742
- RootStack: {
743
- Contacts: string;
744
- Settings: string;
745
- };
746
- QRScanner: {
747
- PermissionToUseCamera: string;
748
- WeNeedYourPermissionToUseYourCamera: string;
749
- Ok: string;
750
- };
751
- QRRender: {
752
- GenerationError: string;
753
- };
754
- Record: {
755
- Hide: string;
756
- Show: string;
757
- HideAll: string;
758
- ShowAll: string;
759
- Hidden: string;
760
- InvalidDate: string;
761
- Zoom: string;
762
- };
763
- Screens: {
764
- Splash: string;
765
- Onboarding: string;
766
- Preface: string;
767
- Terms: string;
768
- CreatePIN: string;
769
- EnterPIN: string;
770
- Home: string;
771
- Scan: string;
772
- ScanHelp: string;
773
- Credentials: string;
774
- CredentialDetails: string;
775
- Notifications: string;
776
- CredentialOffer: string;
777
- ProofChangeCredential: string;
778
- ProofRequest: string;
779
- ProofRequestAttributeDetails: string;
780
- ProofDetails: string;
781
- Settings: string;
782
- Language: string;
783
- DataRetention: string;
784
- Tours: string;
785
- Contacts: string;
786
- Decline: string;
787
- ContactDetails: string;
788
- Biometry: string;
789
- Developer: string;
790
- ChangePIN: string;
791
- CommonDecline: string;
792
- ProofRequests: string;
793
- ProofRequestDetails: string;
794
- SendProofRequest: string;
795
- ChooseProofRequest: string;
796
- ProofRequestUsageHistory: string;
797
- CreateConnectionInvitation: string;
798
- AttemptLockout: string;
799
- OnTheWay: string;
800
- Declined: string;
801
- UseBiometry: string;
802
- CustomNotification: string;
803
- ProofRequesting: string;
804
- NameWallet: string;
805
- RenameContact: string;
806
- HistorySettings: string;
807
- History: string;
808
- HistoryDetails: string;
809
- UpdateAvailable: string;
810
- };
811
- Loading: {
812
- TakingTooLong: string;
813
- BackToHome: string;
814
- };
815
- NameWallet: {
816
- EnableWalletNaming: string;
817
- ToggleWalletNaming: string;
818
- NameYourWallet: string;
819
- EditWalletName: string;
820
- ThisIsTheName: string;
821
- CharCountTitle: string;
822
- CharCountDescription: string;
823
- EmptyNameTitle: string;
824
- EmptyNameDescription: string;
825
- };
826
- RenameContact: {
827
- ThisContactName: string;
828
- ContactName: string;
829
- };
830
- NetInfo: {
831
- NoInternetConnectionTitle: string;
832
- NoInternetConnectionMessage: string;
833
- };
834
- Onboarding: {
835
- SkipA11y: string;
836
- };
837
- Preface: {
838
- PrimaryHeading: string;
839
- Paragraph1: string;
840
- Confirmed: string;
841
- };
842
- Chat: {
843
- OpenPresentation: string;
844
- ViewRequest: string;
845
- ViewOffer: string;
846
- OpenItem: string;
847
- UserYou: string;
848
- YouConnected: string;
849
- CredentialProposalSent: string;
850
- CredentialOfferReceived: string;
851
- CredentialRequestSent: string;
852
- CredentialDeclined: string;
853
- CredentialReceived: string;
854
- ProofRequestSent: string;
855
- ProofPresentationReceived: string;
856
- ProofRequestReceived: string;
857
- ProofRequestRejected: string;
858
- ProofRequestRejectReceived: string;
859
- ProofRequestSatisfied: string;
860
- };
861
- Verifier: {
862
- UseVerifierCapability: string;
863
- AcceptDevCredentials: string;
864
- UseDevVerifierTemplates: string;
865
- Toggle: string;
866
- ToggleDevTemplates: string;
867
- ProcessingProof: string;
868
- ZeroKnowledgeProof: string;
869
- Parameterizable: string;
870
- RefreshQR: string;
871
- GenerateNewQR: string;
872
- BackToList: string;
873
- ShareLink: string;
874
- ScanQR: string;
875
- InformationReceived: string;
876
- InformationReceivedDetails: string;
877
- ProofVerificationFailed: string;
878
- ViewDetails: string;
879
- HideDetails: string;
880
- UseProofRequest: string;
881
- SendThisProofRequest: string;
882
- SendProofRequest: string;
883
- EmptyList: string;
884
- ShowTemplateUsageHistory: string;
885
- RequestSent: string;
886
- PresentationDeclined: string;
887
- PresentationReceived: string;
888
- PresentationFailed: string;
889
- ProofRequestRejected: string;
890
- PresentationFrom: string;
891
- PresentationState: string;
892
- ConnectionlessPresentation: string;
893
- TutorialStep1Title: string;
894
- TutorialStep1Description: string;
895
- InvalidPredicateValueTitle: string;
896
- InvalidPredicateValueDetails: string;
897
- ConnectionLessLabel: string;
898
- WaitingForResponse: string;
899
- };
900
- AppUpdate: {
901
- Heading: string;
902
- Body: string;
903
- LearnMore: string;
904
- UpdateNow: string;
905
- UpdateLater: string;
906
- };
907
- };
908
- export default translation;
1
+ import fr from './fr.json';
2
+ export default fr;
909
3
  //# sourceMappingURL=index.d.ts.map