mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2026-02-16 06:19: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",
|
||||
),
|
||||
|
|
|
|||
|
|
@ -108,6 +108,12 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
"bookShelveEmpty": MessageLookupByLibrary.simpleMessage("重试"),
|
||||
"bookShelveEmptyText": MessageLookupByLibrary.simpleMessage("未查询到书架"),
|
||||
"cancel": MessageLookupByLibrary.simpleMessage("取消"),
|
||||
"chapterNotFound": MessageLookupByLibrary.simpleMessage("未找到章节"),
|
||||
"chapterSelect": MessageLookupByLibrary.simpleMessage("选择章节"),
|
||||
"chapterSkip": MessageLookupByLibrary.simpleMessage("跳过章节片头片尾"),
|
||||
"chapterSkipEnd": MessageLookupByLibrary.simpleMessage("跳过章节片尾 "),
|
||||
"chapterSkipOpen": MessageLookupByLibrary.simpleMessage("跳过章节片头 "),
|
||||
"chapters": MessageLookupByLibrary.simpleMessage("章节列表"),
|
||||
"copyToClipboard": MessageLookupByLibrary.simpleMessage("复制到剪贴板"),
|
||||
"copyToClipboardDescription": MessageLookupByLibrary.simpleMessage(
|
||||
"将应用程序设置复制到剪贴板",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue