diff --git a/src/i18n/en_US.json b/src/i18n/en_US.json index aa6dcc43..f7678d47 100644 --- a/src/i18n/en_US.json +++ b/src/i18n/en_US.json @@ -52,6 +52,7 @@ "term.navigateForward": "Navigate forward", "term.play": "Play", "term.pause": "Pause", + "term.stop": "Stop", "term.previous": "Previous", "term.next": "Next", "term.shuffle": "Shuffle", diff --git a/src/i18n/source/en_US.json b/src/i18n/source/en_US.json index b1eabc49..f753b955 100644 --- a/src/i18n/source/en_US.json +++ b/src/i18n/source/en_US.json @@ -52,6 +52,7 @@ "term.navigateForward": "Navigate forward", "term.play": "Play", "term.pause": "Pause", + "term.stop": "Stop", "term.previous": "Previous", "term.next": "Next", "term.shuffle": "Shuffle",