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

@@ -153,9 +153,10 @@ const no: BaseTranslation = {
HELP_INFORMATION_1: 'Visit the online wiki to get instructions on how to configure EMS-ESP',
HELP_INFORMATION_2: 'For live community chat join our Discord server',
HELP_INFORMATION_3: 'To request a feature or report a bug',
HELP_INFORMATION_4: 'remember to download and attach your system information for a faster response when reporting an issue',
HELP_INFORMATION_4:
'remember to download and attach your system information for a faster response when reporting an issue',
HELP_INFORMATION_5:
"EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!",
'EMS-ESP is a free and open-source project. Please support its future development by giving it a star on Github!',
SUPPORT_INFO: 'Support Info',
UPLOAD: 'Upload',
DOWNLOAD: 'Download',
@@ -262,7 +263,8 @@ const no: BaseTranslation = {
ADMIN: 'Admin',
GUEST: 'Guest',
NEW: 'New',
RENAME: 'Rename'
RENAME: 'Rename',
ENTITY: 'Entity'
};
export default no;