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