Notification i18n
This commit is contained in:
parent
158fe502cb
commit
0359bffac5
1 changed files with 3 additions and 3 deletions
|
@ -1710,7 +1710,7 @@ const app = new Vue({
|
||||||
}
|
}
|
||||||
this.library.songs.downloadState = 1
|
this.library.songs.downloadState = 1
|
||||||
this.library.downloadNotification.show = true
|
this.library.downloadNotification.show = true
|
||||||
this.library.downloadNotification.message = "Updating library songs..."
|
this.library.downloadNotification.message = app.getLz('notification.updatingLibrarySongs')
|
||||||
|
|
||||||
function downloadChunk() {
|
function downloadChunk() {
|
||||||
const params = {
|
const params = {
|
||||||
|
@ -1791,7 +1791,7 @@ const app = new Vue({
|
||||||
}
|
}
|
||||||
this.library.albums.downloadState = 1
|
this.library.albums.downloadState = 1
|
||||||
this.library.downloadNotification.show = true
|
this.library.downloadNotification.show = true
|
||||||
this.library.downloadNotification.message = "Updating library albums..."
|
this.library.downloadNotification.message = app.getLz('notification.updatingLibraryAlbums')
|
||||||
|
|
||||||
function downloadChunk() {
|
function downloadChunk() {
|
||||||
self.library.albums.downloadState = 1
|
self.library.albums.downloadState = 1
|
||||||
|
@ -1871,7 +1871,7 @@ const app = new Vue({
|
||||||
}
|
}
|
||||||
this.library.artists.downloadState = 1
|
this.library.artists.downloadState = 1
|
||||||
this.library.downloadNotification.show = true
|
this.library.downloadNotification.show = true
|
||||||
this.library.downloadNotification.message = "Updating library artists..."
|
this.library.downloadNotification.message = app.getLz('notification.updatingLibraryArtists')
|
||||||
|
|
||||||
function downloadChunk() {
|
function downloadChunk() {
|
||||||
self.library.artists.downloadState = 1
|
self.library.artists.downloadState = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue