mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-01-29 10:09:11 +03:00
fix dutch NUM_MINUTES #787
This commit is contained in:
@@ -101,7 +101,7 @@ const nl: Translation = {
|
|||||||
NUM_DAYS: '{num} dag{{en}}',
|
NUM_DAYS: '{num} dag{{en}}',
|
||||||
NUM_SECONDS: '{num} second{{en}}',
|
NUM_SECONDS: '{num} second{{en}}',
|
||||||
NUM_HOURS: '{num} {{uur|uren}}',
|
NUM_HOURS: '{num} {{uur|uren}}',
|
||||||
NUM_MINUTES: '{num} minute{{n}}',
|
NUM_MINUTES: '{num} {{minuut|minuten}}',
|
||||||
APPLICATION_SETTINGS: 'Applicatieinstellingen',
|
APPLICATION_SETTINGS: 'Applicatieinstellingen',
|
||||||
CUSTOMIZATION: 'Custom aanpassingen',
|
CUSTOMIZATION: 'Custom aanpassingen',
|
||||||
APPLICATION_RESTARTING: 'EMS-ESP herstarten',
|
APPLICATION_RESTARTING: 'EMS-ESP herstarten',
|
||||||
|
|||||||
Reference in New Issue
Block a user