mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-20 19:57:52 +00:00
fix(console): show machine key after creation, fix bulk delete (#716)
* show machinekey after creation * delete bulk * lint * download button * lint * Update console/src/assets/i18n/de.json Co-authored-by: Florian Forster <florian@caos.ch> * Update console/src/assets/i18n/en.json Co-authored-by: Florian Forster <florian@caos.ch> Co-authored-by: Florian Forster <florian@caos.ch>
This commit is contained in:
@@ -155,13 +155,18 @@
|
||||
"KEYSDESC":"Definieren Sie Ihre Schlüssel mit einem optionalen Ablaufdatum",
|
||||
"ID":"Schlüssel Id",
|
||||
"TYPE":"Typ",
|
||||
"EXPIRYDATE":"Ablaufdatum",
|
||||
"EXPIRATIONDATE":"Ablaufdatum",
|
||||
"CHOOSEEXPIRY":"Definieren Sie ein Ablaufdatum",
|
||||
"CREATIONDATE":"Erstelldatum",
|
||||
"KEYDETAILS":"Schlüssel Details",
|
||||
"ADD": {
|
||||
"TITLE":"Schlüssel hinzufügen",
|
||||
"DESCRIPTION":"Wählen Sie den Typ und selektieren Sie ein optionales Ablaufdatum."
|
||||
},
|
||||
"ADDED": {
|
||||
"TITLE":"Schlüssel wurde erstellt",
|
||||
"DESCRIPTION":"Speichern Sie den Schlüssen. Der Schlüssel kann später nicht nochmal aufgerufen werden!"
|
||||
},
|
||||
"KEYTYPES": {
|
||||
"1":"JSON"
|
||||
}
|
||||
|
@@ -155,13 +155,18 @@
|
||||
"KEYSDESC":"Define your keys and add an optional expiration date.",
|
||||
"ID":"Key Id",
|
||||
"TYPE":"Type",
|
||||
"EXPIRYDATE":"Expiration date",
|
||||
"EXPIRATIONDATE":"Expiration date",
|
||||
"CHOOSEEXPIRY":"Select an expiration Date",
|
||||
"CREATIONDATE":"Creation Date",
|
||||
"KEYDETAILS":"Key Details",
|
||||
"ADD": {
|
||||
"TITLE":"Add Key",
|
||||
"DESCRIPTION":"Select your key type and choose an optional expiry date."
|
||||
},
|
||||
"ADDED": {
|
||||
"TITLE":"The key was created",
|
||||
"DESCRIPTION":"Download the key as it won't be visible after closing this dialog!"
|
||||
},
|
||||
"KEYTYPES": {
|
||||
"1":"JSON"
|
||||
}
|
||||
|
Reference in New Issue
Block a user