|
1 | 1 | {
|
2 | 2 | "@@locale": "de",
|
3 |
| - "@@last_modified": "2023-08-31T15:49:19.835367", |
| 3 | + "@@last_modified": "2023-09-01T13:12:06.516313", |
4 | 4 | "accessDisabledErrorText": "Der Zugriff auf dieses Konto wurde vorübergehend gesperrt",
|
5 | 5 | "@accessDisabledErrorText": {
|
6 | 6 | "description": "Used as an error message when account is blocked and user tries to perform some actions with the account (e.g. unlinking a credential).",
|
|
428 | 428 | "@uploadButtonText": {
|
429 | 429 | "description": "UploadButton label",
|
430 | 430 | "placeholders": {}
|
| 431 | + }, |
| 432 | + "verifyEmailTitle": "Verify your email", |
| 433 | + "@verifyEmailTitle": { |
| 434 | + "description": "EmailVerificationScreen title", |
| 435 | + "placeholders": {} |
| 436 | + }, |
| 437 | + "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.", |
| 438 | + "@verificationEmailSentText": { |
| 439 | + "description": "Hint text indicating that verification email has been sent", |
| 440 | + "placeholders": {} |
| 441 | + }, |
| 442 | + "verificationFailedText": "We couldn't verify your email address. ", |
| 443 | + "@verificationFailedText": { |
| 444 | + "description": "Message indicating that something went wrong during email verification", |
| 445 | + "placeholders": {} |
| 446 | + }, |
| 447 | + "resendVerificationEmailButtonLabel": "Resend verification email", |
| 448 | + "@resendVerificationEmailButtonLabel": { |
| 449 | + "description": "Button label that suggests to resend verification email", |
| 450 | + "placeholders": {} |
| 451 | + }, |
| 452 | + "verificationEmailSentTextShort": "Verification email sent", |
| 453 | + "@verificationEmailSentTextShort": { |
| 454 | + "description": "Short version of the hint text indicating that verification email has been sent", |
| 455 | + "placeholders": {} |
| 456 | + }, |
| 457 | + "emailIsNotVerifiedText": "Email is not verified", |
| 458 | + "@emailIsNotVerifiedText": { |
| 459 | + "description": "Message indicating that email is not verified", |
| 460 | + "placeholders": {} |
| 461 | + }, |
| 462 | + "waitingForEmailVerificationText": "Waiting for email verification", |
| 463 | + "@waitingForEmailVerificationText": { |
| 464 | + "description": "Message indicating that email is being verified", |
| 465 | + "placeholders": {} |
| 466 | + }, |
| 467 | + "dismissButtonLabel": "Dismiss", |
| 468 | + "@dismiss": { |
| 469 | + "description": "Dissmiss button label", |
| 470 | + "placeholders": {} |
| 471 | + }, |
| 472 | + "okButtonLabel": "OK", |
| 473 | + "@okButtonLabel": { |
| 474 | + "description": "OK button label", |
| 475 | + "placeholders": {} |
| 476 | + }, |
| 477 | + "checkEmailHintText": "Please check your email and click the link to verify your email address.", |
| 478 | + "@checkEmailHintText": { |
| 479 | + "description": "Hint text prompting the user to check email for verification link", |
| 480 | + "placeholders": {} |
| 481 | + }, |
| 482 | + "doneButtonLabel": "Done", |
| 483 | + "@doneButtonLabel": { |
| 484 | + "description": "Done button label", |
| 485 | + "placeholders": {} |
431 | 486 | }
|
432 | 487 | }
|
0 commit comments