feat: add admin page

This commit is contained in:
2026-08-07 03:09:59 +02:00
parent 2c734493cf
commit 1dd7e69aa8
19 changed files with 891 additions and 65 deletions
+17
View File
@@ -11,6 +11,13 @@
"refresh": "Refresh",
"settings": "Settings",
"logout": "Logout",
"admin": "Admin",
"adminDescription": "Restricted tools for managing products and importing names.",
"adminTools": "Admin tools",
"importData": "Import",
"importNames": "Import names",
"importNamesDescription": "Prepare a list of names to use as tabs later.",
"importPlaceholder": "Importing names will be available here later.",
"openOrSelectTab": "Open or select a tab first.",
"openNewTab": "Open new tab",
"customerGroupName": "Customer / group name",
@@ -28,6 +35,12 @@
"pinRequired": "PIN Required",
"autoLockOnExit": "Auto-lock on phone lock or app exit",
"changePin": "Change PIN",
"adminPin": "Admin PIN",
"adminPinConfigured": "Configured",
"adminPinNotSet": "Not set",
"setAdminPin": "Set admin PIN",
"enterCurrentAdminPin": "Enter current admin PIN",
"enterNewAdminPin": "Enter new admin PIN",
"appearance": "Appearance",
"language": "Language",
"languageSystem": "System default",
@@ -93,6 +106,10 @@
"enterPinSubtitle": "Youll use this to unlock the app",
"confirmPinSubtitle": "Enter the same PIN again",
"createPin": "Create a PIN",
"enterAdminPin": "Enter admin PIN",
"createAdminPin": "Create admin PIN",
"confirmAdminPin": "Confirm admin PIN",
"adminPinSubtitle": "Youll use this to access admin tools",
"pinsDidNotMatch": "PINs didnt match. Try again.",
"somethingWentWrong": "Something went wrong.",
"incorrectPin": "Incorrect PIN.",