chore(mobile): update locals

This commit is contained in:
Prateek Sunal
2024-06-12 19:55:57 +05:30
parent 77715e4d05
commit 9053717699
3 changed files with 4 additions and 4 deletions

View File

@@ -1216,7 +1216,7 @@ class MessageLookup extends MessageLookupByLibrary {
MessageLookupByLibrary.simpleMessage(
"Save your recovery key if you haven\'t already"),
"saving": MessageLookupByLibrary.simpleMessage("Saving..."),
"savingEdits": MessageLookupByLibrary.simpleMessage("Saving Edits!"),
"savingEdits": MessageLookupByLibrary.simpleMessage("Saving Edits..."),
"scanCode": MessageLookupByLibrary.simpleMessage("Scan code"),
"scanThisBarcodeWithnyourAuthenticatorApp":
MessageLookupByLibrary.simpleMessage(

View File

@@ -8774,10 +8774,10 @@ class S {
);
}
/// `Saving Edits!`
/// `Saving Edits...`
String get savingEdits {
return Intl.message(
'Saving Edits!',
'Saving Edits...',
name: 'savingEdits',
desc: '',
args: [],

View File

@@ -1234,7 +1234,7 @@
"castIPMismatchTitle": "Failed to cast album",
"castIPMismatchBody": "Please make sure you are on the same network as the TV.",
"pairingComplete": "Pairing complete",
"savingEdits": "Saving Edits!",
"savingEdits": "Saving Edits...",
"autoPair": "Auto pair",
"pairWithPin": "Pair with PIN",
"faceRecognition": "Face recognition",