mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-29 17:39:27 +01:00
Compare commits
4 Commits
11fe43a750
...
7b1da24748
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b1da24748 | ||
|
|
7014aa85d1 | ||
|
|
abab674322 | ||
|
|
498bb22a69 |
@ -1,196 +1,206 @@
|
|||||||
{
|
{
|
||||||
"actionsStar": "Markieren",
|
"actionsStar": "Markieren",
|
||||||
"@actionsStar": {},
|
"@actionsStar": {},
|
||||||
"actionsUnstar": "Markierung entfernen",
|
"actionsUnstar": "Markierung entfernen",
|
||||||
"@actionsUnstar": {},
|
"@actionsUnstar": {},
|
||||||
"messagesNothingHere": "Hier ist nichts…",
|
"messagesNothingHere": "Hier ist nichts…",
|
||||||
"@messagesNothingHere": {},
|
"@messagesNothingHere": {},
|
||||||
"navigationTabsHome": "Startseite",
|
"navigationTabsHome": "Startseite",
|
||||||
"@navigationTabsHome": {},
|
"@navigationTabsHome": {},
|
||||||
"navigationTabsLibrary": "Bibliothek",
|
"navigationTabsLibrary": "Bibliothek",
|
||||||
"@navigationTabsLibrary": {},
|
"@navigationTabsLibrary": {},
|
||||||
"navigationTabsSearch": "Suche",
|
"navigationTabsSearch": "Suche",
|
||||||
"@navigationTabsSearch": {},
|
"@navigationTabsSearch": {},
|
||||||
"navigationTabsSettings": "Einstellungen",
|
"navigationTabsSettings": "Einstellungen",
|
||||||
"@navigationTabsSettings": {},
|
"@navigationTabsSettings": {},
|
||||||
"resourcesAlbumActionsPlay": "Album abspielen",
|
"resourcesAlbumActionsPlay": "Album abspielen",
|
||||||
"@resourcesAlbumActionsPlay": {},
|
"@resourcesAlbumActionsPlay": {},
|
||||||
"resourcesAlbumActionsView": "Album anzeigen",
|
"resourcesAlbumActionsView": "Album anzeigen",
|
||||||
"@resourcesAlbumActionsView": {},
|
"@resourcesAlbumActionsView": {},
|
||||||
"resourcesAlbumListsSort": "Alben sortieren",
|
"resourcesAlbumListsSort": "Alben sortieren",
|
||||||
"@resourcesAlbumListsSort": {},
|
"@resourcesAlbumListsSort": {},
|
||||||
"resourcesAlbumName": "{count,plural, =1{Album} other{Alben}}",
|
"resourcesAlbumName": "{count,plural, =1{Album} other{Alben}}",
|
||||||
"@resourcesAlbumName": {
|
"@resourcesAlbumName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesArtistActionsView": "Interpret anzeigen",
|
"resourcesArtistActionsView": "Interpret anzeigen",
|
||||||
"@resourcesArtistActionsView": {},
|
"@resourcesArtistActionsView": {},
|
||||||
"resourcesArtistListsSort": "Interpreten sortieren",
|
"resourcesArtistListsSort": "Interpreten sortieren",
|
||||||
"@resourcesArtistListsSort": {},
|
"@resourcesArtistListsSort": {},
|
||||||
"resourcesArtistName": "{count,plural, =1{Interpret} other{Interpreten}}",
|
"resourcesArtistName": "{count,plural, =1{Interpret} other{Interpreten}}",
|
||||||
"@resourcesArtistName": {
|
"@resourcesArtistName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesFilterGenre": "Nach Genre",
|
"resourcesFilterGenre": "Nach Genre",
|
||||||
"@resourcesFilterGenre": {},
|
"@resourcesFilterGenre": {},
|
||||||
"resourcesFilterStarred": "Favoriten",
|
"resourcesFilterStarred": "Favoriten",
|
||||||
"@resourcesFilterStarred": {},
|
"@resourcesFilterStarred": {},
|
||||||
"resourcesPlaylistActionsPlay": "Wiedergabeliste abspielen",
|
"resourcesPlaylistActionsPlay": "Wiedergabeliste abspielen",
|
||||||
"@resourcesPlaylistActionsPlay": {},
|
"@resourcesPlaylistActionsPlay": {},
|
||||||
"resourcesPlaylistName": "{count,plural, =1{Wiedergabeliste} other{Wiedergabelisten}}",
|
"resourcesPlaylistName": "{count,plural, =1{Wiedergabeliste} other{Wiedergabelisten}}",
|
||||||
"@resourcesPlaylistName": {
|
"@resourcesPlaylistName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesQueueName": "{count,plural, =1{Warteschlange} other{Warteschlangen}}",
|
"resourcesQueueName": "{count,plural, =1{Warteschlange} other{Warteschlangen}}",
|
||||||
"@resourcesQueueName": {
|
"@resourcesQueueName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesSongListsArtistTopSongs": "Top Lieder",
|
"resourcesSongListsArtistTopSongs": "Top Lieder",
|
||||||
"@resourcesSongListsArtistTopSongs": {},
|
"@resourcesSongListsArtistTopSongs": {},
|
||||||
"resourcesSongName": "{count,plural, =1{Lied} other{Lieder}}",
|
"resourcesSongName": "{count,plural, =1{Lied} other{Lieder}}",
|
||||||
"@resourcesSongName": {
|
"@resourcesSongName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesSortByAdded": "Kürzlich hinzugefügt",
|
"resourcesSortByAdded": "Kürzlich hinzugefügt",
|
||||||
"@resourcesSortByAdded": {},
|
"@resourcesSortByAdded": {},
|
||||||
"resourcesSortByArtist": "Nach Interpreten",
|
"resourcesSortByArtist": "Nach Interpreten",
|
||||||
"@resourcesSortByArtist": {},
|
"@resourcesSortByArtist": {},
|
||||||
"resourcesSortByFrequentlyPlayed": "Häufig abgespielt",
|
"resourcesSortByFrequentlyPlayed": "Häufig abgespielt",
|
||||||
"@resourcesSortByFrequentlyPlayed": {},
|
"@resourcesSortByFrequentlyPlayed": {},
|
||||||
"resourcesSortByName": "Nach Name",
|
"resourcesSortByName": "Nach Name",
|
||||||
"@resourcesSortByName": {},
|
"@resourcesSortByName": {},
|
||||||
"resourcesSortByRandom": "Zufällig",
|
"resourcesSortByRandom": "Zufällig",
|
||||||
"@resourcesSortByRandom": {},
|
"@resourcesSortByRandom": {},
|
||||||
"resourcesSortByRecentlyPlayed": "Kürzlich abgespielt",
|
"resourcesSortByRecentlyPlayed": "Kürzlich abgespielt",
|
||||||
"@resourcesSortByRecentlyPlayed": {},
|
"@resourcesSortByRecentlyPlayed": {},
|
||||||
"resourcesSortByYear": "Nach Jahr",
|
"resourcesSortByYear": "Nach Jahr",
|
||||||
"@resourcesSortByYear": {},
|
"@resourcesSortByYear": {},
|
||||||
"searchHeaderTitle": "Suche: {query}",
|
"searchHeaderTitle": "Suche: {query}",
|
||||||
"@searchHeaderTitle": {
|
"@searchHeaderTitle": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"query": {
|
"query": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"searchInputPlaceholder": "Suche",
|
"searchInputPlaceholder": "Suche",
|
||||||
"@searchInputPlaceholder": {},
|
"@searchInputPlaceholder": {},
|
||||||
"searchMoreResults": "Mehr…",
|
"searchMoreResults": "Mehr…",
|
||||||
"@searchMoreResults": {},
|
"@searchMoreResults": {},
|
||||||
"searchNowPlayingContext": "Suchergebnis",
|
"searchNowPlayingContext": "Suchergebnis",
|
||||||
"@searchNowPlayingContext": {},
|
"@searchNowPlayingContext": {},
|
||||||
"settingsAboutActionsLicenses": "Lizenzen",
|
"settingsAboutActionsLicenses": "Lizenzen",
|
||||||
"@settingsAboutActionsLicenses": {},
|
"@settingsAboutActionsLicenses": {},
|
||||||
"settingsAboutActionsProjectHomepage": "Projektseite",
|
"settingsAboutActionsProjectHomepage": "Projektseite",
|
||||||
"@settingsAboutActionsProjectHomepage": {},
|
"@settingsAboutActionsProjectHomepage": {},
|
||||||
"settingsAboutName": "Über",
|
"settingsAboutName": "Über",
|
||||||
"@settingsAboutName": {},
|
"@settingsAboutName": {},
|
||||||
"settingsAboutVersion": "Version {version}",
|
"settingsAboutVersion": "Version {version}",
|
||||||
"@settingsAboutVersion": {
|
"@settingsAboutVersion": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"version": {
|
"version": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsMusicName": "Musik",
|
"settingsMusicName": "Musik",
|
||||||
"@settingsMusicName": {},
|
"@settingsMusicName": {},
|
||||||
"settingsMusicOptionsScrobbleDescriptionOff": "Kein Scrobble für Wiedergabeverlauf",
|
"settingsMusicOptionsScrobbleDescriptionOff": "Kein Scrobble für Wiedergabeverlauf",
|
||||||
"@settingsMusicOptionsScrobbleDescriptionOff": {},
|
"@settingsMusicOptionsScrobbleDescriptionOff": {},
|
||||||
"settingsMusicOptionsScrobbleDescriptionOn": "Scrobble Wiedergabeverlauf",
|
"settingsMusicOptionsScrobbleDescriptionOn": "Scrobble Wiedergabeverlauf",
|
||||||
"@settingsMusicOptionsScrobbleDescriptionOn": {},
|
"@settingsMusicOptionsScrobbleDescriptionOn": {},
|
||||||
"settingsMusicOptionsScrobbleTitle": "Scrobble Wiedergabe",
|
"settingsMusicOptionsScrobbleTitle": "Scrobble Wiedergabe",
|
||||||
"@settingsMusicOptionsScrobbleTitle": {},
|
"@settingsMusicOptionsScrobbleTitle": {},
|
||||||
"settingsNetworkName": "Netzwerk",
|
"settingsNetworkName": "Netzwerk",
|
||||||
"@settingsNetworkName": {},
|
"@settingsNetworkName": {},
|
||||||
"settingsNetworkOptionsMaxBitrateMobileTitle": "Maximale Bitrate (Mobil)",
|
"settingsNetworkOptionsMaxBitrateMobileTitle": "Maximale Bitrate (Mobil)",
|
||||||
"@settingsNetworkOptionsMaxBitrateMobileTitle": {},
|
"@settingsNetworkOptionsMaxBitrateMobileTitle": {},
|
||||||
"settingsNetworkOptionsMaxBitrateWifiTitle": "Maximale Bitrate (WLAN)",
|
"settingsNetworkOptionsMaxBitrateWifiTitle": "Maximale Bitrate (WLAN)",
|
||||||
"@settingsNetworkOptionsMaxBitrateWifiTitle": {},
|
"@settingsNetworkOptionsMaxBitrateWifiTitle": {},
|
||||||
"settingsNetworkOptionsMaxBufferTitle": "Maximale Pufferzeit",
|
"settingsNetworkOptionsMaxBufferTitle": "Maximale Pufferzeit",
|
||||||
"@settingsNetworkOptionsMaxBufferTitle": {},
|
"@settingsNetworkOptionsMaxBufferTitle": {},
|
||||||
"settingsNetworkOptionsMinBufferTitle": "Minimale Pufferzeit",
|
"settingsNetworkOptionsMinBufferTitle": "Minimale Pufferzeit",
|
||||||
"@settingsNetworkOptionsMinBufferTitle": {},
|
"@settingsNetworkOptionsMinBufferTitle": {},
|
||||||
"settingsNetworkValuesKbps": "{value}kbps",
|
"settingsNetworkValuesKbps": "{value}kbps",
|
||||||
"@settingsNetworkValuesKbps": {
|
"@settingsNetworkValuesKbps": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"value": {
|
"value": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsNetworkValuesSeconds": "{value} Sekunden",
|
"settingsNetworkValuesSeconds": "{value} Sekunden",
|
||||||
"@settingsNetworkValuesSeconds": {
|
"@settingsNetworkValuesSeconds": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"value": {
|
"value": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsNetworkValuesUnlimitedKbps": "Unbegrenzt",
|
"settingsNetworkValuesUnlimitedKbps": "Unbegrenzt",
|
||||||
"@settingsNetworkValuesUnlimitedKbps": {},
|
"@settingsNetworkValuesUnlimitedKbps": {},
|
||||||
"settingsResetActionsClearImageCache": "Bildzwischenspeicher löschen",
|
"settingsResetActionsClearImageCache": "Bildzwischenspeicher löschen",
|
||||||
"@settingsResetActionsClearImageCache": {},
|
"@settingsResetActionsClearImageCache": {},
|
||||||
"settingsResetName": "Zurücksetzen",
|
"settingsResetName": "Zurücksetzen",
|
||||||
"@settingsResetName": {},
|
"@settingsResetName": {},
|
||||||
"settingsServersActionsAdd": "Server hinzufügen",
|
"settingsServersActionsAdd": "Server hinzufügen",
|
||||||
"@settingsServersActionsAdd": {},
|
"@settingsServersActionsAdd": {},
|
||||||
"settingsServersActionsDelete": "Löschen",
|
"settingsServersActionsDelete": "Löschen",
|
||||||
"@settingsServersActionsDelete": {},
|
"@settingsServersActionsDelete": {},
|
||||||
"settingsServersActionsEdit": "Server bearbeiten",
|
"settingsServersActionsEdit": "Server bearbeiten",
|
||||||
"@settingsServersActionsEdit": {},
|
"@settingsServersActionsEdit": {},
|
||||||
"settingsServersActionsSave": "Speichern",
|
"settingsServersActionsSave": "Speichern",
|
||||||
"@settingsServersActionsSave": {},
|
"@settingsServersActionsSave": {},
|
||||||
"settingsServersActionsTestConnection": "Verbindung testen",
|
"settingsServersActionsTestConnection": "Verbindung testen",
|
||||||
"@settingsServersActionsTestConnection": {},
|
"@settingsServersActionsTestConnection": {},
|
||||||
"settingsServersFieldsAddress": "Adresse",
|
"settingsServersFieldsAddress": "Adresse",
|
||||||
"@settingsServersFieldsAddress": {},
|
"@settingsServersFieldsAddress": {},
|
||||||
"settingsServersFieldsPassword": "Passwort",
|
"settingsServersFieldsPassword": "Passwort",
|
||||||
"@settingsServersFieldsPassword": {},
|
"@settingsServersFieldsPassword": {},
|
||||||
"settingsServersFieldsUsername": "Nutzername",
|
"settingsServersFieldsUsername": "Nutzername",
|
||||||
"@settingsServersFieldsUsername": {},
|
"@settingsServersFieldsUsername": {},
|
||||||
"settingsServersMessagesConnectionFailed": "Verbindung zu {address} fehlgeschlagen, überprüfe Einstellungen oder Server",
|
"settingsServersMessagesConnectionFailed": "Verbindung zu {address} fehlgeschlagen, überprüfe Einstellungen oder Server",
|
||||||
"@settingsServersMessagesConnectionFailed": {
|
"@settingsServersMessagesConnectionFailed": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"address": {
|
"address": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsServersMessagesConnectionOk": "Verbindung zu {address} ist OK!",
|
"settingsServersMessagesConnectionOk": "Verbindung zu {address} ist OK!",
|
||||||
"@settingsServersMessagesConnectionOk": {
|
"@settingsServersMessagesConnectionOk": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"address": {
|
"address": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsServersName": "Server",
|
"settingsServersName": "Server",
|
||||||
"@settingsServersName": {},
|
"@settingsServersName": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordDescriptionOff": "Sende Passwort als Token + Salt",
|
"settingsServersOptionsForcePlaintextPasswordDescriptionOff": "Sende Passwort als Token + Salt",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordDescriptionOff": {},
|
"@settingsServersOptionsForcePlaintextPasswordDescriptionOff": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordDescriptionOn": "Passwort als Klartext senden (Veraltet, stellen Sie sicher, dass Ihre Verbindung sicher ist!)",
|
"settingsServersOptionsForcePlaintextPasswordDescriptionOn": "Passwort als Klartext senden (Veraltet, stellen Sie sicher, dass Ihre Verbindung sicher ist!)",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordDescriptionOn": {},
|
"@settingsServersOptionsForcePlaintextPasswordDescriptionOn": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordTitle": "Erzwinge Klartextpasswort",
|
"settingsServersOptionsForcePlaintextPasswordTitle": "Erzwinge Klartextpasswort",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordTitle": {}
|
"@settingsServersOptionsForcePlaintextPasswordTitle": {},
|
||||||
}
|
"actionsDelete": "Löschen",
|
||||||
|
"@actionsDelete": {},
|
||||||
|
"actionsDownload": "Herunterladen",
|
||||||
|
"@actionsDownload": {},
|
||||||
|
"actionsDownloadCancel": "Download abbrechen",
|
||||||
|
"@actionsDownloadCancel": {},
|
||||||
|
"controlsShuffle": "Zufall",
|
||||||
|
"@controlsShuffle": {},
|
||||||
|
"actionsCancel": "Abbrechen",
|
||||||
|
"@actionsCancel": {}
|
||||||
|
}
|
||||||
|
|||||||
@ -1,196 +1,210 @@
|
|||||||
{
|
{
|
||||||
"actionsStar": "Estrella",
|
"actionsStar": "Favorito",
|
||||||
"@actionsStar": {},
|
"@actionsStar": {},
|
||||||
"actionsUnstar": "Retirar estrella",
|
"actionsUnstar": "Retirar favorito",
|
||||||
"@actionsUnstar": {},
|
"@actionsUnstar": {},
|
||||||
"messagesNothingHere": "Nada aquí…",
|
"messagesNothingHere": "Nada aquí…",
|
||||||
"@messagesNothingHere": {},
|
"@messagesNothingHere": {},
|
||||||
"navigationTabsHome": "Casa",
|
"navigationTabsHome": "Casa",
|
||||||
"@navigationTabsHome": {},
|
"@navigationTabsHome": {},
|
||||||
"navigationTabsLibrary": "Biblioteca",
|
"navigationTabsLibrary": "Biblioteca",
|
||||||
"@navigationTabsLibrary": {},
|
"@navigationTabsLibrary": {},
|
||||||
"navigationTabsSearch": "Buscar",
|
"navigationTabsSearch": "Buscar",
|
||||||
"@navigationTabsSearch": {},
|
"@navigationTabsSearch": {},
|
||||||
"navigationTabsSettings": "Entorno",
|
"navigationTabsSettings": "Entorno",
|
||||||
"@navigationTabsSettings": {},
|
"@navigationTabsSettings": {},
|
||||||
"resourcesAlbumActionsPlay": "Reproducir Álbum",
|
"resourcesAlbumActionsPlay": "Reproducir Álbum",
|
||||||
"@resourcesAlbumActionsPlay": {},
|
"@resourcesAlbumActionsPlay": {},
|
||||||
"resourcesAlbumActionsView": "Ver Álbum",
|
"resourcesAlbumActionsView": "Ver Álbum",
|
||||||
"@resourcesAlbumActionsView": {},
|
"@resourcesAlbumActionsView": {},
|
||||||
"resourcesAlbumListsSort": "Ordenar Álbumes",
|
"resourcesAlbumListsSort": "Ordenar Álbumes",
|
||||||
"@resourcesAlbumListsSort": {},
|
"@resourcesAlbumListsSort": {},
|
||||||
"resourcesAlbumName": "{count,plural, =1{Álbum} other{Álbumes}}",
|
"resourcesAlbumName": "{count,plural, =1{Álbum} other{Álbumes}}",
|
||||||
"@resourcesAlbumName": {
|
"@resourcesAlbumName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesArtistActionsView": "Ver Artista",
|
"resourcesArtistActionsView": "Ver Artista",
|
||||||
"@resourcesArtistActionsView": {},
|
"@resourcesArtistActionsView": {},
|
||||||
"resourcesArtistListsSort": "Oredenar Artistas",
|
"resourcesArtistListsSort": "Oredenar Artistas",
|
||||||
"@resourcesArtistListsSort": {},
|
"@resourcesArtistListsSort": {},
|
||||||
"resourcesArtistName": "{count,plural, =1{Artista} other{Artistas}}",
|
"resourcesArtistName": "{count,plural, =1{Artista} other{Artistas}}",
|
||||||
"@resourcesArtistName": {
|
"@resourcesArtistName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesFilterGenre": "Por Género",
|
"resourcesFilterGenre": "Por Género",
|
||||||
"@resourcesFilterGenre": {},
|
"@resourcesFilterGenre": {},
|
||||||
"resourcesFilterStarred": "Estrellas",
|
"resourcesFilterStarred": "Estrellas",
|
||||||
"@resourcesFilterStarred": {},
|
"@resourcesFilterStarred": {},
|
||||||
"resourcesPlaylistActionsPlay": "Reproducir Lista de reproducción",
|
"resourcesPlaylistActionsPlay": "Reproducir Lista de reproducción",
|
||||||
"@resourcesPlaylistActionsPlay": {},
|
"@resourcesPlaylistActionsPlay": {},
|
||||||
"resourcesPlaylistName": "{count,plural, =1{Lista de reproducción} other{Listas de reproducción}}",
|
"resourcesPlaylistName": "{count,plural, =1{Lista de reproducción} other{Listas de reproducción}}",
|
||||||
"@resourcesPlaylistName": {
|
"@resourcesPlaylistName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesQueueName": "{count,plural, =1{Cola} other{Colas}}",
|
"resourcesQueueName": "{count,plural, =1{Cola} other{Colas}}",
|
||||||
"@resourcesQueueName": {
|
"@resourcesQueueName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesSongListsArtistTopSongs": "Mejores Canciones",
|
"resourcesSongListsArtistTopSongs": "Mejores Canciones",
|
||||||
"@resourcesSongListsArtistTopSongs": {},
|
"@resourcesSongListsArtistTopSongs": {},
|
||||||
"resourcesSongName": "{count,plural, =1{Cancion} other{Canciones}}",
|
"resourcesSongName": "{count,plural, =1{Cancion} other{Canciones}}",
|
||||||
"@resourcesSongName": {
|
"@resourcesSongName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesSortByAdded": "Recientemente Añadido",
|
"resourcesSortByAdded": "Recientemente Añadido",
|
||||||
"@resourcesSortByAdded": {},
|
"@resourcesSortByAdded": {},
|
||||||
"resourcesSortByArtist": "Por Artista",
|
"resourcesSortByArtist": "Por Artista",
|
||||||
"@resourcesSortByArtist": {},
|
"@resourcesSortByArtist": {},
|
||||||
"resourcesSortByFrequentlyPlayed": "Jugado Frecuentemente",
|
"resourcesSortByFrequentlyPlayed": "Jugado Frecuentemente",
|
||||||
"@resourcesSortByFrequentlyPlayed": {},
|
"@resourcesSortByFrequentlyPlayed": {},
|
||||||
"resourcesSortByName": "Por Nombre",
|
"resourcesSortByName": "Por Nombre",
|
||||||
"@resourcesSortByName": {},
|
"@resourcesSortByName": {},
|
||||||
"resourcesSortByRandom": "Aleatorio",
|
"resourcesSortByRandom": "Aleatorio",
|
||||||
"@resourcesSortByRandom": {},
|
"@resourcesSortByRandom": {},
|
||||||
"resourcesSortByRecentlyPlayed": "Recientemente Jugado",
|
"resourcesSortByRecentlyPlayed": "Recientemente Jugado",
|
||||||
"@resourcesSortByRecentlyPlayed": {},
|
"@resourcesSortByRecentlyPlayed": {},
|
||||||
"resourcesSortByYear": "Por Año",
|
"resourcesSortByYear": "Por Año",
|
||||||
"@resourcesSortByYear": {},
|
"@resourcesSortByYear": {},
|
||||||
"searchHeaderTitle": "Buscar: {query}",
|
"searchHeaderTitle": "Buscar: {query}",
|
||||||
"@searchHeaderTitle": {
|
"@searchHeaderTitle": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"query": {
|
"query": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"searchInputPlaceholder": "Buscar",
|
"searchInputPlaceholder": "Buscar",
|
||||||
"@searchInputPlaceholder": {},
|
"@searchInputPlaceholder": {},
|
||||||
"searchMoreResults": "Más…",
|
"searchMoreResults": "Más…",
|
||||||
"@searchMoreResults": {},
|
"@searchMoreResults": {},
|
||||||
"searchNowPlayingContext": "Resultados de la búsqueda",
|
"searchNowPlayingContext": "Resultados de la búsqueda",
|
||||||
"@searchNowPlayingContext": {},
|
"@searchNowPlayingContext": {},
|
||||||
"settingsAboutActionsLicenses": "Licencias",
|
"settingsAboutActionsLicenses": "Licencias",
|
||||||
"@settingsAboutActionsLicenses": {},
|
"@settingsAboutActionsLicenses": {},
|
||||||
"settingsAboutActionsProjectHomepage": "Página de inicio del proyecto",
|
"settingsAboutActionsProjectHomepage": "Página de inicio del proyecto",
|
||||||
"@settingsAboutActionsProjectHomepage": {},
|
"@settingsAboutActionsProjectHomepage": {},
|
||||||
"settingsAboutName": "Información",
|
"settingsAboutName": "Información",
|
||||||
"@settingsAboutName": {},
|
"@settingsAboutName": {},
|
||||||
"settingsAboutVersion": "versión {version}",
|
"settingsAboutVersion": "versión {version}",
|
||||||
"@settingsAboutVersion": {
|
"@settingsAboutVersion": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"version": {
|
"version": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsMusicName": "Música",
|
"settingsMusicName": "Música",
|
||||||
"@settingsMusicName": {},
|
"@settingsMusicName": {},
|
||||||
"settingsMusicOptionsScrobbleDescriptionOff": "No hagas historial de reproducción de scrobble",
|
"settingsMusicOptionsScrobbleDescriptionOff": "No hagas historial de reproducción de scrobble",
|
||||||
"@settingsMusicOptionsScrobbleDescriptionOff": {},
|
"@settingsMusicOptionsScrobbleDescriptionOff": {},
|
||||||
"settingsMusicOptionsScrobbleDescriptionOn": "Historial de reproducción de scrobble",
|
"settingsMusicOptionsScrobbleDescriptionOn": "Historial de reproducción de scrobble",
|
||||||
"@settingsMusicOptionsScrobbleDescriptionOn": {},
|
"@settingsMusicOptionsScrobbleDescriptionOn": {},
|
||||||
"settingsMusicOptionsScrobbleTitle": "Obras de teatro de Scrobble",
|
"settingsMusicOptionsScrobbleTitle": "Obras de teatro de Scrobble",
|
||||||
"@settingsMusicOptionsScrobbleTitle": {},
|
"@settingsMusicOptionsScrobbleTitle": {},
|
||||||
"settingsNetworkName": "Sitio",
|
"settingsNetworkName": "Sitio",
|
||||||
"@settingsNetworkName": {},
|
"@settingsNetworkName": {},
|
||||||
"settingsNetworkOptionsMaxBitrateMobileTitle": "Tasa de bits máxima (mobile)",
|
"settingsNetworkOptionsMaxBitrateMobileTitle": "Tasa de bits máxima (mobile)",
|
||||||
"@settingsNetworkOptionsMaxBitrateMobileTitle": {},
|
"@settingsNetworkOptionsMaxBitrateMobileTitle": {},
|
||||||
"settingsNetworkOptionsMaxBitrateWifiTitle": "Tasa de bits máxima (Wi-Fi)",
|
"settingsNetworkOptionsMaxBitrateWifiTitle": "Tasa de bits máxima (Wi-Fi)",
|
||||||
"@settingsNetworkOptionsMaxBitrateWifiTitle": {},
|
"@settingsNetworkOptionsMaxBitrateWifiTitle": {},
|
||||||
"settingsNetworkOptionsMaxBufferTitle": "Máxima de buffer tiempo",
|
"settingsNetworkOptionsMaxBufferTitle": "Máxima de buffer tiempo",
|
||||||
"@settingsNetworkOptionsMaxBufferTitle": {},
|
"@settingsNetworkOptionsMaxBufferTitle": {},
|
||||||
"settingsNetworkOptionsMinBufferTitle": "Mínimo de buffer tiempo",
|
"settingsNetworkOptionsMinBufferTitle": "Mínimo de buffer tiempo",
|
||||||
"@settingsNetworkOptionsMinBufferTitle": {},
|
"@settingsNetworkOptionsMinBufferTitle": {},
|
||||||
"settingsNetworkValuesKbps": "{value} kilobytes por segundo",
|
"settingsNetworkValuesKbps": "{value} kilobytes por segundo",
|
||||||
"@settingsNetworkValuesKbps": {
|
"@settingsNetworkValuesKbps": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"value": {
|
"value": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsNetworkValuesSeconds": "{value} segundos",
|
"settingsNetworkValuesSeconds": "{value} segundos",
|
||||||
"@settingsNetworkValuesSeconds": {
|
"@settingsNetworkValuesSeconds": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"value": {
|
"value": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsNetworkValuesUnlimitedKbps": "Ilimitados",
|
"settingsNetworkValuesUnlimitedKbps": "Ilimitados",
|
||||||
"@settingsNetworkValuesUnlimitedKbps": {},
|
"@settingsNetworkValuesUnlimitedKbps": {},
|
||||||
"settingsResetActionsClearImageCache": "Caché de imágenes claras",
|
"settingsResetActionsClearImageCache": "Caché de imágenes claras",
|
||||||
"@settingsResetActionsClearImageCache": {},
|
"@settingsResetActionsClearImageCache": {},
|
||||||
"settingsResetName": "Reinicializar",
|
"settingsResetName": "Reinicializar",
|
||||||
"@settingsResetName": {},
|
"@settingsResetName": {},
|
||||||
"settingsServersActionsAdd": "Agregar Servidor",
|
"settingsServersActionsAdd": "Agregar Servidor",
|
||||||
"@settingsServersActionsAdd": {},
|
"@settingsServersActionsAdd": {},
|
||||||
"settingsServersActionsDelete": "Supr",
|
"settingsServersActionsDelete": "Supr",
|
||||||
"@settingsServersActionsDelete": {},
|
"@settingsServersActionsDelete": {},
|
||||||
"settingsServersActionsEdit": "Editar Servidor",
|
"settingsServersActionsEdit": "Editar Servidor",
|
||||||
"@settingsServersActionsEdit": {},
|
"@settingsServersActionsEdit": {},
|
||||||
"settingsServersActionsSave": "Enviar",
|
"settingsServersActionsSave": "Enviar",
|
||||||
"@settingsServersActionsSave": {},
|
"@settingsServersActionsSave": {},
|
||||||
"settingsServersActionsTestConnection": "Conexión de prueba",
|
"settingsServersActionsTestConnection": "Conexión de prueba",
|
||||||
"@settingsServersActionsTestConnection": {},
|
"@settingsServersActionsTestConnection": {},
|
||||||
"settingsServersFieldsAddress": "Alocución",
|
"settingsServersFieldsAddress": "Alocución",
|
||||||
"@settingsServersFieldsAddress": {},
|
"@settingsServersFieldsAddress": {},
|
||||||
"settingsServersFieldsPassword": "La contraseña",
|
"settingsServersFieldsPassword": "La contraseña",
|
||||||
"@settingsServersFieldsPassword": {},
|
"@settingsServersFieldsPassword": {},
|
||||||
"settingsServersFieldsUsername": "Nombre de usuario",
|
"settingsServersFieldsUsername": "Nombre de usuario",
|
||||||
"@settingsServersFieldsUsername": {},
|
"@settingsServersFieldsUsername": {},
|
||||||
"settingsServersMessagesConnectionFailed": "La conexión a {address} falló, verifique la configuracón o el servidor",
|
"settingsServersMessagesConnectionFailed": "La conexión a {address} falló, verifique la configuracón o el servidor",
|
||||||
"@settingsServersMessagesConnectionFailed": {
|
"@settingsServersMessagesConnectionFailed": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"address": {
|
"address": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsServersMessagesConnectionOk": "¡Conexión con {address} Ok!",
|
"settingsServersMessagesConnectionOk": "¡Conexión con {address} Ok!",
|
||||||
"@settingsServersMessagesConnectionOk": {
|
"@settingsServersMessagesConnectionOk": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"address": {
|
"address": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsServersName": "Servidores",
|
"settingsServersName": "Servidores",
|
||||||
"@settingsServersName": {},
|
"@settingsServersName": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordDescriptionOff": "Enviar contraseña como token + sal",
|
"settingsServersOptionsForcePlaintextPasswordDescriptionOff": "Enviar contraseña como token + sal",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordDescriptionOff": {},
|
"@settingsServersOptionsForcePlaintextPasswordDescriptionOff": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordDescriptionOn": "Enviar contraseña en texto plano (¡legado, asegúrese de que su conexión sea segura!)",
|
"settingsServersOptionsForcePlaintextPasswordDescriptionOn": "Enviar contraseña en texto plano (¡legado, asegúrese de que su conexión sea segura!)",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordDescriptionOn": {},
|
"@settingsServersOptionsForcePlaintextPasswordDescriptionOn": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordTitle": "Forzar contraseña de texto sin formato",
|
"settingsServersOptionsForcePlaintextPasswordTitle": "Forzar contraseña de texto sin formato",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordTitle": {}
|
"@settingsServersOptionsForcePlaintextPasswordTitle": {},
|
||||||
}
|
"actionsDelete": "Borrar",
|
||||||
|
"@actionsDelete": {},
|
||||||
|
"actionsOk": "Ok",
|
||||||
|
"@actionsOk": {},
|
||||||
|
"actionsDownload": "Descargar",
|
||||||
|
"@actionsDownload": {},
|
||||||
|
"actionsDownloadCancel": "Anular descargar",
|
||||||
|
"@actionsDownloadCancel": {},
|
||||||
|
"controlsShuffle": "Reproducir aleatoriamente",
|
||||||
|
"@controlsShuffle": {},
|
||||||
|
"actionsCancel": "Cancelar",
|
||||||
|
"@actionsCancel": {},
|
||||||
|
"actionsDownloadDelete": "Eliminar descargado",
|
||||||
|
"@actionsDownloadDelete": {}
|
||||||
|
}
|
||||||
|
|||||||
@ -1,196 +1,276 @@
|
|||||||
{
|
{
|
||||||
"actionsStar": "Estrela",
|
"actionsStar": "Estrela",
|
||||||
"@actionsStar": {},
|
"@actionsStar": {},
|
||||||
"actionsUnstar": "Retirar",
|
"actionsUnstar": "Retirar",
|
||||||
"@actionsUnstar": {},
|
"@actionsUnstar": {},
|
||||||
"messagesNothingHere": "Nada por aquí…",
|
"messagesNothingHere": "Nada por aquí…",
|
||||||
"@messagesNothingHere": {},
|
"@messagesNothingHere": {},
|
||||||
"navigationTabsHome": "Inicio",
|
"navigationTabsHome": "Inicio",
|
||||||
"@navigationTabsHome": {},
|
"@navigationTabsHome": {},
|
||||||
"navigationTabsLibrary": "Biblioteca",
|
"navigationTabsLibrary": "Biblioteca",
|
||||||
"@navigationTabsLibrary": {},
|
"@navigationTabsLibrary": {},
|
||||||
"navigationTabsSearch": "Buscar",
|
"navigationTabsSearch": "Buscar",
|
||||||
"@navigationTabsSearch": {},
|
"@navigationTabsSearch": {},
|
||||||
"navigationTabsSettings": "Axustes",
|
"navigationTabsSettings": "Axustes",
|
||||||
"@navigationTabsSettings": {},
|
"@navigationTabsSettings": {},
|
||||||
"resourcesAlbumActionsPlay": "Reproducir",
|
"resourcesAlbumActionsPlay": "Reproducir",
|
||||||
"@resourcesAlbumActionsPlay": {},
|
"@resourcesAlbumActionsPlay": {},
|
||||||
"resourcesAlbumActionsView": "Ver Álbum",
|
"resourcesAlbumActionsView": "Ver Álbum",
|
||||||
"@resourcesAlbumActionsView": {},
|
"@resourcesAlbumActionsView": {},
|
||||||
"resourcesAlbumListsSort": "Ordenar Álbums",
|
"resourcesAlbumListsSort": "Ordenar Álbums",
|
||||||
"@resourcesAlbumListsSort": {},
|
"@resourcesAlbumListsSort": {},
|
||||||
"resourcesAlbumName": "{count,plural, =1{Álbum} other{Álbums}}",
|
"resourcesAlbumName": "{count,plural, =1{Álbum} other{Álbums}}",
|
||||||
"@resourcesAlbumName": {
|
"@resourcesAlbumName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesArtistActionsView": "Ver Artista",
|
"resourcesArtistActionsView": "Ver Artista",
|
||||||
"@resourcesArtistActionsView": {},
|
"@resourcesArtistActionsView": {},
|
||||||
"resourcesArtistListsSort": "Ordenar Artistas",
|
"resourcesArtistListsSort": "Ordenar Artistas",
|
||||||
"@resourcesArtistListsSort": {},
|
"@resourcesArtistListsSort": {},
|
||||||
"resourcesArtistName": "{count,plural, =1{Artista} other{Artistas}}",
|
"resourcesArtistName": "{count,plural, =1{Artista} other{Artistas}}",
|
||||||
"@resourcesArtistName": {
|
"@resourcesArtistName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesFilterGenre": "Por xénero",
|
"resourcesFilterGenre": "Por xénero",
|
||||||
"@resourcesFilterGenre": {},
|
"@resourcesFilterGenre": {},
|
||||||
"resourcesFilterStarred": "Favoritas",
|
"resourcesFilterStarred": "Favoritas",
|
||||||
"@resourcesFilterStarred": {},
|
"@resourcesFilterStarred": {},
|
||||||
"resourcesPlaylistActionsPlay": "Reproducir lista",
|
"resourcesPlaylistActionsPlay": "Reproducir lista",
|
||||||
"@resourcesPlaylistActionsPlay": {},
|
"@resourcesPlaylistActionsPlay": {},
|
||||||
"resourcesPlaylistName": "{count,plural, =1{Listaxe} other{Listaxes}}",
|
"resourcesPlaylistName": "{count,plural, =1{Listaxe} other{Listaxes}}",
|
||||||
"@resourcesPlaylistName": {
|
"@resourcesPlaylistName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesQueueName": "{count,plural, =1{Fila} other{Filas}}",
|
"resourcesQueueName": "{count,plural, =1{Fila} other{Filas}}",
|
||||||
"@resourcesQueueName": {
|
"@resourcesQueueName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesSongListsArtistTopSongs": "Máis reproducidas",
|
"resourcesSongListsArtistTopSongs": "Máis reproducidas",
|
||||||
"@resourcesSongListsArtistTopSongs": {},
|
"@resourcesSongListsArtistTopSongs": {},
|
||||||
"resourcesSongName": "{count,plural, =1{Canción} other{Cancións}}",
|
"resourcesSongName": "{count,plural, =1{Canción} other{Cancións}}",
|
||||||
"@resourcesSongName": {
|
"@resourcesSongName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesSortByAdded": "Últimas engadidas",
|
"resourcesSortByAdded": "Últimas engadidas",
|
||||||
"@resourcesSortByAdded": {},
|
"@resourcesSortByAdded": {},
|
||||||
"resourcesSortByArtist": "Por artista",
|
"resourcesSortByArtist": "Por artista",
|
||||||
"@resourcesSortByArtist": {},
|
"@resourcesSortByArtist": {},
|
||||||
"resourcesSortByFrequentlyPlayed": "Reproducidas a miúdo",
|
"resourcesSortByFrequentlyPlayed": "Reproducidas a miúdo",
|
||||||
"@resourcesSortByFrequentlyPlayed": {},
|
"@resourcesSortByFrequentlyPlayed": {},
|
||||||
"resourcesSortByName": "Por nome",
|
"resourcesSortByName": "Por nome",
|
||||||
"@resourcesSortByName": {},
|
"@resourcesSortByName": {},
|
||||||
"resourcesSortByRandom": "Ao chou",
|
"resourcesSortByRandom": "Ao chou",
|
||||||
"@resourcesSortByRandom": {},
|
"@resourcesSortByRandom": {},
|
||||||
"resourcesSortByRecentlyPlayed": "Reproducidas a miúdo",
|
"resourcesSortByRecentlyPlayed": "Reproducidas a miúdo",
|
||||||
"@resourcesSortByRecentlyPlayed": {},
|
"@resourcesSortByRecentlyPlayed": {},
|
||||||
"resourcesSortByYear": "Por ano",
|
"resourcesSortByYear": "Por ano",
|
||||||
"@resourcesSortByYear": {},
|
"@resourcesSortByYear": {},
|
||||||
"searchHeaderTitle": "Buscar: {query}",
|
"searchHeaderTitle": "Buscar: {query}",
|
||||||
"@searchHeaderTitle": {
|
"@searchHeaderTitle": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"query": {
|
"query": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"searchInputPlaceholder": "Buscar",
|
"searchInputPlaceholder": "Buscar",
|
||||||
"@searchInputPlaceholder": {},
|
"@searchInputPlaceholder": {},
|
||||||
"searchMoreResults": "Máis…",
|
"searchMoreResults": "Máis…",
|
||||||
"@searchMoreResults": {},
|
"@searchMoreResults": {},
|
||||||
"searchNowPlayingContext": "Resultados",
|
"searchNowPlayingContext": "Resultados",
|
||||||
"@searchNowPlayingContext": {},
|
"@searchNowPlayingContext": {},
|
||||||
"settingsAboutActionsLicenses": "Licenzas",
|
"settingsAboutActionsLicenses": "Licenzas",
|
||||||
"@settingsAboutActionsLicenses": {},
|
"@settingsAboutActionsLicenses": {},
|
||||||
"settingsAboutActionsProjectHomepage": "Web do Proxecto",
|
"settingsAboutActionsProjectHomepage": "Web do Proxecto",
|
||||||
"@settingsAboutActionsProjectHomepage": {},
|
"@settingsAboutActionsProjectHomepage": {},
|
||||||
"settingsAboutName": "Acerca de",
|
"settingsAboutName": "Acerca de",
|
||||||
"@settingsAboutName": {},
|
"@settingsAboutName": {},
|
||||||
"settingsAboutVersion": "versión {version}",
|
"settingsAboutVersion": "versión {version}",
|
||||||
"@settingsAboutVersion": {
|
"@settingsAboutVersion": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"version": {
|
"version": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsMusicName": "Música",
|
"settingsMusicName": "Música",
|
||||||
"@settingsMusicName": {},
|
"@settingsMusicName": {},
|
||||||
"settingsMusicOptionsScrobbleDescriptionOff": "Non rexistrar o historial de reprodución",
|
"settingsMusicOptionsScrobbleDescriptionOff": "Non rexistrar o historial de reprodución",
|
||||||
"@settingsMusicOptionsScrobbleDescriptionOff": {},
|
"@settingsMusicOptionsScrobbleDescriptionOff": {},
|
||||||
"settingsMusicOptionsScrobbleDescriptionOn": "Rexistrar o historial de reprodución",
|
"settingsMusicOptionsScrobbleDescriptionOn": "Rexistrar o historial de reprodución",
|
||||||
"@settingsMusicOptionsScrobbleDescriptionOn": {},
|
"@settingsMusicOptionsScrobbleDescriptionOn": {},
|
||||||
"settingsMusicOptionsScrobbleTitle": "Rexistrar reprodución",
|
"settingsMusicOptionsScrobbleTitle": "Rexistrar reprodución",
|
||||||
"@settingsMusicOptionsScrobbleTitle": {},
|
"@settingsMusicOptionsScrobbleTitle": {},
|
||||||
"settingsNetworkName": "Rede",
|
"settingsNetworkName": "Rede",
|
||||||
"@settingsNetworkName": {},
|
"@settingsNetworkName": {},
|
||||||
"settingsNetworkOptionsMaxBitrateMobileTitle": "Bitrate máx. (móbil)",
|
"settingsNetworkOptionsMaxBitrateMobileTitle": "Bitrate máx. (móbil)",
|
||||||
"@settingsNetworkOptionsMaxBitrateMobileTitle": {},
|
"@settingsNetworkOptionsMaxBitrateMobileTitle": {},
|
||||||
"settingsNetworkOptionsMaxBitrateWifiTitle": "Bitrate máx. (Wi-Fi)",
|
"settingsNetworkOptionsMaxBitrateWifiTitle": "Bitrate máx. (Wi-Fi)",
|
||||||
"@settingsNetworkOptionsMaxBitrateWifiTitle": {},
|
"@settingsNetworkOptionsMaxBitrateWifiTitle": {},
|
||||||
"settingsNetworkOptionsMaxBufferTitle": "Tempo máximo na memoria",
|
"settingsNetworkOptionsMaxBufferTitle": "Tempo máximo na memoria",
|
||||||
"@settingsNetworkOptionsMaxBufferTitle": {},
|
"@settingsNetworkOptionsMaxBufferTitle": {},
|
||||||
"settingsNetworkOptionsMinBufferTitle": "Tempo mínimo na memoria",
|
"settingsNetworkOptionsMinBufferTitle": "Tempo mínimo na memoria",
|
||||||
"@settingsNetworkOptionsMinBufferTitle": {},
|
"@settingsNetworkOptionsMinBufferTitle": {},
|
||||||
"settingsNetworkValuesKbps": "{value}kbps",
|
"settingsNetworkValuesKbps": "{value}kbps",
|
||||||
"@settingsNetworkValuesKbps": {
|
"@settingsNetworkValuesKbps": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"value": {
|
"value": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsNetworkValuesSeconds": "{value} segundos",
|
"settingsNetworkValuesSeconds": "{value} segundos",
|
||||||
"@settingsNetworkValuesSeconds": {
|
"@settingsNetworkValuesSeconds": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"value": {
|
"value": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsNetworkValuesUnlimitedKbps": "Sen límite",
|
"settingsNetworkValuesUnlimitedKbps": "Sen límite",
|
||||||
"@settingsNetworkValuesUnlimitedKbps": {},
|
"@settingsNetworkValuesUnlimitedKbps": {},
|
||||||
"settingsResetActionsClearImageCache": "Limpar a caché de imaxes",
|
"settingsResetActionsClearImageCache": "Limpar a caché de imaxes",
|
||||||
"@settingsResetActionsClearImageCache": {},
|
"@settingsResetActionsClearImageCache": {},
|
||||||
"settingsResetName": "Restablecer",
|
"settingsResetName": "Restablecer",
|
||||||
"@settingsResetName": {},
|
"@settingsResetName": {},
|
||||||
"settingsServersActionsAdd": "Engadir Servidor",
|
"settingsServersActionsAdd": "Engadir Servidor",
|
||||||
"@settingsServersActionsAdd": {},
|
"@settingsServersActionsAdd": {},
|
||||||
"settingsServersActionsDelete": "Eliminar",
|
"settingsServersActionsDelete": "Eliminar",
|
||||||
"@settingsServersActionsDelete": {},
|
"@settingsServersActionsDelete": {},
|
||||||
"settingsServersActionsEdit": "Editar Servidor",
|
"settingsServersActionsEdit": "Editar Servidor",
|
||||||
"@settingsServersActionsEdit": {},
|
"@settingsServersActionsEdit": {},
|
||||||
"settingsServersActionsSave": "Gardar",
|
"settingsServersActionsSave": "Gardar",
|
||||||
"@settingsServersActionsSave": {},
|
"@settingsServersActionsSave": {},
|
||||||
"settingsServersActionsTestConnection": "Comprobar Conexión",
|
"settingsServersActionsTestConnection": "Comprobar Conexión",
|
||||||
"@settingsServersActionsTestConnection": {},
|
"@settingsServersActionsTestConnection": {},
|
||||||
"settingsServersFieldsAddress": "Enderezo",
|
"settingsServersFieldsAddress": "Enderezo",
|
||||||
"@settingsServersFieldsAddress": {},
|
"@settingsServersFieldsAddress": {},
|
||||||
"settingsServersFieldsPassword": "Contrasinal",
|
"settingsServersFieldsPassword": "Contrasinal",
|
||||||
"@settingsServersFieldsPassword": {},
|
"@settingsServersFieldsPassword": {},
|
||||||
"settingsServersFieldsUsername": "Identificador",
|
"settingsServersFieldsUsername": "Identificador",
|
||||||
"@settingsServersFieldsUsername": {},
|
"@settingsServersFieldsUsername": {},
|
||||||
"settingsServersMessagesConnectionFailed": "Fallou a conexión a {address}, comproba os axustes",
|
"settingsServersMessagesConnectionFailed": "Fallou a conexión a {address}, comproba os axustes",
|
||||||
"@settingsServersMessagesConnectionFailed": {
|
"@settingsServersMessagesConnectionFailed": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"address": {
|
"address": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsServersMessagesConnectionOk": "Conexión con {address} OK!",
|
"settingsServersMessagesConnectionOk": "Conexión con {address} OK!",
|
||||||
"@settingsServersMessagesConnectionOk": {
|
"@settingsServersMessagesConnectionOk": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"address": {
|
"address": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsServersName": "Servidores",
|
"settingsServersName": "Servidores",
|
||||||
"@settingsServersName": {},
|
"@settingsServersName": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordDescriptionOff": "Enviar contrasinal como token + salt",
|
"settingsServersOptionsForcePlaintextPasswordDescriptionOff": "Enviar contrasinal como token + salt",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordDescriptionOff": {},
|
"@settingsServersOptionsForcePlaintextPasswordDescriptionOff": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordDescriptionOn": "Enviar contrasinal en texto plano (herdado, pon coidado en que a conexión sexa segura!)",
|
"settingsServersOptionsForcePlaintextPasswordDescriptionOn": "Enviar contrasinal en texto plano (herdado, pon coidado en que a conexión sexa segura!)",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordDescriptionOn": {},
|
"@settingsServersOptionsForcePlaintextPasswordDescriptionOn": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordTitle": "Forzar contrasinal en texto plano",
|
"settingsServersOptionsForcePlaintextPasswordTitle": "Forzar contrasinal en texto plano",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordTitle": {}
|
"@settingsServersOptionsForcePlaintextPasswordTitle": {},
|
||||||
}
|
"actionsCancel": "Cancelar",
|
||||||
|
"@actionsCancel": {},
|
||||||
|
"actionsDelete": "Eliminar",
|
||||||
|
"@actionsDelete": {},
|
||||||
|
"actionsDownload": "Descargar",
|
||||||
|
"@actionsDownload": {},
|
||||||
|
"actionsDownloadCancel": "Cancelar a descarga",
|
||||||
|
"@actionsDownloadCancel": {},
|
||||||
|
"actionsDownloadDelete": "Eliminar o descargado",
|
||||||
|
"@actionsDownloadDelete": {},
|
||||||
|
"actionsOk": "OK",
|
||||||
|
"@actionsOk": {},
|
||||||
|
"controlsShuffle": "Barallar",
|
||||||
|
"@controlsShuffle": {},
|
||||||
|
"resourcesAlbumCount": "{count,plural, =1{{count} álbum} other{{count} álbums}}",
|
||||||
|
"@resourcesAlbumCount": {
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"resourcesArtistCount": "{count,plural, =1{{count} artista} other{{count} artistas}}",
|
||||||
|
"@resourcesArtistCount": {
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"resourcesFilterAlbum": "Álbum",
|
||||||
|
"@resourcesFilterAlbum": {},
|
||||||
|
"resourcesFilterArtist": "Artista",
|
||||||
|
"@resourcesFilterArtist": {},
|
||||||
|
"resourcesFilterOwner": "Dono",
|
||||||
|
"@resourcesFilterOwner": {},
|
||||||
|
"resourcesFilterYear": "Ano",
|
||||||
|
"@resourcesFilterYear": {},
|
||||||
|
"resourcesPlaylistCount": "{count,plural, =1{{count} lista} other{{count} listas}}",
|
||||||
|
"@resourcesPlaylistCount": {
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"resourcesSongCount": "{count,plural, =1{{count} canción} other{{count} cancións}}",
|
||||||
|
"@resourcesSongCount": {
|
||||||
|
"placeholders": {
|
||||||
|
"count": {
|
||||||
|
"type": "int"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"resourcesSongListDeleteAllContent": "Vas eliminar todas as cancións descargadas.",
|
||||||
|
"@resourcesSongListDeleteAllContent": {},
|
||||||
|
"resourcesSongListDeleteAllTitle": "Eliminar descargas?",
|
||||||
|
"@resourcesSongListDeleteAllTitle": {},
|
||||||
|
"resourcesSortByAlbum": "Álbum",
|
||||||
|
"@resourcesSortByAlbum": {},
|
||||||
|
"resourcesSortByAlbumCount": "Número de álbums",
|
||||||
|
"@resourcesSortByAlbumCount": {},
|
||||||
|
"settingsAboutActionsSupport": "Axuda ao desenvolvemento 💜",
|
||||||
|
"@settingsAboutActionsSupport": {},
|
||||||
|
"settingsNetworkOptionsOfflineMode": "Modo sen conexión",
|
||||||
|
"@settingsNetworkOptionsOfflineMode": {},
|
||||||
|
"settingsNetworkOptionsOfflineModeOff": "Usa internet para sincr. música.",
|
||||||
|
"@settingsNetworkOptionsOfflineModeOff": {},
|
||||||
|
"settingsNetworkOptionsOfflineModeOn": "Non usar internet para sincr. ou reproducir música.",
|
||||||
|
"@settingsNetworkOptionsOfflineModeOn": {},
|
||||||
|
"settingsNetworkOptionsStreamFormat": "Modo de reprodución preferido",
|
||||||
|
"@settingsNetworkOptionsStreamFormat": {},
|
||||||
|
"settingsNetworkOptionsStreamFormatServerDefault": "Usar por defecto do servidor",
|
||||||
|
"@settingsNetworkOptionsStreamFormatServerDefault": {},
|
||||||
|
"settingsServersFieldsName": "Nome",
|
||||||
|
"@settingsServersFieldsName": {},
|
||||||
|
"resourcesSortByTitle": "Título",
|
||||||
|
"@resourcesSortByTitle": {},
|
||||||
|
"resourcesSortByUpdated": "Actualizado recentemente",
|
||||||
|
"@resourcesSortByUpdated": {}
|
||||||
|
}
|
||||||
|
|||||||
@ -1,196 +1,230 @@
|
|||||||
{
|
{
|
||||||
"actionsStar": "收藏",
|
"actionsStar": "收藏",
|
||||||
"@actionsStar": {},
|
"@actionsStar": {},
|
||||||
"actionsUnstar": "移除收藏",
|
"actionsUnstar": "移除收藏",
|
||||||
"@actionsUnstar": {},
|
"@actionsUnstar": {},
|
||||||
"messagesNothingHere": "什么都没有…",
|
"messagesNothingHere": "什么都没有…",
|
||||||
"@messagesNothingHere": {},
|
"@messagesNothingHere": {},
|
||||||
"navigationTabsHome": "首页",
|
"navigationTabsHome": "首页",
|
||||||
"@navigationTabsHome": {},
|
"@navigationTabsHome": {},
|
||||||
"navigationTabsLibrary": "所有",
|
"navigationTabsLibrary": "所有",
|
||||||
"@navigationTabsLibrary": {},
|
"@navigationTabsLibrary": {},
|
||||||
"navigationTabsSearch": "搜索",
|
"navigationTabsSearch": "搜索",
|
||||||
"@navigationTabsSearch": {},
|
"@navigationTabsSearch": {},
|
||||||
"navigationTabsSettings": "设置",
|
"navigationTabsSettings": "设置",
|
||||||
"@navigationTabsSettings": {},
|
"@navigationTabsSettings": {},
|
||||||
"resourcesAlbumActionsPlay": "播放专辑",
|
"resourcesAlbumActionsPlay": "播放专辑",
|
||||||
"@resourcesAlbumActionsPlay": {},
|
"@resourcesAlbumActionsPlay": {},
|
||||||
"resourcesAlbumActionsView": "查看专辑",
|
"resourcesAlbumActionsView": "查看专辑",
|
||||||
"@resourcesAlbumActionsView": {},
|
"@resourcesAlbumActionsView": {},
|
||||||
"resourcesAlbumListsSort": "专辑排序",
|
"resourcesAlbumListsSort": "专辑排序",
|
||||||
"@resourcesAlbumListsSort": {},
|
"@resourcesAlbumListsSort": {},
|
||||||
"resourcesAlbumName": "{count,plural, other{专辑}}",
|
"resourcesAlbumName": "{count,plural, other{专辑}}",
|
||||||
"@resourcesAlbumName": {
|
"@resourcesAlbumName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesArtistActionsView": "查看歌手",
|
"resourcesArtistActionsView": "查看歌手",
|
||||||
"@resourcesArtistActionsView": {},
|
"@resourcesArtistActionsView": {},
|
||||||
"resourcesArtistListsSort": "歌手排序",
|
"resourcesArtistListsSort": "歌手排序",
|
||||||
"@resourcesArtistListsSort": {},
|
"@resourcesArtistListsSort": {},
|
||||||
"resourcesArtistName": "{count,plural, other{歌手}}",
|
"resourcesArtistName": "{count,plural, other{歌手}}",
|
||||||
"@resourcesArtistName": {
|
"@resourcesArtistName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesFilterGenre": "根据类型",
|
"resourcesFilterGenre": "根据类型",
|
||||||
"@resourcesFilterGenre": {},
|
"@resourcesFilterGenre": {},
|
||||||
"resourcesFilterStarred": "已收藏",
|
"resourcesFilterStarred": "已收藏",
|
||||||
"@resourcesFilterStarred": {},
|
"@resourcesFilterStarred": {},
|
||||||
"resourcesPlaylistActionsPlay": "全部播放",
|
"resourcesPlaylistActionsPlay": "全部播放",
|
||||||
"@resourcesPlaylistActionsPlay": {},
|
"@resourcesPlaylistActionsPlay": {},
|
||||||
"resourcesPlaylistName": "{count,plural, other{播放列表}}",
|
"resourcesPlaylistName": "{count,plural, other{播放列表}}",
|
||||||
"@resourcesPlaylistName": {
|
"@resourcesPlaylistName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesQueueName": "{count,plural, other{队列}}",
|
"resourcesQueueName": "{count,plural, other{队列}}",
|
||||||
"@resourcesQueueName": {
|
"@resourcesQueueName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesSongListsArtistTopSongs": "热门歌曲",
|
"resourcesSongListsArtistTopSongs": "热门歌曲",
|
||||||
"@resourcesSongListsArtistTopSongs": {},
|
"@resourcesSongListsArtistTopSongs": {},
|
||||||
"resourcesSongName": "{count,plural, other{歌曲}}",
|
"resourcesSongName": "{count,plural, other{歌曲}}",
|
||||||
"@resourcesSongName": {
|
"@resourcesSongName": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"count": {
|
"count": {
|
||||||
"type": "int"
|
"type": "int"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resourcesSortByAdded": "最近添加",
|
"resourcesSortByAdded": "最近添加",
|
||||||
"@resourcesSortByAdded": {},
|
"@resourcesSortByAdded": {},
|
||||||
"resourcesSortByArtist": "根据歌手",
|
"resourcesSortByArtist": "根据歌手",
|
||||||
"@resourcesSortByArtist": {},
|
"@resourcesSortByArtist": {},
|
||||||
"resourcesSortByFrequentlyPlayed": "播放最多",
|
"resourcesSortByFrequentlyPlayed": "播放最多",
|
||||||
"@resourcesSortByFrequentlyPlayed": {},
|
"@resourcesSortByFrequentlyPlayed": {},
|
||||||
"resourcesSortByName": "根据名称",
|
"resourcesSortByName": "根据名称",
|
||||||
"@resourcesSortByName": {},
|
"@resourcesSortByName": {},
|
||||||
"resourcesSortByRandom": "随机",
|
"resourcesSortByRandom": "随机",
|
||||||
"@resourcesSortByRandom": {},
|
"@resourcesSortByRandom": {},
|
||||||
"resourcesSortByRecentlyPlayed": "最近播放",
|
"resourcesSortByRecentlyPlayed": "最近播放",
|
||||||
"@resourcesSortByRecentlyPlayed": {},
|
"@resourcesSortByRecentlyPlayed": {},
|
||||||
"resourcesSortByYear": "根据年份",
|
"resourcesSortByYear": "根据年份",
|
||||||
"@resourcesSortByYear": {},
|
"@resourcesSortByYear": {},
|
||||||
"searchHeaderTitle": "搜索: {query}",
|
"searchHeaderTitle": "搜索: {query}",
|
||||||
"@searchHeaderTitle": {
|
"@searchHeaderTitle": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"query": {
|
"query": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"searchInputPlaceholder": "搜索",
|
"searchInputPlaceholder": "搜索",
|
||||||
"@searchInputPlaceholder": {},
|
"@searchInputPlaceholder": {},
|
||||||
"searchMoreResults": "更多…",
|
"searchMoreResults": "更多…",
|
||||||
"@searchMoreResults": {},
|
"@searchMoreResults": {},
|
||||||
"searchNowPlayingContext": "搜索结果",
|
"searchNowPlayingContext": "搜索结果",
|
||||||
"@searchNowPlayingContext": {},
|
"@searchNowPlayingContext": {},
|
||||||
"settingsAboutActionsLicenses": "许可",
|
"settingsAboutActionsLicenses": "许可",
|
||||||
"@settingsAboutActionsLicenses": {},
|
"@settingsAboutActionsLicenses": {},
|
||||||
"settingsAboutActionsProjectHomepage": "项目地址",
|
"settingsAboutActionsProjectHomepage": "项目地址",
|
||||||
"@settingsAboutActionsProjectHomepage": {},
|
"@settingsAboutActionsProjectHomepage": {},
|
||||||
"settingsAboutName": "关于",
|
"settingsAboutName": "关于",
|
||||||
"@settingsAboutName": {},
|
"@settingsAboutName": {},
|
||||||
"settingsAboutVersion": "版本 {version}",
|
"settingsAboutVersion": "版本 {version}",
|
||||||
"@settingsAboutVersion": {
|
"@settingsAboutVersion": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"version": {
|
"version": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsMusicName": "音乐",
|
"settingsMusicName": "音乐",
|
||||||
"@settingsMusicName": {},
|
"@settingsMusicName": {},
|
||||||
"settingsMusicOptionsScrobbleDescriptionOff": "不记录scrobble历史",
|
"settingsMusicOptionsScrobbleDescriptionOff": "不记录scrobble历史",
|
||||||
"@settingsMusicOptionsScrobbleDescriptionOff": {},
|
"@settingsMusicOptionsScrobbleDescriptionOff": {},
|
||||||
"settingsMusicOptionsScrobbleDescriptionOn": "Scrobble播放历史",
|
"settingsMusicOptionsScrobbleDescriptionOn": "Scrobble播放历史",
|
||||||
"@settingsMusicOptionsScrobbleDescriptionOn": {},
|
"@settingsMusicOptionsScrobbleDescriptionOn": {},
|
||||||
"settingsMusicOptionsScrobbleTitle": "Scrobble模式",
|
"settingsMusicOptionsScrobbleTitle": "Scrobble模式",
|
||||||
"@settingsMusicOptionsScrobbleTitle": {},
|
"@settingsMusicOptionsScrobbleTitle": {},
|
||||||
"settingsNetworkName": "网络",
|
"settingsNetworkName": "网络",
|
||||||
"@settingsNetworkName": {},
|
"@settingsNetworkName": {},
|
||||||
"settingsNetworkOptionsMaxBitrateMobileTitle": "最大比特率 (3G/4G/5G)",
|
"settingsNetworkOptionsMaxBitrateMobileTitle": "最大比特率 (3G/4G/5G)",
|
||||||
"@settingsNetworkOptionsMaxBitrateMobileTitle": {},
|
"@settingsNetworkOptionsMaxBitrateMobileTitle": {},
|
||||||
"settingsNetworkOptionsMaxBitrateWifiTitle": "最大比特率 (Wi-Fi)",
|
"settingsNetworkOptionsMaxBitrateWifiTitle": "最大比特率 (Wi-Fi)",
|
||||||
"@settingsNetworkOptionsMaxBitrateWifiTitle": {},
|
"@settingsNetworkOptionsMaxBitrateWifiTitle": {},
|
||||||
"settingsNetworkOptionsMaxBufferTitle": "最大缓冲时间",
|
"settingsNetworkOptionsMaxBufferTitle": "最大缓冲时间",
|
||||||
"@settingsNetworkOptionsMaxBufferTitle": {},
|
"@settingsNetworkOptionsMaxBufferTitle": {},
|
||||||
"settingsNetworkOptionsMinBufferTitle": "最小缓冲时间",
|
"settingsNetworkOptionsMinBufferTitle": "最小缓冲时间",
|
||||||
"@settingsNetworkOptionsMinBufferTitle": {},
|
"@settingsNetworkOptionsMinBufferTitle": {},
|
||||||
"settingsNetworkValuesKbps": "{value}kbps",
|
"settingsNetworkValuesKbps": "{value}kbps",
|
||||||
"@settingsNetworkValuesKbps": {
|
"@settingsNetworkValuesKbps": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"value": {
|
"value": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsNetworkValuesSeconds": "{value} 秒",
|
"settingsNetworkValuesSeconds": "{value} 秒",
|
||||||
"@settingsNetworkValuesSeconds": {
|
"@settingsNetworkValuesSeconds": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"value": {
|
"value": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsNetworkValuesUnlimitedKbps": "不限制",
|
"settingsNetworkValuesUnlimitedKbps": "不限制",
|
||||||
"@settingsNetworkValuesUnlimitedKbps": {},
|
"@settingsNetworkValuesUnlimitedKbps": {},
|
||||||
"settingsResetActionsClearImageCache": "清除图片缓存",
|
"settingsResetActionsClearImageCache": "清除图片缓存",
|
||||||
"@settingsResetActionsClearImageCache": {},
|
"@settingsResetActionsClearImageCache": {},
|
||||||
"settingsResetName": "重置",
|
"settingsResetName": "重置",
|
||||||
"@settingsResetName": {},
|
"@settingsResetName": {},
|
||||||
"settingsServersActionsAdd": "添加服务器",
|
"settingsServersActionsAdd": "添加服务器",
|
||||||
"@settingsServersActionsAdd": {},
|
"@settingsServersActionsAdd": {},
|
||||||
"settingsServersActionsDelete": "删除",
|
"settingsServersActionsDelete": "删除",
|
||||||
"@settingsServersActionsDelete": {},
|
"@settingsServersActionsDelete": {},
|
||||||
"settingsServersActionsEdit": "编辑服务器",
|
"settingsServersActionsEdit": "编辑服务器",
|
||||||
"@settingsServersActionsEdit": {},
|
"@settingsServersActionsEdit": {},
|
||||||
"settingsServersActionsSave": "保存",
|
"settingsServersActionsSave": "保存",
|
||||||
"@settingsServersActionsSave": {},
|
"@settingsServersActionsSave": {},
|
||||||
"settingsServersActionsTestConnection": "测试连接",
|
"settingsServersActionsTestConnection": "测试连接",
|
||||||
"@settingsServersActionsTestConnection": {},
|
"@settingsServersActionsTestConnection": {},
|
||||||
"settingsServersFieldsAddress": "地址",
|
"settingsServersFieldsAddress": "地址",
|
||||||
"@settingsServersFieldsAddress": {},
|
"@settingsServersFieldsAddress": {},
|
||||||
"settingsServersFieldsPassword": "密码",
|
"settingsServersFieldsPassword": "密码",
|
||||||
"@settingsServersFieldsPassword": {},
|
"@settingsServersFieldsPassword": {},
|
||||||
"settingsServersFieldsUsername": "用户名",
|
"settingsServersFieldsUsername": "用户名",
|
||||||
"@settingsServersFieldsUsername": {},
|
"@settingsServersFieldsUsername": {},
|
||||||
"settingsServersMessagesConnectionFailed": "连接到 {address} 失败,检查设置或服务器",
|
"settingsServersMessagesConnectionFailed": "连接到 {address} 失败,检查设置或服务器",
|
||||||
"@settingsServersMessagesConnectionFailed": {
|
"@settingsServersMessagesConnectionFailed": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"address": {
|
"address": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsServersMessagesConnectionOk": "连接到 {address} 正常!",
|
"settingsServersMessagesConnectionOk": "连接到 {address} 正常!",
|
||||||
"@settingsServersMessagesConnectionOk": {
|
"@settingsServersMessagesConnectionOk": {
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"address": {
|
"address": {
|
||||||
"type": "String"
|
"type": "String"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsServersName": "服务器",
|
"settingsServersName": "服务器",
|
||||||
"@settingsServersName": {},
|
"@settingsServersName": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordDescriptionOff": "密码以 token + salt 加密发送",
|
"settingsServersOptionsForcePlaintextPasswordDescriptionOff": "密码以 token + salt 加密发送",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordDescriptionOff": {},
|
"@settingsServersOptionsForcePlaintextPasswordDescriptionOff": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordDescriptionOn": "密码以明文发送(不推荐,注意链接安全!)",
|
"settingsServersOptionsForcePlaintextPasswordDescriptionOn": "密码以明文发送(不推荐,注意链接安全!)",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordDescriptionOn": {},
|
"@settingsServersOptionsForcePlaintextPasswordDescriptionOn": {},
|
||||||
"settingsServersOptionsForcePlaintextPasswordTitle": "强制使用明文密码",
|
"settingsServersOptionsForcePlaintextPasswordTitle": "强制使用明文密码",
|
||||||
"@settingsServersOptionsForcePlaintextPasswordTitle": {}
|
"@settingsServersOptionsForcePlaintextPasswordTitle": {},
|
||||||
}
|
"actionsDownload": "下载",
|
||||||
|
"@actionsDownload": {},
|
||||||
|
"actionsDownloadCancel": "取消下载",
|
||||||
|
"@actionsDownloadCancel": {},
|
||||||
|
"actionsDownloadDelete": "删除已下载",
|
||||||
|
"@actionsDownloadDelete": {},
|
||||||
|
"actionsOk": "确定",
|
||||||
|
"@actionsOk": {},
|
||||||
|
"resourcesFilterArtist": "歌手",
|
||||||
|
"@resourcesFilterArtist": {},
|
||||||
|
"resourcesFilterOwner": "所有者",
|
||||||
|
"@resourcesFilterOwner": {},
|
||||||
|
"resourcesSongListDeleteAllTitle": "删除下载?",
|
||||||
|
"@resourcesSongListDeleteAllTitle": {},
|
||||||
|
"resourcesSortByAlbum": "专辑",
|
||||||
|
"@resourcesSortByAlbum": {},
|
||||||
|
"resourcesSortByAlbumCount": "专辑数量",
|
||||||
|
"@resourcesSortByAlbumCount": {},
|
||||||
|
"resourcesSortByUpdated": "最近添加",
|
||||||
|
"@resourcesSortByUpdated": {},
|
||||||
|
"settingsAboutActionsSupport": "支持开发者",
|
||||||
|
"@settingsAboutActionsSupport": {},
|
||||||
|
"resourcesFilterAlbum": "专辑",
|
||||||
|
"@resourcesFilterAlbum": {},
|
||||||
|
"resourcesSortByTitle": "标题",
|
||||||
|
"@resourcesSortByTitle": {},
|
||||||
|
"actionsCancel": "取消",
|
||||||
|
"@actionsCancel": {},
|
||||||
|
"actionsDelete": "删除",
|
||||||
|
"@actionsDelete": {},
|
||||||
|
"resourcesFilterYear": "年份",
|
||||||
|
"@resourcesFilterYear": {},
|
||||||
|
"resourcesSongListDeleteAllContent": "该操作会删除所有已下载的歌曲文件。",
|
||||||
|
"@resourcesSongListDeleteAllContent": {}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user