mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
Change name of entity within WebUI #612
This commit is contained in:
@@ -253,7 +253,8 @@ const en: BaseTranslation = {
|
||||
NETWORK_ENABLE_IPV6: 'Enable IPv6 support',
|
||||
NETWORK_FIXED_IP: 'Use Fixed IP address',
|
||||
ADMIN: 'Admin',
|
||||
GUEST: 'Guest'
|
||||
GUEST: 'Guest',
|
||||
NEW: 'New'
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
||||
@@ -1004,6 +1004,10 @@ type RootTranslation = {
|
||||
* Guest
|
||||
*/
|
||||
GUEST: string
|
||||
/**
|
||||
* New
|
||||
*/
|
||||
NEW: string
|
||||
}
|
||||
|
||||
export type TranslationFunctions = {
|
||||
@@ -1985,6 +1989,10 @@ export type TranslationFunctions = {
|
||||
* Guest
|
||||
*/
|
||||
GUEST: () => LocalizedString
|
||||
/**
|
||||
* New
|
||||
*/
|
||||
NEW: () => LocalizedString
|
||||
}
|
||||
|
||||
export type Formatters = {}
|
||||
|
||||
@@ -253,7 +253,8 @@ const nl: BaseTranslation = {
|
||||
NETWORK_ENABLE_IPV6: 'Activeer IPv6 support',
|
||||
NETWORK_FIXED_IP: 'Gebruik vast IP addres',
|
||||
ADMIN: 'Admin',
|
||||
GUEST: 'Gast'
|
||||
GUEST: 'Gast',
|
||||
NEW: 'Nieuwe'
|
||||
};
|
||||
|
||||
export default nl;
|
||||
|
||||
Reference in New Issue
Block a user