SponsorBlock/_locales/en/messages.json

104 lines
2.7 KiB
JSON
Raw Normal View History

2019-08-12 19:33:36 +02:00
{
"Name": {
"message": "SponsorBlock",
"description": "Name of the extension."
},
2019-08-12 19:36:02 +02:00
"fullName": {
"message": "SponsorBlock for YouTube - Skip Sponsorships",
"description": "Name of the extension."
},
2019-08-12 19:33:36 +02:00
"Description": {
"message": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.",
"description": "Description of the extension."
},
2019-08-12 22:45:14 +02:00
"helpPage": {
"message": "index_en.html"
},
2019-08-12 19:33:36 +02:00
"400": {
"message": "Server said this request was invalid"
},
"429": {
"message": "You have submitted too many sponsor times for this one video, are you sure there are this many?"
},
"409": {
"message": "This has already been submitted before"
},
"502": {
"message": "It seems the server is down. Contact the dev to inform them."
},
"ChannelWhitelisted": {
"message": "Channel Whitelisted!"
},
"Sponsor": {
"message": "Sponsor"
},
"Sponsors": {
"message": "Sponsors"
2019-08-12 20:35:08 +02:00
},
"Segment": {
"message": "sponsor segment"
2019-08-12 19:33:36 +02:00
},
"Segments": {
"message": "sponsor segments"
},
2019-08-12 21:08:26 +02:00
"Dismiss": {
"message": "Dismiss"
},
"Hide": {
"message": "Don't Show This Again"
},
"HitGoBack": {
"message": "Hit go back to get to where you came from."
},
"GoBack": {
"message": "Go back"
},
"ConfirmMSG": {
"message": "\n\nTo edit or delete individual values, click the info button or open the extension popup by clicking the extension icon in the top right corner."
},
"ClearThis": {
"message": "Are you sure you want to clear this?\n\n"
},
2019-08-12 19:33:36 +02:00
"Unknown": {
"message": "There was an error submitting your sponsor times, please try again later."
},
2019-08-12 21:08:26 +02:00
2019-08-12 19:33:36 +02:00
"SponsorFound": {
"message": "This video's sponsors are in the database!"
},
"Sponsor404": {
"message": "No sponsors found"
},
"SponsorStart": {
"message": "Sponsorship Starts Now"
},
"SponsorEND": {
"message": "Sponsorship Ends Now"
},
"noVIDEOID": {
2019-08-12 19:41:45 +02:00
"message": "This 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."
2019-08-12 19:33:36 +02:00
},
"VOTED": {
"message": "Thanks for voting!"
},
"VOTE_FAIL": {
"message": "You have already voted this way before."
},
"ServerDown": {
"message": "It seems the sever is down. Contact the dev immediately."
2019-08-12 20:46:25 +02:00
},
"connectionError": {
"message": "A connection error has occured. Error code: "
2019-08-12 22:40:23 +02:00
},
"Wanttosubmit": {
"message": "Do you want to submit the sponsor times for video id"
},
"leftTimes": {
"message": "You seem to have left some sponsor times unsubmitted. Go back to that page to submit them (they are not deleted)."
},
"popup": {
"message": "popup_en.html"
2019-08-12 19:34:17 +02:00
}
2019-08-12 19:33:36 +02:00
}