mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
lower case days, hours, minutes, seconds
This commit is contained in:
@@ -98,10 +98,10 @@ const nl: Translation = {
|
||||
NUM_DEVICES: '{num} Apparaat{{en}}',
|
||||
NUM_TEMP_SENSORS: '{num} Temperatuursensor{{en}}',
|
||||
NUM_ANALOG_SENSORS: '{num} Analoge sensor{{en}}',
|
||||
NUM_DAYS: '{num} Dag{{en}}',
|
||||
NUM_SECONDS: '{num} Second{{en}}',
|
||||
NUM_HOURS: '{num} Uur{{en}}',
|
||||
NUM_MINUTES: '{num} Minuut{{en}}',
|
||||
NUM_DAYS: '{num} dag{{en}}',
|
||||
NUM_SECONDS: '{num} second{{en}}',
|
||||
NUM_HOURS: '{num} uur{{en}}',
|
||||
NUM_MINUTES: '{num} minuut{{en}}',
|
||||
APPLICATION_SETTINGS: 'Applicatieinstellingen',
|
||||
CUSTOMIZATION: 'Custom aanpassingen',
|
||||
APPLICATION_RESTARTING: 'EMS-ESP herstarten',
|
||||
|
||||
Reference in New Issue
Block a user