mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:39:16 +02:00
parent
52a8fa1f48
commit
aab048dd32
4 changed files with 362 additions and 300 deletions
|
@ -71,15 +71,15 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
groups () {
|
||||
// somehow, extraction fails if in the return block directly
|
||||
let instanceLabel = this.$gettext('Instance information')
|
||||
let usersLabel = this.$gettext('Users')
|
||||
let importsLabel = this.$gettext('Imports')
|
||||
let playlistsLabel = this.$gettext('Playlists')
|
||||
let federationLabel = this.$gettext('Federation')
|
||||
let subsonicLabel = this.$gettext('Subsonic')
|
||||
let statisticsLabel = this.$gettext('Statistics')
|
||||
let errorLabel = this.$gettext('Error reporting')
|
||||
// somehow, extraction fails if in the return block directly
|
||||
let instanceLabel = this.$gettext('Instance information')
|
||||
let usersLabel = this.$gettext('Users')
|
||||
let importsLabel = this.$gettext('Imports')
|
||||
let playlistsLabel = this.$gettext('Playlists')
|
||||
let federationLabel = this.$gettext('Federation')
|
||||
let subsonicLabel = this.$gettext('Subsonic')
|
||||
let statisticsLabel = this.$gettext('Statistics')
|
||||
let errorLabel = this.$gettext('Error reporting')
|
||||
return [
|
||||
{
|
||||
label: instanceLabel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue