mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 03:23:05 +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": {
|
||||
"Description": "@:Modules.ET.Name allows you to export some information about the medias in your libraries",
|
||||
"Name": "ExportTool",
|
||||
"ErrorServer": "No server",
|
||||
"HSelectMedia": "Select Media Type",
|
||||
"HSelectSelection": "Select Media Libary",
|
||||
"SelectSelection": "Select Selection",
|
||||
|
@ -68,7 +69,8 @@
|
|||
"RadioTVSeries": "TV Series",
|
||||
"RadioMusic": "Music",
|
||||
"RadioPhotos" : "Photos",
|
||||
"RadioOtherVideos": "Other Videos"
|
||||
"RadioOtherVideos": "Other Videos",
|
||||
"ErrorNoServerSelected": "No server selected"
|
||||
},
|
||||
"About": {
|
||||
"Description": "@:Modules.About.Name",
|
||||
|
|
|
@ -176,7 +176,7 @@ export default {
|
|||
log.debug("serverCheck is none")
|
||||
this.$buefy.toast.open({
|
||||
duration: 3000,
|
||||
message: `No server selected`,
|
||||
message: this.$t('Modules.ET.ErrorNoServerSelected'),
|
||||
type: 'is-danger'
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue