feat: add setting for auto-lock fix: fix sideswipe
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
"settingsTitle": "Settings",
|
||||
"security": "Security",
|
||||
"pinRequired": "PIN Required",
|
||||
"autoLockOnExit": "Auto-lock on phone lock or app exit",
|
||||
"changePin": "Change PIN",
|
||||
"appearance": "Appearance",
|
||||
"language": "Language",
|
||||
@@ -71,7 +72,12 @@
|
||||
"selectOrOpenTab": "Select or open a tab",
|
||||
"noOpenTabs": "No open tabs",
|
||||
"edit": "Edit",
|
||||
"editTab": "Edit tab",
|
||||
"close": "Close",
|
||||
"deleteTab": "Delete tab?",
|
||||
"deleteTabDescription": "This will permanently delete the tab and return all its items to stock.",
|
||||
"couldNotRenameTab": "Could not rename tab.",
|
||||
"couldNotDeleteTab": "Could not delete tab.",
|
||||
"tabItemSummary": "{count, plural, =1 {1 item - {total}} other {{count} items - {total}}}",
|
||||
"@tabItemSummary": {"placeholders": {"count": {"type": "int"}, "total": {"type": "String"}}},
|
||||
"tabItemCount": "{count, plural, =1 {1 item} other {{count} items}}",
|
||||
|
||||
Reference in New Issue
Block a user