Finalize the finalize the finalize the finalize the finalize the finalize the finalize the finalize

This commit is contained in:
Maikiwi 2022-01-24 23:27:08 -08:00
parent 946c235a58
commit d682abb635
10 changed files with 20 additions and 7 deletions

View file

@ -229,7 +229,7 @@
}
},
{
"name": "Share",
"name": this.$root.getLz('term.share'),
"action": function () {
self.app.copyToClipboard(self.item.attributes.url)
}

View file

@ -388,7 +388,7 @@
app.showMenuPanel({
items: {
"share": {
name: "Share",
name: app.getLz('term.share'),
icon: "./assets/feather/share.svg",
action: () => {
let route = ""

View file

@ -59,8 +59,8 @@
<h3>Episodes</h3>
</div>
<div v-if="this.search.results.length == 0 && podcastSelected.id == -1" class="podcast-no-search-results">
<h3>No Results</h3>
<p>Try a new search.</p>
<h3>{{app.getLz('error.noResults')}}</h3>
<p>{{app.getLz('error.noResults.description')}}</p>
</div>
<podcast-episode :isselected="selected.id == episode.id" @dblclick.native="playEpisode(episode)" @click.native="selectEpisode(episode)" :item="episode"
v-for="episode in episodes"></podcast-episode>

View file

@ -9,8 +9,8 @@
</template>
</div>
<div v-else style="text-align: center">
<h3>No Results</h3>
<p>Try a new search.</p>
<h3>{{app.getLz('error.noResults')}}</h3>
<p>{{app.getLz('error.noResults.description')}}</p>
</div>
<div class="col" v-if="search.results.song">
<div class="row">

View file

@ -30,7 +30,7 @@
<div class="md-option-segment">
{{$root.getLz('settings.option.audio.enableAdvancedFunctionality')}}
<br>
<small>{{$root.getLz('settings.header.audio.enableAdvancedFunctionality.description')}}</small>
<small>{{$root.getLz('settings.option.audio.enableAdvancedFunctionality.description')}}</small>
</div>
<div class="md-option-segment md-option-segment_auto">
<input type="checkbox" v-model="app.cfg.advanced.AudioContext" v-on:change="toggleAudioContext" switch/>