[Translations] Added english update translation.
This commit is contained in:
parent
74349b2e46
commit
d9923f1400
|
@ -218,7 +218,7 @@ MenuBar {
|
||||||
shortcut: keybinds.quit
|
shortcut: keybinds.quit
|
||||||
}
|
}
|
||||||
Action {
|
Action {
|
||||||
text: "Update"
|
text: translate.getTranslation("UPDATE", i18n.language)
|
||||||
onTriggered: player.updateAppImage()
|
onTriggered: player.updateAppImage()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,8 @@ var translations = {
|
||||||
TITLE: "Title",
|
TITLE: "Title",
|
||||||
TOGGLE_ALWAYS_ON_TOP: "Toggle Always On Top",
|
TOGGLE_ALWAYS_ON_TOP: "Toggle Always On Top",
|
||||||
DISABLE_TRACK: "Disable Track",
|
DISABLE_TRACK: "Disable Track",
|
||||||
AUDIO_DEVICES: "Audio Devices"
|
AUDIO_DEVICES: "Audio Devices",
|
||||||
|
UPDATE: "Update"
|
||||||
},
|
},
|
||||||
spanish: {
|
spanish: {
|
||||||
SAVE_SCREENSHOT: "Guardar captura en",
|
SAVE_SCREENSHOT: "Guardar captura en",
|
||||||
|
|
Loading…
Reference in a new issue