@atzentis/auth-locales 0.0.15

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.
@@ -0,0 +1,417 @@
1
+ interface AccountKeys {
2
+ ACCOUNT: string;
3
+ ACCOUNT_SETTINGS: string;
4
+ ACCOUNTS: string;
5
+ ACCOUNTS_DESCRIPTION: string;
6
+ ADD_ACCOUNT: string;
7
+ API_KEYS: string;
8
+ API_KEYS_DESCRIPTION: string;
9
+ AVATAR: string;
10
+ AVATAR_DELETED: string;
11
+ AVATAR_DESCRIPTION: string;
12
+ AVATAR_UPDATED: string;
13
+ CHANGE_EMAIL: string;
14
+ CHANGE_EMAIL_DESCRIPTION: string;
15
+ CHANGE_EMAIL_SENT: string;
16
+ CLICK_TO_UPLOAD: string;
17
+ CONFIRM_DELETION: string;
18
+ CONNECT_PROVIDER: string;
19
+ CONNECTED_ON: string;
20
+ CONNECTED_PROVIDERS: string;
21
+ CONNECTED_PROVIDERS_DESCRIPTION: string;
22
+ COPY_KEY: string;
23
+ CREATE_API_KEY: string;
24
+ CURRENT_EMAIL: string;
25
+ DANGER_ZONE: string;
26
+ DEFAULT_CONFIRM_PHRASE: string;
27
+ DELETE_ACCOUNT: string;
28
+ DELETE_ACCOUNT_WARNING: string;
29
+ DELETE_AVATAR: string;
30
+ DELETE_REASON: string;
31
+ DELETING_ACCOUNT: string;
32
+ DISCONNECT_PROVIDER: string;
33
+ EMAIL: string;
34
+ EXPIRES_1_YEAR: string;
35
+ EXPIRES_30_DAYS: string;
36
+ EXPIRES_90_DAYS: string;
37
+ FILE_TOO_LARGE: string;
38
+ KEY_COPIED: string;
39
+ KEY_CREATED_WARNING: string;
40
+ KEY_EXPIRES: string;
41
+ KEY_NAME: string;
42
+ KEY_NAME_PLACEHOLDER: string;
43
+ KEY_SCOPES: string;
44
+ LOADING_API_KEYS: string;
45
+ MAX_FILE_SIZE: string;
46
+ NAME: string;
47
+ NAME_UPDATED: string;
48
+ NEW_EMAIL_PLACEHOLDER: string;
49
+ NO_API_KEYS: string;
50
+ NO_PROVIDERS_CONNECTED: string;
51
+ PERSONAL_ACCOUNT: string;
52
+ PROVIDER_DISCONNECTED: string;
53
+ REVOKE_API_KEY: string;
54
+ SELECT_ACCOUNT: string;
55
+ SETTINGS: string;
56
+ SIGN_OUT: string;
57
+ SWITCH_ACCOUNT: string;
58
+ TYPE_TO_CONFIRM: string;
59
+ UPDATE_NAME: string;
60
+ UPDATE_NAME_DESCRIPTION: string;
61
+ UPLOAD_AVATAR: string;
62
+ }
63
+
64
+ interface AuthKeys {
65
+ ACCEPT_TERMS: string;
66
+ ACCEPT_TERMS_ERROR: string;
67
+ ALREADY_HAVE_AN_ACCOUNT: string;
68
+ BY_CONTINUING_YOU_AGREE: string;
69
+ CODE_EXPIRES_IN: string;
70
+ CONFIRM_PASSWORD_PLACEHOLDER: string;
71
+ CONTINUE_WITH: string;
72
+ COUNTRY_CODE: string;
73
+ DONT_HAVE_AN_ACCOUNT: string;
74
+ EMAIL_PLACEHOLDER: string;
75
+ FORGOT_PASSWORD_LINK: string;
76
+ MAGIC_LINK: string;
77
+ MAGIC_LINK_ACTION: string;
78
+ MAGIC_LINK_DESCRIPTION: string;
79
+ MAGIC_LINK_EMAIL: string;
80
+ MAGIC_LINK_HINT: string;
81
+ NAME_DESCRIPTION: string;
82
+ NAME_PLACEHOLDER: string;
83
+ ONE_TIME_PASSWORD: string;
84
+ OR_CONTINUE_WITH: string;
85
+ PASSWORD_PLACEHOLDER: string;
86
+ PHONE_NUMBER_PLACEHOLDER: string;
87
+ PRIVACY_POLICY: string;
88
+ REDIRECTING: string;
89
+ REMEMBER_ME: string;
90
+ RESEND: string;
91
+ RESEND_CODE: string;
92
+ RESENDING: string;
93
+ SEND_VERIFICATION_CODE: string;
94
+ SENDING: string;
95
+ SENDING_VERIFICATION_CODE: string;
96
+ SIGN_IN: string;
97
+ SIGN_IN_ACTION: string;
98
+ SIGN_IN_DESCRIPTION: string;
99
+ SIGN_IN_USERNAME_DESCRIPTION: string;
100
+ SIGN_IN_USERNAME_PLACEHOLDER: string;
101
+ SIGN_IN_WITH: string;
102
+ SIGN_UP: string;
103
+ SIGN_UP_ACTION: string;
104
+ SIGN_UP_DESCRIPTION: string;
105
+ SIGN_UP_EMAIL: string;
106
+ SIGNING_IN: string;
107
+ SIGNING_UP: string;
108
+ TERMS_OF_SERVICE: string;
109
+ USE_EMAIL_INSTEAD: string;
110
+ USE_PASSWORD_INSTEAD: string;
111
+ USE_PHONE_INSTEAD: string;
112
+ USERNAME: string;
113
+ USERNAME_PLACEHOLDER: string;
114
+ VERIFICATION_CODE_LABEL: string;
115
+ VERIFY: string;
116
+ VERIFYING: string;
117
+ }
118
+
119
+ interface CommonKeys {
120
+ CANCEL: string;
121
+ CONTINUE: string;
122
+ DELETE: string;
123
+ DONE: string;
124
+ EMAIL_REQUIRED: string;
125
+ GO_BACK: string;
126
+ IS_INVALID: string;
127
+ IS_REQUIRED: string;
128
+ LOAD_MORE: string;
129
+ LOADING: string;
130
+ PASSWORD_REQUIRED: string;
131
+ PASSWORDS_DO_NOT_MATCH: string;
132
+ REMOVE: string;
133
+ REQUEST_FAILED: string;
134
+ SAVE: string;
135
+ UNKNOWN: string;
136
+ UPDATE: string;
137
+ UPDATED_SUCCESSFULLY: string;
138
+ }
139
+
140
+ interface ErrorKeys {
141
+ CAPTCHA_INVALID: string;
142
+ CAPTCHA_REQUIRED: string;
143
+ DEVICE_NOT_FOUND: string;
144
+ EMAIL_NOT_VERIFIED: string;
145
+ FRAUD_DETECTED: string;
146
+ INVALID_CREDENTIALS: string;
147
+ INVALID_EMAIL: string;
148
+ INVALID_PHONE_NUMBER: string;
149
+ INVALID_TOKEN: string;
150
+ KEY_EXPIRED: string;
151
+ KEY_NOT_FOUND: string;
152
+ KEY_REVOKED: string;
153
+ LOGIN_EVENT_NOT_FOUND: string;
154
+ MAX_SESSIONS_EXCEEDED: string;
155
+ MEMBER_LIMIT_EXCEEDED: string;
156
+ NETWORK_ERROR: string;
157
+ ORG_LIMIT_EXCEEDED: string;
158
+ ORGANIZATION_NOT_FOUND: string;
159
+ OTP_EXPIRED: string;
160
+ OTP_INVALID: string;
161
+ OTP_MAX_ATTEMPTS: string;
162
+ PASSWORD_BREACHED: string;
163
+ PERMISSION_DENIED: string;
164
+ PHONE_NUMBER_IN_USE: string;
165
+ RATE_LIMITED: string;
166
+ REAUTH_REQUIRED: string;
167
+ SESSION_EXPIRED: string;
168
+ TIMEOUT: string;
169
+ TOKEN_EXPIRED: string;
170
+ TWO_FACTOR_REQUIRED: string;
171
+ UNAUTHORIZED_ROLE: string;
172
+ USER_ALREADY_EXISTS: string;
173
+ USER_NOT_FOUND: string;
174
+ USERNAME_INVALID: string;
175
+ USERNAME_RESERVED: string;
176
+ USERNAME_TAKEN: string;
177
+ WEAK_PASSWORD: string;
178
+ }
179
+
180
+ interface OrganizationKeys {
181
+ ACCEPT_INVITATION: string;
182
+ ACCEPTING_INVITATION: string;
183
+ ADMIN: string;
184
+ CONFIRM_LEAVE_ORGANIZATION: string;
185
+ CONFIRM_REMOVE_MEMBER: string;
186
+ CONFIRM_REVOKE_INVITATION: string;
187
+ CREATE_FIRST_ORGANIZATION: string;
188
+ CREATE_ORGANIZATION: string;
189
+ CREATE_ORGANIZATION_DESCRIPTION: string;
190
+ CREATED: string;
191
+ CREATING_ORGANIZATION: string;
192
+ DECLINE_INVITATION: string;
193
+ DECLINING_INVITATION: string;
194
+ DELETE_ORGANIZATION: string;
195
+ EXPIRED: string;
196
+ EXPIRES: string;
197
+ INVITATION_ACCEPTED: string;
198
+ INVITATION_DECLINED: string;
199
+ INVITATION_INVALID: string;
200
+ INVITATION_RESENT: string;
201
+ INVITATION_REVOKED: string;
202
+ INVITATION_SENT: string;
203
+ INVITATION_TO_JOIN: string;
204
+ INVITATIONS: string;
205
+ INVITE_MEMBER: string;
206
+ INVITE_MEMBER_DESCRIPTION: string;
207
+ INVITED_BY: string;
208
+ JOIN_AS_ROLE: string;
209
+ JOINED: string;
210
+ LEAVE_ORGANIZATION: string;
211
+ LOADING_INVITATIONS: string;
212
+ LOADING_MEMBERS: string;
213
+ LOADING_ORGANIZATIONS: string;
214
+ MEMBER: string;
215
+ MEMBER_COUNT: string;
216
+ MEMBER_EMAIL: string;
217
+ MEMBER_EMAIL_PLACEHOLDER: string;
218
+ MEMBER_REMOVED: string;
219
+ MEMBERS: string;
220
+ NO_MEMBERS: string;
221
+ NO_ORGANIZATIONS: string;
222
+ NO_ORGANIZATIONS_YET: string;
223
+ NO_PENDING_INVITATIONS: string;
224
+ ORGANIZATION: string;
225
+ ORGANIZATION_CREATED: string;
226
+ ORGANIZATION_DETAILS: string;
227
+ ORGANIZATION_DETAILS_DESCRIPTION: string;
228
+ ORGANIZATION_LEFT: string;
229
+ ORGANIZATION_LOGO_URL: string;
230
+ ORGANIZATION_LOGO_URL_PLACEHOLDER: string;
231
+ ORGANIZATION_NAME: string;
232
+ ORGANIZATION_NAME_PLACEHOLDER: string;
233
+ ORGANIZATION_SETTINGS: string;
234
+ ORGANIZATION_SLUG: string;
235
+ ORGANIZATION_SLUG_PLACEHOLDER: string;
236
+ ORGANIZATION_UPDATED: string;
237
+ ORGANIZATIONS: string;
238
+ ORGANIZATIONS_DESCRIPTION: string;
239
+ OWNER: string;
240
+ PENDING_INVITATIONS: string;
241
+ PENDING_INVITATIONS_DESCRIPTION: string;
242
+ PERSONAL_ORGANIZATION: string;
243
+ REMOVE_MEMBER: string;
244
+ RESEND_INVITATION: string;
245
+ REVOKE_INVITATION: string;
246
+ ROLE: string;
247
+ ROLE_UPDATED: string;
248
+ SEARCH_ORGANIZATIONS: string;
249
+ SELECT_ORGANIZATION: string;
250
+ SELECT_ROLE: string;
251
+ SENDING_INVITATION: string;
252
+ VIEW_SETTINGS: string;
253
+ YOU: string;
254
+ YOUR_ORGANIZATIONS: string;
255
+ }
256
+
257
+ interface PasskeyKeys {
258
+ CONFIRM_REMOVE_PASSKEY: string;
259
+ LAST_USED_DATE: string;
260
+ LOADING_PASSKEYS: string;
261
+ NEVER: string;
262
+ NO_PASSKEYS: string;
263
+ PASSKEY_NAME: string;
264
+ PASSKEY_REGISTERED: string;
265
+ PASSKEY_REMOVED: string;
266
+ PASSKEYS: string;
267
+ PASSKEYS_DESCRIPTION: string;
268
+ REGISTER_PASSKEY: string;
269
+ REGISTERING_PASSKEY: string;
270
+ REMOVE_PASSKEY: string;
271
+ REMOVING_PASSKEY: string;
272
+ WEBAUTHN_NOT_SUPPORTED: string;
273
+ }
274
+
275
+ interface PasswordKeys {
276
+ CHANGE_PASSWORD: string;
277
+ CHANGE_PASSWORD_DESCRIPTION: string;
278
+ CHANGE_PASSWORD_SUCCESS: string;
279
+ CHANGE_USERNAME: string;
280
+ CHANGE_USERNAME_DESCRIPTION: string;
281
+ CHANGING_PASSWORD: string;
282
+ CHECK_YOUR_EMAIL: string;
283
+ CHECKING_AVAILABILITY: string;
284
+ CONFIRM_NEW_PASSWORD: string;
285
+ CURRENT_PASSWORD: string;
286
+ FORGOT_PASSWORD: string;
287
+ FORGOT_PASSWORD_ACTION: string;
288
+ FORGOT_PASSWORD_DESCRIPTION: string;
289
+ FORGOT_PASSWORD_EMAIL: string;
290
+ NEW_PASSWORD: string;
291
+ PASSWORD: string;
292
+ RECOVER_ACCOUNT: string;
293
+ RECOVER_ACCOUNT_DESCRIPTION: string;
294
+ RESEND_IN: string;
295
+ RESET_PASSWORD: string;
296
+ RESET_PASSWORD_ACTION: string;
297
+ RESET_PASSWORD_SUCCESS: string;
298
+ RESET_VIA_EMAIL: string;
299
+ SELECT_RECOVERY_METHOD: string;
300
+ SET_PASSWORD: string;
301
+ SET_PASSWORD_DESCRIPTION: string;
302
+ STEP_OF: string;
303
+ USERNAME_AVAILABLE_STATUS: string;
304
+ USERNAME_TAKEN_STATUS: string;
305
+ USERNAME_UPDATED: string;
306
+ VERIFY_VIA_PHONE: string;
307
+ VERIFY_WITH_CODE: string;
308
+ }
309
+
310
+ interface SessionKeys {
311
+ ALL_SESSIONS_REVOKED: string;
312
+ ARE_YOU_SURE: string;
313
+ BROWSER: string;
314
+ CONFIRM: string;
315
+ CURRENT_DEVICE: string;
316
+ CURRENT_SESSION: string;
317
+ DEVICE_DETAILS: string;
318
+ DEVICE_ID: string;
319
+ DEVICE_REMOVED: string;
320
+ DEVICE_TRUSTED: string;
321
+ DEVICE_TYPE: string;
322
+ DEVICE_UNTRUSTED: string;
323
+ FIRST_SEEN: string;
324
+ HIGH_RISK: string;
325
+ IP_ADDRESS: string;
326
+ IP_LABEL: string;
327
+ JUST_NOW: string;
328
+ LAST_ACTIVE: string;
329
+ LAST_USED: string;
330
+ LOADING_ACTIVITY: string;
331
+ LOADING_DEVICES: string;
332
+ LOADING_SESSIONS: string;
333
+ LOCATION: string;
334
+ LOGIN_ACTIVITY: string;
335
+ LOGIN_ACTIVITY_DESCRIPTION: string;
336
+ LOGIN_COUNT: string;
337
+ LOGIN_HISTORY: string;
338
+ LOW_RISK: string;
339
+ MARK_RECOGNIZED: string;
340
+ MEDIUM_RISK: string;
341
+ NO_ACTIVITY: string;
342
+ NO_DEVICES: string;
343
+ NO_LOGIN_EVENTS: string;
344
+ NO_OTHER_SESSIONS: string;
345
+ OPERATING_SYSTEM: string;
346
+ REMOVE_DEVICE: string;
347
+ REPORT_SUSPICIOUS: string;
348
+ REVOKE_ALL_OTHER_SESSIONS: string;
349
+ REVOKE_ALL_SESSIONS: string;
350
+ REVOKE_SESSION: string;
351
+ REVOKE_SESSIONS_DESCRIPTION: string;
352
+ RISK_HIGH: string;
353
+ RISK_LOW: string;
354
+ RISK_MEDIUM: string;
355
+ RISK_SCORE: string;
356
+ SECURITY: string;
357
+ SESSION_NOT_FRESH: string;
358
+ SESSION_REVOKED: string;
359
+ SESSIONS: string;
360
+ SESSIONS_DESCRIPTION: string;
361
+ SESSIONS_REVOKED: string;
362
+ TRUST_DEVICE: string;
363
+ TRUST_DEVICE_DESCRIPTION: string;
364
+ TRUST_THIS_DEVICE: string;
365
+ TRUSTED: string;
366
+ UNTRUST_DEVICE: string;
367
+ VISIT_COUNT: string;
368
+ }
369
+
370
+ interface TwoFactorKeys {
371
+ BACK: string;
372
+ BACKUP_CODE_PLACEHOLDER: string;
373
+ BACKUP_CODES: string;
374
+ BACKUP_CODES_COPIED: string;
375
+ BACKUP_CODES_DESCRIPTION: string;
376
+ CONFIRM_DISABLE_2FA: string;
377
+ COPY_BACKUP_CODES: string;
378
+ DISABLE: string;
379
+ DISABLE_TWO_FACTOR: string;
380
+ DISABLED: string;
381
+ ENABLE: string;
382
+ ENABLE_TWO_FACTOR: string;
383
+ ENABLED: string;
384
+ ENTER_CODE_TO_VERIFY: string;
385
+ ENTER_TOTP_CODE: string;
386
+ FINISH: string;
387
+ MANUAL_ENTRY_CODE: string;
388
+ NEXT: string;
389
+ SCAN_QR_CODE: string;
390
+ STATUS: string;
391
+ TWO_FACTOR: string;
392
+ TWO_FACTOR_ACTION: string;
393
+ TWO_FACTOR_DESCRIPTION: string;
394
+ TWO_FACTOR_DISABLED: string;
395
+ TWO_FACTOR_ENABLED: string;
396
+ TWO_FACTOR_PROMPT: string;
397
+ TWO_FACTOR_SETUP_SUCCESS: string;
398
+ USE_AUTHENTICATOR: string;
399
+ USE_BACKUP_CODE: string;
400
+ }
401
+
402
+ interface VerificationKeys {
403
+ EMAIL_OTP: string;
404
+ EMAIL_OTP_DESCRIPTION: string;
405
+ EMAIL_OTP_SENT: string;
406
+ EMAIL_VERIFICATION: string;
407
+ EMAIL_VERIFICATION_CHECKING: string;
408
+ EMAIL_VERIFICATION_DESCRIPTION: string;
409
+ EMAIL_VERIFICATION_SUCCESS: string;
410
+ ENTER_VERIFICATION_CODE: string;
411
+ RESEND_VERIFICATION_EMAIL: string;
412
+ VERIFICATION_EMAIL_SENT: string;
413
+ }
414
+
415
+ type AuthLocalization = AccountKeys & AuthKeys & CommonKeys & ErrorKeys & OrganizationKeys & PasskeyKeys & PasswordKeys & SessionKeys & TwoFactorKeys & VerificationKeys;
416
+
417
+ export type { AuthLocalization as A };
@@ -0,0 +1,4 @@
1
+ export { A as AuthLocalization } from './index--LKwsxVb.js';
2
+ export { DEFAULT_AUTH_LOCALIZATION, DEFAULT_AUTH_LOCALIZATION as en } from './en/index.js';
3
+ export { default as el } from './el/index.js';
4
+ export { default as de } from './de/index.js';