Skip to content

Commit

Permalink
Resolves #285
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbrendel committed Oct 23, 2024
1 parent 1162364 commit 6cb4a47
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/lang/da/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
'confirmSetAllFertilised' => 'Er du sikker på at du vil opdatere sidst gødet dato for alle disse planter?',
'all_plants_fertilised' => 'Sidst gødet status blev opdateret for disse planter',
'media_sound_message' => 'Ny-Besked lyd',
'location_fmt' => 'Lokation: {loc}',
'location_fmt' => 'Lokation: <span>{loc}</span>',
'weather' => 'Vejr',
'enable_weather' => 'Slå OpenWeatherMap til',
'weather_api_key' => 'API Nøgle',
Expand Down
2 changes: 1 addition & 1 deletion app/lang/es/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
'confirmSetAllFertilised' => '¿Seguro que quieres actualizar la última fecha de abono de todas estas plantas?',
'all_plants_fertilised' => 'El último estado de abonado ha sido actualizado para estas plantas',
'media_sound_message' => 'Sonido de nuevo mensaje',
'location_fmt' => 'Ubicación: {loc}',
'location_fmt' => 'Ubicación: <span>{loc}</span>',
'weather' => 'Clima',
'enable_weather' => 'Habilitar OpenWeatherMap',
'weather_api_key' => 'Clave API',
Expand Down
2 changes: 1 addition & 1 deletion app/lang/fr/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
'confirmSetAllFertilised' => 'Mettre à jour la date de fertilisation de toutes ces plantes?',
'all_plants_fertilised' => 'La date de dernière fertilisation a été mise à jour pour ces plantes',
'media_sound_message' => 'Son de nouveau message',
'location_fmt' => 'Emplacement: {loc}',
'location_fmt' => 'Emplacement: <span>{loc}</span>',
'weather' => 'Météo',
'enable_weather' => 'Activer OpenWeatherMap',
'weather_api_key' => 'Clé d\'API',
Expand Down
2 changes: 1 addition & 1 deletion app/lang/pl/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
'confirmSetAllFertilised' => 'Czy na pewno chcesz zaktualizować ostatni termin nawożenia wszystkich tych roślin?',
'all_plants_fertilised' => 'Dla tych roślin zaktualizowano status ostatniego zapłodnienia',
'media_sound_message' => 'Dźwięk nowej wiadomości',
'location_fmt' => 'Miejsce: {loc}',
'location_fmt' => 'Miejsce: <span>{loc}</span>',
'weather' => 'Pogoda',
'enable_weather' => 'Włącz OpenWeatherMap',
'weather_api_key' => 'Klucz API',
Expand Down

0 comments on commit 6cb4a47

Please sign in to comment.