Translate Spanish UI and runtime strings to English

This commit is contained in:
Pandipipas
2026-02-11 18:47:21 +01:00
parent c29aae5ce7
commit ade26ee714
7 changed files with 31 additions and 31 deletions
@@ -482,7 +482,7 @@ watchEffect(() => {
>
<QCardSection>
<div class="text-subtitle1 text-weight-bold">
Lado izquierdo
Left side
</div>
</QCardSection>
<QSeparator />
@@ -491,7 +491,7 @@ watchEffect(() => {
v-model="scoreboardStore.scoreboard.leftPlayerId"
v-model:input-value="leftInput"
:options="leftPlayerOptions"
label="Jugador"
label="Player"
dense
outlined
emit-value
@@ -535,7 +535,7 @@ watchEffect(() => {
v-if="leftCanSave"
color="primary"
icon="save"
label="Guardar jugador"
label="Save player"
class="q-mt-sm"
@click="saveLeftPlayer"
/>
@@ -543,7 +543,7 @@ watchEffect(() => {
v-if="leftHasSelectedPlayerChanges"
color="primary"
icon="save"
label="Guardar cambios del jugador"
label="Save player changes"
class="q-mt-sm q-ml-sm"
@click="saveLeftSelectedPlayerChanges"
/>
@@ -567,7 +567,7 @@ watchEffect(() => {
>
<QCardSection>
<div class="text-subtitle1 text-weight-bold">
Lado derecho
Right side
</div>
</QCardSection>
<QSeparator />
@@ -576,7 +576,7 @@ watchEffect(() => {
v-model="scoreboardStore.scoreboard.rightPlayerId"
v-model:input-value="rightInput"
:options="rightPlayerOptions"
label="Jugador"
label="Player"
dense
outlined
emit-value
@@ -620,7 +620,7 @@ watchEffect(() => {
v-if="rightCanSave"
color="primary"
icon="save"
label="Guardar jugador"
label="Save player"
class="q-mt-sm"
@click="saveRightPlayer"
/>
@@ -628,7 +628,7 @@ watchEffect(() => {
v-if="rightHasSelectedPlayerChanges"
color="primary"
icon="save"
label="Guardar cambios del jugador"
label="Save player changes"
class="q-mt-sm q-ml-sm"
@click="saveRightSelectedPlayerChanges"
/>