mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2026-01-31 13:25:10 +01:00
chore: Update l10n (#1039)
This commit is contained in:
@@ -404,7 +404,7 @@ abstract class AppLocalizations {
|
||||
/// No description provided for @compactDatabaseContent.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Database size: {size}\n\nThis will rebuild the whole database to reduce file size.'**
|
||||
/// **'Database size: {size}\n\nThis will reorganize the database to reduce file size. No data will be deleted.'**
|
||||
String compactDatabaseContent(Object size);
|
||||
|
||||
/// No description provided for @confirm.
|
||||
|
||||
@@ -166,7 +166,7 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String compactDatabaseContent(Object size) {
|
||||
return 'Database size: $size\n\nThis will rebuild the whole database to reduce file size.';
|
||||
return 'Database size: $size\n\nThis will reorganize the database to reduce file size. No data will be deleted.';
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user