feat: add setting for auto-lock fix: fix sideswipe
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
"settingsTitle": "Instellingen",
|
||||
"security": "Beveiliging",
|
||||
"pinRequired": "PIN vereist",
|
||||
"autoLockOnExit": "Automatisch vergrendelen bij telefoonslot of afsluiten",
|
||||
"changePin": "PIN wijzigen",
|
||||
"appearance": "Uiterlijk",
|
||||
"language": "Taal",
|
||||
@@ -71,7 +72,12 @@
|
||||
"selectOrOpenTab": "Selecteer of open een poef",
|
||||
"noOpenTabs": "Geen open poefs",
|
||||
"edit": "Bewerken",
|
||||
"editTab": "Poef bewerken",
|
||||
"close": "Sluiten",
|
||||
"deleteTab": "Poef verwijderen?",
|
||||
"deleteTabDescription": "Deze poef wordt definitief verwijderd en alle items worden terug aan de voorraad toegevoegd.",
|
||||
"couldNotRenameTab": "Poef kon niet worden hernoemd.",
|
||||
"couldNotDeleteTab": "Poef kon niet worden verwijderd.",
|
||||
"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