mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-05 18:22:02 +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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user