mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 23:25:56 -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"
|
||||
class="input is-shadowless"
|
||||
type="text"
|
||||
placeholder="Playlist name"
|
||||
:placeholder="$t('dialog.playlist.save.playlist-name')"
|
||||
:disabled="loading"
|
||||
/>
|
||||
<span class="icon is-left"
|
||||
|
@ -19,7 +19,7 @@
|
||||
v-model="pairing_req.pin"
|
||||
class="input"
|
||||
type="text"
|
||||
placeholder="Enter pairing code"
|
||||
:placeholder="$t('dialog.remote-pairing.pairing-code')"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -80,6 +80,7 @@
|
||||
"type": "Art",
|
||||
"save": {
|
||||
"cancel": "Abbrechen",
|
||||
"playlist-name": "Playlistname",
|
||||
"save": "Speichern",
|
||||
"saving": "Speichere…",
|
||||
"title": "Warteschlange als Playlist speichern"
|
||||
@ -107,6 +108,7 @@
|
||||
"remote-pairing": {
|
||||
"cancel": "Abbrechen",
|
||||
"pair": "Remote paaren",
|
||||
"pairing-code": "Pairing-Code",
|
||||
"title": "Remote-Paarungs-Anfrage"
|
||||
},
|
||||
"spotify": {
|
||||
@ -447,18 +449,20 @@
|
||||
},
|
||||
"devices": {
|
||||
"no-active-pairing": "Keine aktive Pairing-Anfrage",
|
||||
"pairing-code": "Pairing-Code",
|
||||
"pairing-request": "Remote-Pairing-Anfrage von ",
|
||||
"pairing": "Pairing Remote",
|
||||
"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": "Lautsprecher-Pairing und Geräteverifikation",
|
||||
"verification-code": "Verifikationscode eingeben",
|
||||
"verification-code": "Verifikationscode",
|
||||
"verify": "Verifizieren"
|
||||
},
|
||||
"general": {
|
||||
"album-lists": "Album-Listen",
|
||||
"audiobooks": "Hörbücher",
|
||||
"files": "Dateien",
|
||||
"genres": "Genres",
|
||||
"language": "Sprache",
|
||||
"music": "Musik",
|
||||
"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"
|
||||
},
|
||||
"login": "Einloggen",
|
||||
"logout": "Ausloggen"
|
||||
"logout": "Ausloggen",
|
||||
"password": "Passwort",
|
||||
"username": "Benutzername"
|
||||
},
|
||||
"tabs": {
|
||||
"artwork": "Artwork",
|
||||
|
@ -80,6 +80,7 @@
|
||||
"type": "Type",
|
||||
"save": {
|
||||
"cancel": "Cancel",
|
||||
"playlist-name": "Playlist name",
|
||||
"save": "Save",
|
||||
"saving": "Saving…",
|
||||
"title": "Save queue to playlist"
|
||||
@ -107,6 +108,7 @@
|
||||
"remote-pairing": {
|
||||
"cancel": "Cancel",
|
||||
"pair": "Pair Remote",
|
||||
"pairing-code": "Pairing code",
|
||||
"title": "Remote pairing request"
|
||||
},
|
||||
"spotify": {
|
||||
@ -447,18 +449,20 @@
|
||||
},
|
||||
"devices": {
|
||||
"no-active-pairing": "No active pairing request.",
|
||||
"pairing-code": "Pairing code",
|
||||
"pairing-request": "Remote pairing request from ",
|
||||
"pairing": "Remote Pairing",
|
||||
"send": "Send",
|
||||
"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",
|
||||
"verification-code": "Enter verification code",
|
||||
"verification-code": "Verification code",
|
||||
"verify": "Verify"
|
||||
},
|
||||
"general": {
|
||||
"album-lists": "Album Lists",
|
||||
"audiobooks": "Audiobooks",
|
||||
"files": "Files",
|
||||
"genres": "Genres",
|
||||
"language": "Language",
|
||||
"music": "Music",
|
||||
"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"
|
||||
},
|
||||
"login": "Login",
|
||||
"logout": "Logout"
|
||||
"logout": "Logout",
|
||||
"password": "Password",
|
||||
"username": "Username"
|
||||
},
|
||||
"tabs": {
|
||||
"artwork": "Artwork",
|
||||
|
@ -80,6 +80,7 @@
|
||||
"type": "Type",
|
||||
"save": {
|
||||
"cancel": "Annuler",
|
||||
"playlist-name": "Nom de la liste de lecture",
|
||||
"save": "Enregistrer",
|
||||
"saving": "Enregistrement en cours…",
|
||||
"title": "Enregistrer la file d’attente dans une liste de lecture"
|
||||
@ -107,6 +108,7 @@
|
||||
"remote-pairing": {
|
||||
"cancel": "Annuler",
|
||||
"pair": "Jumeler la télécommande",
|
||||
"pairing-code": "Code de jumelage",
|
||||
"title": "Demande de jumelage de télécommande"
|
||||
},
|
||||
"spotify": {
|
||||
@ -447,6 +449,7 @@
|
||||
},
|
||||
"devices": {
|
||||
"no-active-pairing": "Aucune demande de jumelage active.",
|
||||
"pairing-code": "Code de jumelage",
|
||||
"pairing-request": "Demande de jumelage de télécommande ",
|
||||
"pairing": "Jumelage de télécommande",
|
||||
"send": "Envoyer",
|
||||
@ -459,6 +462,7 @@
|
||||
"album-lists": "Listes d’album",
|
||||
"audiobooks": "Livres audio",
|
||||
"files": "Fichiers",
|
||||
"genres": "Genres",
|
||||
"language": "Langue",
|
||||
"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.",
|
||||
@ -503,7 +507,9 @@
|
||||
"title": "Spotify"
|
||||
},
|
||||
"login": "Se connecter",
|
||||
"logout": "Se déconnecter"
|
||||
"logout": "Se déconnecter",
|
||||
"password": "Mot de passe",
|
||||
"username": "Nom d’utilisateur"
|
||||
},
|
||||
"tabs": {
|
||||
"artwork": "Illustrations",
|
||||
|
@ -94,7 +94,7 @@
|
||||
v-model="lastfm_login.user"
|
||||
class="input"
|
||||
type="text"
|
||||
placeholder="Username"
|
||||
:placeholder="$t('page.settings.services.username')"
|
||||
/>
|
||||
<p class="help is-danger" v-text="lastfm_login.errors.user" />
|
||||
</div>
|
||||
@ -103,7 +103,7 @@
|
||||
v-model="lastfm_login.password"
|
||||
class="input"
|
||||
type="password"
|
||||
placeholder="Password"
|
||||
:placeholder="$t('page.settings.services.password')"
|
||||
/>
|
||||
<p
|
||||
class="help is-danger"
|
||||
|
@ -19,7 +19,7 @@
|
||||
v-model="pairing_req.pin"
|
||||
class="input"
|
||||
type="text"
|
||||
placeholder="Enter pairing code"
|
||||
:placeholder="$t('page.settings.devices.pairing-code')"
|
||||
/>
|
||||
</div>
|
||||
<div class="control">
|
||||
|
@ -124,7 +124,7 @@
|
||||
category_name="webinterface"
|
||||
option_name="show_composer_for_genre"
|
||||
:disabled="!settings_option_show_composer_now_playing"
|
||||
placeholder="Genres"
|
||||
:placeholder="$t('page.settings.general.genres')"
|
||||
>
|
||||
<template #label>
|
||||
<span v-text="$t('page.settings.general.show-composer-genres')" />
|
||||
|
Loading…
Reference in New Issue
Block a user