Say muted instead of skipped for mute segments

This commit is contained in:
Ajay Ramachandran
2021-09-04 02:09:10 -04:00
parent 2c1f5f16c2
commit 6040d177fa
2 changed files with 36 additions and 5 deletions

View File

@@ -311,6 +311,9 @@
"skip_category": {
"message": "Skip {0}?"
},
"mute_category": {
"message": "Mute {0}?"
},
"skip_to_category": {
"message": "Skip to {0}?",
"description": "Used for skipping to things (Skip to Highlight)"
@@ -319,6 +322,10 @@
"message": "{0} Skipped",
"description": "Example: Sponsor Skipped"
},
"muted": {
"message": "{0} Muted",
"description": "Example: Sponsor Muted"
},
"skipped_to_category": {
"message": "Skipped to {0}",
"description": "Used for skipping to things (Skipped to Highlight)"