[mob][photos] Copy
This commit is contained in:
parent
89a61b3bf7
commit
f25f119ca1
3 changed files with 4 additions and 4 deletions
2
mobile/lib/generated/intl/messages_en.dart
generated
2
mobile/lib/generated/intl/messages_en.dart
generated
|
@ -814,7 +814,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||||
MessageLookupByLibrary.simpleMessage("Incorrect recovery key"),
|
MessageLookupByLibrary.simpleMessage("Incorrect recovery key"),
|
||||||
"indexedItems": MessageLookupByLibrary.simpleMessage("Indexed items"),
|
"indexedItems": MessageLookupByLibrary.simpleMessage("Indexed items"),
|
||||||
"indexingIsPaused": MessageLookupByLibrary.simpleMessage(
|
"indexingIsPaused": MessageLookupByLibrary.simpleMessage(
|
||||||
"Indexing is paused. It will automatically resume when device is ready"),
|
"Indexing is paused. It will automatically resume when device is ready."),
|
||||||
"insecureDevice":
|
"insecureDevice":
|
||||||
MessageLookupByLibrary.simpleMessage("Insecure device"),
|
MessageLookupByLibrary.simpleMessage("Insecure device"),
|
||||||
"installManually":
|
"installManually":
|
||||||
|
|
4
mobile/lib/generated/l10n.dart
generated
4
mobile/lib/generated/l10n.dart
generated
|
@ -8794,10 +8794,10 @@ class S {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// `Indexing is paused. It will automatically resume when device is ready`
|
/// `Indexing is paused. It will automatically resume when device is ready.`
|
||||||
String get indexingIsPaused {
|
String get indexingIsPaused {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
'Indexing is paused. It will automatically resume when device is ready',
|
'Indexing is paused. It will automatically resume when device is ready.',
|
||||||
name: 'indexingIsPaused',
|
name: 'indexingIsPaused',
|
||||||
desc: '',
|
desc: '',
|
||||||
args: [],
|
args: [],
|
||||||
|
|
|
@ -1236,5 +1236,5 @@
|
||||||
"faceRecognitionIndexingDescription": "Please note that this will result in a higher bandwidth and battery usage until all items are indexed.",
|
"faceRecognitionIndexingDescription": "Please note that this will result in a higher bandwidth and battery usage until all items are indexed.",
|
||||||
"foundFaces": "Found faces",
|
"foundFaces": "Found faces",
|
||||||
"clusteringProgress": "Clustering progress",
|
"clusteringProgress": "Clustering progress",
|
||||||
"indexingIsPaused": "Indexing is paused. It will automatically resume when device is ready"
|
"indexingIsPaused": "Indexing is paused. It will automatically resume when device is ready."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue