profile improvements, aliases feature

This commit is contained in:
_Bastler
2021-03-30 15:14:07 +02:00
parent 35411505f8
commit 40ade2ca06
27 changed files with 561 additions and 92 deletions
+68 -18
View File
@@ -7,7 +7,10 @@
"email": {
".": "Email address",
"invalid": "invalid email address",
"primary": "primary email address"
"primary": {
".": "primary email address",
"hint": "A primary email address is used for contact you instead of you we.bstly address."
}
},
"greet": "Hello {0}",
"help": "Help",
@@ -91,12 +94,38 @@
"create": "Add new profile field",
"delete": "Delete",
"edit": "Edit",
"error": {
"BLOB": {
".": "Invalid binary blob"
},
"BOOL": {
".": "Invalid boolean"
},
"DATE": {
".": "Invalid date"
},
"EMAIL": {
".": "Invalid email address"
},
"name": "name invalid or too short",
"NUMBER": {
".": "Invalid numeric"
},
"TEXT": {
".": "Text too long"
},
"type": "Invalid type for this profile field",
"URL": {
".": "Invalid URL"
},
"visibility": "Invalid visibility for profile field"
},
"index": "Index",
"name": {
".": "Key",
"darkTheme" : "Dark Theme",
"darkTheme": "Dark Theme",
"email": "Email address",
"locale" : "Locale",
"locale": "Locale",
"primaryEmail": "Use email address primary",
"prtyMap": "Partey map",
"publicKey": "Public PGP key"
@@ -126,19 +155,7 @@
".": "URL"
}
},
"value": "Value",
"visibility": {
".": "Visibility",
"PRIVATE": {
".": "Private"
},
"PROTECTED": {
".": "Protected"
},
"PUBLIC": {
".": "Public"
}
}
"value": "Value"
},
"quotas": {
".": "Quotas",
@@ -182,7 +199,7 @@
},
"status": {
".": "Status",
"change" : "Change status",
"change": "Change status",
"hint": "You Account Status controls the handling of your account data after all permissions expired.",
"NORMAL": {
".": "Normal",
@@ -196,7 +213,7 @@
".": "Sleep",
"hint": "Your account and all your data will not(!) be deleted. So you have reactivate your account anytime."
},
"success" : "Status successfully changed"
"success": "Status successfully changed"
}
},
"service-unavailable": {
@@ -207,6 +224,13 @@
},
"services": {
".": "Services",
"alias_creation": {
"icon": "alternate_email",
"subtitle": "Creation of Aliases",
"text": "You can add additional aliases besides your username.",
"title": "Aliases"
},
"empty" : "You have insufficient permissions to use any services.",
"gitea": {
"icon": "code",
"subtitle": "Git-Repositories",
@@ -284,6 +308,17 @@
},
"user": {
".": "User",
"aliases": {
".": "Aliases",
"alias": "Alias",
"confirmDelete": "Are you sure you want to delete your alias '{0}'?",
"create": "Add Alias",
"delete": "Delete",
"error": "This alias is invalid.",
"info": "You can add Aliases here. The number is limited due to a quota.",
"left": "You have {0} Alias(es) left.",
"noQuota": "Your quota for Aliases is depleted."
},
"unavailable": {
".": "Access denied",
"text": "The provided user does not exists or you have insufficient privileges to access profile."
@@ -294,6 +329,21 @@
"error": "Please choose a different username.",
"missing": "Please enter a valid username."
},
"visibility": {
".": "Visibility",
"PRIVATE": {
".": "Private",
"icon" : "lock"
},
"PROTECTED": {
".": "Protected",
"icon" : "shield"
},
"PUBLIC": {
".": "Public",
"icon" : "public"
}
},
"voucher": {
".": "Voucher",
"code": "Code",