@workos-inc/widgets-i18n 0.1.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/CHANGELOG.md +7 -0
- package/LICENSE +21 -0
- package/README.md +219 -0
- package/dist/cjs/index.cjs +38 -0
- package/dist/cjs/index.cjs.map +1 -0
- package/dist/cjs/index.d.cts +4 -0
- package/dist/cjs/lib/dictionaries.cjs +178 -0
- package/dist/cjs/lib/dictionaries.cjs.map +1 -0
- package/dist/cjs/lib/dictionaries.d.cts +24924 -0
- package/dist/cjs/lib/locale-provider.cjs +92 -0
- package/dist/cjs/lib/locale-provider.cjs.map +1 -0
- package/dist/cjs/lib/locale-provider.d.cts +12 -0
- package/dist/cjs/lib/types/react.d.cjs +3 -0
- package/dist/cjs/lib/types/react.d.cjs.map +1 -0
- package/dist/cjs/lib/types/react.d.d.cts +5 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.js +15 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lib/dictionaries.d.ts +24924 -0
- package/dist/esm/lib/dictionaries.js +140 -0
- package/dist/esm/lib/dictionaries.js.map +1 -0
- package/dist/esm/lib/locale-provider.d.ts +12 -0
- package/dist/esm/lib/locale-provider.js +64 -0
- package/dist/esm/lib/locale-provider.js.map +1 -0
- package/dist/esm/lib/types/react.d.d.ts +5 -0
- package/dist/esm/lib/types/react.d.js +2 -0
- package/dist/esm/lib/types/react.d.js.map +1 -0
- package/dist/lang/translations/af.json +281 -0
- package/dist/lang/translations/am.json +281 -0
- package/dist/lang/translations/ar.json +281 -0
- package/dist/lang/translations/bg.json +281 -0
- package/dist/lang/translations/bn.json +281 -0
- package/dist/lang/translations/bs.json +281 -0
- package/dist/lang/translations/ca.json +281 -0
- package/dist/lang/translations/cs.json +281 -0
- package/dist/lang/translations/da.json +281 -0
- package/dist/lang/translations/de.json +284 -0
- package/dist/lang/translations/el.json +281 -0
- package/dist/lang/translations/en-AU.json +281 -0
- package/dist/lang/translations/en-CA.json +281 -0
- package/dist/lang/translations/en-GB.json +281 -0
- package/dist/lang/translations/en-US.json +280 -0
- package/dist/lang/translations/es-419.json +281 -0
- package/dist/lang/translations/es-US.json +281 -0
- package/dist/lang/translations/es.json +281 -0
- package/dist/lang/translations/et.json +281 -0
- package/dist/lang/translations/fa.json +281 -0
- package/dist/lang/translations/fi.json +281 -0
- package/dist/lang/translations/fil.json +281 -0
- package/dist/lang/translations/fr-BE.json +281 -0
- package/dist/lang/translations/fr-CA.json +281 -0
- package/dist/lang/translations/fr.json +281 -0
- package/dist/lang/translations/fy.json +281 -0
- package/dist/lang/translations/gl.json +281 -0
- package/dist/lang/translations/gu.json +281 -0
- package/dist/lang/translations/ha.json +281 -0
- package/dist/lang/translations/he.json +281 -0
- package/dist/lang/translations/hi.json +281 -0
- package/dist/lang/translations/hr.json +281 -0
- package/dist/lang/translations/hu.json +281 -0
- package/dist/lang/translations/hy.json +281 -0
- package/dist/lang/translations/id.json +281 -0
- package/dist/lang/translations/is.json +281 -0
- package/dist/lang/translations/it.json +281 -0
- package/dist/lang/translations/ja.json +281 -0
- package/dist/lang/translations/jv.json +281 -0
- package/dist/lang/translations/ka.json +281 -0
- package/dist/lang/translations/kk.json +281 -0
- package/dist/lang/translations/km.json +281 -0
- package/dist/lang/translations/kn.json +281 -0
- package/dist/lang/translations/ko.json +281 -0
- package/dist/lang/translations/lt.json +280 -0
- package/dist/lang/translations/lv.json +281 -0
- package/dist/lang/translations/mk.json +281 -0
- package/dist/lang/translations/ml.json +281 -0
- package/dist/lang/translations/mn.json +281 -0
- package/dist/lang/translations/mr.json +281 -0
- package/dist/lang/translations/ms.json +281 -0
- package/dist/lang/translations/my.json +281 -0
- package/dist/lang/translations/nb.json +281 -0
- package/dist/lang/translations/ne.json +281 -0
- package/dist/lang/translations/nl-BE.json +281 -0
- package/dist/lang/translations/nl.json +281 -0
- package/dist/lang/translations/nn.json +281 -0
- package/dist/lang/translations/no.json +281 -0
- package/dist/lang/translations/pa.json +281 -0
- package/dist/lang/translations/pl.json +281 -0
- package/dist/lang/translations/pt-BR.json +281 -0
- package/dist/lang/translations/pt.json +281 -0
- package/dist/lang/translations/ro.json +281 -0
- package/dist/lang/translations/ru.json +281 -0
- package/dist/lang/translations/sk.json +281 -0
- package/dist/lang/translations/sl.json +281 -0
- package/dist/lang/translations/sq.json +281 -0
- package/dist/lang/translations/sr.json +281 -0
- package/dist/lang/translations/sv.json +281 -0
- package/dist/lang/translations/sw.json +281 -0
- package/dist/lang/translations/ta.json +281 -0
- package/dist/lang/translations/te.json +281 -0
- package/dist/lang/translations/th.json +281 -0
- package/dist/lang/translations/tr.json +281 -0
- package/dist/lang/translations/uk.json +281 -0
- package/dist/lang/translations/ur.json +281 -0
- package/dist/lang/translations/uz.json +281 -0
- package/dist/lang/translations/vi.json +281 -0
- package/dist/lang/translations/zh-CN.json +280 -0
- package/dist/lang/translations/zh-HK.json +281 -0
- package/dist/lang/translations/zh-TW.json +281 -0
- package/dist/lang/translations/zu.json +281 -0
- package/package.json +63 -0
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
{
|
|
2
|
+
"+0sQaN": "Expired",
|
|
3
|
+
"+2kQs5": "Please enter a new password",
|
|
4
|
+
"+7UnNu": "The location",
|
|
5
|
+
"+p4qwy": "Cancel",
|
|
6
|
+
"/4YwoE": "Close",
|
|
7
|
+
"/CNKkm": "New users will be invited with the {roleName} role, as it is the only one available.",
|
|
8
|
+
"/UCweF": "Type",
|
|
9
|
+
"/ZV6cj": "Change",
|
|
10
|
+
"/aCgMQ": "View DNS record",
|
|
11
|
+
"/fEPAD": "Revoke invite?",
|
|
12
|
+
"090qDK": "There was an error sending the invite. Please try again.",
|
|
13
|
+
"0E29F1": "Reauthorise",
|
|
14
|
+
"0Ie4dM": "Revoke invitation",
|
|
15
|
+
"0LyBVd": "An error occurred while creating the API key.",
|
|
16
|
+
"0VMIWs": "Select a role",
|
|
17
|
+
"0beebz": "Assign a role",
|
|
18
|
+
"0duvF4": "Never",
|
|
19
|
+
"0p/a72": "Authenticator app",
|
|
20
|
+
"0stiTP": "Remove domain",
|
|
21
|
+
"0ulARV": "Enter an email address",
|
|
22
|
+
"16WmG0": "Connect",
|
|
23
|
+
"1Fb48o": "Sign out",
|
|
24
|
+
"1Htc3a": "Role",
|
|
25
|
+
"1fzoWe": "Resend invitation",
|
|
26
|
+
"1kRd2b": "Get verification passcode",
|
|
27
|
+
"1nsmNS": "User actions",
|
|
28
|
+
"1uF9ve": "Pipe actions",
|
|
29
|
+
"24huc/": "Turning off MFA will remove the additional layer of security on your account.",
|
|
30
|
+
"3dQ5E+": "No users found for query \"{query}\"",
|
|
31
|
+
"3dgA5f": "The SAML response signing certificate is expiring soon. When expired, users won't be able to sign-in.",
|
|
32
|
+
"4/66bS": "Enter the 6-digit passcode from your authenticator app.",
|
|
33
|
+
"46jEJT": "Are you sure you want to resend the invite to {email}?",
|
|
34
|
+
"4SH+qg": "We will not ask for additional verification during sign-in.",
|
|
35
|
+
"4flMgv": "Disable",
|
|
36
|
+
"4ymFUc": "Set New Password",
|
|
37
|
+
"4zDwGl": "Are you sure you want to remove {email}? This action is immediate and cannot be undone.",
|
|
38
|
+
"5QzKdW": "Error fetching data",
|
|
39
|
+
"5bhXUz": "Edit",
|
|
40
|
+
"5tX19v": "The SAML response signing certificate has expired. Users won't be able to sign-in to the application until the certificate is renewed.",
|
|
41
|
+
"5uMNqG": "Invite sent",
|
|
42
|
+
"6+aYFi": "Invite user",
|
|
43
|
+
"6/cdcS": "Can't scan the code?",
|
|
44
|
+
"63f7SY": "Deselect all",
|
|
45
|
+
"63rRud": "An error occurred. You may need to configure CORS in the WorkOS Dashboard.",
|
|
46
|
+
"6GcWa2": "Full name",
|
|
47
|
+
"6YN1wO": "Permissions",
|
|
48
|
+
"7+lT5Q": "The domain {domain} will be automatically verified once the following DNS record is detected.",
|
|
49
|
+
"74JScV": "View DNS record",
|
|
50
|
+
"75F+g5": "Email address",
|
|
51
|
+
"7enwzK": "Clear search",
|
|
52
|
+
"7tGCOh": "Verify your identity",
|
|
53
|
+
"84pAvU": "Cancel",
|
|
54
|
+
"8GDtZu": "Change password",
|
|
55
|
+
"8S+Cyw": "Connected",
|
|
56
|
+
"8TuDfA": "Connect",
|
|
57
|
+
"8d23GS": "New password",
|
|
58
|
+
"8xwdwI": "Use an authenticator app like {onep}, {google}, {authy}, or {microsoft} to scan the QR code below.",
|
|
59
|
+
"910Q6b": "Previous",
|
|
60
|
+
"9ABlCr": "Disconnect account",
|
|
61
|
+
"A1DuWM": "Roles",
|
|
62
|
+
"ABfT4E": "New password",
|
|
63
|
+
"ACNqhk": "Email address",
|
|
64
|
+
"APksY2": "Add domain",
|
|
65
|
+
"AW/A69": "Connected accounts",
|
|
66
|
+
"AyVAAW": "Cancel",
|
|
67
|
+
"BBh86k": "User",
|
|
68
|
+
"BWvbwY": "Status: Invite ",
|
|
69
|
+
"CVOVB0": "No roles assigned",
|
|
70
|
+
"CXHhXd": "Created",
|
|
71
|
+
"Cf+uSR": "Remove domain",
|
|
72
|
+
"DAYdcg": "First name",
|
|
73
|
+
"DJXWAJ": "Remove",
|
|
74
|
+
"DtZ2fb": "Added {timeAgo}",
|
|
75
|
+
"E2o/+H": "Status: ",
|
|
76
|
+
"E46t3O": "Last used",
|
|
77
|
+
"EFAK/K": "You won't be able to access the key again. Please copy it now.",
|
|
78
|
+
"EKf0ES": "Cancel",
|
|
79
|
+
"ER1Vmv": "You",
|
|
80
|
+
"ESS/aT": "Close",
|
|
81
|
+
"Ecig7v": "Cancel",
|
|
82
|
+
"EmYENK": "Confirm",
|
|
83
|
+
"Eu+kuO": "Set up an authenticator app",
|
|
84
|
+
"EyjGir": "Copy and close",
|
|
85
|
+
"FK7mP4": "Role",
|
|
86
|
+
"FTUSRM": "To continue, we need to confirm your identity. We'll send a temporary verification code to {email}.",
|
|
87
|
+
"FqU9hv": "No permissions selected",
|
|
88
|
+
"GC8aGI": "Search by name",
|
|
89
|
+
"GLPUiU": "This API key will be immediately disabled. API requests made using this key will be rejected, which could cause any systems still depending on it to break.",
|
|
90
|
+
"GftsX9": "You will be logged out of all other active sessions on other devices, except this one.",
|
|
91
|
+
"Gy8eW0": "Your surname",
|
|
92
|
+
"H5k7GB": "Secret key",
|
|
93
|
+
"HFxrbY": "Continue setup",
|
|
94
|
+
"HPEjJe": "Users with the email domain {domain} will no longer be considered verified. This action is immediate and cannot be undone.",
|
|
95
|
+
"HnuClZ": "Value",
|
|
96
|
+
"IBozK6": "Clear search",
|
|
97
|
+
"IicELr": "An invitation will be sent to this email address with a link to complete their account.",
|
|
98
|
+
"IwcAMv": "Last name",
|
|
99
|
+
"JIQROV": "Invite",
|
|
100
|
+
"Jic5nB": "Sign out of device?",
|
|
101
|
+
"Jqn+r+": "Last used {time}",
|
|
102
|
+
"Jv4Vps": "Hide password",
|
|
103
|
+
"K83lBn": "Confirm your new password",
|
|
104
|
+
"KDs1Ib": "You haven't set up Single Sign-On yet.",
|
|
105
|
+
"KSosDD": "Revoke key",
|
|
106
|
+
"KYv5vS": "Set a new password for your account",
|
|
107
|
+
"KZIJPP": "Revoke key",
|
|
108
|
+
"KjY2RX": "Cancel",
|
|
109
|
+
"L2EBxV": "Next",
|
|
110
|
+
"L4yLAf": "Please enter your new password",
|
|
111
|
+
"LleqNP": "Your setup key",
|
|
112
|
+
"LsD5BK": "Remove access from all devices except this one",
|
|
113
|
+
"MQ+LoA": "No users found",
|
|
114
|
+
"MQR5mR": "Setup in progress",
|
|
115
|
+
"MaYH9g": "Value",
|
|
116
|
+
"Mixw+w": "Close",
|
|
117
|
+
"MtkNQO": "Set up SSO",
|
|
118
|
+
"N8aD60": "Remove user",
|
|
119
|
+
"NBXpRj": "Invite user",
|
|
120
|
+
"NJqcnW": "Edit role",
|
|
121
|
+
"NNBv+r": "Revoked",
|
|
122
|
+
"Nkz6Xi": "Revoke",
|
|
123
|
+
"O2vxRJ": "Domain name",
|
|
124
|
+
"O79vjp": "Confirm new password",
|
|
125
|
+
"OHDxyL": "Enter a new password",
|
|
126
|
+
"OdCEs1": "Cancel",
|
|
127
|
+
"OkjVyP": "Remove domain",
|
|
128
|
+
"P2oB4G": "Current password",
|
|
129
|
+
"PTbRJT": "This action cannot be undone.",
|
|
130
|
+
"Pnmy4H": "Cancel",
|
|
131
|
+
"QKO3st": "Please enter your current password",
|
|
132
|
+
"R5rXuR": "Change your account password",
|
|
133
|
+
"RIBfYe": "API key actions",
|
|
134
|
+
"RT8KNi": "Save",
|
|
135
|
+
"RvLqCQ": "Profile picture",
|
|
136
|
+
"SEsXx0": "Edit the details of {email}",
|
|
137
|
+
"T1VKzP": "Manage",
|
|
138
|
+
"T7rpHw": "Verified",
|
|
139
|
+
"UIfBSd": "Show password",
|
|
140
|
+
"UUigrK": "Unknown",
|
|
141
|
+
"Ue7G8Y": "Edit role",
|
|
142
|
+
"UlAY08": "Next",
|
|
143
|
+
"VBESVz": "Search by name",
|
|
144
|
+
"VGKbbj": "View details",
|
|
145
|
+
"VH4IKy": "Search by name or email",
|
|
146
|
+
"VJVs4m": "Cancel",
|
|
147
|
+
"VQ1Avr": "Edit roles",
|
|
148
|
+
"VYbVXN": "Name",
|
|
149
|
+
"ViYtvQ": "Copy and close",
|
|
150
|
+
"VouLgT": "1 permission selected",
|
|
151
|
+
"WHthZi": "Confirm",
|
|
152
|
+
"WRjyrh": "Password must be at least 8 characters",
|
|
153
|
+
"Wz8T8u": "This device",
|
|
154
|
+
"XLp48i": "You cannot update the role for this user as there is only one role available.",
|
|
155
|
+
"XsTeXJ": "Send verification code",
|
|
156
|
+
"Xv3fVI": "Clear search",
|
|
157
|
+
"Yo2vHC": "Requires action",
|
|
158
|
+
"YrMs63": "Clear search",
|
|
159
|
+
"Z6coCJ": "We will only ask for your password during sign-in.",
|
|
160
|
+
"ZJYAji": "Restart verification",
|
|
161
|
+
"ZL90DI": "{count} permissions selected",
|
|
162
|
+
"Zdq2Hr": "The new passwords you entered don't match.",
|
|
163
|
+
"a4wDlZ": "Disable multi-factor authentication?",
|
|
164
|
+
"ayYwQx": "The passwords you entered don't match.",
|
|
165
|
+
"b/+TBS": "Enter your new password",
|
|
166
|
+
"byIkUu": "Invited",
|
|
167
|
+
"cKitHb": "No API keys match your search",
|
|
168
|
+
"cO5+D2": "Remove domain",
|
|
169
|
+
"cbbwqK": "Verification failed",
|
|
170
|
+
"cubpBN": "Confirm new password",
|
|
171
|
+
"d4BNWL": "Create API key",
|
|
172
|
+
"d7mvgq": "You likely forgot to provide an authorisation token to the widget.",
|
|
173
|
+
"dFmPj3": "Incorrect permissions",
|
|
174
|
+
"daFXTP": "(current)",
|
|
175
|
+
"diFnRK": "You will be signed out of {device}.",
|
|
176
|
+
"dqU4kt": "API key details",
|
|
177
|
+
"dqczQS": "Requires reauthorisation",
|
|
178
|
+
"dx3Cso": "Host / Name",
|
|
179
|
+
"e18ZsK": "Revoke API key?",
|
|
180
|
+
"eEXeqP": "Are you sure you want to disconnect your {integrationName} account?",
|
|
181
|
+
"eSQSjC": "Restart verification",
|
|
182
|
+
"eTEzjH": "Create API key",
|
|
183
|
+
"eUFRNS": "Create API key",
|
|
184
|
+
"edrdLd": "An error occurred while revoking the API key.",
|
|
185
|
+
"elg/zm": "Last used",
|
|
186
|
+
"esZQrd": "Disconnect account",
|
|
187
|
+
"f3uhhm": "Multi-factor authentication",
|
|
188
|
+
"f7TUj0": "Previous",
|
|
189
|
+
"fTSp5u": "Scan the QR code",
|
|
190
|
+
"fXZhqG": "Please confirm your new password",
|
|
191
|
+
"fb2S3+": "The invite email has been resent to {email}",
|
|
192
|
+
"fxVS34": "Authorise access to connect your account.",
|
|
193
|
+
"g+n4aY": "You'll be redirected to sign in with {integrationName}.",
|
|
194
|
+
"g11OOu": "Google Drive",
|
|
195
|
+
"gF+kUw": "Last seen {timeAgo}",
|
|
196
|
+
"gM3bot": "Your credentials remain secure.",
|
|
197
|
+
"gUTpgG": "Your first name",
|
|
198
|
+
"gc1yge": "Verification pending",
|
|
199
|
+
"gjqw+H": "Email address",
|
|
200
|
+
"h3R6gY": "Last used {time}",
|
|
201
|
+
"h9d9dv": "Copy to clipboard",
|
|
202
|
+
"hHNj31": "Cancel",
|
|
203
|
+
"hd/Llp": "Check that the correct permissions have been assigned.",
|
|
204
|
+
"hd2+kk": "Not active",
|
|
205
|
+
"i0XUeg": "Permissions",
|
|
206
|
+
"i4vzAY": "Not set",
|
|
207
|
+
"i6Hxoz": "Connected",
|
|
208
|
+
"ig3G/s": "Are you sure you want to remove the domain {domain}? This action is immediate and cannot be undone.",
|
|
209
|
+
"iyNcly": "Search",
|
|
210
|
+
"jLzoYu": "Something went wrong. Please try again.",
|
|
211
|
+
"jSfqX/": "Set password",
|
|
212
|
+
"jTupOW": "Clear search",
|
|
213
|
+
"jWl49/": "Select the role to assign to {displayName}",
|
|
214
|
+
"k9X2ru": "Restart verification",
|
|
215
|
+
"kAYx7z": "Change Password",
|
|
216
|
+
"kC9Fwe": "WorkOS never sees your credentials.",
|
|
217
|
+
"kkBScm": "Full name",
|
|
218
|
+
"kvxE0S": "A verification code was sent to {email}. Please enter it below.",
|
|
219
|
+
"l/Do9/": "All",
|
|
220
|
+
"l1mz5q": "Domain actions",
|
|
221
|
+
"lWAmRC": "{count} roles",
|
|
222
|
+
"lb/AsC": "Your verification token has expired",
|
|
223
|
+
"leodiT": "Set a password to access your account",
|
|
224
|
+
"lzPOKv": "User search",
|
|
225
|
+
"mEkhOO": "You cannot reuse your current password",
|
|
226
|
+
"mjZ9vq": "Error fetching data",
|
|
227
|
+
"moyvr4": "A descriptive name for the API key",
|
|
228
|
+
"nLk5pa": "Email address",
|
|
229
|
+
"nQbe+Y": "Role",
|
|
230
|
+
"nc7fru": "Full name",
|
|
231
|
+
"oF9d2V": "The name is required",
|
|
232
|
+
"oKQ0rm": "Sign out",
|
|
233
|
+
"oLNIQv": "Set up authenticator app",
|
|
234
|
+
"oOwLGt": "Last active",
|
|
235
|
+
"oSINc8": "Resend invite?",
|
|
236
|
+
"onTqlA": "Select all",
|
|
237
|
+
"pcK9ly": "Edit name",
|
|
238
|
+
"q2VEtG": "Only enable the minimum permissions required for your use case.",
|
|
239
|
+
"q3eZjH": "View setup key",
|
|
240
|
+
"qGSR1P": "Remove user",
|
|
241
|
+
"qKBKF7": "An error occurred while disconnecting your account. Please refresh the page and try again.",
|
|
242
|
+
"quvdFp": "Connect",
|
|
243
|
+
"rzvafM": "You cannot update the role for this user as there is only one role available.",
|
|
244
|
+
"s/dQVI": "Authorisation error",
|
|
245
|
+
"sT1L78": "Sign out",
|
|
246
|
+
"sfkEFa": "Sign out of all other devices",
|
|
247
|
+
"sy+2x7": "Please save this API key in a secure location. If you lose it, you'll need to generate a new one.",
|
|
248
|
+
"t+CDVJ": "An unexpected error occurred. Check your network connection or try refreshing the page.",
|
|
249
|
+
"t/D0Sf": "You haven't added any verified domains yet.",
|
|
250
|
+
"t73qag": "Resend",
|
|
251
|
+
"tRJt/S": "Sign out",
|
|
252
|
+
"tuCHkH": "Name",
|
|
253
|
+
"ujRDBH": "{appName} uses WorkOS to connect to {integrationName}.",
|
|
254
|
+
"uqn8py": "Enter your current password",
|
|
255
|
+
"uvxVJM": "Disable",
|
|
256
|
+
"v0VmRy": "Name",
|
|
257
|
+
"vMVXQh": "Disconnect",
|
|
258
|
+
"vfwqWf": "Please confirm your new password",
|
|
259
|
+
"vmTW/h": "The SAML response signing certificate expired on {expiryDate}. Users won't be able to sign in to the application until the certificate is renewed.",
|
|
260
|
+
"vq5724": "Create API key",
|
|
261
|
+
"w3A6MN": "Added recently",
|
|
262
|
+
"wFFCij": "Save your key",
|
|
263
|
+
"wjt0K3": "Done",
|
|
264
|
+
"wpbqFJ": "Scan this QR code to enrol",
|
|
265
|
+
"wrEZ8+": "No users found for query '{query}'",
|
|
266
|
+
"wt2qe9": "Are you sure you want to revoke the invite to {email}? This action is immediate and cannot be undone.",
|
|
267
|
+
"x//BWg": "Sign out of all other devices?",
|
|
268
|
+
"xT9Exy": "The SAML response signing certificate will expire on {expiryDate}. When expired, users won't be able to sign-in.",
|
|
269
|
+
"xZFdkq": "Secure your account with an extra verification step",
|
|
270
|
+
"xgUx3Z": "Copied",
|
|
271
|
+
"xjqT9f": "No permissions match your search",
|
|
272
|
+
"yN72Gc": "Last session {relativeTime}",
|
|
273
|
+
"yXCbRa": "Never",
|
|
274
|
+
"yjbD6m": "Edit roles",
|
|
275
|
+
"yk7ScH": "The domain {domain} will be automatically verified once the following DNS record is detected. Use a tool like {dnsChecker} to check the domain's record for any mistakes.",
|
|
276
|
+
"yyM/+B": "Select the roles to assign to {displayName}",
|
|
277
|
+
"z19aZa": "Password",
|
|
278
|
+
"zG7XDc": "There was an error revoking the invite. Please try again.",
|
|
279
|
+
"zokPvK": "Set a password",
|
|
280
|
+
"zx2oPb": "Removing {domain} will cancel the DNS record verification process. This action is immediate and cannot be undone."
|
|
281
|
+
}
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
{
|
|
2
|
+
"+0sQaN": "Expired",
|
|
3
|
+
"+2kQs5": "Please enter a new password",
|
|
4
|
+
"+7UnNu": "The location",
|
|
5
|
+
"+p4qwy": "Cancel",
|
|
6
|
+
"/4YwoE": "Close",
|
|
7
|
+
"/CNKkm": "New users will be invited with the {roleName} role, as it is the only one available.",
|
|
8
|
+
"/UCweF": "Type",
|
|
9
|
+
"/ZV6cj": "Change",
|
|
10
|
+
"/aCgMQ": "View DNS record",
|
|
11
|
+
"/fEPAD": "Revoke invite?",
|
|
12
|
+
"090qDK": "There was an error sending the invite. Please try again.",
|
|
13
|
+
"0E29F1": "Reauthorize",
|
|
14
|
+
"0Ie4dM": "Revoke invitation",
|
|
15
|
+
"0LyBVd": "An error occurred while creating the API key.",
|
|
16
|
+
"0VMIWs": "Select a role",
|
|
17
|
+
"0beebz": "Assign a role",
|
|
18
|
+
"0duvF4": "Never",
|
|
19
|
+
"0p/a72": "Authenticator app",
|
|
20
|
+
"0stiTP": "Remove domain",
|
|
21
|
+
"0ulARV": "Enter an email address",
|
|
22
|
+
"16WmG0": "Connect",
|
|
23
|
+
"1Fb48o": "Sign out",
|
|
24
|
+
"1Htc3a": "Role",
|
|
25
|
+
"1fzoWe": "Resend invitation",
|
|
26
|
+
"1kRd2b": "Get verification passcode",
|
|
27
|
+
"1nsmNS": "User actions",
|
|
28
|
+
"1uF9ve": "Pipe actions",
|
|
29
|
+
"24huc/": "Turning off MFA will remove the additional layer of security on your account.",
|
|
30
|
+
"3dQ5E+": "No users found for query \"{query}\"",
|
|
31
|
+
"3dgA5f": "The SAML response signing certificate is expiring soon. When expired, users won't be able to sign-in.",
|
|
32
|
+
"4/66bS": "Enter the 6-digit passcode from your authenticator app.",
|
|
33
|
+
"46jEJT": "Are you sure you want to resend the invite to {email}?",
|
|
34
|
+
"4SH+qg": "We will not ask for additional verification during sign-in.",
|
|
35
|
+
"4flMgv": "Disable",
|
|
36
|
+
"4ymFUc": "Set New Password",
|
|
37
|
+
"4zDwGl": "Are you sure you want to remove {email}? This action is immediate and cannot be undone.",
|
|
38
|
+
"5QzKdW": "Error fetching data",
|
|
39
|
+
"5bhXUz": "Edit",
|
|
40
|
+
"5tX19v": "The SAML response signing certificate has expired. Users won't be able to sign-in to the application until the certificate is renewed.",
|
|
41
|
+
"5uMNqG": "Invite sent",
|
|
42
|
+
"6+aYFi": "Invite user",
|
|
43
|
+
"6/cdcS": "Can't scan the code?",
|
|
44
|
+
"63f7SY": "Deselect all",
|
|
45
|
+
"63rRud": "An error occurred. You may need to configure CORS in the WorkOS Dashboard.",
|
|
46
|
+
"6GcWa2": "Full name",
|
|
47
|
+
"6YN1wO": "Permissions",
|
|
48
|
+
"7+lT5Q": "The domain {domain} will be automatically verified once the following DNS record is detected.",
|
|
49
|
+
"74JScV": "View DNS record",
|
|
50
|
+
"75F+g5": "Email address",
|
|
51
|
+
"7enwzK": "Clear search",
|
|
52
|
+
"7tGCOh": "Verify your identity",
|
|
53
|
+
"84pAvU": "Cancel",
|
|
54
|
+
"8GDtZu": "Change password",
|
|
55
|
+
"8S+Cyw": "Connected",
|
|
56
|
+
"8TuDfA": "Connect",
|
|
57
|
+
"8d23GS": "New password",
|
|
58
|
+
"8xwdwI": "Use an authenticator app like {onep}, {google}, {authy}, or {microsoft} to scan the QR code below.",
|
|
59
|
+
"910Q6b": "Previous",
|
|
60
|
+
"9ABlCr": "Disconnect account",
|
|
61
|
+
"A1DuWM": "Roles",
|
|
62
|
+
"ABfT4E": "New password",
|
|
63
|
+
"ACNqhk": "Email address",
|
|
64
|
+
"APksY2": "Add domain",
|
|
65
|
+
"AW/A69": "Connected accounts",
|
|
66
|
+
"AyVAAW": "Cancel",
|
|
67
|
+
"BBh86k": "User",
|
|
68
|
+
"BWvbwY": "Status: Invite ",
|
|
69
|
+
"CVOVB0": "No roles assigned",
|
|
70
|
+
"CXHhXd": "Created",
|
|
71
|
+
"Cf+uSR": "Remove domain",
|
|
72
|
+
"DAYdcg": "First name",
|
|
73
|
+
"DJXWAJ": "Remove",
|
|
74
|
+
"DtZ2fb": "Added {timeAgo}",
|
|
75
|
+
"E2o/+H": "Status: ",
|
|
76
|
+
"E46t3O": "Last used",
|
|
77
|
+
"EFAK/K": "You won't be able to access the key again. Please copy it now.",
|
|
78
|
+
"EKf0ES": "Cancel",
|
|
79
|
+
"ER1Vmv": "You",
|
|
80
|
+
"ESS/aT": "Close",
|
|
81
|
+
"Ecig7v": "Cancel",
|
|
82
|
+
"EmYENK": "Confirm",
|
|
83
|
+
"Eu+kuO": "Set up an authenticator app",
|
|
84
|
+
"EyjGir": "Copy and close",
|
|
85
|
+
"FK7mP4": "Role",
|
|
86
|
+
"FTUSRM": "To continue, we need to confirm your identity. We'll send a temporary verification code to {email}.",
|
|
87
|
+
"FqU9hv": "No permissions selected",
|
|
88
|
+
"GC8aGI": "Search by name",
|
|
89
|
+
"GLPUiU": "This API key will be immediately disabled. API requests made using this key will be rejected, which could cause any systems still depending on it to break.",
|
|
90
|
+
"GftsX9": "You will be logged out of all other active sessions on other devices, except this one.",
|
|
91
|
+
"Gy8eW0": "Your last name",
|
|
92
|
+
"H5k7GB": "Secret key",
|
|
93
|
+
"HFxrbY": "Continue setup",
|
|
94
|
+
"HPEjJe": "Users with the email domain {domain} will no longer be considered verified. This action is immediate and cannot be undone.",
|
|
95
|
+
"HnuClZ": "Value",
|
|
96
|
+
"IBozK6": "Clear search",
|
|
97
|
+
"IicELr": "An invitation will be sent to this email address with a link to complete their account.",
|
|
98
|
+
"IwcAMv": "Last name",
|
|
99
|
+
"JIQROV": "Invite",
|
|
100
|
+
"Jic5nB": "Sign out of device?",
|
|
101
|
+
"Jqn+r+": "Last used {time}",
|
|
102
|
+
"Jv4Vps": "Hide password",
|
|
103
|
+
"K83lBn": "Confirm your new password",
|
|
104
|
+
"KDs1Ib": "You haven't set up Single Sign-On yet.",
|
|
105
|
+
"KSosDD": "Revoke key",
|
|
106
|
+
"KYv5vS": "Set a new password for your account",
|
|
107
|
+
"KZIJPP": "Revoke key",
|
|
108
|
+
"KjY2RX": "Cancel",
|
|
109
|
+
"L2EBxV": "Next",
|
|
110
|
+
"L4yLAf": "Please enter your new password",
|
|
111
|
+
"LleqNP": "Your setup key",
|
|
112
|
+
"LsD5BK": "Remove access from all devices except this one",
|
|
113
|
+
"MQ+LoA": "No users found",
|
|
114
|
+
"MQR5mR": "Setup in progress",
|
|
115
|
+
"MaYH9g": "Value",
|
|
116
|
+
"Mixw+w": "Close",
|
|
117
|
+
"MtkNQO": "Set up SSO",
|
|
118
|
+
"N8aD60": "Remove user",
|
|
119
|
+
"NBXpRj": "Invite user",
|
|
120
|
+
"NJqcnW": "Edit role",
|
|
121
|
+
"NNBv+r": "Revoked",
|
|
122
|
+
"Nkz6Xi": "Revoke",
|
|
123
|
+
"O2vxRJ": "Domain name",
|
|
124
|
+
"O79vjp": "Confirm new password",
|
|
125
|
+
"OHDxyL": "Enter a new password",
|
|
126
|
+
"OdCEs1": "Cancel",
|
|
127
|
+
"OkjVyP": "Remove domain",
|
|
128
|
+
"P2oB4G": "Current password",
|
|
129
|
+
"PTbRJT": "This action cannot be undone.",
|
|
130
|
+
"Pnmy4H": "Cancel",
|
|
131
|
+
"QKO3st": "Please enter your current password",
|
|
132
|
+
"R5rXuR": "Change your account password",
|
|
133
|
+
"RIBfYe": "API key actions",
|
|
134
|
+
"RT8KNi": "Save",
|
|
135
|
+
"RvLqCQ": "Profile picture",
|
|
136
|
+
"SEsXx0": "Edit the details of {email}",
|
|
137
|
+
"T1VKzP": "Manage",
|
|
138
|
+
"T7rpHw": "Verified",
|
|
139
|
+
"UIfBSd": "Show password",
|
|
140
|
+
"UUigrK": "Unknown",
|
|
141
|
+
"Ue7G8Y": "Edit role",
|
|
142
|
+
"UlAY08": "Next",
|
|
143
|
+
"VBESVz": "Search by name",
|
|
144
|
+
"VGKbbj": "View details",
|
|
145
|
+
"VH4IKy": "Search by name or e-mail",
|
|
146
|
+
"VJVs4m": "Cancel",
|
|
147
|
+
"VQ1Avr": "Edit roles",
|
|
148
|
+
"VYbVXN": "Name",
|
|
149
|
+
"ViYtvQ": "Copy and close",
|
|
150
|
+
"VouLgT": "1 permission selected",
|
|
151
|
+
"WHthZi": "Confirm",
|
|
152
|
+
"WRjyrh": "Password must be at least 8 characters",
|
|
153
|
+
"Wz8T8u": "This device",
|
|
154
|
+
"XLp48i": "You cannot update the role for this user as there is only one role available.",
|
|
155
|
+
"XsTeXJ": "Send verification code",
|
|
156
|
+
"Xv3fVI": "Clear search",
|
|
157
|
+
"Yo2vHC": "Requires action",
|
|
158
|
+
"YrMs63": "Clear search",
|
|
159
|
+
"Z6coCJ": "We will only ask for your password during sign-in.",
|
|
160
|
+
"ZJYAji": "Restart verification",
|
|
161
|
+
"ZL90DI": "{count} permissions selected",
|
|
162
|
+
"Zdq2Hr": "The new passwords you entered don't match.",
|
|
163
|
+
"a4wDlZ": "Disable multi-factor authentication?",
|
|
164
|
+
"ayYwQx": "The passwords you entered don't match.",
|
|
165
|
+
"b/+TBS": "Enter your new password",
|
|
166
|
+
"byIkUu": "Invited",
|
|
167
|
+
"cKitHb": "No API keys match your search",
|
|
168
|
+
"cO5+D2": "Remove domain",
|
|
169
|
+
"cbbwqK": "Verification failed",
|
|
170
|
+
"cubpBN": "Confirm new password",
|
|
171
|
+
"d4BNWL": "Create API key",
|
|
172
|
+
"d7mvgq": "You likely forgot to provide an authorization token to the widget.",
|
|
173
|
+
"dFmPj3": "Incorrect permissions",
|
|
174
|
+
"daFXTP": "(current)",
|
|
175
|
+
"diFnRK": "You will be signed out of {device}.",
|
|
176
|
+
"dqU4kt": "API key details",
|
|
177
|
+
"dqczQS": "Requires reauthorization",
|
|
178
|
+
"dx3Cso": "Host / Name",
|
|
179
|
+
"e18ZsK": "Revoke API key?",
|
|
180
|
+
"eEXeqP": "Are you sure you want to disconnect your {integrationName} account?",
|
|
181
|
+
"eSQSjC": "Restart verification",
|
|
182
|
+
"eTEzjH": "Create API key",
|
|
183
|
+
"eUFRNS": "Create API key",
|
|
184
|
+
"edrdLd": "An error occurred while revoking the API key.",
|
|
185
|
+
"elg/zm": "Last used",
|
|
186
|
+
"esZQrd": "Disconnect account",
|
|
187
|
+
"f3uhhm": "Multi-factor authentication",
|
|
188
|
+
"f7TUj0": "Previous",
|
|
189
|
+
"fTSp5u": "Scan the QR code",
|
|
190
|
+
"fXZhqG": "Please confirm your new password",
|
|
191
|
+
"fb2S3+": "The invite email has been resent to {email}",
|
|
192
|
+
"fxVS34": "Authorize access to connect your account.",
|
|
193
|
+
"g+n4aY": "You'll be redirected to sign in with {integrationName}.",
|
|
194
|
+
"g11OOu": "Google Drive",
|
|
195
|
+
"gF+kUw": "Last seen {timeAgo}",
|
|
196
|
+
"gM3bot": "Your credentials remain secure.",
|
|
197
|
+
"gUTpgG": "Your first name",
|
|
198
|
+
"gc1yge": "Verification pending",
|
|
199
|
+
"gjqw+H": "Email address",
|
|
200
|
+
"h3R6gY": "Last used {time}",
|
|
201
|
+
"h9d9dv": "Copy to clipboard",
|
|
202
|
+
"hHNj31": "Cancel",
|
|
203
|
+
"hd/Llp": "Check that the correct permissions have been assigned.",
|
|
204
|
+
"hd2+kk": "Not active",
|
|
205
|
+
"i0XUeg": "Permissions",
|
|
206
|
+
"i4vzAY": "Not set",
|
|
207
|
+
"i6Hxoz": "Connected",
|
|
208
|
+
"ig3G/s": "Are you sure you want to remove the domain {domain}? This action is immediate and cannot be undone.",
|
|
209
|
+
"iyNcly": "Search",
|
|
210
|
+
"jLzoYu": "Something went wrong. Please try again.",
|
|
211
|
+
"jSfqX/": "Set password",
|
|
212
|
+
"jTupOW": "Clear search",
|
|
213
|
+
"jWl49/": "Select the role to assign to {displayName}",
|
|
214
|
+
"k9X2ru": "Restart verification",
|
|
215
|
+
"kAYx7z": "Change Password",
|
|
216
|
+
"kC9Fwe": "WorkOS never sees your credentials.",
|
|
217
|
+
"kkBScm": "Full name",
|
|
218
|
+
"kvxE0S": "A verification code was sent to {email}. Please enter it below.",
|
|
219
|
+
"l/Do9/": "All",
|
|
220
|
+
"l1mz5q": "Domain actions",
|
|
221
|
+
"lWAmRC": "{count} roles",
|
|
222
|
+
"lb/AsC": "Your verification token has expired",
|
|
223
|
+
"leodiT": "Set a password to access your account",
|
|
224
|
+
"lzPOKv": "User search",
|
|
225
|
+
"mEkhOO": "You cannot reuse your current password",
|
|
226
|
+
"mjZ9vq": "Error fetching data",
|
|
227
|
+
"moyvr4": "A descriptive name for the API key",
|
|
228
|
+
"nLk5pa": "Email address",
|
|
229
|
+
"nQbe+Y": "Role",
|
|
230
|
+
"nc7fru": "Full name",
|
|
231
|
+
"oF9d2V": "The name is required",
|
|
232
|
+
"oKQ0rm": "Sign out",
|
|
233
|
+
"oLNIQv": "Set up authenticator app",
|
|
234
|
+
"oOwLGt": "Last active",
|
|
235
|
+
"oSINc8": "Resend invite?",
|
|
236
|
+
"onTqlA": "Select all",
|
|
237
|
+
"pcK9ly": "Edit name",
|
|
238
|
+
"q2VEtG": "Only enable the minimum permissions required for your use case.",
|
|
239
|
+
"q3eZjH": "View setup key",
|
|
240
|
+
"qGSR1P": "Remove user",
|
|
241
|
+
"qKBKF7": "An error occurred while disconnecting your account. Please refresh the page and try again.",
|
|
242
|
+
"quvdFp": "Connect",
|
|
243
|
+
"rzvafM": "You cannot update the role for this user as there is only one role available.",
|
|
244
|
+
"s/dQVI": "Authorization error",
|
|
245
|
+
"sT1L78": "Sign out",
|
|
246
|
+
"sfkEFa": "Sign out of all other devices",
|
|
247
|
+
"sy+2x7": "Please save this API key in a secure location. If you lose it, you'll need to generate a new one.",
|
|
248
|
+
"t+CDVJ": "An unexpected error occurred. Check your network connection or try refreshing the page.",
|
|
249
|
+
"t/D0Sf": "You haven't added any verified domains yet.",
|
|
250
|
+
"t73qag": "Resend",
|
|
251
|
+
"tRJt/S": "Sign out",
|
|
252
|
+
"tuCHkH": "Name",
|
|
253
|
+
"ujRDBH": "{appName} uses WorkOS to connect to {integrationName}.",
|
|
254
|
+
"uqn8py": "Enter your current password",
|
|
255
|
+
"uvxVJM": "Disable",
|
|
256
|
+
"v0VmRy": "Name",
|
|
257
|
+
"vMVXQh": "Disconnect",
|
|
258
|
+
"vfwqWf": "Please confirm your new password",
|
|
259
|
+
"vmTW/h": "The SAML response signing certificate expired on {expiryDate}. Users won't be able to sign-in to the application until the certificate is renewed.",
|
|
260
|
+
"vq5724": "Create API key",
|
|
261
|
+
"w3A6MN": "Added recently",
|
|
262
|
+
"wFFCij": "Save your key",
|
|
263
|
+
"wjt0K3": "Done",
|
|
264
|
+
"wpbqFJ": "Scan this QR code to enroll",
|
|
265
|
+
"wrEZ8+": "No users found for query '{query}'",
|
|
266
|
+
"wt2qe9": "Are you sure you want to revoke the invite to {email}? This action is immediate and cannot be undone.",
|
|
267
|
+
"x//BWg": "Sign out of all other devices?",
|
|
268
|
+
"xT9Exy": "The SAML response signing certificate will expire on {expiryDate}. When expired, users won't be able to sign-in.",
|
|
269
|
+
"xZFdkq": "Secure your account with an extra verification step",
|
|
270
|
+
"xgUx3Z": "Copied",
|
|
271
|
+
"xjqT9f": "No permissions match your search",
|
|
272
|
+
"yN72Gc": "Last session {relativeTime}",
|
|
273
|
+
"yXCbRa": "Never",
|
|
274
|
+
"yjbD6m": "Edit roles",
|
|
275
|
+
"yk7ScH": "The domain {domain} will be automatically verified once the following DNS record is detected. Use a tool like {dnsChecker} to check the domain's record for any mistakes.",
|
|
276
|
+
"yyM/+B": "Select the roles to assign to {displayName}",
|
|
277
|
+
"z19aZa": "Password",
|
|
278
|
+
"zG7XDc": "There was an error revoking the invite. Please try again.",
|
|
279
|
+
"zokPvK": "Set a password",
|
|
280
|
+
"zx2oPb": "Removing {domain} will cancel the DNS record verification process. This action is immediate and cannot be undone."
|
|
281
|
+
}
|