-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathen.dart
339 lines (233 loc) · 8 KB
/
en.dart
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
// Copyright 2024, the Chromium project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
import '../default_localizations.dart';
class EnLocalizations extends FirebaseUILocalizationLabels {
const EnLocalizations();
@override
String get accessDisabledErrorText =>
"Access to this account has been temporarily disabled";
@override
String get arrayLabel => "array";
@override
String get booleanLabel => "Boolean";
@override
String get cancelLabel => "cancel";
@override
String get chooseACountry => "Choose a country";
@override
String get confirmPasswordDoesNotMatchErrorText => "Passwords do not match";
@override
String get confirmPasswordInputLabel => "Confirm password";
@override
String get confirmPasswordIsRequiredErrorText => "Confirm your password";
@override
String get continueText => "Continue";
@override
String get countryCode => "Code";
@override
String get credentialAlreadyInUseErrorText =>
"This provider is associated with a different user account.";
@override
String get deleteAccount => "Delete account";
@override
String get differentMethodsSignInTitleText =>
"Use one of the following methods to sign in";
@override
String get disable => "Disable";
@override
String get eastInitialLabel => "E";
@override
String get emailInputLabel => "Email";
@override
String get emailIsRequiredErrorText => "Email is required";
@override
String get emailLinkSignInButtonLabel => "Sign in with magic link";
@override
String get emailTakenErrorText => "An account with this email already exists";
@override
String get enable => "Enable";
@override
String get enableMoreSignInMethods => "Enable more sign-in methods";
@override
String get enterSMSCodeText => "Enter SMS code";
@override
String get findProviderForEmailTitleText => "Enter your email to continue";
@override
String get forgotPasswordButtonLabel => "Forgotten password?";
@override
String get forgotPasswordHintText =>
"Provide your email and we will send you a link to reset your password";
@override
String get forgotPasswordViewTitle => "Forgotten password";
@override
String get geopointLabel => "geopoint";
@override
String get goBackButtonLabel => "Go back";
@override
String get invalidCountryCode => "Invalid code";
@override
String get isNotAValidEmailErrorText => "Provide a valid email";
@override
String get latitudeLabel => "latitude";
@override
String get linkEmailButtonText => "Next";
@override
String get longitudeLabel => "longitude";
@override
String get mapLabel => "map";
@override
String get mfaTitle => "2-Step Verification";
@override
String get name => "Name";
@override
String get northInitialLabel => "N";
@override
String get nullLabel => "null";
@override
String get numberLabel => "number";
@override
String get off => "Off";
@override
String get on => "On";
@override
String get passwordInputLabel => "Password";
@override
String get passwordIsRequiredErrorText => "Password is required";
@override
String get passwordResetEmailSentText =>
"We've sent you an email with a link to reset your password. Please check your emails.";
@override
String get phoneInputLabel => "Phone number";
@override
String get phoneNumberInvalidErrorText => "Phone number is invalid";
@override
String get phoneNumberIsRequiredErrorText => "Phone number is required";
@override
String get phoneVerificationViewTitleText => "Enter your phone number";
@override
String get profile => "Profile";
@override
String get provideEmail => "Provide your email and password";
@override
String get referenceLabel => "reference";
@override
String get registerActionText => "Register";
@override
String get registerHintText => "Don't have an account?";
@override
String get registerText => "Register";
@override
String get resetPasswordButtonLabel => "Reset password";
@override
String get sendLinkButtonLabel => "Send magic link";
@override
String get signInActionText => "Sign in";
@override
String get signInHintText => "Already have an account?";
@override
String get signInMethods => "Sign-in methods";
@override
String get signInText => "Sign in";
@override
String get signInWithAppleButtonText => "Sign in with Apple";
@override
String get signInWithEmailLinkSentText =>
"We've sent you an email with a magic link. Check your email and follow the link to sign in";
@override
String get signInWithEmailLinkViewTitleText => "Sign in with magic link";
@override
String get signInWithFacebookButtonText => "Sign in with Facebook";
@override
String get signInWithGoogleButtonText => "Sign in with Google";
@override
String get signInWithPhoneButtonText => "Sign in with phone";
@override
String get signInWithTwitterButtonText => "Sign in with Twitter";
@override
String get signOutButtonText => "Sign out";
@override
String get smsAutoresolutionFailedError =>
"Failed to resolve SMS code automatically. Please enter your code manually";
@override
String get southInitialLabel => "S";
@override
String get stringLabel => "string";
@override
String get timestampLabel => "timestamp";
@override
String get typeLabel => "type";
@override
String get unknownError => "An unknown error occurred";
@override
String get updateLabel => "update";
@override
String get userNotFoundErrorText => "Account doesn't exist";
@override
String get valueLabel => "value";
@override
String get verifyCodeButtonText => "Verify";
@override
String get verifyingSMSCodeText => "Verifying SMS code…";
@override
String get verifyItsYouText => "Verify that it's you";
@override
String get verifyPhoneNumberButtonText => "Next";
@override
String get westInitialLabel => "W";
@override
String get wrongOrNoPasswordErrorText =>
"The password is invalid or the user does not have a password";
@override
String get uploadButtonText => "Upload file";
@override
String get verifyEmailTitle => "Verify your email";
@override
String get verificationEmailSentText =>
"A verification email has been sent to your email address. Please check your email and click on the link to verify your email address.";
@override
String get verificationFailedText =>
"We couldn't verify your email address. ";
@override
String get resendVerificationEmailButtonLabel => "Resend verification email";
@override
String get verificationEmailSentTextShort => "Verification email sent";
@override
String get emailIsNotVerifiedText => "Email is not verified";
@override
String get waitingForEmailVerificationText =>
"Waiting for email verification";
@override
String get dismissButtonLabel => "Dismiss";
@override
String get okButtonLabel => "OK";
@override
String get checkEmailHintText =>
"Please check your email and click the link to verify your email address.";
@override
String get doneButtonLabel => "Done";
@override
String get invalidVerificationCodeErrorText =>
"The code you entered is invalid. Please try again.";
@override
String get ulinkProviderAlertTitle => "Unlink provider";
@override
String get confirmUnlinkButtonLabel => "Unlink";
@override
String get cancelButtonLabel => "Cancel";
@override
String get unlinkProviderAlertMessage =>
"Are you sure you want to unlink this provider?";
@override
String get weakPasswordErrorText =>
"Password should be at least 6 characters";
@override
String get confirmDeleteAccountAlertTitle => "Confirm account deletion";
@override
String get confirmDeleteAccountAlertMessage =>
"Are you sure you want to delete your account?";
@override
String get confirmDeleteAccountButtonLabel => "Yes, delete";
@override
String get sendVerificationEmailLabel => "Send verification email";
}