normalize common database errors

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-01-17 17:36:35 +01:00
parent 5ac99ee556
commit 87451560e3
13 changed files with 200 additions and 68 deletions

View File

@@ -211,7 +211,9 @@
"mandatory_encryption": "Mandatory encryption",
"name_invalid": "The specified username is not valid, the following characters are allowed: a-zA-Z0-9-_.~",
"associations": "Associations",
"template_placeholders": "The following placeholders are supported"
"template_placeholders": "The following placeholders are supported",
"duplicated_username": "The specified username already exists",
"duplicated_name": "The specified name already exists"
},
"fs": {
"view_file": "View file \"{{- path}}\"",