This commit is contained in:
rang 2026-01-04 17:49:05 +08:00
parent a737365f26
commit 3c3c381f8a
18 changed files with 1266 additions and 1000 deletions

View file

@ -1894,6 +1894,26 @@ class S {
);
}
/// `Download Settings`
String get downloadSettings {
return Intl.message(
'Download Settings',
name: 'downloadSettings',
desc: '',
args: [],
);
}
/// `Customize download settings`
String get downloadSettingsDescription {
return Intl.message(
'Customize download settings',
name: 'downloadSettingsDescription',
desc: '',
args: [],
);
}
/// `Pull to refresh`
String get erDragText {
return Intl.message(