mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-09-01 07:30:00 +02:00
Add:Ebook library filters #971
This commit is contained in:
parent
a26f37aa49
commit
783f924bb9
18 changed files with 68 additions and 0 deletions
|
@ -95,6 +95,11 @@ export default {
|
||||||
value: 'progress',
|
value: 'progress',
|
||||||
sublist: true
|
sublist: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
text: this.$strings.LabelEbooks,
|
||||||
|
value: 'ebooks',
|
||||||
|
sublist: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: this.$strings.ButtonIssues,
|
text: this.$strings.ButtonIssues,
|
||||||
value: 'issues',
|
value: 'issues',
|
||||||
|
@ -192,6 +197,18 @@ export default {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
ebooks() {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
id: 'ebook',
|
||||||
|
name: this.$strings.LabelHasEbook
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 'supplementary',
|
||||||
|
name: this.$strings.LabelHasSupplementaryEbook
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
sublistItems() {
|
sublistItems() {
|
||||||
return (this[this.sublist] || []).map((item) => {
|
return (this[this.sublist] || []).map((item) => {
|
||||||
if (typeof item === 'string') {
|
if (typeof item === 'string') {
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Doba trvání",
|
"LabelDuration": "Doba trvání",
|
||||||
"LabelEbook": "Elektronická kniha",
|
"LabelEbook": "Elektronická kniha",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Povolit",
|
"LabelEnable": "Povolit",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Žánr",
|
"LabelGenre": "Žánr",
|
||||||
"LabelGenres": "Žánry",
|
"LabelGenres": "Žánry",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Hostitel",
|
"LabelHost": "Hostitel",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Varighed",
|
"LabelDuration": "Varighed",
|
||||||
"LabelEbook": "E-bog",
|
"LabelEbook": "E-bog",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Aktivér",
|
"LabelEnable": "Aktivér",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Genre",
|
"LabelGenre": "Genre",
|
||||||
"LabelGenres": "Genrer",
|
"LabelGenres": "Genrer",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Vært",
|
"LabelHost": "Vært",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Laufzeit",
|
"LabelDuration": "Laufzeit",
|
||||||
"LabelEbook": "E-Book",
|
"LabelEbook": "E-Book",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Aktivieren",
|
"LabelEnable": "Aktivieren",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Kategorie",
|
"LabelGenre": "Kategorie",
|
||||||
"LabelGenres": "Kategorien",
|
"LabelGenres": "Kategorien",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Host",
|
"LabelHost": "Host",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Duration",
|
"LabelDuration": "Duration",
|
||||||
"LabelEbook": "Ebook",
|
"LabelEbook": "Ebook",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Enable",
|
"LabelEnable": "Enable",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Genre",
|
"LabelGenre": "Genre",
|
||||||
"LabelGenres": "Genres",
|
"LabelGenres": "Genres",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Host",
|
"LabelHost": "Host",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Duración",
|
"LabelDuration": "Duración",
|
||||||
"LabelEbook": "Ebook",
|
"LabelEbook": "Ebook",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Habilitar",
|
"LabelEnable": "Habilitar",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Genero",
|
"LabelGenre": "Genero",
|
||||||
"LabelGenres": "Géneros",
|
"LabelGenres": "Géneros",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Host",
|
"LabelHost": "Host",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Durée",
|
"LabelDuration": "Durée",
|
||||||
"LabelEbook": "Livre numérique",
|
"LabelEbook": "Livre numérique",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Activer",
|
"LabelEnable": "Activer",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Genre",
|
"LabelGenre": "Genre",
|
||||||
"LabelGenres": "Genres",
|
"LabelGenres": "Genres",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Hôte",
|
"LabelHost": "Hôte",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Duration",
|
"LabelDuration": "Duration",
|
||||||
"LabelEbook": "Ebook",
|
"LabelEbook": "Ebook",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Enable",
|
"LabelEnable": "Enable",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Genre",
|
"LabelGenre": "Genre",
|
||||||
"LabelGenres": "Genres",
|
"LabelGenres": "Genres",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Host",
|
"LabelHost": "Host",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Duration",
|
"LabelDuration": "Duration",
|
||||||
"LabelEbook": "Ebook",
|
"LabelEbook": "Ebook",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Enable",
|
"LabelEnable": "Enable",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Genre",
|
"LabelGenre": "Genre",
|
||||||
"LabelGenres": "Genres",
|
"LabelGenres": "Genres",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Host",
|
"LabelHost": "Host",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Trajanje",
|
"LabelDuration": "Trajanje",
|
||||||
"LabelEbook": "Ebook",
|
"LabelEbook": "Ebook",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Uključi",
|
"LabelEnable": "Uključi",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Genre",
|
"LabelGenre": "Genre",
|
||||||
"LabelGenres": "Žanrovi",
|
"LabelGenres": "Žanrovi",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Host",
|
"LabelHost": "Host",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Durata",
|
"LabelDuration": "Durata",
|
||||||
"LabelEbook": "Ebook",
|
"LabelEbook": "Ebook",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Abilita",
|
"LabelEnable": "Abilita",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Genere",
|
"LabelGenre": "Genere",
|
||||||
"LabelGenres": "Generi",
|
"LabelGenres": "Generi",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Host",
|
"LabelHost": "Host",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Trukmė",
|
"LabelDuration": "Trukmė",
|
||||||
"LabelEbook": "Elektroninė knyga",
|
"LabelEbook": "Elektroninė knyga",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Įjungti",
|
"LabelEnable": "Įjungti",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Žanras",
|
"LabelGenre": "Žanras",
|
||||||
"LabelGenres": "Žanrai",
|
"LabelGenres": "Žanrai",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Serveris",
|
"LabelHost": "Serveris",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Duur",
|
"LabelDuration": "Duur",
|
||||||
"LabelEbook": "Ebook",
|
"LabelEbook": "Ebook",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Inschakelen",
|
"LabelEnable": "Inschakelen",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Genre",
|
"LabelGenre": "Genre",
|
||||||
"LabelGenres": "Genres",
|
"LabelGenres": "Genres",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Host",
|
"LabelHost": "Host",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Varighet",
|
"LabelDuration": "Varighet",
|
||||||
"LabelEbook": "Ebok",
|
"LabelEbook": "Ebok",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Aktiver",
|
"LabelEnable": "Aktiver",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Sjanger",
|
"LabelGenre": "Sjanger",
|
||||||
"LabelGenres": "Sjangers",
|
"LabelGenres": "Sjangers",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Tjener",
|
"LabelHost": "Tjener",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Czas trwania",
|
"LabelDuration": "Czas trwania",
|
||||||
"LabelEbook": "Ebook",
|
"LabelEbook": "Ebook",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Włącz",
|
"LabelEnable": "Włącz",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Gatunek",
|
"LabelGenre": "Gatunek",
|
||||||
"LabelGenres": "Gatunki",
|
"LabelGenres": "Gatunki",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Host",
|
"LabelHost": "Host",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Длина",
|
"LabelDuration": "Длина",
|
||||||
"LabelEbook": "E-книга",
|
"LabelEbook": "E-книга",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Включить",
|
"LabelEnable": "Включить",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Жанр",
|
"LabelGenre": "Жанр",
|
||||||
"LabelGenres": "Жанры",
|
"LabelGenres": "Жанры",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Хост",
|
"LabelHost": "Хост",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "Varaktighet",
|
"LabelDuration": "Varaktighet",
|
||||||
"LabelEbook": "E-bok",
|
"LabelEbook": "E-bok",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "Aktivera",
|
"LabelEnable": "Aktivera",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "Genre",
|
"LabelGenre": "Genre",
|
||||||
"LabelGenres": "Genrer",
|
"LabelGenres": "Genrer",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "Värd",
|
"LabelHost": "Värd",
|
||||||
|
|
|
@ -116,6 +116,7 @@
|
||||||
"LabelDownloaded": "Downloaded",
|
"LabelDownloaded": "Downloaded",
|
||||||
"LabelDuration": "持续时间",
|
"LabelDuration": "持续时间",
|
||||||
"LabelEbook": "电子书",
|
"LabelEbook": "电子书",
|
||||||
|
"LabelEbooks": "Ebooks",
|
||||||
"LabelEnable": "启用",
|
"LabelEnable": "启用",
|
||||||
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
"LabelEnableMp3IndexSeeking": "Enable mp3 index seeking",
|
||||||
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
"LabelEnableMp3IndexSeekingHelp": "This setting should only be enabled if you have mp3 files that are not seeking correctly. Inaccurate seeking is most likely due to Variable birate (VBR) MP3 files. This setting will force index seeking, in which a time-to-byte mapping is built as the file is read. In some cases with large MP3 files there will be a delay when seeking towards the end of the file.",
|
||||||
|
@ -134,6 +135,8 @@
|
||||||
"LabelGenre": "流派",
|
"LabelGenre": "流派",
|
||||||
"LabelGenres": "流派",
|
"LabelGenres": "流派",
|
||||||
"LabelHapticFeedback": "Haptic feedback",
|
"LabelHapticFeedback": "Haptic feedback",
|
||||||
|
"LabelHasEbook": "Has ebook",
|
||||||
|
"LabelHasSupplementaryEbook": "Has supplementary ebook",
|
||||||
"LabelHeavy": "Heavy",
|
"LabelHeavy": "Heavy",
|
||||||
"LabelHigh": "High",
|
"LabelHigh": "High",
|
||||||
"LabelHost": "主机",
|
"LabelHost": "主机",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue