remove weather

This commit is contained in:
HolgerHatGarKeineNode
2023-05-04 20:04:35 +02:00
parent b76a810da5
commit 82b5a6e7c1
6 changed files with 287 additions and 208 deletions

View File

@@ -0,0 +1,18 @@
<?php
return [
'selectTime' => 'Izaberi vrijeme',
'empty_options' => 'Očisti izbor',
'loading' => 'Učitavanje...',
'searchHere' => 'Potraži ovdje',
'datePicker' => [
'months' => "['januar', 'Februar', 'Mart', 'April', 'Maj', 'Jun', 'Jul', 'Avgust', 'Septembar', 'Oktobar', 'Novembar', 'Decembar']",
'days' => "['Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub']",
'tomorrow' => 'Sutra',
'today' => 'Danas',
'yesterday' => 'Juče',
],
'errors' => [
'title' => 'Postoje {errors} greške u unosu',
],
];

View File

@@ -32,7 +32,7 @@
Blockhöhe <span class="font-bold text-2xl ml-4" x-text="height && height.toLocaleString('de-DE')"></span>
</span>
</div>
@if(!empty($weather))
{{--@if(!empty($weather))
<div class="text-md leading-6 text-gray-900 text-center max-w-screen-2xl">
{{ $weather }} (um {{ \App\Support\Carbon::parse($changed)->asTime() }} Uhr aktualisiert - jede 4. Stunde)
</div>
@@ -40,7 +40,7 @@
<div class="text-md leading-6 text-gray-900 text-center max-w-screen-2xl">
Wetterdaten werden in Kürze wieder verfügbar sein. (OpenAI Quota exceeded)
</div>
@endif
@endif--}}
<div
x-data="{
fastestFee: null,