{{ libraryName }} Library is empty!
+{{ $getString('MessageXLibraryIsEmpty', [libraryName]) }}
No results for query
+{{ $strings.MessageBookshelfNoResultsForQuery }}
{{ $strings.ButtonPlaylists }}
+ +{{ $strings.ButtonCollections }}
@@ -36,7 +40,7 @@{{ $strings.ButtonSearch }}
+{{ $strings.ButtonAdd }}
{{ $getString('MessageXLibraryIsEmpty', [libraryName]) }}
{{ $strings.ButtonSearch }}
+{{ $strings.ButtonAdd }}
{{ name }}
-{{ numBooks }} Book{{ numBooks === 1 ? '' : 's' }}
+{{ numBooks }} {{ $strings.LabelBooks }}
{{ name }}
+{{ name }}
{{ book.publishedYear }}
by {{ book.author }}
-Narrated by {{ book.narrator }}
-Runtime: {{ $elapsedPrettyExtended(bookDuration, false) }} {{ bookDurationComparison }}
+{{ $getString('LabelByAuthor', [book.author]) }}
+{{ $strings.LabelNarrators }}: {{ book.narrator }}
+{{ $strings.LabelDuration }}: {{ $elapsedPrettyExtended(bookDuration, false) }} {{ bookDurationComparison }}
@@ -29,9 +29,9 @@
by {{ book.author }}
+{{ $getString('LabelByAuthor', [book.author]) }}
{{ book.genres.join(', ') }}
{{ book.trackCount }} Episodes
by {{ authorName }}
+{{ $getString('LabelByAuthor', [authorName]) }}
@@ -69,7 +69,7 @@ export default { if (this.matchKey === 'episode') return `${this.$strings.LabelEpisode}: ${html}
` if (this.matchKey === 'tags') return `${this.$strings.LabelTags}: ${html}
` if (this.matchKey === 'subtitle') return `${html}
` - if (this.matchKey === 'authors') return `by ${html}` + if (this.matchKey === 'authors') this.$getString('LabelByAuthor', [html]) if (this.matchKey === 'isbn') return `ISBN: ${html}
` if (this.matchKey === 'asin') return `ASIN: ${html}
` if (this.matchKey === 'series') return `${this.$strings.LabelSeries}: ${html}
` @@ -90,4 +90,4 @@ export default { flex-direction: column; justify-content: center; } - \ No newline at end of file + diff --git a/client/components/cards/ItemUploadCard.vue b/client/components/cards/ItemUploadCard.vue index 21d97b203..515033741 100644 --- a/client/components/cards/ItemUploadCard.vue +++ b/client/components/cards/ItemUploadCard.vue @@ -15,24 +15,37 @@{{ $strings.LabelDirectory }} (auto)
-+ {{ $strings.LabelDirectory }} + (auto) +
+{{ $strings.LabelDirectory }} (auto)
-{{ $strings.MessageUploaderItemSuccess }}
+"{{ itemData.title }}" {{ $strings.MessageUploaderItemSuccess }}
{{ $strings.MessageUploaderItemFailed }}
+"{{ itemData.title }}" {{ $strings.MessageUploaderItemFailed }}
{{ displayTitle }}
+{{ displayLineTwo || ' ' }}
-{{ displaySortLine }}
+{{ displayLineTwo || ' ' }}
+{{ displaySortLine }}
#{{ seriesSequenceList }}
{{ booksInSeries }}
{{ title }}
- {{ titleCleaned }} -
+{{ titleCleaned }}
{{ authorCleaned }}
+{{ authorCleaned }}