feat: add setting for auto-lock fix: fix sideswipe
This commit is contained in:
@@ -82,6 +82,9 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get pinRequired => 'PIN Required';
|
||||
|
||||
@override
|
||||
String get autoLockOnExit => 'Auto-lock on phone lock or app exit';
|
||||
|
||||
@override
|
||||
String get changePin => 'Change PIN';
|
||||
|
||||
@@ -219,9 +222,25 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
@override
|
||||
String get edit => 'Edit';
|
||||
|
||||
@override
|
||||
String get editTab => 'Edit tab';
|
||||
|
||||
@override
|
||||
String get close => 'Close';
|
||||
|
||||
@override
|
||||
String get deleteTab => 'Delete tab?';
|
||||
|
||||
@override
|
||||
String get deleteTabDescription =>
|
||||
'This will permanently delete the tab and return all its items to stock.';
|
||||
|
||||
@override
|
||||
String get couldNotRenameTab => 'Could not rename tab.';
|
||||
|
||||
@override
|
||||
String get couldNotDeleteTab => 'Could not delete tab.';
|
||||
|
||||
@override
|
||||
String tabItemSummary(int count, String total) {
|
||||
String _temp0 = intl.Intl.pluralLogic(
|
||||
|
||||
Reference in New Issue
Block a user