add languages

This commit is contained in:
Benjamin Takats
2022-12-18 21:15:23 +01:00
parent 31c9a66244
commit cf6afdcb43
489 changed files with 589 additions and 36883 deletions

View File

@@ -7,14 +7,14 @@
<img class="aspect-auto max-h-12" src="{{ asset('img/social_credit_minus.webp') }}" alt="">
@endif
<div class="flex items-center space-x-1">
<x-button class="whitespace-nowrap" primary class="text-21gray whitespace-nowrap" wire:click="viewHistoryModal({{ $row->id }})">💊 Orange Pill Now</x-button>
<x-button class="whitespace-nowrap" :href="route('bookCases.comment.bookcase', ['bookCase' => $row->id, 'country' => $country])">Details</x-button>
<x-button class="whitespace-nowrap" primary class="text-21gray whitespace-nowrap" wire:click="viewHistoryModal({{ $row->id }})">{{ __('💊 Orange Pill Now') }}</x-button>
<x-button class="whitespace-nowrap" :href="route('bookCases.comment.bookcase', ['bookCase' => $row->id, 'country' => $country])">{{ __('Details') }}</x-button>
</div>
@else
<div>
<x-badge class="whitespace-nowrap" amber>
<i class="fa fa-thin fa-shelves-empty mr-2"></i>
{{ __('noch keine Bitcoin-Bücher') }}
{{ __('no bitcoin books yet') }}
</x-badge>
</div>
@endauth

View File

@@ -4,13 +4,13 @@
@if($row->course_events_count > 0)
<x-button amber wire:click="proximitySearch({{ $row->id }})" class="text-21gray">
<i class="fa fa-thin fa-person-chalkboard mr-2"></i>
Umkreis-Suche Kurs-Termin {{ $row->name }} (100km)
{{ __('Perimeter search course date :name (100km)', ['name' => $row->name]) }}
</x-button>
@endif
@if($row->course_events_count < 1)
<x-button outlined wire:click="proximitySearch({{ $row->id }})" class="text-21gray">
<i class="fa fa-thin fa-person-chalkboard mr-2"></i>
Umkreis-Suche Kurs-Termin {{ $row->name }} (100km)
{{ __('Perimeter search course date :name (100km)', ['name' => $row->name]) }}
</x-button>
@endif
</div>
@@ -19,7 +19,7 @@
<div>
<x-button amber wire:click="proximitySearchForBookCases({{ $row->id }})" class="text-21gray">
<i class="fa fa-thin fa-book mr-2"></i>
Umkreis-Suche Bücher-Schrank {{ $row->name }} (5km)
{{ __('Perimeter search bookcase :name (5km)', ['name' => $row->name]) }}
</x-button>
</div>
@endif

View File

@@ -1 +1,3 @@
<x-button amber wire:click="courseSearch({{ $row->id }})">Termine anzeigen</x-button>
<x-button amber wire:click="courseSearch({{ $row->id }})">
{{ __('Show dates') }}
</x-button>

View File

@@ -1 +1 @@
<x-button class="whitespace-nowrap" amber wire:click="viewHistoryModal({{ $row->id }})">Anmelden</x-button>
<x-button class="whitespace-nowrap" amber wire:click="viewHistoryModal({{ $row->id }})">{{ __('Register') }}</x-button>

View File

@@ -2,25 +2,25 @@
@if($row->courses_count > 0)
<x-button amber wire:click="lecturerSearch({{ $row->id }})">
<i class="fa fa-thin fa-calendar mr-2"></i>
Termine anzeigen ({{ $row->courses_count }})
{{ __('Show dates') }} ({{ $row->courses_count }})
</x-button>
@endif
@if($row->courses_count < 1)
<x-button outlined wire:click="lecturerSearch({{ $row->id }})">
<i class="fa fa-thin fa-calendar mr-2"></i>
Termine anzeigen ({{ $row->courses_count }})
{{ __('Show dates') }} ({{ $row->courses_count }})
</x-button>
@endif
@if($row->library_items_count > 0)
<x-button amber wire:click="lecturerSearch({{ $row->id }})">
<i class="fa fa-thin fa-book mr-2"></i>
Inhalte anzeigen ({{ $row->library_items_count }})
{{ __('Show content') }} ({{ $row->library_items_count }})
</x-button>
@endif
@if($row->library_items_count < 1)
<x-button outlined wire:click="lecturerSearch({{ $row->id }})">
<i class="fa fa-thin fa-book mr-2"></i>
Inhalte anzeigen ({{ $row->library_items_count }})
{{ __('Show content') }} ({{ $row->library_items_count }})
</x-button>
@endif
</div>

View File

@@ -2,19 +2,19 @@
@if(str($row->value)->contains('http'))
<x-button amber href="{{ $row->value }}" target="_blank">
<i class="fa fa-thin fa-book-open mr-2"></i>
Öffnen
{{ __('Open') }}
</x-button>
@endif
@if($row->type === 'downloadable_file')
<x-button amber href="{{ $row->getFirstMediaUrl('single_file') }}" target="_blank">
<i class="fa fa-thin fa-download mr-2"></i>
Download
{{ __('Download') }}
</x-button>
@endif
@if($row->type === 'podcast_episode')
<x-button amber href="{{ $row->episode->data['enclosureUrl'] }}" target="_blank">
<i class="fa fa-thin fa-headphones mr-2"></i>
Anhören
{{ __('Listen') }}
</x-button>
@endif
</div>

View File

@@ -2,7 +2,7 @@
<a href="{{ $row->link }}" target="_blank">
<x-badge class="whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i>
Öffnen
{{ __('Open') }}
</x-badge>
</a>
</div>

View File

@@ -3,14 +3,14 @@
<x-button
amber
wire:click="meetupEventSearch({{ $row->id }})">
Termine anzeigen ({{ $row->meetup_events_count }})
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
</x-button>
@endif
@if($row->meetup_events_count < 1)
<x-button
outlined
wire:click="meetupEventSearch({{ $row->id }})">
Termine anzeigen ({{ $row->meetup_events_count }})
{{ __('Show dates') }} ({{ $row->meetup_events_count }})
</x-button>
@endif
</div>

View File

@@ -2,7 +2,7 @@
<a href="{{ $row->link }}" target="_blank">
<x-badge class="whitespace-nowrap">
<i class="fa fa-thin fa-external-link mr-2"></i>
Öffnen
{{ __('Open') }}
</x-badge>
</a>
</div>

View File

@@ -1,12 +1,12 @@
<div>
@if($row->course_events_count > 0)
<x-button amber wire:click="venueSearch({{ $row->id }})">
Termine anzeigen ({{ $row->course_events_count }})
{{ __('Show dates') }} ({{ $row->course_events_count }})
</x-button>
@endif
@if($row->course_events_count < 1)
<x-button outlined wire:click="venueSearch({{ $row->id }})">
Termine anzeigen ({{ $row->course_events_count }})
{{ __('Show dates') }} ({{ $row->course_events_count }})
</x-button>
@endif
</div>