From 265ba143abccebf92d131982b7dcd01e7c627344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=B8rgen=20Martinus=20Vork=20Rosenwein?= <79690355+HJMVR@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:23:56 +0100 Subject: [PATCH 1/7] Create da_dk.dart --- lib/translation/da_dk.dart | 129 +++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 lib/translation/da_dk.dart diff --git a/lib/translation/da_dk.dart b/lib/translation/da_dk.dart new file mode 100644 index 0000000..220f876 --- /dev/null +++ b/lib/translation/da_dk.dart @@ -0,0 +1,129 @@ +class EnUs { + Map get messages => { + 'start': 'Get Started', + 'description': + 'Weather application with an up-to-date forecast for each hour, day, and week for any location.', + 'name': 'Weather', + 'name2': 'Convenient Design', + 'name3': 'Contact Us', + 'description2': + 'All navigation is designed to interact with the application as conveniently and quickly as possible.', + 'description3': + 'If you encounter any issues, please contact us via email or in the application reviews.', + 'next': 'Next', + 'search': 'Search...', + 'loading': 'Loading...', + 'searchCity': 'Find your city', + 'humidity': 'Humidity', + 'wind': 'Wind', + 'visibility': 'Visibility', + 'feels': 'Feels', + 'evaporation': 'Evapotranspiration', + 'precipitation': 'Precipitation', + 'direction': 'Direction', + 'pressure': 'Pressure', + 'rain': 'Rain', + 'clear_sky': 'Clear sky', + 'cloudy': 'Cloudy', + 'overcast': 'Overcast', + 'fog': 'Fog', + 'drizzle': 'Drizzle', + 'drizzling_rain': 'Freezing Drizzle', + 'freezing_rain': 'Freezing Rain', + 'heavy_rains': 'Rain showers', + 'snow': 'Snow', + 'thunderstorm': 'Thunderstorm', + 'kph': 'km/h', + 'mph': 'mph', + 'mi': 'mi', + 'km': 'km', + 'inch': 'inch', + 'mm': 'mm', + 'hPa': 'hPa', + 'settings': 'Set.', + 'no_inter': 'No Internet', + 'on_inter': 'Turn on the Internet to get meteorological data.', + 'location': 'Location', + 'no_location': + 'Enable the location service to get weather data for the current location.', + 'theme': 'Theme', + 'low': 'Low', + 'high': 'High', + 'normal': 'Normal', + 'lat': 'Latitude', + 'lon': 'Longitude', + 'create': 'Create', + 'city': 'City', + 'district': 'District', + 'noWeatherCard': 'Add a city', + 'deletedCardWeather': 'Deleting a city', + 'deletedCardWeatherQuery': 'Are you sure you want to delete the city?', + 'delete': 'Delete', + 'cancel': 'Cancel', + 'time': 'Time in the city', + 'validateName': 'Please enter the name', + 'measurements': 'System of measures', + 'degrees': 'Degrees', + 'celsius': 'Celsius', + 'fahrenheit': 'Fahrenheit', + 'imperial': 'Imperial', + 'metric': 'Metric', + 'validateValue': 'Please enter a value', + 'validateNumber': 'Please enter a valid number', + 'validate90': 'Value must be between -90 and 90', + 'validate180': 'Value must be between -180 and 180', + 'notifications': 'Notifications', + 'sunrise': 'Sunrise', + 'sunset': 'Sunset', + 'timeformat': 'Time format', + '12': '12-hour', + '24': '24-hour', + 'cloudcover': 'Сloudcover', + 'uvIndex': 'UV-index', + 'materialColor': 'Dynamic colors', + 'uvLow': 'Low', + 'uvAverage': 'Moderate', + 'uvHigh': 'High', + 'uvVeryHigh': 'Very high', + 'uvExtreme': 'Extreme', + 'weatherMore': '12-day weather forecast', + 'windgusts': 'Gust', + 'north': 'North', + 'northeast': 'Northeast', + 'east': 'East', + 'southeast': 'Southeast', + 'south': 'South', + 'southwest': 'Southwest', + 'west': 'West', + 'northwest': 'Northwest', + 'project': 'Project on', + 'version': 'Application version', + 'precipitationProbability': 'Precipitation probability', + 'apparentTemperatureMin': 'Minimum apparent temperature', + 'apparentTemperatureMax': 'Maximum apparent temperature', + 'amoledTheme': 'AMOLED-theme', + 'appearance': 'Appearance', + 'functions': 'Functions', + 'data': 'Data', + 'language': 'Language', + 'timeRange': 'Frequency (in hours)', + 'timeStart': 'Start time', + 'timeEnd': 'End time', + 'support': 'Support', + 'system': 'System', + 'dark': 'Dark', + 'light': 'Light', + 'license': 'Licenses', + 'widget': 'Widget', + 'widgetBackground': 'Widget background', + 'widgetText': 'Widget text', + 'dewpoint': 'Dewpoint', + 'shortwaveRadiation': 'Shortwave radiation', + 'W/m2': 'W/m2', + 'roundDegree': 'Round degrees', + 'settings_full': 'Settings', + 'cities': 'Cities', + 'searchMethod': 'Use search or geolocation', + 'done': 'Done', + }; +} From 0f29d2bdad795060ad0fcce0c3bb2f8552cca6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=B8rgen=20Martinus=20Vork=20Rosenwein?= <79690355+HJMVR@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:04:55 +0100 Subject: [PATCH 2/7] Update da_dk.dart --- lib/translation/da_dk.dart | 54 +++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/lib/translation/da_dk.dart b/lib/translation/da_dk.dart index 220f876..dda09ca 100644 --- a/lib/translation/da_dk.dart +++ b/lib/translation/da_dk.dart @@ -10,10 +10,10 @@ class EnUs { 'All navigation is designed to interact with the application as conveniently and quickly as possible.', 'description3': 'If you encounter any issues, please contact us via email or in the application reviews.', - 'next': 'Next', - 'search': 'Search...', - 'loading': 'Loading...', - 'searchCity': 'Find your city', + 'next': 'Næste', + 'search': 'Søg...', + 'loading': 'Henter...', + 'searchCity': 'Find din by', 'humidity': 'Humidity', 'wind': 'Wind', 'visibility': 'Visibility', @@ -22,45 +22,45 @@ class EnUs { 'precipitation': 'Precipitation', 'direction': 'Direction', 'pressure': 'Pressure', - 'rain': 'Rain', + 'rain': 'Regn', 'clear_sky': 'Clear sky', 'cloudy': 'Cloudy', 'overcast': 'Overcast', - 'fog': 'Fog', - 'drizzle': 'Drizzle', + 'fog': 'Tåge', + 'drizzle': 'Støv regn', 'drizzling_rain': 'Freezing Drizzle', 'freezing_rain': 'Freezing Rain', 'heavy_rains': 'Rain showers', - 'snow': 'Snow', + 'snow': 'Sne', 'thunderstorm': 'Thunderstorm', 'kph': 'km/h', 'mph': 'mph', 'mi': 'mi', 'km': 'km', - 'inch': 'inch', + 'inch': 'tommer', 'mm': 'mm', 'hPa': 'hPa', - 'settings': 'Set.', - 'no_inter': 'No Internet', + 'settings': 'Inds.', + 'no_inter': 'Ingen Internet', 'on_inter': 'Turn on the Internet to get meteorological data.', - 'location': 'Location', + 'location': 'Placering', 'no_location': 'Enable the location service to get weather data for the current location.', - 'theme': 'Theme', - 'low': 'Low', - 'high': 'High', + 'theme': 'Tema', + 'low': 'Lav', + 'high': 'Høj', 'normal': 'Normal', 'lat': 'Latitude', 'lon': 'Longitude', - 'create': 'Create', - 'city': 'City', + 'create': 'Opret', + 'city': 'By', 'district': 'District', - 'noWeatherCard': 'Add a city', - 'deletedCardWeather': 'Deleting a city', + 'noWeatherCard': 'Tilføj en by', + 'deletedCardWeather': 'Slet en by', 'deletedCardWeatherQuery': 'Are you sure you want to delete the city?', - 'delete': 'Delete', - 'cancel': 'Cancel', - 'time': 'Time in the city', + 'delete': 'Slet', + 'cancel': 'Annullere', + 'time': 'Tid i byen', 'validateName': 'Please enter the name', 'measurements': 'System of measures', 'degrees': 'Degrees', @@ -73,11 +73,11 @@ class EnUs { 'validate90': 'Value must be between -90 and 90', 'validate180': 'Value must be between -180 and 180', 'notifications': 'Notifications', - 'sunrise': 'Sunrise', - 'sunset': 'Sunset', - 'timeformat': 'Time format', - '12': '12-hour', - '24': '24-hour', + 'sunrise': 'Solopgang', + 'sunset': 'Solnedgang', + 'timeformat': 'Tids format', + '12': '12-timer', + '24': '24-timer', 'cloudcover': 'Сloudcover', 'uvIndex': 'UV-index', 'materialColor': 'Dynamic colors', From 58373c7c9c894cb4501c8cff0bb34382e073874b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=B8rgen=20Martinus=20Vork=20Rosenwein?= <79690355+HJMVR@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:26:30 +0100 Subject: [PATCH 3/7] UPdate --- lib/translation/da_dk.dart | 50 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/lib/translation/da_dk.dart b/lib/translation/da_dk.dart index dda09ca..8a0e554 100644 --- a/lib/translation/da_dk.dart +++ b/lib/translation/da_dk.dart @@ -1,11 +1,11 @@ class EnUs { Map get messages => { - 'start': 'Get Started', + 'start': 'Kom i gang', 'description': 'Weather application with an up-to-date forecast for each hour, day, and week for any location.', 'name': 'Weather', 'name2': 'Convenient Design', - 'name3': 'Contact Us', + 'name3': 'Kontakt os', 'description2': 'All navigation is designed to interact with the application as conveniently and quickly as possible.', 'description3': @@ -15,9 +15,9 @@ class EnUs { 'loading': 'Henter...', 'searchCity': 'Find din by', 'humidity': 'Humidity', - 'wind': 'Wind', + 'wind': 'Vind', 'visibility': 'Visibility', - 'feels': 'Feels', + 'feels': 'Føles som', 'evaporation': 'Evapotranspiration', 'precipitation': 'Precipitation', 'direction': 'Direction', @@ -81,38 +81,38 @@ class EnUs { 'cloudcover': 'Сloudcover', 'uvIndex': 'UV-index', 'materialColor': 'Dynamic colors', - 'uvLow': 'Low', - 'uvAverage': 'Moderate', - 'uvHigh': 'High', - 'uvVeryHigh': 'Very high', - 'uvExtreme': 'Extreme', + 'uvLow': 'Lav', + 'uvAverage': 'Moderat', + 'uvHigh': 'Høj', + 'uvVeryHigh': 'Meget højt', + 'uvExtreme': 'Ekstrem', 'weatherMore': '12-day weather forecast', 'windgusts': 'Gust', - 'north': 'North', - 'northeast': 'Northeast', - 'east': 'East', - 'southeast': 'Southeast', - 'south': 'South', - 'southwest': 'Southwest', - 'west': 'West', - 'northwest': 'Northwest', + 'north': 'Nord', + 'northeast': 'Nordøst', + 'east': 'Øst', + 'southeast': 'Sydøst', + 'south': 'Syd', + 'southwest': 'Sydvest', + 'west': 'Vest', + 'northwest': 'Nordvest', 'project': 'Project on', 'version': 'Application version', 'precipitationProbability': 'Precipitation probability', 'apparentTemperatureMin': 'Minimum apparent temperature', 'apparentTemperatureMax': 'Maximum apparent temperature', - 'amoledTheme': 'AMOLED-theme', + 'amoledTheme': 'AMOLED-tema', 'appearance': 'Appearance', 'functions': 'Functions', 'data': 'Data', - 'language': 'Language', + 'language': 'Sprog', 'timeRange': 'Frequency (in hours)', 'timeStart': 'Start time', 'timeEnd': 'End time', 'support': 'Support', 'system': 'System', - 'dark': 'Dark', - 'light': 'Light', + 'dark': 'Mørk', + 'light': 'Lys', 'license': 'Licenses', 'widget': 'Widget', 'widgetBackground': 'Widget background', @@ -121,9 +121,9 @@ class EnUs { 'shortwaveRadiation': 'Shortwave radiation', 'W/m2': 'W/m2', 'roundDegree': 'Round degrees', - 'settings_full': 'Settings', - 'cities': 'Cities', - 'searchMethod': 'Use search or geolocation', - 'done': 'Done', + 'settings_full': 'Indstillinger', + 'cities': 'Byer', + 'searchMethod': 'Brug søgning eller geolokation', + 'done': 'Færdig', }; } From 013493c0ddf487a5448cd886c7fbfca59d635dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=B8rgen=20Martinus=20Vork=20Rosenwein?= <79690355+HJMVR@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:21:08 +0100 Subject: [PATCH 4/7] More danish updates --- lib/translation/da_dk.dart | 52 +++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/lib/translation/da_dk.dart b/lib/translation/da_dk.dart index 8a0e554..cd5642b 100644 --- a/lib/translation/da_dk.dart +++ b/lib/translation/da_dk.dart @@ -3,8 +3,8 @@ class EnUs { 'start': 'Kom i gang', 'description': 'Weather application with an up-to-date forecast for each hour, day, and week for any location.', - 'name': 'Weather', - 'name2': 'Convenient Design', + 'name': 'Vejr', + 'name2': 'Praktisk design', 'name3': 'Kontakt os', 'description2': 'All navigation is designed to interact with the application as conveniently and quickly as possible.', @@ -14,25 +14,25 @@ class EnUs { 'search': 'Søg...', 'loading': 'Henter...', 'searchCity': 'Find din by', - 'humidity': 'Humidity', + 'humidity': 'Luftfugtighed', 'wind': 'Vind', - 'visibility': 'Visibility', + 'visibility': 'Sigtbarhed', 'feels': 'Føles som', - 'evaporation': 'Evapotranspiration', - 'precipitation': 'Precipitation', - 'direction': 'Direction', - 'pressure': 'Pressure', + 'evaporation': 'Fordampning', + 'precipitation': 'Nedbør', + 'direction': 'Retning', + 'pressure': 'Tryk', 'rain': 'Regn', 'clear_sky': 'Clear sky', 'cloudy': 'Cloudy', 'overcast': 'Overcast', 'fog': 'Tåge', 'drizzle': 'Støv regn', - 'drizzling_rain': 'Freezing Drizzle', - 'freezing_rain': 'Freezing Rain', - 'heavy_rains': 'Rain showers', + 'drizzling_rain': 'Frysende støvregn', + 'freezing_rain': 'Frostregn', + 'heavy_rains': 'Regnskyl', 'snow': 'Sne', - 'thunderstorm': 'Thunderstorm', + 'thunderstorm': 'Tordenvejr', 'kph': 'km/h', 'mph': 'mph', 'mi': 'mi', @@ -50,29 +50,29 @@ class EnUs { 'low': 'Lav', 'high': 'Høj', 'normal': 'Normal', - 'lat': 'Latitude', - 'lon': 'Longitude', + 'lat': 'Breddegrad', + 'lon': 'Længdegrad', 'create': 'Opret', 'city': 'By', - 'district': 'District', + 'district': 'Distrikt', 'noWeatherCard': 'Tilføj en by', 'deletedCardWeather': 'Slet en by', - 'deletedCardWeatherQuery': 'Are you sure you want to delete the city?', + 'deletedCardWeatherQuery': 'Er du sikker på at du vil slette denne by?', 'delete': 'Slet', 'cancel': 'Annullere', 'time': 'Tid i byen', - 'validateName': 'Please enter the name', - 'measurements': 'System of measures', - 'degrees': 'Degrees', + 'validateName': 'Indtast venligst navnet', + 'measurements': 'Foranstaltningssystemet', + 'degrees': 'Grader', 'celsius': 'Celsius', 'fahrenheit': 'Fahrenheit', - 'imperial': 'Imperial', - 'metric': 'Metric', - 'validateValue': 'Please enter a value', - 'validateNumber': 'Please enter a valid number', - 'validate90': 'Value must be between -90 and 90', - 'validate180': 'Value must be between -180 and 180', - 'notifications': 'Notifications', + 'imperial': 'Imperialistisk', + 'metric': 'Metrisk', + 'validateValue': 'Indtast en værdi', + 'validateNumber': 'Indtast et gyldigt nummer', + 'validate90': 'Værdien skal være mellem -90 og 90', + 'validate180': 'Værdien skal være mellem -180 og 180', + 'notifications': 'Notifikationer', 'sunrise': 'Solopgang', 'sunset': 'Solnedgang', 'timeformat': 'Tids format', From c5b55a291bfda7838c7ff981577c61215d317123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=B8rgen=20Martinus=20Vork=20Rosenwein?= <79690355+HJMVR@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:34:29 +0100 Subject: [PATCH 5/7] more danish --- lib/translation/da_dk.dart | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/lib/translation/da_dk.dart b/lib/translation/da_dk.dart index cd5642b..8074714 100644 --- a/lib/translation/da_dk.dart +++ b/lib/translation/da_dk.dart @@ -23,9 +23,9 @@ class EnUs { 'direction': 'Retning', 'pressure': 'Tryk', 'rain': 'Regn', - 'clear_sky': 'Clear sky', - 'cloudy': 'Cloudy', - 'overcast': 'Overcast', + 'clear_sky': 'Skyfri himmel', + 'cloudy': 'Skyet', + 'overcast': 'Overskyet', 'fog': 'Tåge', 'drizzle': 'Støv regn', 'drizzling_rain': 'Frysende støvregn', @@ -42,10 +42,10 @@ class EnUs { 'hPa': 'hPa', 'settings': 'Inds.', 'no_inter': 'Ingen Internet', - 'on_inter': 'Turn on the Internet to get meteorological data.', + 'on_inter': 'Tænd for internettet for at få meteorologisk data.', 'location': 'Placering', 'no_location': - 'Enable the location service to get weather data for the current location.', + 'Aktiver placeringer for at få vejrdata for den aktuelle placering.', 'theme': 'Tema', 'low': 'Lav', 'high': 'Høj', @@ -78,7 +78,7 @@ class EnUs { 'timeformat': 'Tids format', '12': '12-timer', '24': '24-timer', - 'cloudcover': 'Сloudcover', + 'cloudcover': 'skydække', 'uvIndex': 'UV-index', 'materialColor': 'Dynamic colors', 'uvLow': 'Lav', @@ -86,8 +86,8 @@ class EnUs { 'uvHigh': 'Høj', 'uvVeryHigh': 'Meget højt', 'uvExtreme': 'Ekstrem', - 'weatherMore': '12-day weather forecast', - 'windgusts': 'Gust', + 'weatherMore': '12 dages vejrudsigt', + 'windgusts': 'Vindstød', 'north': 'Nord', 'northeast': 'Nordøst', 'east': 'Øst', @@ -96,31 +96,31 @@ class EnUs { 'southwest': 'Sydvest', 'west': 'Vest', 'northwest': 'Nordvest', - 'project': 'Project on', - 'version': 'Application version', - 'precipitationProbability': 'Precipitation probability', + 'project': 'Projektet findes på', + 'version': 'App version', + 'precipitationProbability': 'Sandsynlighed for nedbør', 'apparentTemperatureMin': 'Minimum apparent temperature', 'apparentTemperatureMax': 'Maximum apparent temperature', 'amoledTheme': 'AMOLED-tema', - 'appearance': 'Appearance', - 'functions': 'Functions', + 'appearance': 'Udseende', + 'functions': 'Funktioner', 'data': 'Data', 'language': 'Sprog', - 'timeRange': 'Frequency (in hours)', - 'timeStart': 'Start time', - 'timeEnd': 'End time', + 'timeRange': 'Hyppighed (i timer)', + 'timeStart': 'Start tid', + 'timeEnd': 'Slut tid', 'support': 'Support', 'system': 'System', 'dark': 'Mørk', 'light': 'Lys', - 'license': 'Licenses', + 'license': 'Licenser', 'widget': 'Widget', - 'widgetBackground': 'Widget background', - 'widgetText': 'Widget text', - 'dewpoint': 'Dewpoint', - 'shortwaveRadiation': 'Shortwave radiation', + 'widgetBackground': 'Widget baggrund', + 'widgetText': 'Widget tekst', + 'dewpoint': 'Dugpunktet', + 'shortwaveRadiation': 'Kortbølgestråling', 'W/m2': 'W/m2', - 'roundDegree': 'Round degrees', + 'roundDegree': 'Afrundede grader', 'settings_full': 'Indstillinger', 'cities': 'Byer', 'searchMethod': 'Brug søgning eller geolokation', From 1f945c4dfd4a55440abda81b145e25cd3502e3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=B8rgen=20Martinus=20Vork=20Rosenwein?= <79690355+HJMVR@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:43:24 +0100 Subject: [PATCH 6/7] last update --- lib/translation/da_dk.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/translation/da_dk.dart b/lib/translation/da_dk.dart index 8074714..667c684 100644 --- a/lib/translation/da_dk.dart +++ b/lib/translation/da_dk.dart @@ -2,14 +2,14 @@ class EnUs { Map get messages => { 'start': 'Kom i gang', 'description': - 'Weather application with an up-to-date forecast for each hour, day, and week for any location.', + 'Vejr app med en opdateret vejrudsigt for hver time, dag og uge for ethvert sted.', 'name': 'Vejr', 'name2': 'Praktisk design', 'name3': 'Kontakt os', 'description2': - 'All navigation is designed to interact with the application as conveniently and quickly as possible.', + 'Al navigation er designet til at interagere med appen så bekvemt og hurtigt som muligt.', 'description3': - 'If you encounter any issues, please contact us via email or in the application reviews.', + 'Hvis du støder på problemer, må du meget gerne kontakte os via e-mail eller i app anmeldelserne.', 'next': 'Næste', 'search': 'Søg...', 'loading': 'Henter...', @@ -80,7 +80,7 @@ class EnUs { '24': '24-timer', 'cloudcover': 'skydække', 'uvIndex': 'UV-index', - 'materialColor': 'Dynamic colors', + 'materialColor': 'Dynamiske farver', 'uvLow': 'Lav', 'uvAverage': 'Moderat', 'uvHigh': 'Høj', @@ -99,8 +99,8 @@ class EnUs { 'project': 'Projektet findes på', 'version': 'App version', 'precipitationProbability': 'Sandsynlighed for nedbør', - 'apparentTemperatureMin': 'Minimum apparent temperature', - 'apparentTemperatureMax': 'Maximum apparent temperature', + 'apparentTemperatureMin': 'Minimum temperature', + 'apparentTemperatureMax': 'Maksimal temperatur', 'amoledTheme': 'AMOLED-tema', 'appearance': 'Udseende', 'functions': 'Funktioner', From f08c459bc17822ae67b12e7716d40373e5136839 Mon Sep 17 00:00:00 2001 From: Yoshi <70684753+Leonavichus@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:04:57 +0300 Subject: [PATCH 7/7] Update da_dk.dart --- lib/translation/da_dk.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/translation/da_dk.dart b/lib/translation/da_dk.dart index 667c684..bd3fd7f 100644 --- a/lib/translation/da_dk.dart +++ b/lib/translation/da_dk.dart @@ -1,4 +1,4 @@ -class EnUs { +class DaDk { Map get messages => { 'start': 'Kom i gang', 'description':