diff options
author | Ajay <[email protected]> | 2022-06-06 20:41:15 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-06-06 20:41:15 -0400 |
commit | 32052c17f1ac97048418015ca2e20515ca7827c8 (patch) | |
tree | bb0a1e0a233f25d98c23c54fb69f45d8f3ec39ca /public/_locales/en | |
parent | 5545a516be973d01430e5037ec63137c5e409ab7 (diff) | |
download | SponsorBlock-32052c17f1ac97048418015ca2e20515ca7827c8.tar.gz SponsorBlock-32052c17f1ac97048418015ca2e20515ca7827c8.zip |
Add notice showing that copy happened
Diffstat (limited to 'public/_locales/en')
-rw-r--r-- | public/_locales/en/messages.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/public/_locales/en/messages.json b/public/_locales/en/messages.json index a9f04433..f475716b 100644 --- a/public/_locales/en/messages.json +++ b/public/_locales/en/messages.json @@ -555,6 +555,10 @@ "message": "to", "description": "Used between segments. Example: 1:20 to 1:30" }, + "CopiedExclamation": { + "message": "Copied!", + "description": "Used after something has been copied to the clipboard. Example: 'Copied!'" + }, "generic_guideline1": { "message": "Include segue transitions" }, @@ -1050,5 +1054,11 @@ }, "confirmResetToDefault": { "message": "Are you sure you want to reset all settings to their default values? This cannot be undone." + }, + "exportSegments": { + "message": "Export segments" + }, + "importSegments": { + "message": "Import segments" } } |