feat: add admin page
This commit is contained in:
@@ -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": "You’ll 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": "You’ll use this to access admin tools",
|
||||
"pinsDidNotMatch": "PINs didn’t match. Try again.",
|
||||
"somethingWentWrong": "Something went wrong.",
|
||||
"incorrectPin": "Incorrect PIN.",
|
||||
|
||||
Reference in New Issue
Block a user