mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
[mob] Extract strings
This commit is contained in:
1
mobile/lib/generated/intl/messages_en.dart
generated
1
mobile/lib/generated/intl/messages_en.dart
generated
@@ -1377,6 +1377,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||||||
"privateSharing":
|
"privateSharing":
|
||||||
MessageLookupByLibrary.simpleMessage("Private sharing"),
|
MessageLookupByLibrary.simpleMessage("Private sharing"),
|
||||||
"proceed": MessageLookupByLibrary.simpleMessage("Proceed"),
|
"proceed": MessageLookupByLibrary.simpleMessage("Proceed"),
|
||||||
|
"processed": MessageLookupByLibrary.simpleMessage("Processed"),
|
||||||
"processingImport": m54,
|
"processingImport": m54,
|
||||||
"publicLinkCreated":
|
"publicLinkCreated":
|
||||||
MessageLookupByLibrary.simpleMessage("Public link created"),
|
MessageLookupByLibrary.simpleMessage("Public link created"),
|
||||||
|
10
mobile/lib/generated/l10n.dart
generated
10
mobile/lib/generated/l10n.dart
generated
@@ -10007,6 +10007,16 @@ class S {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// `Processed`
|
||||||
|
String get processed {
|
||||||
|
return Intl.message(
|
||||||
|
'Processed',
|
||||||
|
name: 'processed',
|
||||||
|
desc: '',
|
||||||
|
args: [],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
/// `Remove`
|
/// `Remove`
|
||||||
String get resetPerson {
|
String get resetPerson {
|
||||||
return Intl.message(
|
return Intl.message(
|
||||||
|
@@ -1380,6 +1380,7 @@
|
|||||||
"extraPhotosFound": "Extra photos found",
|
"extraPhotosFound": "Extra photos found",
|
||||||
"configuration": "Configuration",
|
"configuration": "Configuration",
|
||||||
"localIndexing": "Local indexing",
|
"localIndexing": "Local indexing",
|
||||||
|
"processed": "Processed",
|
||||||
"resetPerson": "Remove",
|
"resetPerson": "Remove",
|
||||||
"areYouSureYouWantToResetThisPerson": "Are you sure you want to reset this person?",
|
"areYouSureYouWantToResetThisPerson": "Are you sure you want to reset this person?",
|
||||||
"allPersonGroupingWillReset": "All groupings for this person will be reset, and you will lose all suggestions made for this person",
|
"allPersonGroupingWillReset": "All groupings for this person will be reset, and you will lose all suggestions made for this person",
|
||||||
|
@@ -480,8 +480,8 @@ class MLStatusWidgetState extends State<MLStatusWidget> {
|
|||||||
return Column(
|
return Column(
|
||||||
children: [
|
children: [
|
||||||
MenuItemWidget(
|
MenuItemWidget(
|
||||||
captionedTextWidget: const CaptionedTextWidget(
|
captionedTextWidget: CaptionedTextWidget(
|
||||||
title: 'Processed',
|
title: S.of(context).processed,
|
||||||
),
|
),
|
||||||
trailingWidget: Text(
|
trailingWidget: Text(
|
||||||
total < 1
|
total < 1
|
||||||
|
Reference in New Issue
Block a user