l10n fixes (#967)
This commit is contained in:
commit
eb3f81dd4c
3 changed files with 8 additions and 8 deletions
|
@ -612,7 +612,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
MessageLookupByLibrary.simpleMessage("Invalid email address"),
|
||||
"invalidKey": MessageLookupByLibrary.simpleMessage("Invalid key"),
|
||||
"invalidRecoveryKey": MessageLookupByLibrary.simpleMessage(
|
||||
"The recovery key you entered is not valid. Please make sure it "),
|
||||
"The recovery key you entered is not valid. Please make sure it contains 24 words, and check the spelling of each.\n\nIf you entered an older recovery code, make sure it is 64 characters long, and check each of them."),
|
||||
"invite": MessageLookupByLibrary.simpleMessage("Invite"),
|
||||
"inviteToEnte": MessageLookupByLibrary.simpleMessage("Invite to ente"),
|
||||
"inviteYourFriends":
|
||||
|
@ -835,7 +835,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"recoverySuccessful":
|
||||
MessageLookupByLibrary.simpleMessage("Recovery successful!"),
|
||||
"recreatePasswordBody": MessageLookupByLibrary.simpleMessage(
|
||||
"The current device is not powerful enough to verify your "),
|
||||
"The current device is not powerful enough to verify your password, but we can regenerate in a way that works with all devices.\n\nPlease login using your recovery key and regenerate your password (you can use the same one again if you wish)."),
|
||||
"recreatePasswordTitle":
|
||||
MessageLookupByLibrary.simpleMessage("Recreate password"),
|
||||
"reddit": MessageLookupByLibrary.simpleMessage("Reddit"),
|
||||
|
|
|
@ -910,10 +910,10 @@ class S {
|
|||
);
|
||||
}
|
||||
|
||||
/// `The current device is not powerful enough to verify your `
|
||||
/// `The current device is not powerful enough to verify your password, but we can regenerate in a way that works with all devices.\n\nPlease login using your recovery key and regenerate your password (you can use the same one again if you wish).`
|
||||
String get recreatePasswordBody {
|
||||
return Intl.message(
|
||||
'The current device is not powerful enough to verify your ',
|
||||
'The current device is not powerful enough to verify your password, but we can regenerate in a way that works with all devices.\n\nPlease login using your recovery key and regenerate your password (you can use the same one again if you wish).',
|
||||
name: 'recreatePasswordBody',
|
||||
desc: '',
|
||||
args: [],
|
||||
|
@ -1190,10 +1190,10 @@ class S {
|
|||
);
|
||||
}
|
||||
|
||||
/// `The recovery key you entered is not valid. Please make sure it `
|
||||
/// `The recovery key you entered is not valid. Please make sure it contains 24 words, and check the spelling of each.\n\nIf you entered an older recovery code, make sure it is 64 characters long, and check each of them.`
|
||||
String get invalidRecoveryKey {
|
||||
return Intl.message(
|
||||
'The recovery key you entered is not valid. Please make sure it ',
|
||||
'The recovery key you entered is not valid. Please make sure it contains 24 words, and check the spelling of each.\n\nIf you entered an older recovery code, make sure it is 64 characters long, and check each of them.',
|
||||
name: 'invalidRecoveryKey',
|
||||
desc: '',
|
||||
args: [],
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
"pleaseTryAgain": "Please try again",
|
||||
"recreatePasswordTitle": "Recreate password",
|
||||
"useRecoveryKey": "Use recovery key",
|
||||
"recreatePasswordBody": "The current device is not powerful enough to verify your ",
|
||||
"recreatePasswordBody": "The current device is not powerful enough to verify your password, but we can regenerate in a way that works with all devices.\n\nPlease login using your recovery key and regenerate your password (you can use the same one again if you wish).",
|
||||
"verifyPassword": "Verify password",
|
||||
"recoveryKey": "Recovery key",
|
||||
"recoveryKeyOnForgotPassword": "If you forget your password, the only way you can recover your data is with this key.",
|
||||
|
@ -133,7 +133,7 @@
|
|||
"verifyingRecoveryKey": "Verifying recovery key...",
|
||||
"recoveryKeyVerified": "Recovery key verified",
|
||||
"recoveryKeySuccessBody": "Great! Your recovery key is valid. Thank you for verifying.\n\nPlease remember to keep your recovery key safely backed up.",
|
||||
"invalidRecoveryKey": "The recovery key you entered is not valid. Please make sure it ",
|
||||
"invalidRecoveryKey": "The recovery key you entered is not valid. Please make sure it contains 24 words, and check the spelling of each.\n\nIf you entered an older recovery code, make sure it is 64 characters long, and check each of them.",
|
||||
"invalidKey": "Invalid key",
|
||||
"tryAgain": "Try again",
|
||||
"viewRecoveryKey": "View recovery key",
|
||||
|
|
Loading…
Add table
Reference in a new issue