Fix dotfiles structure

This commit is contained in:
2026-03-15 10:32:59 +05:30
parent ca014e9949
commit a2c3404cb2
2557 changed files with 148415 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
local fr = {
warning_title = "Widget Météo",
parameter_warning = "Les paramètres suivants sont obligatoires : ",
directions = {
"N", "NNE", "NE", "ENE", "E", "ESE", "SE", "SSE", "S", "SSO", "SO",
"OSO", "O", "ONO", "NO", "NNO", "N"
},
feels_like = "ressentie à ",
wind = "Vent : ",
humidity = "Humidité : ",
uv = "Indice UV : "
}
return fr