From 199dd45b58044aabedc0bd48edd44d38ee5b8675 Mon Sep 17 00:00:00 2001 From: Mefsaal Date: Sat, 14 May 2022 18:00:02 -0300 Subject: [PATCH] some test --- src/i18n/en_US.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index a1feee42..78ebd213 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -257,6 +257,9 @@ "action.tray.minimize": "Minimize to Tray", "action.tray.quit": "Quit", "action.tray.show": "Show Cider", + "action.tray.playpause": "Play/Pause", + "action.tray.next": "Next", + "action.tray.previous": "Previous", "action.update": "Update", "action.install": "Install", "action.copy": "Copy",