mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-13 06:57:09 +03:00
Update LANG.js
This commit is contained in:
25
LANG.js
25
LANG.js
@@ -17,8 +17,23 @@
|
|||||||
var en_US = new Map();
|
var en_US = new Map();
|
||||||
|
|
||||||
// Main
|
// Main
|
||||||
en_US.set(400, 'Server said this request was invalid"')
|
en_US.set(400, 'Server said this request was invalid"')
|
||||||
.set(429, 'You have submitted too many sponsor times for this one video, are you sure there are this many?')
|
.set(429, 'You have submitted too many sponsor times for this one video, are you sure there are this many?')
|
||||||
.set(409, 'This has already been submitted before')
|
.set(409, 'This has already been submitted before')
|
||||||
.set(502, 'It seems the server is down. Contact the dev to inform them.')
|
.set(502, 'It seems the server is down. Contact the dev to inform them.')
|
||||||
.set('Unknown', 'There was an error submitting your sponsor times, please try again later.');
|
.set('Unknown', 'There was an error submitting your sponsor times, please try again later.')
|
||||||
|
.set("CWL","Channel Whitelisted!")
|
||||||
|
.set("SPs","sponsors.")
|
||||||
|
.set("SP","sponsor.")
|
||||||
|
.set("SPSEGs","sponsor segments.")
|
||||||
|
.set("SPSEG","sponsor segment.")
|
||||||
|
.set("SP_FOUND","This video's sponsors are in the database!")
|
||||||
|
.set("SP_NONE","No sponsors found)
|
||||||
|
.set("SP_END","Sponsorship Ends Now")
|
||||||
|
.set("SP_START","Sponsorship Starts Now")
|
||||||
|
.set("NOTYTT","his probably isn't a YouTube tab, or you clicked too early. \n If you know this is a YouTube tab,\n close this popup and open it again.")
|
||||||
|
.set("VOTE","Thanks for voting!")
|
||||||
|
.set("VOTE_FAIL","You have already voted this way before.")
|
||||||
|
.set("It seems the sever is down. Contact the dev immediately.","SBDOWN")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user