Translation into English
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
nemunaire 2025-04-26 10:42:04 +02:00
parent d72c63b2e5
commit 25b896c41d
3 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@
{#if (showInactives && $inputsList.length === 0) || (!showInactives && $activeInputs.length === 0)}
<li class="list-group-item py-3">
<span class="text-muted">
Aucune source active.
No active source.
</span>
</li>
{/if}

View file

@ -27,7 +27,7 @@
{#if $activeSources.length === 0 && $activeInputs.length === 0}
<div class="text-muted text-center mt-1 mb-1">
Aucune source active pour l'instant.
No active audio source currently.
</div>
{:else}
<marquee>
@ -38,7 +38,7 @@
{#if source.currentTitle}
<strong>{source.currentTitle}</strong> <span class="text-muted">@ {source.name}</span>
{:else}
{source.name} activée
{source.name} enabled
{/if}
</div>
</div>
@ -55,7 +55,7 @@
{/each}
<span class="text-muted">@ {input.name}</span>
{:else}
{input.name} activée
{input.name} enabled
{/if}
</div>
</div>

View file

@ -52,7 +52,7 @@
<div class="d-flex justify-content-between">
<div>
<i class="bi bi-speaker"></i>
Sources
Inputs
</div>
<button
class="btn btn-sm"