Skip to content

Commit

Permalink
Update build webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Feb 6, 2024
1 parent f00709f commit b2d2911
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 4 deletions.
2 changes: 1 addition & 1 deletion webapp/bundle.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions webapp/css/angharad.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,11 @@
text-overflow: ellipsis;
max-width: 200px;
}
.weathermap-element {
padding-right: 2px;
padding-left: 2px;
padding-bottom: 2px;
padding-top: 2px;
margin-bottom: 5px;
min-height:400px;
}
38 changes: 35 additions & 3 deletions webapp/locales/fr/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"mock-service": "Service fictif",
"service-liquidsoap": "Liquidsoap",
"service-motion": "Caméra",
"service-mpd": "Lecteur de musique"
"service-mpd": "Lecteur de musique",
"service-weathermap": "Météo"
},
"config": {
"select-lang": "Sélectionner la langue",
Expand Down Expand Up @@ -133,6 +134,7 @@
"services": {
"title": "Liste des services",
"mock-services": "Service fictif",
"weathermap-services": "Météo weathermap",
"mpd-services": "Lecteur de musique",
"edit": "Modifier",
"remove": "Suppression",
Expand All @@ -148,6 +150,7 @@
"carleon-service-modal-type-service-mpd": "Lecteur MPD",
"carleon-service-modal-type-service-motion": "Caméra",
"carleon-service-modal-type-service-liquidsoap": "Webradio liquidsoap",
"carleon-service-modal-type-service-weathermap": "Météo weathermap",
"save-ok": "Service sauvegardé",
"remove-ok": "Service supprimé",
"carleon-service-name-taken": "Le nom existe déjà pour un autre service",
Expand All @@ -164,7 +167,33 @@
"carleon-service-modal-mpd-port": "Port",
"carleon-service-modal-mpd-password": "Mot de passe",
"carleon-service-modal-mpd-switch": "Interrupteur associé",
"carleon-service-modal-mpd-switch-none": "Aucun"
"carleon-service-modal-mpd-switch-none": "Aucun",
"carleon-service-modal-weathermap-uri": "URI du service",
"carleon-service-modal-weathermap-appid": "AppId",
"carleon-service-modal-weathermap-lat": "Lattitude",
"carleon-service-modal-weathermap-lon": "Longitude",
"carleon-service-modal-weathermap-units": "Unité",
"carleon-service-modal-weathermap-units-standard": "Stndard",
"carleon-service-modal-weathermap-units-metric": "Métrique",
"carleon-service-modal-weathermap-units-imperial": "Impérial",
"carleon-service-modal-weathermap-lang": "Langue",
"carleon-service-modal-weathermap-lang-fr": "Français",
"carleon-service-modal-weathermap-lang-en": "Anglais",
"carleon-service-weathermap-no-data": "Aucune donnée, veuillez rafraîchir",
"carleon-service-weathermap-temp": "Température",
"carleon-service-weathermap-temp-feels-like": "Ressenti",
"carleon-service-weathermap-temp-min": "Min",
"carleon-service-weathermap-temp-max": "Max",
"carleon-service-weathermap-pressure": "Pression",
"carleon-service-weathermap-humidity": "Humidité",
"carleon-service-weathermap-wind-speed": "Vent",
"carleon-service-weathermap-wind-gust": "Rafales",
"carleon-service-weathermap-wind-deg": "Direction",
"carleon-service-weathermap-clouds": "Nuages",
"carleon-service-weathermap-rain-1h": "Pluie (1h)",
"carleon-service-weathermap-rain-3h": "Pluie (3h)",
"carleon-service-weathermap-snow-1h": "Neige (1h)",
"carleon-service-weathermap-snow-3h": "Neige (3h)"
},
"scripts": {
"title": "Tâches",
Expand Down Expand Up @@ -204,7 +233,10 @@
"modal-mpd-action-list-stop": "Arrêter",
"modal-mpd-action-list-pause": "Pause",
"modal-mpd-volume": "Volume",
"modal-mpd-playlist": "Playlist"
"modal-mpd-playlist": "Playlist",
"modal-action-list-weathermap-refresh": "Reafraîchir la météo",
"modal-weathermap-player-list": "Liste des météos",
"modal-action-weathermap": "Rafraîchir {{name}}"
},
"schedulers": {
"title": "Planification",
Expand Down

0 comments on commit b2d2911

Please sign in to comment.