feat: add setting for auto-lock fix: fix sideswipe

This commit is contained in:
2026-08-04 01:09:01 +02:00
parent 0997d110d4
commit 812fcc892b
23 changed files with 629 additions and 28 deletions
+6
View File
@@ -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}}",