added German locale for weather-widget

This commit is contained in:
paulhersch 2021-08-25 10:46:51 +02:00 committed by GitHub
parent a83ba6ff78
commit 25875bb2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
local de = {
warning_title = "Wetter Widget",
parameter_warning = "Folgende benötigte Parameter fehlen: ",
directions = {
"N", "NNO", "NO", "ONO", "O", "OSO", "SO", "SSO", "S", "SSW", "SW", "WSW", "W", "WNW", "NW", "NNW", "N"
},
feels_like = "Gefühlt: ",
wind = "Wind: ",
humidity = "Luftfeuchtigkeit: ",
uv = "UV-Index: "
}
return de