mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 14:29:35 +00:00
完善新播放逻辑
This commit is contained in:
parent
eb1955e5e6
commit
114c9761fd
30 changed files with 658 additions and 683 deletions
|
|
@ -134,6 +134,18 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"No shelves to display",
|
||||
),
|
||||
"cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
|
||||
"chapterNotFound": MessageLookupByLibrary.simpleMessage("Chapters"),
|
||||
"chapterSelect": MessageLookupByLibrary.simpleMessage("Select Chapter"),
|
||||
"chapterSkip": MessageLookupByLibrary.simpleMessage(
|
||||
"Skip chapter opening and ending",
|
||||
),
|
||||
"chapterSkipEnd": MessageLookupByLibrary.simpleMessage(
|
||||
"Skip chapter opening for ",
|
||||
),
|
||||
"chapterSkipOpen": MessageLookupByLibrary.simpleMessage(
|
||||
"Skip chapter opening for ",
|
||||
),
|
||||
"chapters": MessageLookupByLibrary.simpleMessage("Chapters"),
|
||||
"copyToClipboard": MessageLookupByLibrary.simpleMessage(
|
||||
"Copy to Clipboard",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue