@pelatform/starter 0.2.22 → 0.3.0
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/dist/extends.d.ts +6 -0
- package/dist/extends.js +7 -0
- package/dist/font.ts +21 -0
- package/dist/hooks.d.ts +3 -0
- package/dist/hooks.js +9 -0
- package/dist/i18n/ar/common.json +181 -0
- package/dist/i18n/ar/email.json +99 -0
- package/dist/i18n/ar/errors.json +231 -0
- package/dist/i18n/ar/form.json +431 -0
- package/dist/i18n/ar/starter.json +138 -0
- package/dist/i18n/ar/ui.json +138 -0
- package/dist/i18n/de/common.json +181 -0
- package/dist/i18n/de/email.json +99 -0
- package/dist/i18n/de/errors.json +231 -0
- package/dist/i18n/de/form.json +431 -0
- package/dist/i18n/de/starter.json +138 -0
- package/dist/i18n/de/ui.json +138 -0
- package/dist/i18n/en/common.json +181 -0
- package/dist/i18n/en/email.json +99 -0
- package/dist/i18n/en/errors.json +231 -0
- package/dist/i18n/en/form.json +431 -0
- package/dist/i18n/en/starter.json +138 -0
- package/dist/i18n/en/ui.json +138 -0
- package/dist/i18n/id/common.json +181 -0
- package/dist/i18n/id/email.json +99 -0
- package/dist/i18n/id/errors.json +231 -0
- package/dist/i18n/id/form.json +431 -0
- package/dist/i18n/id/starter.json +138 -0
- package/dist/i18n/id/ui.json +138 -0
- package/dist/i18n/zh/common.json +181 -0
- package/dist/i18n/zh/email.json +99 -0
- package/dist/i18n/zh/errors.json +231 -0
- package/dist/i18n/zh/form.json +431 -0
- package/dist/i18n/zh/starter.json +138 -0
- package/dist/i18n/zh/ui.json +138 -0
- package/dist/index.d.ts +4 -7
- package/dist/index.js +3 -7
- package/dist/server.d.ts +2 -2
- package/dist/server.js +1 -1
- package/dist/style.css +219 -6
- package/dist/ui.d.ts +1 -0
- package/dist/ui.js +4 -0
- package/package.json +74 -29
- package/dist/extend.d.ts +0 -9
- package/dist/extend.js +0 -3
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
{
|
|
2
|
+
"common": {
|
|
3
|
+
"agree": "Durch Fortfahren stimmen Sie zu",
|
|
4
|
+
"auto": "Automatisch",
|
|
5
|
+
"beta": "Beta",
|
|
6
|
+
"checkAll": "Alle auswählen",
|
|
7
|
+
"collapse": "Einklappen",
|
|
8
|
+
"copyright": "Alle Rechte vorbehalten.",
|
|
9
|
+
"custom": "Benutzerdefiniert",
|
|
10
|
+
"dark": "Dunkler Modus",
|
|
11
|
+
"default": "Standard",
|
|
12
|
+
"deselectAll": "Alle abwählen",
|
|
13
|
+
"expand": "Ausklappen",
|
|
14
|
+
"featured": "Empfohlen",
|
|
15
|
+
"language": "Sprache",
|
|
16
|
+
"learnMore": "Mehr erfahren",
|
|
17
|
+
"light": "Heller Modus",
|
|
18
|
+
"loadMore": "Mehr laden",
|
|
19
|
+
"manual": "Manuell",
|
|
20
|
+
"new": "Neu",
|
|
21
|
+
"no": "Nein",
|
|
22
|
+
"off": "Aus",
|
|
23
|
+
"on": "Ein",
|
|
24
|
+
"optional": "Optional",
|
|
25
|
+
"popular": "Beliebt",
|
|
26
|
+
"privacy": "Datenschutzrichtlinie",
|
|
27
|
+
"private": "Privat",
|
|
28
|
+
"projectBy": "Ein Projekt von",
|
|
29
|
+
"public": "Öffentlich",
|
|
30
|
+
"recommended": "Empfohlen",
|
|
31
|
+
"required": "Erforderlich",
|
|
32
|
+
"seeAll": "Alle anzeigen",
|
|
33
|
+
"selectAll": "Alle auswählen",
|
|
34
|
+
"showLess": "Weniger anzeigen",
|
|
35
|
+
"showMore": "Mehr anzeigen",
|
|
36
|
+
"signed": {
|
|
37
|
+
"button": "Als anderer Benutzer anmelden",
|
|
38
|
+
"text": "Sie sind angemeldet als"
|
|
39
|
+
},
|
|
40
|
+
"system": "Systemmodus",
|
|
41
|
+
"terms": "Nutzungsbedingungen",
|
|
42
|
+
"toggle": "Umschalten",
|
|
43
|
+
"uncheckAll": "Alle abwählen",
|
|
44
|
+
"yes": "Ja"
|
|
45
|
+
},
|
|
46
|
+
"navigation": {
|
|
47
|
+
"account": "Konto",
|
|
48
|
+
"accounts": "Konten",
|
|
49
|
+
"api": "API",
|
|
50
|
+
"apikey": "API-Schlüssel",
|
|
51
|
+
"blog": "Blog",
|
|
52
|
+
"billing": "Abrechnung",
|
|
53
|
+
"dashboard": "Dashboard",
|
|
54
|
+
"developer": "Entwickler",
|
|
55
|
+
"documentation": "Dokumentation",
|
|
56
|
+
"features": "Funktionen",
|
|
57
|
+
"general": "Allgemein",
|
|
58
|
+
"goBack": "Zurück",
|
|
59
|
+
"goHome": "Zur Startseite",
|
|
60
|
+
"help": "Hilfe",
|
|
61
|
+
"home": "Startseite",
|
|
62
|
+
"integration": "Integrationen",
|
|
63
|
+
"logs": "Protokolle",
|
|
64
|
+
"notification": "Benachrichtigung",
|
|
65
|
+
"overview": "Übersicht",
|
|
66
|
+
"people": "Personen",
|
|
67
|
+
"preferences": "Einstellungen",
|
|
68
|
+
"pricing": "Preise",
|
|
69
|
+
"profile": "Profil",
|
|
70
|
+
"privacy": "Datenschutz",
|
|
71
|
+
"resources": "Ressourcen",
|
|
72
|
+
"security": "Sicherheit",
|
|
73
|
+
"settings": "Einstellungen",
|
|
74
|
+
"signIn": "Anmelden",
|
|
75
|
+
"signOut": "Abmelden",
|
|
76
|
+
"signUp": "Registrieren",
|
|
77
|
+
"support": "Support",
|
|
78
|
+
"terms": "Bedingungen",
|
|
79
|
+
"user": "Benutzer",
|
|
80
|
+
"users": "Benutzer",
|
|
81
|
+
"webhook": "Webhooks",
|
|
82
|
+
"workspace": "Arbeitsbereich",
|
|
83
|
+
"workspaces": "Arbeitsbereiche"
|
|
84
|
+
},
|
|
85
|
+
"title": {
|
|
86
|
+
"auth": {
|
|
87
|
+
"CALLBACK": "Rückruf",
|
|
88
|
+
"EMAIL_OTP": "E-Mail OTP",
|
|
89
|
+
"FORGOT_PASSWORD": "Passwort vergessen",
|
|
90
|
+
"MAGIC_LINK": "Magic Link",
|
|
91
|
+
"RECOVER_ACCOUNT": "Konto wiederherstellen",
|
|
92
|
+
"RESET_PASSWORD": "Passwort zurücksetzen",
|
|
93
|
+
"SIGN_IN": "Anmelden",
|
|
94
|
+
"SIGN_OUT": "Abmelden",
|
|
95
|
+
"SIGN_UP": "Registrieren",
|
|
96
|
+
"TWO_FACTOR": "Zwei-Faktor-Authentifizierung"
|
|
97
|
+
},
|
|
98
|
+
"dashboard": {
|
|
99
|
+
"apikey": "API-Schlüssel",
|
|
100
|
+
"billing": "Abrechnung",
|
|
101
|
+
"dashboard": "Dashboard",
|
|
102
|
+
"developer": "Entwickler",
|
|
103
|
+
"general": "Allgemein",
|
|
104
|
+
"integration": "Integrationen",
|
|
105
|
+
"logs": "Protokolle",
|
|
106
|
+
"member": "Mitglied",
|
|
107
|
+
"notification": "Benachrichtigungen",
|
|
108
|
+
"overview": "Übersicht",
|
|
109
|
+
"people": "Personen",
|
|
110
|
+
"preferences": "Einstellungen",
|
|
111
|
+
"profile": "Profil",
|
|
112
|
+
"resources": "Ressourcen",
|
|
113
|
+
"security": "Sicherheit",
|
|
114
|
+
"settings": "Einstellungen",
|
|
115
|
+
"users": "Benutzer",
|
|
116
|
+
"verifyEmail": "E-Mail bestätigen",
|
|
117
|
+
"webhook": "Webhooks",
|
|
118
|
+
"workspaces": "Arbeitsbereiche"
|
|
119
|
+
},
|
|
120
|
+
"main": {
|
|
121
|
+
"blog": "Blog",
|
|
122
|
+
"contact": "Kontakt",
|
|
123
|
+
"documentation": "Dokumentation",
|
|
124
|
+
"features": "Funktionen",
|
|
125
|
+
"help": "Hilfe",
|
|
126
|
+
"home": "Startseite",
|
|
127
|
+
"pricing": "Preise",
|
|
128
|
+
"privacy": "Datenschutzerklärung",
|
|
129
|
+
"support": "Support",
|
|
130
|
+
"terms": "Nutzungsbedingungen"
|
|
131
|
+
},
|
|
132
|
+
"custom": {
|
|
133
|
+
"acceptInvitation": "Einladung annehmen",
|
|
134
|
+
"newWorkspace": "Arbeitsbereich erstellen",
|
|
135
|
+
"verifyEmail": "E-Mail bestätigen"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": {
|
|
3
|
+
"accept": "Accept",
|
|
4
|
+
"activate": "Activate",
|
|
5
|
+
"add": "Add",
|
|
6
|
+
"apply": "Apply",
|
|
7
|
+
"approve": "Approve",
|
|
8
|
+
"archive": "Archive",
|
|
9
|
+
"back": "Back",
|
|
10
|
+
"backDashboard": "Back to dashboard",
|
|
11
|
+
"backHome": "Back to Home",
|
|
12
|
+
"cancel": "Cancel",
|
|
13
|
+
"clear": "Clear",
|
|
14
|
+
"close": "Close",
|
|
15
|
+
"configure": "Configure",
|
|
16
|
+
"confirm": "Confirm",
|
|
17
|
+
"connect": "Connect",
|
|
18
|
+
"continue": "Continue",
|
|
19
|
+
"copiedToClipboard": "Copied to clipboard",
|
|
20
|
+
"copy": "Copy",
|
|
21
|
+
"create": "Create",
|
|
22
|
+
"cut": "Cut",
|
|
23
|
+
"deactivate": "Deactivate",
|
|
24
|
+
"decline": "Decline",
|
|
25
|
+
"delete": "Delete",
|
|
26
|
+
"deselect": "Deselect",
|
|
27
|
+
"disable": "Disable",
|
|
28
|
+
"discard": "Discard",
|
|
29
|
+
"disconnect": "Disconnect",
|
|
30
|
+
"done": "Done",
|
|
31
|
+
"download": "Download",
|
|
32
|
+
"duplicate": "Duplicate",
|
|
33
|
+
"edit": "Edit",
|
|
34
|
+
"enable": "Enable",
|
|
35
|
+
"export": "Export",
|
|
36
|
+
"filter": "Filter",
|
|
37
|
+
"finish": "Finish",
|
|
38
|
+
"import": "Import",
|
|
39
|
+
"invite": "Invite",
|
|
40
|
+
"link": "Link",
|
|
41
|
+
"manage": "Manage",
|
|
42
|
+
"next": "Next",
|
|
43
|
+
"open": "Open",
|
|
44
|
+
"paste": "Paste",
|
|
45
|
+
"preview": "Preview",
|
|
46
|
+
"previous": "Previous",
|
|
47
|
+
"print": "Print",
|
|
48
|
+
"redo": "Redo",
|
|
49
|
+
"refresh": "Refresh",
|
|
50
|
+
"reject": "Reject",
|
|
51
|
+
"reload": "Reload",
|
|
52
|
+
"remove": "Remove",
|
|
53
|
+
"reset": "Reset",
|
|
54
|
+
"resetToDefault": "Reset to Default",
|
|
55
|
+
"restore": "Restore",
|
|
56
|
+
"resend": "Resend",
|
|
57
|
+
"retry": "Retry",
|
|
58
|
+
"revoke": "Revoke",
|
|
59
|
+
"save": "Save",
|
|
60
|
+
"saveChanges": "Save Changes",
|
|
61
|
+
"search": "Search",
|
|
62
|
+
"select": "Select",
|
|
63
|
+
"send": "Send",
|
|
64
|
+
"share": "Share",
|
|
65
|
+
"skip": "Skip",
|
|
66
|
+
"sort": "Sort",
|
|
67
|
+
"submit": "Submit",
|
|
68
|
+
"switch": "Switch",
|
|
69
|
+
"sync": "Sync",
|
|
70
|
+
"syncNow": "Sync Now",
|
|
71
|
+
"transfer": "Transfer",
|
|
72
|
+
"undo": "Undo",
|
|
73
|
+
"unarchive": "Unarchive",
|
|
74
|
+
"unlink": "Unlink",
|
|
75
|
+
"update": "Update",
|
|
76
|
+
"upload": "Upload",
|
|
77
|
+
"view": "View"
|
|
78
|
+
},
|
|
79
|
+
"status": {
|
|
80
|
+
"title": "Status",
|
|
81
|
+
"active": "Active",
|
|
82
|
+
"archived": "Archived",
|
|
83
|
+
"available": "Available",
|
|
84
|
+
"cancelled": "Cancelled",
|
|
85
|
+
"completed": "Completed",
|
|
86
|
+
"disabled": "Disabled",
|
|
87
|
+
"draft": "Draft",
|
|
88
|
+
"enabled": "Enabled",
|
|
89
|
+
"error": "Error",
|
|
90
|
+
"expired": "Expired",
|
|
91
|
+
"failed": "Failed",
|
|
92
|
+
"inactive": "Inactive",
|
|
93
|
+
"info": "Information",
|
|
94
|
+
"lastUsed": "Last used",
|
|
95
|
+
"loading": "Loading...",
|
|
96
|
+
"locked": "Locked",
|
|
97
|
+
"offline": "Offline",
|
|
98
|
+
"online": "Online",
|
|
99
|
+
"pending": "Pending",
|
|
100
|
+
"processing": "Processing",
|
|
101
|
+
"published": "Published",
|
|
102
|
+
"queued": "Queued",
|
|
103
|
+
"retrying": "Retrying",
|
|
104
|
+
"saved": "Saved",
|
|
105
|
+
"saving": "Saving...",
|
|
106
|
+
"success": "Success",
|
|
107
|
+
"unavailable": "Unavailable",
|
|
108
|
+
"unlocked": "Unlocked",
|
|
109
|
+
"warning": "Warning"
|
|
110
|
+
},
|
|
111
|
+
"messages": {
|
|
112
|
+
"404Subtitle": "The requested page is missing. Check the URL or <link>Return Home</link>.",
|
|
113
|
+
"404Title": "We have lost this page",
|
|
114
|
+
"500Subtitle": "Server error occurred. Please try again later or <link>Contact Us</link> for assistance.",
|
|
115
|
+
"500Title": "Internal Server Error",
|
|
116
|
+
"accessDenied": "Access denied",
|
|
117
|
+
"changesDiscarded": "Changes discarded",
|
|
118
|
+
"changesSaved": "Changes saved successfully",
|
|
119
|
+
"confirmAction": "Are you sure you want to continue?",
|
|
120
|
+
"confirmDelete": "Are you sure you want to delete this item?",
|
|
121
|
+
"contactSupport": "Contact support if the problem persists",
|
|
122
|
+
"comingSoon": "Coming soon",
|
|
123
|
+
"emptyState": "Nothing to show here",
|
|
124
|
+
"invalidInput": "Invalid input provided",
|
|
125
|
+
"itemNotFound": "Item not found",
|
|
126
|
+
"loadingMore": "Loading more...",
|
|
127
|
+
"maxItemsReached": "Maximum items reached",
|
|
128
|
+
"minItemsRequired": "Minimum items required",
|
|
129
|
+
"networkError": "Network error",
|
|
130
|
+
"noData": "No data available",
|
|
131
|
+
"noMoreData": "No more data available",
|
|
132
|
+
"noResults": "No results found",
|
|
133
|
+
"operationFailed": "Operation failed",
|
|
134
|
+
"operationSuccess": "Operation completed successfully",
|
|
135
|
+
"pageNotAvailable": "This page is currently under construction. We are working hard to bring you the best possible experience.",
|
|
136
|
+
"pageNotFound": "Page not found",
|
|
137
|
+
"permissionDenied": "You don't have permission to perform this action",
|
|
138
|
+
"retryFailed": "Retry failed. Please try again",
|
|
139
|
+
"selectAtLeastOne": "Please select at least one item",
|
|
140
|
+
"selectAtMostOne": "Please select at most one item",
|
|
141
|
+
"serverError": "Server error",
|
|
142
|
+
"sessionExpired": "Session expired",
|
|
143
|
+
"tooManyRequests": "Too many requests. Please try again later",
|
|
144
|
+
"tryAgain": "Please try again",
|
|
145
|
+
"underMaintenance": "Under maintenance",
|
|
146
|
+
"unknown": "Unknown",
|
|
147
|
+
"unknownError": "Unknown error",
|
|
148
|
+
"unsavedChanges": "You have unsaved changes"
|
|
149
|
+
},
|
|
150
|
+
"time": {
|
|
151
|
+
"title": "Time",
|
|
152
|
+
"ago": "ago",
|
|
153
|
+
"days": "days",
|
|
154
|
+
"expires": "Expires",
|
|
155
|
+
"fromNow": "from now",
|
|
156
|
+
"hours": "hours",
|
|
157
|
+
"lastMonth": "Last month",
|
|
158
|
+
"lastWeek": "Last week",
|
|
159
|
+
"lastYear": "Last year",
|
|
160
|
+
"minutes": "minutes",
|
|
161
|
+
"months": "months",
|
|
162
|
+
"never": "Never",
|
|
163
|
+
"neverExpires": "Never Expires",
|
|
164
|
+
"nextMonth": "Next month",
|
|
165
|
+
"nextWeek": "Next week",
|
|
166
|
+
"nextYear": "Next year",
|
|
167
|
+
"now": "Now",
|
|
168
|
+
"seconds": "seconds",
|
|
169
|
+
"thisMonth": "This month",
|
|
170
|
+
"thisWeek": "This week",
|
|
171
|
+
"thisYear": "This year",
|
|
172
|
+
"today": "Today",
|
|
173
|
+
"tomorrow": "Tomorrow",
|
|
174
|
+
"weeks": "weeks",
|
|
175
|
+
"years": "years",
|
|
176
|
+
"yesterday": "Yesterday",
|
|
177
|
+
"createdAt": "Created At",
|
|
178
|
+
"expiresAt": "Expires At",
|
|
179
|
+
"lastUsedAt": "Last Used At"
|
|
180
|
+
}
|
|
181
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"changeEmail": {
|
|
3
|
+
"subject": "Confirm change email address",
|
|
4
|
+
"title": "Confirm Change Email",
|
|
5
|
+
"intro": "Follow this link to confirm the update to your email from <data></data> to <newdata></newdata>.",
|
|
6
|
+
"button": "Confirm Change",
|
|
7
|
+
"noRequest": " If you did not request this change, this email can be safely ignored or contact support if you have questions."
|
|
8
|
+
},
|
|
9
|
+
"confirmSignup": {
|
|
10
|
+
"subject": "Confirm your signup",
|
|
11
|
+
"title": "Confirm Your Signup",
|
|
12
|
+
"intro": "Thanks for signing up on {companyName}. To get started, please confirm your email address by clicking the button below.",
|
|
13
|
+
"button": "Confirm Signup"
|
|
14
|
+
},
|
|
15
|
+
"emailOtp": {
|
|
16
|
+
"subject": "Verify your email address",
|
|
17
|
+
"title": "Verify Your Email",
|
|
18
|
+
"intro": "Use the verification code below to complete your verification process.",
|
|
19
|
+
"noRequest": "If you did not request this code, you can ignore this email."
|
|
20
|
+
},
|
|
21
|
+
"emailVerification": {
|
|
22
|
+
"subject": "Verify your email address",
|
|
23
|
+
"title": "Verify Your Email",
|
|
24
|
+
"intro": "Please click the button below to verify this new email address.",
|
|
25
|
+
"button": "Verify Email",
|
|
26
|
+
"noRequest": "If you've already verified your email, you can safely ignore this message."
|
|
27
|
+
},
|
|
28
|
+
"forgotPassword": {
|
|
29
|
+
"subject": "Reset password",
|
|
30
|
+
"title": "Reset Your Password",
|
|
31
|
+
"intro": "You recently requested to reset your password for your account. Click the button below to reset it.",
|
|
32
|
+
"button": "Reset Password",
|
|
33
|
+
"noRequest": "If you did not request a password reset, please ignore this email or contact support if you have questions."
|
|
34
|
+
},
|
|
35
|
+
"magicLink": {
|
|
36
|
+
"subject": "Your Magic Link",
|
|
37
|
+
"title": "Your Magic Link",
|
|
38
|
+
"intro": "You recently requested to sign in to your account. Click the button below to sign in.",
|
|
39
|
+
"button": "Sign In",
|
|
40
|
+
"noRequest": "If you did not request a sign in link, please ignore this email or contact support if you have questions."
|
|
41
|
+
},
|
|
42
|
+
"newsletterSignup": {
|
|
43
|
+
"subject": "Welcome to our newsletter",
|
|
44
|
+
"title": "Welcome 🎉",
|
|
45
|
+
"intro": "Thank you for signing up for the {companyName} newsletter. We will keep you updated with the latest news and updates."
|
|
46
|
+
},
|
|
47
|
+
"welcome": {
|
|
48
|
+
"subject": "Welcome to our platform",
|
|
49
|
+
"title": "Welcome to {companyName} 🎉",
|
|
50
|
+
"intro": "Welcome to {companyName}! We're excited to have you on board. Your account has been successfully created and you're ready to get started.",
|
|
51
|
+
"nextSteps": "Here are a few things you can do to get started:",
|
|
52
|
+
"steps": {
|
|
53
|
+
"complete": "Complete your profile setup",
|
|
54
|
+
"explore": "Explore our dashboard and features",
|
|
55
|
+
"invite": "Invite team members to collaborate",
|
|
56
|
+
"docs": "Check out our documentation and tutorials"
|
|
57
|
+
},
|
|
58
|
+
"button": "Get Started",
|
|
59
|
+
"support": "If you have any questions or need help getting started, don't hesitate to reach out to our support team at",
|
|
60
|
+
"closing": "Welcome aboard!"
|
|
61
|
+
},
|
|
62
|
+
"workspaceInvitation": {
|
|
63
|
+
"subject": "You have been invited",
|
|
64
|
+
"title": "You're Invited!",
|
|
65
|
+
"intro": "You've been invited to join <wsname></wsname> workspace on <compname></compname>! Click the button below to accept the invitation and get started.",
|
|
66
|
+
"introNew": "<name></name> has invited you to join the <wsname></wsname> workspace on <compname></compname>! Click the button below to accept the invitation and get started.",
|
|
67
|
+
"button": "Accept Invitation",
|
|
68
|
+
"noRequest": "If you were not expecting this invitation, you can ignore the email."
|
|
69
|
+
},
|
|
70
|
+
"common": {
|
|
71
|
+
"expiry": "This link will expire in <data></data>.",
|
|
72
|
+
"code": "This code will expire in <data></data>.",
|
|
73
|
+
"copy": "or copy and paste this URL into your browser:",
|
|
74
|
+
"footer": {
|
|
75
|
+
"copyright": "© {year} {companyName}. All rights reserved.",
|
|
76
|
+
"visitWebsite": "Visit our website",
|
|
77
|
+
"unsubscribe": "Unsubscribe",
|
|
78
|
+
"preferences": "Email Preferences",
|
|
79
|
+
"needHelp": "Need help? Contact us at {supportEmail}",
|
|
80
|
+
"signature": "The {companyName} Team",
|
|
81
|
+
"address": "{companyName}, {address}",
|
|
82
|
+
"socialMedia": "Follow us on social media"
|
|
83
|
+
},
|
|
84
|
+
"greetings": {
|
|
85
|
+
"hello": "Hello {name}",
|
|
86
|
+
"hi": "Hi {name}",
|
|
87
|
+
"dear": "Dear {name}",
|
|
88
|
+
"thanks": "Thank you",
|
|
89
|
+
"regards": "Best regards",
|
|
90
|
+
"sincerely": "Sincerely",
|
|
91
|
+
"cheers": "Cheers"
|
|
92
|
+
},
|
|
93
|
+
"security": {
|
|
94
|
+
"confidential": "This email contains confidential information",
|
|
95
|
+
"doNotReply": "This is an automated email. Please do not reply.",
|
|
96
|
+
"reportSuspicious": "If you believe this email is suspicious, please report it to {securityEmail}"
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
{
|
|
2
|
+
"REQUEST_FAILED": "Request failed",
|
|
3
|
+
"BASE_ERROR": "-- BASE ---",
|
|
4
|
+
"USER_NOT_FOUND": "User not found",
|
|
5
|
+
"FAILED_TO_CREATE_USER": "Failed to create user",
|
|
6
|
+
"FAILED_TO_CREATE_SESSION": "Failed to create session",
|
|
7
|
+
"FAILED_TO_UPDATE_USER": "Failed to update user",
|
|
8
|
+
"FAILED_TO_GET_SESSION": "Failed to get session",
|
|
9
|
+
"INVALID_PASSWORD": "Invalid password",
|
|
10
|
+
"INVALID_EMAIL": "Invalid email",
|
|
11
|
+
"INVALID_EMAIL_OR_PASSWORD": "Invalid email or password",
|
|
12
|
+
"INVALID_USER": "Invalid user",
|
|
13
|
+
"SOCIAL_ACCOUNT_ALREADY_LINKED": "Social account already linked",
|
|
14
|
+
"PROVIDER_NOT_FOUND": "Provider not found",
|
|
15
|
+
"INVALID_TOKEN": "Invalid token",
|
|
16
|
+
"TOKEN_EXPIRED": "Token expired",
|
|
17
|
+
"ID_TOKEN_NOT_SUPPORTED": "id_token not supported",
|
|
18
|
+
"FAILED_TO_GET_USER_INFO": "Failed to get user info",
|
|
19
|
+
"USER_EMAIL_NOT_FOUND": "User email not found",
|
|
20
|
+
"EMAIL_NOT_VERIFIED": "Email not verified",
|
|
21
|
+
"PASSWORD_TOO_SHORT": "Password too short",
|
|
22
|
+
"PASSWORD_TOO_LONG": "Password too long",
|
|
23
|
+
"USER_ALREADY_EXISTS": "User already exists.",
|
|
24
|
+
"USER_ALREADY_EXISTS_USE_ANOTHER_EMAIL": "User already exists. Use another email.",
|
|
25
|
+
"EMAIL_CAN_NOT_BE_UPDATED": "Email can not be updated",
|
|
26
|
+
"CREDENTIAL_ACCOUNT_NOT_FOUND": "Credential account not found",
|
|
27
|
+
"SESSION_EXPIRED": "Session expired. Re-authenticate to perform this action.",
|
|
28
|
+
"FAILED_TO_UNLINK_LAST_ACCOUNT": "You can't unlink your last account",
|
|
29
|
+
"ACCOUNT_NOT_FOUND": "Account not found",
|
|
30
|
+
"USER_ALREADY_HAS_PASSWORD": "User already has a password. Provide that to delete the account.",
|
|
31
|
+
"CROSS_SITE_NAVIGATION_LOGIN_BLOCKED": "Cross-site navigation login blocked. This request appears to be a CSRF attack.",
|
|
32
|
+
"VERIFICATION_EMAIL_NOT_ENABLED": "Verification email isn't enabled",
|
|
33
|
+
"EMAIL_ALREADY_VERIFIED": "Email is already verified",
|
|
34
|
+
"EMAIL_MISMATCH": "Email mismatch",
|
|
35
|
+
"SESSION_NOT_FRESH": "Session is not fresh",
|
|
36
|
+
"LINKED_ACCOUNT_ALREADY_EXISTS": "Linked account already exists",
|
|
37
|
+
"INVALID_ORIGIN": "Invalid origin",
|
|
38
|
+
"INVALID_CALLBACK_URL": "Invalid callbackURL",
|
|
39
|
+
"INVALID_REDIRECT_URL": "Invalid redirectURL",
|
|
40
|
+
"INVALID_ERROR_CALLBACK_URL": "Invalid errorCallbackURL",
|
|
41
|
+
"INVALID_NEW_USER_CALLBACK_URL": "Invalid newUserCallbackURL",
|
|
42
|
+
"MISSING_OR_NULL_ORIGIN": "Missing or null Origin",
|
|
43
|
+
"CALLBACK_URL_REQUIRED": "callbackURL is required",
|
|
44
|
+
"FAILED_TO_CREATE_VERIFICATION": "Unable to create verification",
|
|
45
|
+
"FIELD_NOT_ALLOWED": "Field not allowed to be set",
|
|
46
|
+
"ASYNC_VALIDATION_NOT_SUPPORTED": "Async validation is not supported",
|
|
47
|
+
"VALIDATION_ERROR": "Validation Error",
|
|
48
|
+
"MISSING_FIELD": "Field is required",
|
|
49
|
+
"ADMIN_ERROR": "-- ADMIN --- DELETED (FAILED_TO_CREATE_USER, USER_ALREADY_EXISTS, USER_ALREADY_EXISTS_USE_ANOTHER_EMAIL)",
|
|
50
|
+
"YOU_CANNOT_BAN_YOURSELF": "You cannot ban yourself",
|
|
51
|
+
"YOU_ARE_NOT_ALLOWED_TO_CHANGE_USERS_ROLE": "You are not allowed to change users role",
|
|
52
|
+
"YOU_ARE_NOT_ALLOWED_TO_CREATE_USERS": "You are not allowed to create users",
|
|
53
|
+
"YOU_ARE_NOT_ALLOWED_TO_LIST_USERS": "You are not allowed to list users",
|
|
54
|
+
"YOU_ARE_NOT_ALLOWED_TO_LIST_USERS_SESSIONS": "You are not allowed to list users sessions",
|
|
55
|
+
"YOU_ARE_NOT_ALLOWED_TO_BAN_USERS": "You are not allowed to ban users",
|
|
56
|
+
"YOU_ARE_NOT_ALLOWED_TO_IMPERSONATE_USERS": "You are not allowed to impersonate users",
|
|
57
|
+
"YOU_ARE_NOT_ALLOWED_TO_REVOKE_USERS_SESSIONS": "You are not allowed to revoke users sessions",
|
|
58
|
+
"YOU_ARE_NOT_ALLOWED_TO_DELETE_USERS": "You are not allowed to delete users",
|
|
59
|
+
"YOU_ARE_NOT_ALLOWED_TO_SET_USERS_PASSWORD": "You are not allowed to set users password",
|
|
60
|
+
"BANNED_USER": "You have been banned from this application",
|
|
61
|
+
"YOU_ARE_NOT_ALLOWED_TO_GET_USER": "You are not allowed to get user",
|
|
62
|
+
"NO_DATA_TO_UPDATE": "No data to update",
|
|
63
|
+
"YOU_ARE_NOT_ALLOWED_TO_UPDATE_USERS": "You are not allowed to update users",
|
|
64
|
+
"YOU_CANNOT_REMOVE_YOURSELF": "You cannot remove yourself",
|
|
65
|
+
"YOU_ARE_NOT_ALLOWED_TO_SET_NON_EXISTENT_VALUE": "You are not allowed to set a non-existent role value",
|
|
66
|
+
"YOU_CANNOT_IMPERSONATE_ADMINS": "You cannot impersonate admins",
|
|
67
|
+
"INVALID_ROLE_TYPE": "Invalid role type",
|
|
68
|
+
"ANONYMOUS_ERROR": "-- ANONYMOUS --- DELETED (FAILED_TO_CREATE_USER)",
|
|
69
|
+
"INVALID_EMAIL_FORMAT": "Email was not generated in a valid format",
|
|
70
|
+
"COULD_NOT_CREATE_SESSION": "Could not create session",
|
|
71
|
+
"ANONYMOUS_USERS_CANNOT_SIGN_IN_AGAIN_ANONYMOUSLY": "Anonymous users cannot sign in again anonymously",
|
|
72
|
+
"API_KEY_ERROR": "-- API KEY ---",
|
|
73
|
+
"INVALID_METADATA_TYPE": "metadata must be an object or undefined",
|
|
74
|
+
"REFILL_AMOUNT_AND_INTERVAL_REQUIRED": "refillAmount is required when refillInterval is provided",
|
|
75
|
+
"REFILL_INTERVAL_AND_AMOUNT_REQUIRED": "refillInterval is required when refillAmount is provided",
|
|
76
|
+
"USER_BANNED": "User is banned",
|
|
77
|
+
"UNAUTHORIZED_SESSION": "Unauthorized or invalid session",
|
|
78
|
+
"KEY_NOT_FOUND": "API Key not found",
|
|
79
|
+
"KEY_DISABLED": "API Key is disabled",
|
|
80
|
+
"KEY_EXPIRED": "API Key has expired",
|
|
81
|
+
"USAGE_EXCEEDED": "API Key has reached its usage limit",
|
|
82
|
+
"KEY_NOT_RECOVERABLE": "API Key is not recoverable",
|
|
83
|
+
"EXPIRES_IN_IS_TOO_SMALL": "The expiresIn is smaller than the predefined minimum value.",
|
|
84
|
+
"EXPIRES_IN_IS_TOO_LARGE": "The expiresIn is larger than the predefined maximum value.",
|
|
85
|
+
"INVALID_REMAINING": "The remaining count is either too large or too small.",
|
|
86
|
+
"INVALID_PREFIX_LENGTH": "The prefix length is either too large or too small.",
|
|
87
|
+
"INVALID_NAME_LENGTH": "The name length is either too large or too small.",
|
|
88
|
+
"METADATA_DISABLED": "Metadata is disabled.",
|
|
89
|
+
"RATE_LIMIT_EXCEEDED": "Rate limit exceeded.",
|
|
90
|
+
"NO_VALUES_TO_UPDATE": "No values to update.",
|
|
91
|
+
"KEY_DISABLED_EXPIRATION": "Custom key expiration values are disabled.",
|
|
92
|
+
"INVALID_API_KEY": "Invalid API key.",
|
|
93
|
+
"INVALID_USER_ID_FROM_API_KEY": "The user id from the API key is invalid.",
|
|
94
|
+
"INVALID_API_KEY_GETTER_RETURN_TYPE": "API Key getter returned an invalid key type. Expected string.",
|
|
95
|
+
"SERVER_ONLY_PROPERTY": "The property you're trying to set can only be set from the server auth instance only.",
|
|
96
|
+
"FAILED_TO_UPDATE_API_KEY": "Failed to update API key",
|
|
97
|
+
"NAME_REQUIRED": "API Key name is required.",
|
|
98
|
+
"CAPTCHA_ERROR": "-- CAPTCHA ---",
|
|
99
|
+
"VERIFICATION_FAILED": "Captcha verification failed",
|
|
100
|
+
"MISSING_RESPONSE": "Missing CAPTCHA response",
|
|
101
|
+
"UNKNOWN_ERROR": "Something went wrong",
|
|
102
|
+
"MISSING_SECRET_KEY": "Missing secret key",
|
|
103
|
+
"SERVICE_UNAVAILABLE": "CAPTCHA service unavailable",
|
|
104
|
+
"DEVICE_AUTHORIZATION_ERROR": "-- DEVICE AUTHORIZATION --- DELETED (USER_NOT_FOUND, FAILED_TO_CREATE_SESSION)",
|
|
105
|
+
"INVALID_DEVICE_CODE": "Invalid device code",
|
|
106
|
+
"EXPIRED_DEVICE_CODE": "Device code has expired",
|
|
107
|
+
"EXPIRED_USER_CODE": "User code has expired",
|
|
108
|
+
"AUTHORIZATION_PENDING": "Authorization pending",
|
|
109
|
+
"ACCESS_DENIED": "Access denied",
|
|
110
|
+
"INVALID_USER_CODE": "Invalid user code",
|
|
111
|
+
"DEVICE_CODE_ALREADY_PROCESSED": "Device code already processed",
|
|
112
|
+
"POLLING_TOO_FREQUENTLY": "Polling too frequently",
|
|
113
|
+
"INVALID_DEVICE_CODE_STATUS": "Invalid device code status",
|
|
114
|
+
"AUTHENTICATION_REQUIRED": "Authentication required",
|
|
115
|
+
"EMAIL_OTP_ERROR": "-- EMAIL OTP ---",
|
|
116
|
+
"OTP_EXPIRED": "OTP expired",
|
|
117
|
+
"INVALID_OTP": "Invalid OTP",
|
|
118
|
+
"TOO_MANY_ATTEMPTS": "Too many attempts",
|
|
119
|
+
"GENERIC_OAUTH_ERROR": "-- GENERIC OAUTH ---",
|
|
120
|
+
"INVALID_OAUTH_CONFIGURATION": "Invalid OAuth configuration",
|
|
121
|
+
"TOKEN_URL_NOT_FOUND": "Invalid OAuth configuration. Token URL not found.",
|
|
122
|
+
"PROVIDER_CONFIG_NOT_FOUND": "No config found for provider",
|
|
123
|
+
"PROVIDER_ID_REQUIRED": "Provider ID is required",
|
|
124
|
+
"INVALID_OAUTH_CONFIG": "Invalid OAuth configuration.",
|
|
125
|
+
"SESSION_REQUIRED": "Session is required",
|
|
126
|
+
"HAVE_PWD_ERROR": "-- HAVE PWD ---",
|
|
127
|
+
"PASSWORD_COMPROMISED": "The password you entered has been compromised. Please choose a different password.",
|
|
128
|
+
"MULTI_SESSION_ERROR": "-- MULTI SESSION ---",
|
|
129
|
+
"INVALID_SESSION_TOKEN": "Invalid session token",
|
|
130
|
+
"ORGANIZATION_ERROR": "-- ORGANIZATION ---",
|
|
131
|
+
"YOU_ARE_NOT_ALLOWED_TO_CREATE_A_NEW_ORGANIZATION": "You are not allowed to create a new workspace",
|
|
132
|
+
"YOU_HAVE_REACHED_THE_MAXIMUM_NUMBER_OF_ORGANIZATIONS": "You have reached the maximum number of workspaces",
|
|
133
|
+
"ORGANIZATION_ALREADY_EXISTS": "Workspace already exists",
|
|
134
|
+
"ORGANIZATION_SLUG_ALREADY_TAKEN": "Workspace slug already taken",
|
|
135
|
+
"ORGANIZATION_NOT_FOUND": "Workspace not found",
|
|
136
|
+
"USER_IS_NOT_A_MEMBER_OF_THE_ORGANIZATION": "User is not a member of the workspace",
|
|
137
|
+
"YOU_ARE_NOT_ALLOWED_TO_UPDATE_THIS_ORGANIZATION": "You are not allowed to update this workspace",
|
|
138
|
+
"YOU_ARE_NOT_ALLOWED_TO_DELETE_THIS_ORGANIZATION": "You are not allowed to delete this workspace",
|
|
139
|
+
"NO_ACTIVE_ORGANIZATION": "No active workspace",
|
|
140
|
+
"USER_IS_ALREADY_A_MEMBER_OF_THIS_ORGANIZATION": "User is already a member of this workspace",
|
|
141
|
+
"MEMBER_NOT_FOUND": "Member not found",
|
|
142
|
+
"ROLE_NOT_FOUND": "Role not found",
|
|
143
|
+
"YOU_ARE_NOT_ALLOWED_TO_CREATE_A_NEW_TEAM": "You are not allowed to create a new team",
|
|
144
|
+
"TEAM_ALREADY_EXISTS": "Team already exists",
|
|
145
|
+
"TEAM_NOT_FOUND": "Team not found",
|
|
146
|
+
"YOU_CANNOT_LEAVE_THE_ORGANIZATION_AS_THE_ONLY_OWNER": "You cannot leave the workspace as the only owner",
|
|
147
|
+
"YOU_CANNOT_LEAVE_THE_ORGANIZATION_WITHOUT_AN_OWNER": "You cannot leave the workspace without an owner",
|
|
148
|
+
"YOU_ARE_NOT_ALLOWED_TO_DELETE_THIS_MEMBER": "You are not allowed to delete this member",
|
|
149
|
+
"YOU_ARE_NOT_ALLOWED_TO_INVITE_USERS_TO_THIS_ORGANIZATION": "You are not allowed to invite users to this workspace",
|
|
150
|
+
"USER_IS_ALREADY_INVITED_TO_THIS_ORGANIZATION": "User is already invited to this workspace",
|
|
151
|
+
"INVITATION_NOT_FOUND": "Invitation not found",
|
|
152
|
+
"YOU_ARE_NOT_THE_RECIPIENT_OF_THE_INVITATION": "You are not the recipient of the invitation",
|
|
153
|
+
"EMAIL_VERIFICATION_REQUIRED_BEFORE_ACCEPTING_OR_REJECTING_INVITATION": "Email verification required before accepting or rejecting invitation",
|
|
154
|
+
"YOU_ARE_NOT_ALLOWED_TO_CANCEL_THIS_INVITATION": "You are not allowed to cancel this invitation",
|
|
155
|
+
"INVITER_IS_NO_LONGER_A_MEMBER_OF_THE_ORGANIZATION": "Inviter is no longer a member of the workspace",
|
|
156
|
+
"YOU_ARE_NOT_ALLOWED_TO_INVITE_USER_WITH_THIS_ROLE": "You are not allowed to invite a user with this role",
|
|
157
|
+
"FAILED_TO_RETRIEVE_INVITATION": "Failed to retrieve invitation",
|
|
158
|
+
"YOU_HAVE_REACHED_THE_MAXIMUM_NUMBER_OF_TEAMS": "You have reached the maximum number of teams",
|
|
159
|
+
"UNABLE_TO_REMOVE_LAST_TEAM": "Unable to remove last team",
|
|
160
|
+
"YOU_ARE_NOT_ALLOWED_TO_UPDATE_THIS_MEMBER": "You are not allowed to update this member",
|
|
161
|
+
"ORGANIZATION_MEMBERSHIP_LIMIT_REACHED": "Workspace membership limit reached",
|
|
162
|
+
"YOU_ARE_NOT_ALLOWED_TO_CREATE_TEAMS_IN_THIS_ORGANIZATION": "You are not allowed to create teams in this workspace",
|
|
163
|
+
"YOU_ARE_NOT_ALLOWED_TO_DELETE_TEAMS_IN_THIS_ORGANIZATION": "You are not allowed to delete teams in this workspace",
|
|
164
|
+
"YOU_ARE_NOT_ALLOWED_TO_UPDATE_THIS_TEAM": "You are not allowed to update this team",
|
|
165
|
+
"YOU_ARE_NOT_ALLOWED_TO_DELETE_THIS_TEAM": "You are not allowed to delete this team",
|
|
166
|
+
"INVITATION_LIMIT_REACHED": "Invitation limit reached",
|
|
167
|
+
"TEAM_MEMBER_LIMIT_REACHED": "Team member limit reached",
|
|
168
|
+
"USER_IS_NOT_A_MEMBER_OF_THE_TEAM": "User is not a member of the team",
|
|
169
|
+
"YOU_CAN_NOT_ACCESS_THE_MEMBERS_OF_THIS_TEAM": "You are not allowed to list the members of this team",
|
|
170
|
+
"YOU_DO_NOT_HAVE_AN_ACTIVE_TEAM": "You do not have an active team",
|
|
171
|
+
"YOU_ARE_NOT_ALLOWED_TO_CREATE_A_NEW_TEAM_MEMBER": "You are not allowed to create a new member",
|
|
172
|
+
"YOU_ARE_NOT_ALLOWED_TO_REMOVE_A_TEAM_MEMBER": "You are not allowed to remove a team member",
|
|
173
|
+
"YOU_ARE_NOT_ALLOWED_TO_ACCESS_THIS_ORGANIZATION": "You are not allowed to access this workspace as an owner",
|
|
174
|
+
"YOU_ARE_NOT_A_MEMBER_OF_THIS_ORGANIZATION": "You are not a member of this workspace",
|
|
175
|
+
"MISSING_AC_INSTANCE": "Dynamic Access Control requires a pre-defined ac instance on the server auth plugin. Read server logs for more information",
|
|
176
|
+
"YOU_MUST_BE_IN_AN_ORGANIZATION_TO_CREATE_A_ROLE": "You must be in a workspace to create a role",
|
|
177
|
+
"YOU_ARE_NOT_ALLOWED_TO_CREATE_A_ROLE": "You are not allowed to create a role",
|
|
178
|
+
"YOU_ARE_NOT_ALLOWED_TO_UPDATE_A_ROLE": "You are not allowed to update a role",
|
|
179
|
+
"YOU_ARE_NOT_ALLOWED_TO_DELETE_A_ROLE": "You are not allowed to delete a role",
|
|
180
|
+
"YOU_ARE_NOT_ALLOWED_TO_READ_A_ROLE": "You are not allowed to read a role",
|
|
181
|
+
"YOU_ARE_NOT_ALLOWED_TO_LIST_A_ROLE": "You are not allowed to list a role",
|
|
182
|
+
"YOU_ARE_NOT_ALLOWED_TO_GET_A_ROLE": "You are not allowed to get a role",
|
|
183
|
+
"TOO_MANY_ROLES": "This workspace has too many roles",
|
|
184
|
+
"INVALID_RESOURCE": "The provided permission includes an invalid resource",
|
|
185
|
+
"ROLE_NAME_IS_ALREADY_TAKEN": "That role name is already taken",
|
|
186
|
+
"CANNOT_DELETE_A_PRE_DEFINED_ROLE": "Cannot delete a pre-defined role",
|
|
187
|
+
"PHONE_NUMBER_ERROR": "-- PHONE NUMBER --- DELETED (OTP_EXPIRED, INVALID_OTP, TOO_MANY_ATTEMPTS)",
|
|
188
|
+
"INVALID_PHONE_NUMBER": "Invalid phone number",
|
|
189
|
+
"PHONE_NUMBER_EXIST": "Phone number already exists",
|
|
190
|
+
"PHONE_NUMBER_NOT_EXIST": "phone number isn't registered",
|
|
191
|
+
"INVALID_PHONE_NUMBER_OR_PASSWORD": "Invalid phone number or password",
|
|
192
|
+
"UNEXPECTED_ERROR": "Unexpected error",
|
|
193
|
+
"OTP_NOT_FOUND": "OTP not found",
|
|
194
|
+
"PHONE_NUMBER_NOT_VERIFIED": "Phone number not verified",
|
|
195
|
+
"PHONE_NUMBER_CANNOT_BE_UPDATED": "Phone number cannot be updated",
|
|
196
|
+
"SEND_OTP_NOT_IMPLEMENTED": "sendOTP not implemented",
|
|
197
|
+
"TWO_FACTOR_ERROR": "-- TWO FACTOR ---",
|
|
198
|
+
"OTP_NOT_ENABLED": "OTP not enabled",
|
|
199
|
+
"OTP_HAS_EXPIRED": "OTP has expired",
|
|
200
|
+
"TOTP_NOT_ENABLED": "TOTP not enabled",
|
|
201
|
+
"TWO_FACTOR_NOT_ENABLED": "Two factor isn't enabled",
|
|
202
|
+
"BACKUP_CODES_NOT_ENABLED": "Backup codes aren't enabled",
|
|
203
|
+
"INVALID_BACKUP_CODE": "Invalid backup code",
|
|
204
|
+
"INVALID_CODE": "Invalid code",
|
|
205
|
+
"TOO_MANY_ATTEMPTS_REQUEST_NEW_CODE": "Too many attempts. Please request a new code.",
|
|
206
|
+
"INVALID_TWO_FACTOR_COOKIE": "Invalid two factor cookie",
|
|
207
|
+
"USERNAME_ERROR": "-- USERNAME --- DELETED (EMAIL_NOT_VERIFIED, UNEXPECTED_ERROR)",
|
|
208
|
+
"INVALID_USERNAME_OR_PASSWORD": "Invalid username or password",
|
|
209
|
+
"USERNAME_IS_ALREADY_TAKEN": "Username is already taken. Please try another.",
|
|
210
|
+
"USERNAME_TOO_SHORT": "Username is too short",
|
|
211
|
+
"USERNAME_TOO_LONG": "Username is too long",
|
|
212
|
+
"INVALID_USERNAME": "Username is invalid",
|
|
213
|
+
"INVALID_DISPLAY_USERNAME": "Display username is invalid",
|
|
214
|
+
"PASSKEY_ERROR": "-- PASSKEY ---",
|
|
215
|
+
"CHALLENGE_NOT_FOUND": "Challenge not found",
|
|
216
|
+
"YOU_ARE_NOT_ALLOWED_TO_REGISTER_THIS_PASSKEY": "You are not allowed to register this passkey",
|
|
217
|
+
"FAILED_TO_VERIFY_REGISTRATION": "Failed to verify registration",
|
|
218
|
+
"PASSKEY_NOT_FOUND": "Passkey not found",
|
|
219
|
+
"AUTHENTICATION_FAILED": "Authentication failed",
|
|
220
|
+
"UNABLE_TO_CREATE_SESSION": "Unable to create session",
|
|
221
|
+
"FAILED_TO_UPDATE_PASSKEY": "Failed to update passkey",
|
|
222
|
+
"STRIPE_ERROR": "-- STRIPE ---",
|
|
223
|
+
"SUBSCRIPTION_NOT_FOUND": "Subscription not found",
|
|
224
|
+
"SUBSCRIPTION_PLAN_NOT_FOUND": "Subscription plan not found",
|
|
225
|
+
"ALREADY_SUBSCRIBED_PLAN": "You're already subscribed to this plan",
|
|
226
|
+
"UNABLE_TO_CREATE_CUSTOMER": "Unable to create customer",
|
|
227
|
+
"FAILED_TO_FETCH_PLANS": "Failed to fetch plans",
|
|
228
|
+
"EMAIL_VERIFICATION_REQUIRED": "Email verification is required before you can subscribe to a plan",
|
|
229
|
+
"SUBSCRIPTION_NOT_ACTIVE": "Subscription is not active",
|
|
230
|
+
"SUBSCRIPTION_NOT_SCHEDULED_FOR_CANCELLATION": "Subscription is not scheduled for cancellation"
|
|
231
|
+
}
|