add domain feature
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"account": "Account",
|
||||
"account": {
|
||||
".": "Account",
|
||||
"advanced": {
|
||||
".": "Erweitert"
|
||||
}
|
||||
},
|
||||
"cancel": "Abbrechen",
|
||||
"close": "Schließen",
|
||||
"confirm": "Bestätigen",
|
||||
@@ -315,10 +320,25 @@
|
||||
"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.",
|
||||
"info": "Du kannst hier alternative Namen anlegen. 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."
|
||||
},
|
||||
"domains": {
|
||||
".": "Domains",
|
||||
"domain": "Domain",
|
||||
"confirmDelete": "Möchtest du wirklich die Domain '{0}' löschen?",
|
||||
"create": "Domain hinzufügen",
|
||||
"delete": "Löschen",
|
||||
"error": "Diese Domain ist leider nicht zulässig.",
|
||||
"info": "Du kannst hier Domains hinzufügen.",
|
||||
"secret": {
|
||||
".": "Secret",
|
||||
"copy": "Secret in die Zwischenablage kopieren",
|
||||
"copied": "In die Zwischenablage kopiert"
|
||||
},
|
||||
"validated": "Validiert"
|
||||
},
|
||||
"unavailable": {
|
||||
".": "Zugriff verweigert",
|
||||
"text": "Dieser Benutzer existiert nicht oder du hast keine Berechtigungen, um auf das Profil zuzugreifen."
|
||||
@@ -333,15 +353,15 @@
|
||||
".": "Sichtbarkeit",
|
||||
"PRIVATE": {
|
||||
".": "Privat",
|
||||
"icon" : "lock"
|
||||
"icon": "lock"
|
||||
},
|
||||
"PROTECTED": {
|
||||
".": "Geschützt",
|
||||
"icon" : "shield"
|
||||
"icon": "shield"
|
||||
},
|
||||
"PUBLIC": {
|
||||
".": "Öffentlich",
|
||||
"icon" : "public"
|
||||
"icon": "public"
|
||||
}
|
||||
},
|
||||
"voucher": {
|
||||
|
||||
+25
-5
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"account": "Account",
|
||||
"account": {
|
||||
".": "Account",
|
||||
"advanced": {
|
||||
".": "Advanced"
|
||||
}
|
||||
},
|
||||
"cancel": "Cancel",
|
||||
"close": "Close",
|
||||
"confirm": "Confirm",
|
||||
@@ -230,7 +235,7 @@
|
||||
"text": "You can add additional aliases besides your username.",
|
||||
"title": "Aliases"
|
||||
},
|
||||
"empty" : "You have insufficient permissions to use any services.",
|
||||
"empty": "You have insufficient permissions to use any services.",
|
||||
"gitea": {
|
||||
"icon": "code",
|
||||
"subtitle": "Git-Repositories",
|
||||
@@ -319,6 +324,21 @@
|
||||
"left": "You have {0} Alias(es) left.",
|
||||
"noQuota": "Your quota for Aliases is depleted."
|
||||
},
|
||||
"domains": {
|
||||
".": "Domains",
|
||||
"domain": "Domain",
|
||||
"confirmDelete": "Are you sure you want to delete your domain '{0}'?",
|
||||
"create": "Add Domain",
|
||||
"delete": "Delete",
|
||||
"error": "This domain is invalid.",
|
||||
"info": "You can add Domains here.",
|
||||
"secret": {
|
||||
".": "Secret",
|
||||
"copy": "Copy secret to clipboard",
|
||||
"copied": "Copied to clipboard"
|
||||
},
|
||||
"validated": "Validated"
|
||||
},
|
||||
"unavailable": {
|
||||
".": "Access denied",
|
||||
"text": "The provided user does not exists or you have insufficient privileges to access profile."
|
||||
@@ -333,15 +353,15 @@
|
||||
".": "Visibility",
|
||||
"PRIVATE": {
|
||||
".": "Private",
|
||||
"icon" : "lock"
|
||||
"icon": "lock"
|
||||
},
|
||||
"PROTECTED": {
|
||||
".": "Protected",
|
||||
"icon" : "shield"
|
||||
"icon": "shield"
|
||||
},
|
||||
"PUBLIC": {
|
||||
".": "Public",
|
||||
"icon" : "public"
|
||||
"icon": "public"
|
||||
}
|
||||
},
|
||||
"voucher": {
|
||||
|
||||
Reference in New Issue
Block a user