mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 16:25:03 -05:00
[web] Fix missing translations in placeholder
Placeholders for input fields are now translated.
This commit is contained in:
parent
4d3d738fd2
commit
fb84247982
@ -15,7 +15,7 @@
|
|||||||
v-model="playlist_name"
|
v-model="playlist_name"
|
||||||
class="input is-shadowless"
|
class="input is-shadowless"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Playlist name"
|
:placeholder="$t('dialog.playlist.save.playlist-name')"
|
||||||
:disabled="loading"
|
:disabled="loading"
|
||||||
/>
|
/>
|
||||||
<span class="icon is-left"
|
<span class="icon is-left"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
v-model="pairing_req.pin"
|
v-model="pairing_req.pin"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Enter pairing code"
|
:placeholder="$t('dialog.remote-pairing.pairing-code')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -80,6 +80,7 @@
|
|||||||
"type": "Art",
|
"type": "Art",
|
||||||
"save": {
|
"save": {
|
||||||
"cancel": "Abbrechen",
|
"cancel": "Abbrechen",
|
||||||
|
"playlist-name": "Playlistname",
|
||||||
"save": "Speichern",
|
"save": "Speichern",
|
||||||
"saving": "Speichere…",
|
"saving": "Speichere…",
|
||||||
"title": "Warteschlange als Playlist speichern"
|
"title": "Warteschlange als Playlist speichern"
|
||||||
@ -107,6 +108,7 @@
|
|||||||
"remote-pairing": {
|
"remote-pairing": {
|
||||||
"cancel": "Abbrechen",
|
"cancel": "Abbrechen",
|
||||||
"pair": "Remote paaren",
|
"pair": "Remote paaren",
|
||||||
|
"pairing-code": "Pairing-Code",
|
||||||
"title": "Remote-Paarungs-Anfrage"
|
"title": "Remote-Paarungs-Anfrage"
|
||||||
},
|
},
|
||||||
"spotify": {
|
"spotify": {
|
||||||
@ -447,18 +449,20 @@
|
|||||||
},
|
},
|
||||||
"devices": {
|
"devices": {
|
||||||
"no-active-pairing": "Keine aktive Pairing-Anfrage",
|
"no-active-pairing": "Keine aktive Pairing-Anfrage",
|
||||||
|
"pairing-code": "Pairing-Code",
|
||||||
"pairing-request": "Remote-Pairing-Anfrage von ",
|
"pairing-request": "Remote-Pairing-Anfrage von ",
|
||||||
"pairing": "Pairing Remote",
|
"pairing": "Pairing Remote",
|
||||||
"send": "Senden",
|
"send": "Senden",
|
||||||
"speaker-pairing-info": "Wenn der Laufsprecher PIN-basiertes Pairing verlangt, aktiviere ihn hier und gib dann den hier PIN an, der am Lautsprecher angezeigt wird.",
|
"speaker-pairing-info": "Wenn der Laufsprecher PIN-basiertes Pairing verlangt, aktiviere ihn hier und gib dann den hier PIN an, der am Lautsprecher angezeigt wird.",
|
||||||
"speaker-pairing": "Lautsprecher-Pairing und Geräteverifikation",
|
"speaker-pairing": "Lautsprecher-Pairing und Geräteverifikation",
|
||||||
"verification-code": "Verifikationscode eingeben",
|
"verification-code": "Verifikationscode",
|
||||||
"verify": "Verifizieren"
|
"verify": "Verifizieren"
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"album-lists": "Album-Listen",
|
"album-lists": "Album-Listen",
|
||||||
"audiobooks": "Hörbücher",
|
"audiobooks": "Hörbücher",
|
||||||
"files": "Dateien",
|
"files": "Dateien",
|
||||||
|
"genres": "Genres",
|
||||||
"language": "Sprache",
|
"language": "Sprache",
|
||||||
"music": "Musik",
|
"music": "Musik",
|
||||||
"navigation-item-selection-info": "Wenn mehr Dateien ausgewählt werden, als der Bildschirm anzeigen kann, verschwindet das Burger-Menü.",
|
"navigation-item-selection-info": "Wenn mehr Dateien ausgewählt werden, als der Bildschirm anzeigen kann, verschwindet das Burger-Menü.",
|
||||||
@ -503,7 +507,9 @@
|
|||||||
"title": "Spotify"
|
"title": "Spotify"
|
||||||
},
|
},
|
||||||
"login": "Einloggen",
|
"login": "Einloggen",
|
||||||
"logout": "Ausloggen"
|
"logout": "Ausloggen",
|
||||||
|
"password": "Passwort",
|
||||||
|
"username": "Benutzername"
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"artwork": "Artwork",
|
"artwork": "Artwork",
|
||||||
|
@ -80,6 +80,7 @@
|
|||||||
"type": "Type",
|
"type": "Type",
|
||||||
"save": {
|
"save": {
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
|
"playlist-name": "Playlist name",
|
||||||
"save": "Save",
|
"save": "Save",
|
||||||
"saving": "Saving…",
|
"saving": "Saving…",
|
||||||
"title": "Save queue to playlist"
|
"title": "Save queue to playlist"
|
||||||
@ -107,6 +108,7 @@
|
|||||||
"remote-pairing": {
|
"remote-pairing": {
|
||||||
"cancel": "Cancel",
|
"cancel": "Cancel",
|
||||||
"pair": "Pair Remote",
|
"pair": "Pair Remote",
|
||||||
|
"pairing-code": "Pairing code",
|
||||||
"title": "Remote pairing request"
|
"title": "Remote pairing request"
|
||||||
},
|
},
|
||||||
"spotify": {
|
"spotify": {
|
||||||
@ -447,18 +449,20 @@
|
|||||||
},
|
},
|
||||||
"devices": {
|
"devices": {
|
||||||
"no-active-pairing": "No active pairing request.",
|
"no-active-pairing": "No active pairing request.",
|
||||||
|
"pairing-code": "Pairing code",
|
||||||
"pairing-request": "Remote pairing request from ",
|
"pairing-request": "Remote pairing request from ",
|
||||||
"pairing": "Remote Pairing",
|
"pairing": "Remote Pairing",
|
||||||
"send": "Send",
|
"send": "Send",
|
||||||
"speaker-pairing-info": "If your speaker requires pairing then activate it below and enter the PIN that it displays.",
|
"speaker-pairing-info": "If your speaker requires pairing then activate it below and enter the PIN that it displays.",
|
||||||
"speaker-pairing": "Speaker pairing and device verification",
|
"speaker-pairing": "Speaker pairing and device verification",
|
||||||
"verification-code": "Enter verification code",
|
"verification-code": "Verification code",
|
||||||
"verify": "Verify"
|
"verify": "Verify"
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"album-lists": "Album Lists",
|
"album-lists": "Album Lists",
|
||||||
"audiobooks": "Audiobooks",
|
"audiobooks": "Audiobooks",
|
||||||
"files": "Files",
|
"files": "Files",
|
||||||
|
"genres": "Genres",
|
||||||
"language": "Language",
|
"language": "Language",
|
||||||
"music": "Music",
|
"music": "Music",
|
||||||
"navigation-item-selection-info": "If you select more items than can be shown on your screen then the burger menu will disappear.",
|
"navigation-item-selection-info": "If you select more items than can be shown on your screen then the burger menu will disappear.",
|
||||||
@ -503,7 +507,9 @@
|
|||||||
"title": "Spotify"
|
"title": "Spotify"
|
||||||
},
|
},
|
||||||
"login": "Login",
|
"login": "Login",
|
||||||
"logout": "Logout"
|
"logout": "Logout",
|
||||||
|
"password": "Password",
|
||||||
|
"username": "Username"
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"artwork": "Artwork",
|
"artwork": "Artwork",
|
||||||
|
@ -80,6 +80,7 @@
|
|||||||
"type": "Type",
|
"type": "Type",
|
||||||
"save": {
|
"save": {
|
||||||
"cancel": "Annuler",
|
"cancel": "Annuler",
|
||||||
|
"playlist-name": "Nom de la liste de lecture",
|
||||||
"save": "Enregistrer",
|
"save": "Enregistrer",
|
||||||
"saving": "Enregistrement en cours…",
|
"saving": "Enregistrement en cours…",
|
||||||
"title": "Enregistrer la file d’attente dans une liste de lecture"
|
"title": "Enregistrer la file d’attente dans une liste de lecture"
|
||||||
@ -107,6 +108,7 @@
|
|||||||
"remote-pairing": {
|
"remote-pairing": {
|
||||||
"cancel": "Annuler",
|
"cancel": "Annuler",
|
||||||
"pair": "Jumeler la télécommande",
|
"pair": "Jumeler la télécommande",
|
||||||
|
"pairing-code": "Code de jumelage",
|
||||||
"title": "Demande de jumelage de télécommande"
|
"title": "Demande de jumelage de télécommande"
|
||||||
},
|
},
|
||||||
"spotify": {
|
"spotify": {
|
||||||
@ -447,6 +449,7 @@
|
|||||||
},
|
},
|
||||||
"devices": {
|
"devices": {
|
||||||
"no-active-pairing": "Aucune demande de jumelage active.",
|
"no-active-pairing": "Aucune demande de jumelage active.",
|
||||||
|
"pairing-code": "Code de jumelage",
|
||||||
"pairing-request": "Demande de jumelage de télécommande ",
|
"pairing-request": "Demande de jumelage de télécommande ",
|
||||||
"pairing": "Jumelage de télécommande",
|
"pairing": "Jumelage de télécommande",
|
||||||
"send": "Envoyer",
|
"send": "Envoyer",
|
||||||
@ -459,6 +462,7 @@
|
|||||||
"album-lists": "Listes d’album",
|
"album-lists": "Listes d’album",
|
||||||
"audiobooks": "Livres audio",
|
"audiobooks": "Livres audio",
|
||||||
"files": "Fichiers",
|
"files": "Fichiers",
|
||||||
|
"genres": "Genres",
|
||||||
"language": "Langue",
|
"language": "Langue",
|
||||||
"music": "Musique",
|
"music": "Musique",
|
||||||
"navigation-item-selection-info": "Si vous sélectionnez plus d’éléments que ce qui peut être affiché sur votre écran, le menu disparaîtra.",
|
"navigation-item-selection-info": "Si vous sélectionnez plus d’éléments que ce qui peut être affiché sur votre écran, le menu disparaîtra.",
|
||||||
@ -503,7 +507,9 @@
|
|||||||
"title": "Spotify"
|
"title": "Spotify"
|
||||||
},
|
},
|
||||||
"login": "Se connecter",
|
"login": "Se connecter",
|
||||||
"logout": "Se déconnecter"
|
"logout": "Se déconnecter",
|
||||||
|
"password": "Mot de passe",
|
||||||
|
"username": "Nom d’utilisateur"
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"artwork": "Illustrations",
|
"artwork": "Illustrations",
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
v-model="lastfm_login.user"
|
v-model="lastfm_login.user"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Username"
|
:placeholder="$t('page.settings.services.username')"
|
||||||
/>
|
/>
|
||||||
<p class="help is-danger" v-text="lastfm_login.errors.user" />
|
<p class="help is-danger" v-text="lastfm_login.errors.user" />
|
||||||
</div>
|
</div>
|
||||||
@ -103,7 +103,7 @@
|
|||||||
v-model="lastfm_login.password"
|
v-model="lastfm_login.password"
|
||||||
class="input"
|
class="input"
|
||||||
type="password"
|
type="password"
|
||||||
placeholder="Password"
|
:placeholder="$t('page.settings.services.password')"
|
||||||
/>
|
/>
|
||||||
<p
|
<p
|
||||||
class="help is-danger"
|
class="help is-danger"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
v-model="pairing_req.pin"
|
v-model="pairing_req.pin"
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="Enter pairing code"
|
:placeholder="$t('page.settings.devices.pairing-code')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="control">
|
<div class="control">
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
category_name="webinterface"
|
category_name="webinterface"
|
||||||
option_name="show_composer_for_genre"
|
option_name="show_composer_for_genre"
|
||||||
:disabled="!settings_option_show_composer_now_playing"
|
:disabled="!settings_option_show_composer_now_playing"
|
||||||
placeholder="Genres"
|
:placeholder="$t('page.settings.general.genres')"
|
||||||
>
|
>
|
||||||
<template #label>
|
<template #label>
|
||||||
<span v-text="$t('page.settings.general.show-composer-genres')" />
|
<span v-text="$t('page.settings.general.show-composer-genres')" />
|
||||||
|
Loading…
Reference in New Issue
Block a user