mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Create LANG.js
This commit is contained in:
parent
38bb50a472
commit
e5add6c392
1 changed files with 9 additions and 0 deletions
9
LANG.js
Normal file
9
LANG.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
// File to store strings for diffrent languages
|
||||
|
||||
var EN_US = new Map();
|
||||
|
||||
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(409, 'This has already been submitted before')
|
||||
.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.');
|
Loading…
Reference in a new issue