mirror of
https://github.com/ente-io/ente.git
synced 2025-08-08 07:28:26 +00:00
[mob] Extract strings
This commit is contained in:
parent
0a6121e1fa
commit
54be847f80
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":
|
||||
MessageLookupByLibrary.simpleMessage("Private sharing"),
|
||||
"proceed": MessageLookupByLibrary.simpleMessage("Proceed"),
|
||||
"processed": MessageLookupByLibrary.simpleMessage("Processed"),
|
||||
"processingImport": m54,
|
||||
"publicLinkCreated":
|
||||
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`
|
||||
String get resetPerson {
|
||||
return Intl.message(
|
||||
|
@ -1380,6 +1380,7 @@
|
||||
"extraPhotosFound": "Extra photos found",
|
||||
"configuration": "Configuration",
|
||||
"localIndexing": "Local indexing",
|
||||
"processed": "Processed",
|
||||
"resetPerson": "Remove",
|
||||
"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",
|
||||
|
@ -480,8 +480,8 @@ class MLStatusWidgetState extends State<MLStatusWidget> {
|
||||
return Column(
|
||||
children: [
|
||||
MenuItemWidget(
|
||||
captionedTextWidget: const CaptionedTextWidget(
|
||||
title: 'Processed',
|
||||
captionedTextWidget: CaptionedTextWidget(
|
||||
title: S.of(context).processed,
|
||||
),
|
||||
trailingWidget: Text(
|
||||
total < 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user