diff --git a/src/i18n/en_OWO.json b/src/i18n/en_OWO.json index 4fae9fb1..eb9848ac 100644 --- a/src/i18n/en_OWO.json +++ b/src/i18n/en_OWO.json @@ -52,6 +52,7 @@ "term.navigateForward": "Nyavigate fowwawd", "term.play": "Pway", "term.pause": "Pause", + "term.stop": "Stop", "term.previous": "Pwevious", "term.next": "Nyext", "term.shuffle": "Shuffwe", @@ -257,6 +258,9 @@ "action.tray.minimize": "Minyimize to Tway", "action.tray.quit": "Quit", "action.tray.show": "Show Cidew", + "action.tray.playpause": "Pway/Pause", + "action.tray.next": "Nyext", + "action.tray.previous": "Pwevious", "action.update": "Update", "action.install": "Instaww", "action.copy": "Copy", diff --git a/src/renderer/views/components/mediaitem-square.ejs b/src/renderer/views/components/mediaitem-square.ejs index 64dde269..def03ae3 100644 --- a/src/renderer/views/components/mediaitem-square.ejs +++ b/src/renderer/views/components/mediaitem-square.ejs @@ -1,576 +1,594 @@ \ No newline at end of file