mobile optimisations - add mobile mode toggle button to left menu (WIP)

This commit is contained in:
Daniel Spaude
2022-12-29 19:14:05 +01:00
parent 225086bf56
commit 0b9fe01d4e
8 changed files with 63 additions and 33 deletions

View File

@@ -515,6 +515,12 @@
"orgCreator": "Creator can create new projects and access any invited project.",
"orgViewer": "Viewer is not allowed to create new projects but they can access any invited project."
},
"codeScanner": {
"loadingScanner": "Loading the scanner...",
"selectColumn": "Please select a column",
"moreThanOneRowFoundForCode": "More than one row found for this code. Currently only unique codes are supported.",
"noRowFoundForCode": "No row found for this code for the selected column"
},
"footerInfo": "Rows per page",
"upload": "Select file to Upload",
"upload_sub": "or drag and drop file",