mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-17 03:48:25 +00:00
Merge pull request #54 from WebTools-NG/#47-localized-no-server
#47 added no server selected to en langs #47 merge into master
This commit is contained in:
commit
0ca40d3d0c
2 changed files with 4 additions and 2 deletions
|
@ -60,6 +60,7 @@
|
||||||
"ET": {
|
"ET": {
|
||||||
"Description": "@:Modules.ET.Name allows you to export some information about the medias in your libraries",
|
"Description": "@:Modules.ET.Name allows you to export some information about the medias in your libraries",
|
||||||
"Name": "ExportTool",
|
"Name": "ExportTool",
|
||||||
|
"ErrorServer": "No server",
|
||||||
"HSelectMedia": "Select Media Type",
|
"HSelectMedia": "Select Media Type",
|
||||||
"HSelectSelection": "Select Media Libary",
|
"HSelectSelection": "Select Media Libary",
|
||||||
"SelectSelection": "Select Selection",
|
"SelectSelection": "Select Selection",
|
||||||
|
@ -68,7 +69,8 @@
|
||||||
"RadioTVSeries": "TV Series",
|
"RadioTVSeries": "TV Series",
|
||||||
"RadioMusic": "Music",
|
"RadioMusic": "Music",
|
||||||
"RadioPhotos" : "Photos",
|
"RadioPhotos" : "Photos",
|
||||||
"RadioOtherVideos": "Other Videos"
|
"RadioOtherVideos": "Other Videos",
|
||||||
|
"ErrorNoServerSelected": "No server selected"
|
||||||
},
|
},
|
||||||
"About": {
|
"About": {
|
||||||
"Description": "@:Modules.About.Name",
|
"Description": "@:Modules.About.Name",
|
||||||
|
|
|
@ -176,7 +176,7 @@ export default {
|
||||||
log.debug("serverCheck is none")
|
log.debug("serverCheck is none")
|
||||||
this.$buefy.toast.open({
|
this.$buefy.toast.open({
|
||||||
duration: 3000,
|
duration: 3000,
|
||||||
message: `No server selected`,
|
message: this.$t('Modules.ET.ErrorNoServerSelected'),
|
||||||
type: 'is-danger'
|
type: 'is-danger'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue