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.
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 46 KiB |
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 21 KiB |
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||