Update README and refine UI elements and localization

This commit introduces updates to the README file, specifically focusing on authentication emails. Minor UI adjustments have been made to various layout spacings and image attributes in some pages for better design consistency. Localization has also been improved by introducing translation keys for error and not-found pages in the common JSON file.
This commit is contained in:
giancarlo
2024-04-19 17:14:43 +08:00
parent 92f0ba4dd5
commit cc80b26117
9 changed files with 27 additions and 30 deletions

View File

@@ -48,18 +48,14 @@
"signedInAs": "Signed in as",
"pageOfPages": "Page {{page}} of {{total}}",
"noData": "No data available",
"pageNotFoundHeading": "Ouch! :|",
"errorPageHeading": "Ouch! :|",
"roles": {
"owner": {
"label": "Owner",
"description": "Can change any setting, invite new members and manage billing"
},
"admin": {
"label": "Admin",
"description": "Can change some settings, invite members, perform disruptive actions"
"label": "Owner"
},
"member": {
"label": "Member",
"description": "Cannot invite members or change settings"
"label": "Member"
}
}
}