profile improvements, aliases feature
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
"email": {
|
||||
".": "E-Mail Adresse",
|
||||
"invalid": "ungültige E-Mail Adresse",
|
||||
"primary": "primäre E-Mail Adresse"
|
||||
"primary": {
|
||||
".": "primäre E-Mail Adresse",
|
||||
"hint": "Eine primäre E-Mail Adresse dient dazu eine andere Kontaktmöglichkeit als deine we.bstly Adresse anzugeben."
|
||||
}
|
||||
},
|
||||
"greet": "Hallo {0}",
|
||||
"help": "Hilfe",
|
||||
@@ -91,12 +94,38 @@
|
||||
"create": "Neues Profilfeld hinzufügen",
|
||||
"delete": "Löschen",
|
||||
"edit": "Bearbeiten",
|
||||
"error": {
|
||||
"BLOB": {
|
||||
".": "Kein gültiger Binärblob"
|
||||
},
|
||||
"BOOL": {
|
||||
".": "Kein gültiger Boolean"
|
||||
},
|
||||
"DATE": {
|
||||
".": "Kein gültiges Datum"
|
||||
},
|
||||
"EMAIL": {
|
||||
".": "Keine gültige E-Mail Adresse"
|
||||
},
|
||||
"name": "Name zu kurz oder ungültig",
|
||||
"NUMBER": {
|
||||
".": "Keine gültige Nummer"
|
||||
},
|
||||
"TEXT": {
|
||||
".": "Textfeld zu lang"
|
||||
},
|
||||
"type": "Ungültiger Typ für dieses Profilfeld",
|
||||
"URL": {
|
||||
".": "Keine gültige URL"
|
||||
},
|
||||
"visibility": "Keine gültige Sichtbarkeit für Profilfeld"
|
||||
},
|
||||
"index": "Index",
|
||||
"name": {
|
||||
".": "Key",
|
||||
"darkTheme" : "Dunkles Thema",
|
||||
"darkTheme": "Dunkles Thema",
|
||||
"email": "E-Mail Adresse",
|
||||
"locale" : "Sprache",
|
||||
"locale": "Sprache",
|
||||
"primaryEmail": "E-Mail Adresse primär verwenden",
|
||||
"prtyMap": "Partey Karte",
|
||||
"publicKey": "Öffentlicher PGP Schlüssel"
|
||||
@@ -126,19 +155,7 @@
|
||||
".": "URL"
|
||||
}
|
||||
},
|
||||
"value": "Wert",
|
||||
"visibility": {
|
||||
".": "Sichtbarkeit",
|
||||
"PRIVATE": {
|
||||
".": "Privat"
|
||||
},
|
||||
"PROTECTED": {
|
||||
".": "Geschützt"
|
||||
},
|
||||
"PUBLIC": {
|
||||
".": "Öffentlich"
|
||||
}
|
||||
}
|
||||
"value": "Wert"
|
||||
},
|
||||
"quotas": {
|
||||
".": "Quotas",
|
||||
@@ -182,7 +199,7 @@
|
||||
},
|
||||
"status": {
|
||||
".": "Status",
|
||||
"change" : "Status aktualisieren",
|
||||
"change": "Status aktualisieren",
|
||||
"hint": "Dein User Status gibt an, wie mit deinen Account Daten umgegangen wird wenn deine Berechtigungen ausgelaufen sind.",
|
||||
"NORMAL": {
|
||||
".": "Normal",
|
||||
@@ -196,7 +213,7 @@
|
||||
".": "Schlafen",
|
||||
"hint": "Dein Account sowie alle gespeicherten Daten werden nicht(!) gelöscht. Du kannst deinen Account also jederzeit wieder reaktivieren."
|
||||
},
|
||||
"success" : "Status erfolgreich geändert"
|
||||
"success": "Status erfolgreich geändert"
|
||||
}
|
||||
},
|
||||
"service-unavailable": {
|
||||
@@ -207,6 +224,13 @@
|
||||
},
|
||||
"services": {
|
||||
".": "Dienste",
|
||||
"alias_creation": {
|
||||
"icon": "alternate_email",
|
||||
"subtitle": "Anlegen von alternativen Namen",
|
||||
"text": "Du kannst zusätzlich zu deinem Usernamen noch alternative Namen anlegen.",
|
||||
"title": "Alternative Namen"
|
||||
},
|
||||
"empty": "Du hast aktuell keine Berechtigungen zur Nutzung von Diensten.",
|
||||
"gitea": {
|
||||
"icon": "code",
|
||||
"subtitle": "Git-Repositories",
|
||||
@@ -284,6 +308,17 @@
|
||||
},
|
||||
"user": {
|
||||
".": "User",
|
||||
"aliases": {
|
||||
".": "Alternative Namen",
|
||||
"alias": "Alternativer Name",
|
||||
"confirmDelete": "Möchtest du wirklich den alternativen Namen '{0}' löschen?",
|
||||
"create": "Alternativen Namen anlegen",
|
||||
"delete": "Löschen",
|
||||
"error": "Dieser alternative Name ist leider nicht zulässig.",
|
||||
"info": "Du kannst hier alternative Namen erstellen. Die Anzahl wird über eine Quota begrenzt.",
|
||||
"left": "Du kannst noch {0} alternative(n) Namen anlegen.",
|
||||
"noQuota": "Deine Quota für alternative Namen ist leider aufgebraucht."
|
||||
},
|
||||
"unavailable": {
|
||||
".": "Zugriff verweigert",
|
||||
"text": "Dieser Benutzer existiert nicht oder du hast keine Berechtigungen, um auf das Profil zuzugreifen."
|
||||
@@ -294,6 +329,21 @@
|
||||
"error": "Bitte wähle einen anderen Usernamen aus.",
|
||||
"missing": "Bitte gebe einen Usernamen an."
|
||||
},
|
||||
"visibility": {
|
||||
".": "Sichtbarkeit",
|
||||
"PRIVATE": {
|
||||
".": "Privat",
|
||||
"icon" : "lock"
|
||||
},
|
||||
"PROTECTED": {
|
||||
".": "Geschützt",
|
||||
"icon" : "shield"
|
||||
},
|
||||
"PUBLIC": {
|
||||
".": "Öffentlich",
|
||||
"icon" : "public"
|
||||
}
|
||||
},
|
||||
"voucher": {
|
||||
".": "Gutscheincode",
|
||||
"code": "Code",
|
||||
|
||||
+68
-18
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user