-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathen.arb
More file actions
297 lines (297 loc) · 8.39 KB
/
Copy pathen.arb
File metadata and controls
297 lines (297 loc) · 8.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
{
"@@locale": "en",
"aLengthOfBetweenMINAndMAX": "a length of between {min} and {max}",
"@aLengthOfBetweenMINAndMAX": {
"placeholders": {
"min": {
"type": "int"
},
"max": {
"type": "int"
}
}
},
"aLengthOfMINOrGreater": "a length of {min} or greater",
"@aLengthOfMINOrGreater": {
"placeholders": {
"min": {
"type": "int"
}
}
},
"aLowercaseLetter": "a LOWERCASE letter",
"aNumber": "a NUMBER",
"aSpecialCharacter": "a SPECIAL CHARACTER ({chars})",
"@aSpecialCharacter": {
"placeholders": {
"chars": {
"type": "String"
}
}
},
"abandoned": "abandoned",
"actionNotTimely": "Awaited user action not completed in required timeframe",
"active": "active",
"addAccount": "Add account",
"addDomain": "Add domain",
"addEmailAddress": "Add email address",
"addPhoneNumber": "Add phone number",
"alreadyHaveAnAccount": "Already have an account?",
"anUppercaseLetter": "an UPPERCASE letter",
"and": "and",
"areYouSure": "Are you sure?",
"authenticatorApp": "authenticator app",
"automaticInvitation": "Automatic invitation",
"automaticSuggestion": "Automatic suggestion",
"backupCode": "backup code",
"cancel": "Cancel",
"cannotDeleteSelf": "You are not authorized to delete your user",
"clickOnTheLinkThatSBeenSentToAndThenCheckBackHere": "Click on the link that‘s been sent to {identifier} and then check back here",
"@clickOnTheLinkThatSBeenSentToAndThenCheckBackHere": {
"placeholders": {
"identifier": {
"type": "String"
}
}
},
"complete": "complete",
"connectAccount": "Connect account",
"connectedAccounts": "Connected accounts",
"cont": "Continue",
"createOrganization": "Create organization",
"didntReceiveCode": "Didn't receive the code?",
"domainName": "Domain name",
"dontHaveAnAccount": "Don’t have an account?",
"edit": "edit",
"emailAddress": "email address",
"emailAddressConcise": "email",
"enrollment": "Enrollment",
"enrollmentMode": "Enrollment mode:",
"enterCodeSentTo": "Enter code sent to {identifier}",
"@enterCodeSentTo": {
"placeholders": {
"identifier": {
"type": "String"
}
}
},
"enterTheCodeSentTo": "Enter the code sent to {identifier}",
"@enterTheCodeSentTo": {
"placeholders": {
"identifier": {
"type": "String"
}
}
},
"enterTheCodeSentToYou": "Enter the code sent to you",
"expired": "expired",
"failed": "failed",
"firstName": "first name",
"forgottenPassword": "Forgotten password?",
"generalDetails": "General details",
"invalidEmailAddress": "Invalid email address: {address}",
"@invalidEmailAddress": {
"placeholders": {
"address": {
"type": "String"
}
}
},
"invalidPhoneNumber": "Invalid phone number: {number}",
"@invalidPhoneNumber": {
"placeholders": {
"number": {
"type": "String"
}
}
},
"join": "JOIN",
"jwtPoorlyFormatted": "JWT poorly formatted: {arg}",
"@jwtPoorlyFormatted": {
"placeholders": {
"arg": {
"type": "String"
}
}
},
"lastName": "last name",
"leave": "Leave",
"leaveOrg": "Leave {organization}",
"@leaveOrg": {
"placeholders": {
"organization": {
"type": "String"
}
}
},
"leaveOrganization": "Leave organization",
"loading": "Loading…",
"logo": "Logo",
"manualInvitation": "Manual invitation",
"missingRequirements": "missing requirements",
"name": "Name",
"needsFirstFactor": "needs first factor",
"needsIdentifier": "needs identifier",
"needsSecondFactor": "needs second factor",
"newPassword": "New password",
"newPasswordConfirmation": "Confirm new password",
"noAssociatedCodeRetrievalMethod": "No code retrieval method associated with {arg}",
"@noAssociatedCodeRetrievalMethod": {
"placeholders": {
"arg": {
"type": "String"
}
}
},
"noAssociatedStrategy": "No strategy associated with {arg}",
"@noAssociatedStrategy": {
"placeholders": {
"arg": {
"type": "String"
}
}
},
"noSessionFoundForUser": "No session found for {arg}",
"@noSessionFoundForUser": {
"placeholders": {
"arg": {
"type": "String"
}
}
},
"noSessionTokenRetrieved": "No session token retrieved",
"noStageForStatus": "No stage for {arg}",
"@noStageForStatus": {
"placeholders": {
"arg": {
"type": "String"
}
}
},
"noSuchFirstFactorStrategy": "Strategy {arg} not supported for first factor",
"@noSuchFirstFactorStrategy": {
"placeholders": {
"arg": {
"type": "String"
}
}
},
"noSuchSecondFactorStrategy": "Strategy {arg} not supported for second factor",
"@noSuchSecondFactorStrategy": {
"placeholders": {
"arg": {
"type": "String"
}
}
},
"noTranslationFor": "No translation for {name}",
"@noTranslationFor": {
"placeholders": {
"name": {
"type": "String"
}
}
},
"ok": "OK",
"optional": "(optional)",
"or": "or",
"organizationProfile": "Organization profile",
"organizations": "Organizations",
"passkey": "passkey",
"password": "Password",
"passwordAndPasswordConfirmationMustMatch": "Password and password confirmation must match",
"passwordConfirmation": "confirm password",
"passwordMatchError": "Password and password confirmation must match",
"passwordMustBeSupplied": "A password must be supplied",
"passwordRequires": "Password requires:",
"pending": "pending",
"personalAccount": "Personal account",
"phoneNumber": "phone number",
"phoneNumberConcise": "phone",
"pleaseChooseAnAccountToConnect": "Please choose an account to connect",
"pleaseEnterYourIdentifier": "Please enter your identifier",
"primary": "PRIMARY",
"problemsConnecting": "We are having problems connecting",
"profile": "Profile",
"profileDetails": "Profile details",
"recommendSize": "Recommend size 1:1, up to 5MB.",
"requiredField": "(required)",
"resend": "Resend",
"resetFailed": "That password reset attempt failed. A new code has been sent.",
"resetPassword": "Reset password and sign in",
"selectAccount": "Select the account with which you wish to continue",
"sendMeTheCode": "Send me the reset code",
"signIn": "Sign in",
"signInByClickingALinkSentToYouByEmail": "Sign in by clicking a link sent to you by email",
"signInByEnteringACodeSentToYouByEmail": "Sign in by entering a code sent to you by email",
"signInByEnteringACodeSentToYouByTextMessage": "Sign in by entering a code sent to you by text message",
"signInError": "Unsupported sign in attempt: {arg}",
"@signInError": {
"placeholders": {
"arg": {
"type": "String"
}
}
},
"signInTo": "Sign in to {name}",
"@signInTo": {
"placeholders": {
"name": {
"type": "String"
}
}
},
"signOut": "Sign out",
"signOutIdentifier": "Sign out {identifier}",
"@signOutIdentifier": {
"placeholders": {
"identifier": {
"type": "String"
}
}
},
"signOutOfAllAccounts": "Sign out of all accounts",
"signUp": "Sign up",
"signUpTo": "Sign up to {name}",
"@signUpTo": {
"placeholders": {
"name": {
"type": "String"
}
}
},
"slugUrl": "Slug URL",
"switchTo": "Switch to",
"transferable": "transferable",
"typeTypeInvalid": "Type '{type}' is invalid",
"@typeTypeInvalid": {
"placeholders": {
"type": {
"type": "String"
}
}
},
"unsupportedPasswordResetStrategy": "Unsupported password reset strategy: {arg}",
"@unsupportedPasswordResetStrategy": {
"placeholders": {
"arg": {
"type": "String"
}
}
},
"unverified": "unverified",
"username": "username",
"verificationEmailAddress": "Email address verification",
"verificationPhoneNumber": "Phone number verification",
"verified": "verified",
"verifiedDomains": "Verified domains",
"verifyYourEmailAddress": "Verify your email address",
"verifyYourPhoneNumber": "Verify your phone number",
"viaAutomaticInvitation": "via automatic invitation",
"viaAutomaticSuggestion": "via automatic suggestion",
"viaManualInvitation": "via manual invitation",
"web3Wallet": "web3 wallet",
"welcomeBackPleaseSignInToContinue": "Welcome back! Please sign in to continue",
"welcomePleaseFillInTheDetailsToGetStarted": "Welcome! Please fill in the details to get started",
"youNeedToAdd": "You need to add:"
}