add translation for Entity

This commit is contained in:
proddy
2022-09-24 18:48:48 +02:00
parent d8144c901d
commit b67d69a5c8
7 changed files with 44 additions and 22 deletions

View File

@@ -262,7 +262,8 @@ const de: Translation = {
ADMIN: 'Administrator',
GUEST: 'Gast',
NEW: 'Neuer',
RENAME: 'Ändere'
RENAME: 'Ändere',
ENTITY: 'Einheit'
};
export default de;