added translation
This commit is contained in:
@@ -122,5 +122,6 @@
|
||||
"noAccountRegister": "Noch kein Konto? Registrieren.",
|
||||
"delete": "Löschen",
|
||||
"pleaseEnterPassword": "Bitte Passwort eingeben",
|
||||
"mainAdminMenu": "Admin-Hauptmenü"
|
||||
"mainAdminMenu": "Admin-Hauptmenü",
|
||||
"uuid": "UUID"
|
||||
}
|
||||
|
||||
@@ -122,5 +122,6 @@
|
||||
"noAccountRegister": "Don’t have an account? Register.",
|
||||
"delete": "Delete",
|
||||
"pleaseEnterPassword": "Please enter password",
|
||||
"mainAdminMenu": "Main Administration Menu"
|
||||
"mainAdminMenu": "Main Administration Menu",
|
||||
"uuid": "UUID"
|
||||
}
|
||||
@@ -55,7 +55,7 @@ export default function ItemsInfo() {
|
||||
{field: 'id', headerName: 'ID', width: 60},
|
||||
{
|
||||
field: 'uuid',
|
||||
headerName: "UUID",
|
||||
headerName: t('uuid'),
|
||||
type: "string",
|
||||
width: 120,
|
||||
editable: true
|
||||
|
||||
Reference in New Issue
Block a user