Show chapter transition warning

- on scanlator change
- on skipped chapters
This commit is contained in:
schroda
2024-12-11 22:33:04 +01:00
parent 8ca0af8d02
commit 6dd2c8e2ff
4 changed files with 96 additions and 35 deletions

View File

@@ -323,6 +323,7 @@
"log_out": "Log out",
"migrate": "Migrate",
"ok": "Ok",
"open": "Open",
"open_site": "Open Site",
"options": "Options",
"popular": "Popular",
@@ -804,6 +805,21 @@
"previous_page": "Previous page",
"retry_load_pages": "Retry errored pages"
},
"chapter_transition": {
"warning": {
"next": {
"chapter_number_one": "There is one missing chapter.\nCurrent: {{currentChapter}}\nNext: {{nextChapter}}",
"chapter_number_other": "There are {{count}} missing chapters.\nCurrent: {{currentChapter}}\nNext: {{nextChapter}}",
"scanlator": "The next chapter has a different scanlator then the current one.\nCurrent: {{currentScanlator}}\nNext: {{nextScanlator}}"
},
"previous": {
"chapter_number_one": "There is one missing chapter.\nPrevious: {{nextChapter}}\nCurrent: {{currentChapter}}",
"chapter_number_other": "There are {{count}} missing chapters.\nPrevious: {{nextChapter}}\nCurrent: {{currentChapter}}",
"scanlator": "The previous chapter has a different scanlator then the current one.\nPrevious: {{nextScanlator}}\nCurrent: {{currentScanlator}}"
},
"title": "Chapter transition warning"
}
},
"error": {
"label": {
"chapter_not_found": "Chapter does not exist",