mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-15 08:45:02 -05:00
[web] Remove useless title
This commit is contained in:
parent
a5a97fe5d5
commit
7f13d7ea95
@ -49,12 +49,8 @@
|
|||||||
:class="{ 'is-active': show_settings_menu }"
|
:class="{ 'is-active': show_settings_menu }"
|
||||||
@click="on_click_outside_settings"
|
@click="on_click_outside_settings"
|
||||||
>
|
>
|
||||||
<a class="navbar-link is-arrowless">
|
<a class="navbar-link is-arrowless is-hidden-touch">
|
||||||
<mdicon class="icon is-hidden-touch" name="menu" size="24" />
|
<mdicon class="icon" name="menu" size="24" />
|
||||||
<span
|
|
||||||
class="is-hidden-desktop has-text-weight-bold"
|
|
||||||
v-text="$t('navigation.title')"
|
|
||||||
/>
|
|
||||||
</a>
|
</a>
|
||||||
<div class="navbar-dropdown is-right">
|
<div class="navbar-dropdown is-right">
|
||||||
<navbar-item-link :to="{ name: 'playlists' }">
|
<navbar-item-link :to="{ name: 'playlists' }">
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"rss": {
|
"rss": {
|
||||||
"add": "Hinzufügen",
|
"add": "Hinzufügen",
|
||||||
"cancel": "Abbrechen",
|
"cancel": "Abbrechen",
|
||||||
"help": "Hinzufügen eines Podcasts führt zur Anlage einer RSS-Playlist, so kann Owntone das Podcast-Abo verwalten.",
|
"help": "Hinzufügen eines Podcasts führt zur Anlage einer RSS-Playlist, so kann OwnTone das Podcast-Abo verwalten.",
|
||||||
"placeholder": "https://url-to-rss",
|
"placeholder": "https://url-to-rss",
|
||||||
"processing": "Verarbeite…",
|
"processing": "Verarbeite…",
|
||||||
"title": "Podcast hinzufügen"
|
"title": "Podcast hinzufügen"
|
||||||
@ -231,7 +231,6 @@
|
|||||||
"search": "Suche",
|
"search": "Suche",
|
||||||
"settings": "Einstellungen",
|
"settings": "Einstellungen",
|
||||||
"spotify": "Spotify",
|
"spotify": "Spotify",
|
||||||
"title": "OwnTone",
|
|
||||||
"update-library": "Bibliothek neu einlesen"
|
"update-library": "Bibliothek neu einlesen"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
@ -503,7 +502,7 @@
|
|||||||
"user": "Zugriff gestattet für ",
|
"user": "Zugriff gestattet für ",
|
||||||
"authorize": "Authorisiere Web-API-Zugriff",
|
"authorize": "Authorisiere Web-API-Zugriff",
|
||||||
"grant-access": "Zugriff auf die Spotify Web-API gestatten",
|
"grant-access": "Zugriff auf die Spotify Web-API gestatten",
|
||||||
"reauthorize": "Bitte den Zugriff der Web-API durch setzen folgender Zugriffsrechte für Owntone: ",
|
"reauthorize": "Bitte den Zugriff der Web-API durch setzen folgender Zugriffsrechte für OwnTone: ",
|
||||||
"title": "Spotify"
|
"title": "Spotify"
|
||||||
},
|
},
|
||||||
"login": "Einloggen",
|
"login": "Einloggen",
|
||||||
|
@ -231,7 +231,6 @@
|
|||||||
"search": "Search",
|
"search": "Search",
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"spotify": "Spotify",
|
"spotify": "Spotify",
|
||||||
"title": "OwnTone",
|
|
||||||
"update-library": "Update Library"
|
"update-library": "Update Library"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
|
@ -231,7 +231,6 @@
|
|||||||
"search": "Recherche",
|
"search": "Recherche",
|
||||||
"settings": "Réglages",
|
"settings": "Réglages",
|
||||||
"spotify": "Spotify",
|
"spotify": "Spotify",
|
||||||
"title": "OwnTone",
|
|
||||||
"update-library": "Actualiser la bibliothèque"
|
"update-library": "Actualiser la bibliothèque"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
|
@ -231,7 +231,6 @@
|
|||||||
"search": "搜索",
|
"search": "搜索",
|
||||||
"settings": "设置",
|
"settings": "设置",
|
||||||
"spotify": "Spotify",
|
"spotify": "Spotify",
|
||||||
"title": "OwnTone",
|
|
||||||
"update-library": "更新资料库"
|
"update-library": "更新资料库"
|
||||||
},
|
},
|
||||||
"page": {
|
"page": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user