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