mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-16 16:37:18 +03:00
Clarify chapter submission unrelated to license
This commit is contained in:
@@ -1160,6 +1160,10 @@
|
|||||||
"chaptersPage1": {
|
"chaptersPage1": {
|
||||||
"message": "SponsorBlock crowd-sourced chapters feature is only available to people who purchase a license, or for people who are granted access for free due their past contributions"
|
"message": "SponsorBlock crowd-sourced chapters feature is only available to people who purchase a license, or for people who are granted access for free due their past contributions"
|
||||||
},
|
},
|
||||||
|
"chaptersPage2": {
|
||||||
|
"message": "Note: Permission to submit chapters is still based on calculated reputation. Purchasing a license only allows you to view chapters submitted by others",
|
||||||
|
"description": "On the chapters page for getting access to the paid chapters feature"
|
||||||
|
},
|
||||||
"unsubmittedSegmentCounts": {
|
"unsubmittedSegmentCounts": {
|
||||||
"message": "You currently have {0} on {1}",
|
"message": "You currently have {0} on {1}",
|
||||||
"description": "Example: You currently have 12 unsubmitted segments on 5 videos"
|
"description": "Example: You currently have 12 unsubmitted segments on 5 videos"
|
||||||
|
|||||||
@@ -23,6 +23,10 @@
|
|||||||
<p>
|
<p>
|
||||||
__MSG_chaptersPage1__
|
__MSG_chaptersPage1__
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p class="smaller">
|
||||||
|
__MSG_chaptersPage2__
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
@@ -66,12 +70,15 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="cantAfford" class="center">
|
<div class="center">
|
||||||
|
<p id="cantAfford" class="smaller no-margin">
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
|
<p class="smaller no-margin">
|
||||||
__MSG_alreadyDonated__ sponsorblock-free@ajay.app
|
__MSG_alreadyDonated__ sponsorblock-free@ajay.app
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="subsidizedPrice" class="center hidden">
|
<div id="subsidizedPrice" class="center hidden">
|
||||||
|
|||||||
@@ -289,6 +289,16 @@ p,li {
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.smaller {
|
||||||
|
font-size: 12px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-margin {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
p,li,code,a {
|
p,li,code,a {
|
||||||
max-width: 60%;
|
max-width: 60%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user