Added more strings for the Library > Movie/Show
This commit is contained in:
@@ -28,7 +28,23 @@
|
||||
"missingConfiguration": "Configure Radarr, Sonarr y Jellyfin to watch and manage your library",
|
||||
"available": "Available",
|
||||
"watched": "Watched",
|
||||
"unavailable": "Unavailable"
|
||||
"unavailable": "Unavailable",
|
||||
"sort": {
|
||||
"byTitle": "By Title"
|
||||
},
|
||||
"content": {
|
||||
"movie": "Movie",
|
||||
"show": "Show",
|
||||
"requestContent": "Request",
|
||||
"directedBy": "Directed By",
|
||||
"releaseDate": "Release Date",
|
||||
"budget": "Budget",
|
||||
"status": "Status",
|
||||
"runtime": "Runtime",
|
||||
"castAndCrew": "Cast & Crew",
|
||||
"recommendations": "Recommendations",
|
||||
"similarTitles": "Similar Titles"
|
||||
}
|
||||
},
|
||||
"sources": {},
|
||||
"titleShowcase": {
|
||||
|
||||
@@ -28,7 +28,23 @@
|
||||
"missingConfiguration": "Configura Radarr, Sonarr y Jellyfin para ver y administrar tu biblioteca",
|
||||
"available": "Disponible",
|
||||
"watched": "Visto",
|
||||
"unavailable": "No disponible"
|
||||
"unavailable": "No disponible",
|
||||
"sort": {
|
||||
"byTitle": "Por Título"
|
||||
},
|
||||
"content": {
|
||||
"movie": "Película",
|
||||
"show": "Show",
|
||||
"requestContent": "Solicitar",
|
||||
"directedBy": "Dirigido por",
|
||||
"releaseDate": "Fecha de Lanzamiento",
|
||||
"budget": "Presupuesto",
|
||||
"status": "Estado",
|
||||
"runtime": "Duración",
|
||||
"castAndCrew": "Reparto y Equipo",
|
||||
"recommendations": "Recomendaciones",
|
||||
"similarTitles": "Títulos Similares"
|
||||
}
|
||||
},
|
||||
"sources": {},
|
||||
"titleShowcase": {
|
||||
|
||||
@@ -284,7 +284,7 @@
|
||||
})}
|
||||
on:click={() => (openTab = 'available')}
|
||||
>
|
||||
{$_('libraryAvailable')}
|
||||
{$_('library.available')}
|
||||
</button>
|
||||
<button
|
||||
class={classNames('hover:text-zinc-300 selectable rounded px-1 -mx-1', {
|
||||
@@ -292,7 +292,7 @@
|
||||
})}
|
||||
on:click={() => (openTab = 'watched')}
|
||||
>
|
||||
{$_('libraryWatched')}
|
||||
{$_('library.watched')}
|
||||
</button>
|
||||
<button
|
||||
class={classNames('hover:text-zinc-300 selectable rounded px-1 -mx-1', {
|
||||
@@ -300,14 +300,16 @@
|
||||
})}
|
||||
on:click={() => (openTab = 'unavailable')}
|
||||
>
|
||||
{$_('libraryUnavailable')}
|
||||
{$_('library.unavailable')}
|
||||
</button>
|
||||
</div>
|
||||
</UiCarousel>
|
||||
<div class="flex items-center gap-3 justify-end flex-shrink-0 flex-initial relative">
|
||||
<IconButton>
|
||||
<div class="flex gap-0.5 items-center text-sm">
|
||||
<span>By Title</span>
|
||||
<span>
|
||||
{$_('library.sort.byTitle')}
|
||||
</span>
|
||||
<CaretDown size={20} />
|
||||
</div>
|
||||
</IconButton>
|
||||
|
||||
Reference in New Issue
Block a user