格式化

This commit is contained in:
rang 2025-10-25 17:58:01 +08:00
parent 4b37196a73
commit d45fa8e39e
2 changed files with 337 additions and 320 deletions

View file

@ -28,199 +28,207 @@ class MessageLookup extends MessageLookupByLibrary {
final messages = _notInlinedMessages(_notInlinedMessages); final messages = _notInlinedMessages(_notInlinedMessages);
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{ static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
"account": MessageLookupByLibrary.simpleMessage("Account"), "account": MessageLookupByLibrary.simpleMessage("Account"),
"accountSwitch": MessageLookupByLibrary.simpleMessage("Switch Account"), "accountSwitch": MessageLookupByLibrary.simpleMessage("Switch Account"),
"appSettings": MessageLookupByLibrary.simpleMessage("App Settings"), "appSettings": MessageLookupByLibrary.simpleMessage("App Settings"),
"appearance": MessageLookupByLibrary.simpleMessage("Appearance"), "appearance": MessageLookupByLibrary.simpleMessage("Appearance"),
"autoTurnOnSleepTimer": MessageLookupByLibrary.simpleMessage( "autoTurnOnSleepTimer": MessageLookupByLibrary.simpleMessage(
"Auto Turn On Sleep Timer", "Auto Turn On Sleep Timer",
), ),
"automaticallyDescription": MessageLookupByLibrary.simpleMessage( "automaticallyDescription": MessageLookupByLibrary.simpleMessage(
"Automatically turn on the sleep timer based on the time of day", "Automatically turn on the sleep timer based on the time of day",
), ),
"backup": MessageLookupByLibrary.simpleMessage("Backup"), "backup": MessageLookupByLibrary.simpleMessage("Backup"),
"backupAndRestore": MessageLookupByLibrary.simpleMessage( "backupAndRestore": MessageLookupByLibrary.simpleMessage(
"Backup and Restore", "Backup and Restore",
), ),
"bookAbout": MessageLookupByLibrary.simpleMessage("About the Book"), "bookAbout": MessageLookupByLibrary.simpleMessage("About the Book"),
"bookAboutDefault": MessageLookupByLibrary.simpleMessage( "bookAboutDefault": MessageLookupByLibrary.simpleMessage(
"Sorry, no description found", "Sorry, no description found",
), ),
"bookAuthors": MessageLookupByLibrary.simpleMessage("Authors"), "bookAuthors": MessageLookupByLibrary.simpleMessage("Authors"),
"bookDownloads": MessageLookupByLibrary.simpleMessage("Downloads"), "bookDownloads": MessageLookupByLibrary.simpleMessage("Downloads"),
"bookGenres": MessageLookupByLibrary.simpleMessage("Genres"), "bookGenres": MessageLookupByLibrary.simpleMessage("Genres"),
"bookMetadataAbridged": MessageLookupByLibrary.simpleMessage("Abridged"), "bookMetadataAbridged":
"bookMetadataLength": MessageLookupByLibrary.simpleMessage("Length"), MessageLookupByLibrary.simpleMessage("Abridged"),
"bookMetadataPublished": MessageLookupByLibrary.simpleMessage("Published"), "bookMetadataLength": MessageLookupByLibrary.simpleMessage("Length"),
"bookMetadataUnabridged": MessageLookupByLibrary.simpleMessage( "bookMetadataPublished":
"Unabridged", MessageLookupByLibrary.simpleMessage("Published"),
), "bookMetadataUnabridged": MessageLookupByLibrary.simpleMessage(
"bookSeries": MessageLookupByLibrary.simpleMessage("Series"), "Unabridged",
"bookShelveEmpty": MessageLookupByLibrary.simpleMessage("Try again"), ),
"bookShelveEmptyText": MessageLookupByLibrary.simpleMessage( "bookSeries": MessageLookupByLibrary.simpleMessage("Series"),
"No shelves to display", "bookShelveEmpty": MessageLookupByLibrary.simpleMessage("Try again"),
), "bookShelveEmptyText": MessageLookupByLibrary.simpleMessage(
"cancel": MessageLookupByLibrary.simpleMessage("Cancel"), "No shelves to display",
"copyToClipboard": MessageLookupByLibrary.simpleMessage( ),
"Copy to Clipboard", "cancel": MessageLookupByLibrary.simpleMessage("Cancel"),
), "copyToClipboard": MessageLookupByLibrary.simpleMessage(
"copyToClipboardDescription": MessageLookupByLibrary.simpleMessage( "Copy to Clipboard",
"Copy the app settings to the clipboard", ),
), "copyToClipboardDescription": MessageLookupByLibrary.simpleMessage(
"copyToClipboardToast": MessageLookupByLibrary.simpleMessage( "Copy the app settings to the clipboard",
"Settings copied to clipboard", ),
), "copyToClipboardToast": MessageLookupByLibrary.simpleMessage(
"delete": MessageLookupByLibrary.simpleMessage("Delete"), "Settings copied to clipboard",
"deleteDialog": m0, ),
"deleted": m1, "delete": MessageLookupByLibrary.simpleMessage("Delete"),
"explore": MessageLookupByLibrary.simpleMessage("explore"), "deleteDialog": m0,
"exploreHint": MessageLookupByLibrary.simpleMessage( "deleted": m1,
"Seek and you shall discover...", "explore": MessageLookupByLibrary.simpleMessage("explore"),
), "exploreHint": MessageLookupByLibrary.simpleMessage(
"exploreTooltip": MessageLookupByLibrary.simpleMessage( "Seek and you shall discover...",
"Search and Explore", ),
), "exploreTooltip": MessageLookupByLibrary.simpleMessage(
"general": MessageLookupByLibrary.simpleMessage("General"), "Search and Explore",
"help": MessageLookupByLibrary.simpleMessage("Help"), ),
"home": MessageLookupByLibrary.simpleMessage("Home"), "general": MessageLookupByLibrary.simpleMessage("General"),
"homeBookContinueListening": MessageLookupByLibrary.simpleMessage( "help": MessageLookupByLibrary.simpleMessage("Help"),
"Continue Listening", "home": MessageLookupByLibrary.simpleMessage("Home"),
), "homeBookContinueListening": MessageLookupByLibrary.simpleMessage(
"homeBookContinueSeries": MessageLookupByLibrary.simpleMessage( "Continue Listening",
"Continue Series", ),
), "homeBookContinueSeries": MessageLookupByLibrary.simpleMessage(
"homeBookDiscover": MessageLookupByLibrary.simpleMessage("Discover"), "Continue Series",
"homeBookListenAgain": MessageLookupByLibrary.simpleMessage("Listen Again"), ),
"homeBookNewestAuthors": MessageLookupByLibrary.simpleMessage( "homeBookDiscover": MessageLookupByLibrary.simpleMessage("Discover"),
"Newest Authors", "homeBookListenAgain":
), MessageLookupByLibrary.simpleMessage("Listen Again"),
"homeBookRecentlyAdded": MessageLookupByLibrary.simpleMessage( "homeBookNewestAuthors": MessageLookupByLibrary.simpleMessage(
"Recently Added", "Newest Authors",
), ),
"homeBookRecommended": MessageLookupByLibrary.simpleMessage("Recommended"), "homeBookRecentlyAdded": MessageLookupByLibrary.simpleMessage(
"homeContinueListening": MessageLookupByLibrary.simpleMessage( "Recently Added",
"Continue Listening", ),
), "homeBookRecommended":
"homeListenAgain": MessageLookupByLibrary.simpleMessage("Listen Again"), MessageLookupByLibrary.simpleMessage("Recommended"),
"homePageSettings": MessageLookupByLibrary.simpleMessage( "homeContinueListening": MessageLookupByLibrary.simpleMessage(
"Home Page Settings", "Continue Listening",
), ),
"homePageSettingsDescription": MessageLookupByLibrary.simpleMessage( "homeListenAgain": MessageLookupByLibrary.simpleMessage("Listen Again"),
"Customize the home page", "homePageSettings": MessageLookupByLibrary.simpleMessage(
), "Home Page Settings",
"homeStartListening": MessageLookupByLibrary.simpleMessage( ),
"Start Listening", "homePageSettingsDescription": MessageLookupByLibrary.simpleMessage(
), "Customize the home page",
"language": MessageLookupByLibrary.simpleMessage("Language"), ),
"languageDescription": MessageLookupByLibrary.simpleMessage( "homeStartListening": MessageLookupByLibrary.simpleMessage(
"Language switch", "Start Listening",
), ),
"library": MessageLookupByLibrary.simpleMessage("Library"), "language": MessageLookupByLibrary.simpleMessage("Language"),
"libraryChange": MessageLookupByLibrary.simpleMessage("Change Library"), "languageDescription": MessageLookupByLibrary.simpleMessage(
"libraryEmpty": MessageLookupByLibrary.simpleMessage( "Language switch",
"No libraries available.", ),
), "library": MessageLookupByLibrary.simpleMessage("Library"),
"libraryLoadError": m2, "libraryChange": MessageLookupByLibrary.simpleMessage("Change Library"),
"librarySelect": MessageLookupByLibrary.simpleMessage("Select Library"), "libraryEmpty": MessageLookupByLibrary.simpleMessage(
"librarySwitchTooltip": MessageLookupByLibrary.simpleMessage( "No libraries available.",
"Switch Library", ),
), "libraryLoadError": m2,
"libraryTooltip": MessageLookupByLibrary.simpleMessage( "librarySelect": MessageLookupByLibrary.simpleMessage("Select Library"),
"Browse your library", "librarySwitchTooltip": MessageLookupByLibrary.simpleMessage(
), "Switch Library",
"loading": MessageLookupByLibrary.simpleMessage("Loading..."), ),
"logs": MessageLookupByLibrary.simpleMessage("Logs"), "libraryTooltip": MessageLookupByLibrary.simpleMessage(
"no": MessageLookupByLibrary.simpleMessage("No"), "Browse your library",
"notImplemented": MessageLookupByLibrary.simpleMessage("Not implemented"), ),
"notificationMediaPlayer": MessageLookupByLibrary.simpleMessage( "loading": MessageLookupByLibrary.simpleMessage("Loading..."),
"Notification Media Player", "logs": MessageLookupByLibrary.simpleMessage("Logs"),
), "no": MessageLookupByLibrary.simpleMessage("No"),
"notificationMediaPlayerDescription": MessageLookupByLibrary.simpleMessage( "notImplemented":
"Customize the media player in notifications", MessageLookupByLibrary.simpleMessage("Not implemented"),
), "notificationMediaPlayer": MessageLookupByLibrary.simpleMessage(
"ok": MessageLookupByLibrary.simpleMessage("OK"), "Notification Media Player",
"pause": MessageLookupByLibrary.simpleMessage("Pause"), ),
"play": MessageLookupByLibrary.simpleMessage("Play"), "notificationMediaPlayerDescription":
"playerSettings": MessageLookupByLibrary.simpleMessage("Player Settings"), MessageLookupByLibrary.simpleMessage(
"playerSettingsDescription": MessageLookupByLibrary.simpleMessage( "Customize the media player in notifications",
"Customize the player settings", ),
), "ok": MessageLookupByLibrary.simpleMessage("OK"),
"playerSettingsPlaybackReporting": MessageLookupByLibrary.simpleMessage( "pause": MessageLookupByLibrary.simpleMessage("Pause"),
"Playback Reporting", "play": MessageLookupByLibrary.simpleMessage("Play"),
), "playerSettings":
"playerSettingsPlaybackReportingIgnore": MessageLookupByLibrary.simpleMessage("Player Settings"),
MessageLookupByLibrary.simpleMessage( "playerSettingsDescription": MessageLookupByLibrary.simpleMessage(
"Customize the player settings",
),
"playerSettingsPlaybackReporting": MessageLookupByLibrary.simpleMessage(
"Playback Reporting",
),
"playerSettingsPlaybackReportingIgnore":
MessageLookupByLibrary.simpleMessage(
"Ignore Playback Position Less Than", "Ignore Playback Position Less Than",
), ),
"playerSettingsPlaybackReportingMinimum": "playerSettingsPlaybackReportingMinimum":
MessageLookupByLibrary.simpleMessage("Minimum Position to Report"), MessageLookupByLibrary.simpleMessage("Minimum Position to Report"),
"playerSettingsPlaybackReportingMinimumDescriptionHead": "playerSettingsPlaybackReportingMinimumDescriptionHead":
MessageLookupByLibrary.simpleMessage( MessageLookupByLibrary.simpleMessage(
"Do not report playback for the first ", "Do not report playback for the first ",
), ),
"playerSettingsPlaybackReportingMinimumDescriptionTail": "playerSettingsPlaybackReportingMinimumDescriptionTail":
MessageLookupByLibrary.simpleMessage("of the book"), MessageLookupByLibrary.simpleMessage("of the book"),
"playerSettingsRememberForEveryBook": MessageLookupByLibrary.simpleMessage( "playerSettingsRememberForEveryBook":
"Remember Player Settings for Every Book", MessageLookupByLibrary.simpleMessage(
), "Remember Player Settings for Every Book",
"playerSettingsRememberForEveryBookDescription": ),
MessageLookupByLibrary.simpleMessage( "playerSettingsRememberForEveryBookDescription":
MessageLookupByLibrary.simpleMessage(
"Settings like speed, loudness, etc. will be remembered for every book", "Settings like speed, loudness, etc. will be remembered for every book",
), ),
"playerSettingsSpeedDefault": MessageLookupByLibrary.simpleMessage( "playerSettingsSpeedDefault": MessageLookupByLibrary.simpleMessage(
"Default Speed", "Default Speed",
), ),
"playerSettingsSpeedOptions": MessageLookupByLibrary.simpleMessage( "playerSettingsSpeedOptions": MessageLookupByLibrary.simpleMessage(
"Speed Options", "Speed Options",
), ),
"playlistsMine": MessageLookupByLibrary.simpleMessage("My Playlists"), "playlistsMine": MessageLookupByLibrary.simpleMessage("My Playlists"),
"readLess": MessageLookupByLibrary.simpleMessage("Read Less"), "readLess": MessageLookupByLibrary.simpleMessage("Read Less"),
"readMore": MessageLookupByLibrary.simpleMessage("Read More"), "readMore": MessageLookupByLibrary.simpleMessage("Read More"),
"refresh": MessageLookupByLibrary.simpleMessage("Refresh"), "refresh": MessageLookupByLibrary.simpleMessage("Refresh"),
"reset": MessageLookupByLibrary.simpleMessage("Reset"), "reset": MessageLookupByLibrary.simpleMessage("Reset"),
"resetAppSettings": MessageLookupByLibrary.simpleMessage( "resetAppSettings": MessageLookupByLibrary.simpleMessage(
"Reset App Settings", "Reset App Settings",
), ),
"resetAppSettingsDescription": MessageLookupByLibrary.simpleMessage( "resetAppSettingsDescription": MessageLookupByLibrary.simpleMessage(
"Reset the app settings to the default values", "Reset the app settings to the default values",
), ),
"resetAppSettingsDialog": MessageLookupByLibrary.simpleMessage( "resetAppSettingsDialog": MessageLookupByLibrary.simpleMessage(
"Are you sure you want to reset the app settings?", "Are you sure you want to reset the app settings?",
), ),
"restore": MessageLookupByLibrary.simpleMessage("Restore"), "restore": MessageLookupByLibrary.simpleMessage("Restore"),
"restoreBackup": MessageLookupByLibrary.simpleMessage("Restore Backup"), "restoreBackup": MessageLookupByLibrary.simpleMessage("Restore Backup"),
"restoreBackupHint": MessageLookupByLibrary.simpleMessage( "restoreBackupHint": MessageLookupByLibrary.simpleMessage(
"Paste the backup here", "Paste the backup here",
), ),
"restoreBackupInvalid": MessageLookupByLibrary.simpleMessage( "restoreBackupInvalid": MessageLookupByLibrary.simpleMessage(
"Invalid backup", "Invalid backup",
), ),
"restoreBackupSuccess": MessageLookupByLibrary.simpleMessage( "restoreBackupSuccess": MessageLookupByLibrary.simpleMessage(
"Settings restored", "Settings restored",
), ),
"restoreBackupValidator": MessageLookupByLibrary.simpleMessage( "restoreBackupValidator": MessageLookupByLibrary.simpleMessage(
"Please paste the backup here", "Please paste the backup here",
), ),
"restoreDescription": MessageLookupByLibrary.simpleMessage( "restoreDescription": MessageLookupByLibrary.simpleMessage(
"Restore the app settings from the backup", "Restore the app settings from the backup",
), ),
"resume": MessageLookupByLibrary.simpleMessage("Resume"), "resume": MessageLookupByLibrary.simpleMessage("Resume"),
"retry": MessageLookupByLibrary.simpleMessage("Retry"), "retry": MessageLookupByLibrary.simpleMessage("Retry"),
"settings": MessageLookupByLibrary.simpleMessage("Settings"), "settings": MessageLookupByLibrary.simpleMessage("Settings"),
"shakeDetector": MessageLookupByLibrary.simpleMessage("Shake Detector"), "shakeDetector": MessageLookupByLibrary.simpleMessage("Shake Detector"),
"shakeDetectorDescription": MessageLookupByLibrary.simpleMessage( "shakeDetectorDescription": MessageLookupByLibrary.simpleMessage(
"Customize the shake detector settings", "Customize the shake detector settings",
), ),
"themeSettings": MessageLookupByLibrary.simpleMessage("Theme Settings"), "themeSettings": MessageLookupByLibrary.simpleMessage("Theme Settings"),
"themeSettingsDescription": MessageLookupByLibrary.simpleMessage( "themeSettingsDescription": MessageLookupByLibrary.simpleMessage(
"Customize the app theme", "Customize the app theme",
), ),
"unknown": MessageLookupByLibrary.simpleMessage("Unknown"), "unknown": MessageLookupByLibrary.simpleMessage("Unknown"),
"webVersion": MessageLookupByLibrary.simpleMessage("Web Version"), "webVersion": MessageLookupByLibrary.simpleMessage("Web Version"),
"yes": MessageLookupByLibrary.simpleMessage("Yes"), "yes": MessageLookupByLibrary.simpleMessage("Yes"),
"you": MessageLookupByLibrary.simpleMessage("You"), "you": MessageLookupByLibrary.simpleMessage("You"),
"youTooltip": MessageLookupByLibrary.simpleMessage( "youTooltip": MessageLookupByLibrary.simpleMessage(
"Your Profile and Settings", "Your Profile and Settings",
), ),
}; };
} }

View file

@ -28,135 +28,144 @@ class MessageLookup extends MessageLookupByLibrary {
final messages = _notInlinedMessages(_notInlinedMessages); final messages = _notInlinedMessages(_notInlinedMessages);
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{ static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
"account": MessageLookupByLibrary.simpleMessage("账户"), "account": MessageLookupByLibrary.simpleMessage("账户"),
"accountSwitch": MessageLookupByLibrary.simpleMessage("切换账户"), "accountSwitch": MessageLookupByLibrary.simpleMessage("切换账户"),
"appSettings": MessageLookupByLibrary.simpleMessage("应用设置"), "appSettings": MessageLookupByLibrary.simpleMessage("应用设置"),
"appearance": MessageLookupByLibrary.simpleMessage("外观"), "appearance": MessageLookupByLibrary.simpleMessage("外观"),
"autoTurnOnSleepTimer": MessageLookupByLibrary.simpleMessage("自动开启睡眠定时器"), "autoTurnOnSleepTimer":
"automaticallyDescription": MessageLookupByLibrary.simpleMessage( MessageLookupByLibrary.simpleMessage("自动开启睡眠定时器"),
"根据一天中的时间自动打开睡眠定时器", "automaticallyDescription": MessageLookupByLibrary.simpleMessage(
), "根据一天中的时间自动打开睡眠定时器",
"backup": MessageLookupByLibrary.simpleMessage("备份"), ),
"backupAndRestore": MessageLookupByLibrary.simpleMessage("备份与恢复"), "backup": MessageLookupByLibrary.simpleMessage("备份"),
"bookAbout": MessageLookupByLibrary.simpleMessage("关于本书"), "backupAndRestore": MessageLookupByLibrary.simpleMessage("备份与恢复"),
"bookAboutDefault": MessageLookupByLibrary.simpleMessage("抱歉,找不到描述"), "bookAbout": MessageLookupByLibrary.simpleMessage("关于本书"),
"bookAuthors": MessageLookupByLibrary.simpleMessage("作者"), "bookAboutDefault": MessageLookupByLibrary.simpleMessage("抱歉,找不到描述"),
"bookDownloads": MessageLookupByLibrary.simpleMessage("下载"), "bookAuthors": MessageLookupByLibrary.simpleMessage("作者"),
"bookGenres": MessageLookupByLibrary.simpleMessage("风格"), "bookDownloads": MessageLookupByLibrary.simpleMessage("下载"),
"bookMetadataAbridged": MessageLookupByLibrary.simpleMessage("删节版"), "bookGenres": MessageLookupByLibrary.simpleMessage("风格"),
"bookMetadataLength": MessageLookupByLibrary.simpleMessage("持续时间"), "bookMetadataAbridged": MessageLookupByLibrary.simpleMessage("删节版"),
"bookMetadataPublished": MessageLookupByLibrary.simpleMessage("发布年份"), "bookMetadataLength": MessageLookupByLibrary.simpleMessage("持续时间"),
"bookMetadataUnabridged": MessageLookupByLibrary.simpleMessage("未删节版"), "bookMetadataPublished": MessageLookupByLibrary.simpleMessage("发布年份"),
"bookSeries": MessageLookupByLibrary.simpleMessage("系列"), "bookMetadataUnabridged": MessageLookupByLibrary.simpleMessage("未删节版"),
"bookShelveEmpty": MessageLookupByLibrary.simpleMessage("重试"), "bookSeries": MessageLookupByLibrary.simpleMessage("系列"),
"bookShelveEmptyText": MessageLookupByLibrary.simpleMessage("未查询到书架"), "bookShelveEmpty": MessageLookupByLibrary.simpleMessage("重试"),
"cancel": MessageLookupByLibrary.simpleMessage("取消"), "bookShelveEmptyText": MessageLookupByLibrary.simpleMessage("未查询到书架"),
"copyToClipboard": MessageLookupByLibrary.simpleMessage("复制到剪贴板"), "cancel": MessageLookupByLibrary.simpleMessage("取消"),
"copyToClipboardDescription": MessageLookupByLibrary.simpleMessage( "copyToClipboard": MessageLookupByLibrary.simpleMessage("复制到剪贴板"),
"将应用程序设置复制到剪贴板", "copyToClipboardDescription": MessageLookupByLibrary.simpleMessage(
), "将应用程序设置复制到剪贴板",
"copyToClipboardToast": MessageLookupByLibrary.simpleMessage("设置已复制到剪贴板"), ),
"delete": MessageLookupByLibrary.simpleMessage("删除"), "copyToClipboardToast":
"deleteDialog": m0, MessageLookupByLibrary.simpleMessage("设置已复制到剪贴板"),
"deleted": m1, "delete": MessageLookupByLibrary.simpleMessage("删除"),
"explore": MessageLookupByLibrary.simpleMessage("探索"), "deleteDialog": m0,
"exploreHint": MessageLookupByLibrary.simpleMessage("搜索与探索..."), "deleted": m1,
"exploreTooltip": MessageLookupByLibrary.simpleMessage("搜索和探索"), "explore": MessageLookupByLibrary.simpleMessage("探索"),
"general": MessageLookupByLibrary.simpleMessage("通用"), "exploreHint": MessageLookupByLibrary.simpleMessage("搜索与探索..."),
"help": MessageLookupByLibrary.simpleMessage("Help"), "exploreTooltip": MessageLookupByLibrary.simpleMessage("搜索和探索"),
"home": MessageLookupByLibrary.simpleMessage("首页"), "general": MessageLookupByLibrary.simpleMessage("通用"),
"homeBookContinueListening": MessageLookupByLibrary.simpleMessage("继续收听"), "help": MessageLookupByLibrary.simpleMessage("Help"),
"homeBookContinueSeries": MessageLookupByLibrary.simpleMessage("继续系列"), "home": MessageLookupByLibrary.simpleMessage("首页"),
"homeBookDiscover": MessageLookupByLibrary.simpleMessage("发现"), "homeBookContinueListening":
"homeBookListenAgain": MessageLookupByLibrary.simpleMessage("再听一遍"), MessageLookupByLibrary.simpleMessage("继续收听"),
"homeBookNewestAuthors": MessageLookupByLibrary.simpleMessage("最新作者"), "homeBookContinueSeries": MessageLookupByLibrary.simpleMessage("继续系列"),
"homeBookRecentlyAdded": MessageLookupByLibrary.simpleMessage("最近添加"), "homeBookDiscover": MessageLookupByLibrary.simpleMessage("发现"),
"homeBookRecommended": MessageLookupByLibrary.simpleMessage("推荐"), "homeBookListenAgain": MessageLookupByLibrary.simpleMessage("再听一遍"),
"homeContinueListening": MessageLookupByLibrary.simpleMessage("继续收听"), "homeBookNewestAuthors": MessageLookupByLibrary.simpleMessage("最新作者"),
"homeListenAgain": MessageLookupByLibrary.simpleMessage("再听一遍"), "homeBookRecentlyAdded": MessageLookupByLibrary.simpleMessage("最近添加"),
"homePageSettings": MessageLookupByLibrary.simpleMessage("主页设置"), "homeBookRecommended": MessageLookupByLibrary.simpleMessage("推荐"),
"homePageSettingsDescription": MessageLookupByLibrary.simpleMessage( "homeContinueListening": MessageLookupByLibrary.simpleMessage("继续收听"),
"自定义主页", "homeListenAgain": MessageLookupByLibrary.simpleMessage("再听一遍"),
), "homePageSettings": MessageLookupByLibrary.simpleMessage("主页设置"),
"homeStartListening": MessageLookupByLibrary.simpleMessage("开始收听"), "homePageSettingsDescription": MessageLookupByLibrary.simpleMessage(
"language": MessageLookupByLibrary.simpleMessage("语言"), "自定义主页",
"languageDescription": MessageLookupByLibrary.simpleMessage("语言切换"), ),
"library": MessageLookupByLibrary.simpleMessage("媒体库"), "homeStartListening": MessageLookupByLibrary.simpleMessage("开始收听"),
"libraryChange": MessageLookupByLibrary.simpleMessage("更改媒体库"), "language": MessageLookupByLibrary.simpleMessage("语言"),
"libraryEmpty": MessageLookupByLibrary.simpleMessage("没有可用的库。"), "languageDescription": MessageLookupByLibrary.simpleMessage("语言切换"),
"libraryLoadError": m2, "library": MessageLookupByLibrary.simpleMessage("媒体库"),
"librarySelect": MessageLookupByLibrary.simpleMessage("选择媒体库"), "libraryChange": MessageLookupByLibrary.simpleMessage("更改媒体库"),
"librarySwitchTooltip": MessageLookupByLibrary.simpleMessage("切换媒体库"), "libraryEmpty": MessageLookupByLibrary.simpleMessage("没有可用的库。"),
"libraryTooltip": MessageLookupByLibrary.simpleMessage("浏览您的媒体库"), "libraryLoadError": m2,
"loading": MessageLookupByLibrary.simpleMessage("加载中..."), "librarySelect": MessageLookupByLibrary.simpleMessage("选择媒体库"),
"logs": MessageLookupByLibrary.simpleMessage("日志"), "librarySwitchTooltip": MessageLookupByLibrary.simpleMessage("切换媒体库"),
"no": MessageLookupByLibrary.simpleMessage(""), "libraryTooltip": MessageLookupByLibrary.simpleMessage("浏览您的媒体库"),
"notImplemented": MessageLookupByLibrary.simpleMessage("未实现"), "loading": MessageLookupByLibrary.simpleMessage("加载中..."),
"notificationMediaPlayer": MessageLookupByLibrary.simpleMessage("通知媒体播放器"), "logs": MessageLookupByLibrary.simpleMessage("日志"),
"notificationMediaPlayerDescription": MessageLookupByLibrary.simpleMessage( "no": MessageLookupByLibrary.simpleMessage(""),
"在通知中自定义媒体播放器", "notImplemented": MessageLookupByLibrary.simpleMessage("未实现"),
), "notificationMediaPlayer":
"ok": MessageLookupByLibrary.simpleMessage("确定"), MessageLookupByLibrary.simpleMessage("通知媒体播放器"),
"pause": MessageLookupByLibrary.simpleMessage("暂停"), "notificationMediaPlayerDescription":
"play": MessageLookupByLibrary.simpleMessage("播放"), MessageLookupByLibrary.simpleMessage(
"playerSettings": MessageLookupByLibrary.simpleMessage("播放器设置"), "在通知中自定义媒体播放器",
"playerSettingsDescription": MessageLookupByLibrary.simpleMessage( ),
"自定义播放器设置", "ok": MessageLookupByLibrary.simpleMessage("确定"),
), "pause": MessageLookupByLibrary.simpleMessage("暂停"),
"playerSettingsPlaybackReporting": MessageLookupByLibrary.simpleMessage( "play": MessageLookupByLibrary.simpleMessage("播放"),
"回放报告", "playerSettings": MessageLookupByLibrary.simpleMessage("播放器设置"),
), "playerSettingsDescription": MessageLookupByLibrary.simpleMessage(
"playerSettingsPlaybackReportingIgnore": "自定义播放器设置",
MessageLookupByLibrary.simpleMessage("忽略播放位置小于"), ),
"playerSettingsPlaybackReportingMinimum": "playerSettingsPlaybackReporting": MessageLookupByLibrary.simpleMessage(
MessageLookupByLibrary.simpleMessage("回放报告最小位置"), "回放报告",
"playerSettingsPlaybackReportingMinimumDescriptionHead": ),
MessageLookupByLibrary.simpleMessage("不要报告本书前 "), "playerSettingsPlaybackReportingIgnore":
"playerSettingsPlaybackReportingMinimumDescriptionTail": MessageLookupByLibrary.simpleMessage("忽略播放位置小于"),
MessageLookupByLibrary.simpleMessage(" 的播放"), "playerSettingsPlaybackReportingMinimum":
"playerSettingsRememberForEveryBook": MessageLookupByLibrary.simpleMessage( MessageLookupByLibrary.simpleMessage("回放报告最小位置"),
"记住每本书的播放器设置", "playerSettingsPlaybackReportingMinimumDescriptionHead":
), MessageLookupByLibrary.simpleMessage("不要报告本书前 "),
"playerSettingsRememberForEveryBookDescription": "playerSettingsPlaybackReportingMinimumDescriptionTail":
MessageLookupByLibrary.simpleMessage("每本书都会记住播放速度、音量等设置"), MessageLookupByLibrary.simpleMessage(" 的播放"),
"playerSettingsSpeedDefault": MessageLookupByLibrary.simpleMessage( "playerSettingsRememberForEveryBook":
"默认播放速度", MessageLookupByLibrary.simpleMessage(
), "记住每本书的播放器设置",
"playerSettingsSpeedOptions": MessageLookupByLibrary.simpleMessage( ),
"播放速度选项", "playerSettingsRememberForEveryBookDescription":
), MessageLookupByLibrary.simpleMessage("每本书都会记住播放速度、音量等设置"),
"playlistsMine": MessageLookupByLibrary.simpleMessage("播放列表"), "playerSettingsSpeedDefault": MessageLookupByLibrary.simpleMessage(
"readLess": MessageLookupByLibrary.simpleMessage("折叠"), "默认播放速度",
"readMore": MessageLookupByLibrary.simpleMessage("展开"), ),
"refresh": MessageLookupByLibrary.simpleMessage("刷新"), "playerSettingsSpeedOptions": MessageLookupByLibrary.simpleMessage(
"reset": MessageLookupByLibrary.simpleMessage("重置"), "播放速度选项",
"resetAppSettings": MessageLookupByLibrary.simpleMessage("重置应用程序设置"), ),
"resetAppSettingsDescription": MessageLookupByLibrary.simpleMessage( "playlistsMine": MessageLookupByLibrary.simpleMessage("播放列表"),
"将应用程序设置重置为默认值", "readLess": MessageLookupByLibrary.simpleMessage("折叠"),
), "readMore": MessageLookupByLibrary.simpleMessage("展开"),
"resetAppSettingsDialog": MessageLookupByLibrary.simpleMessage( "refresh": MessageLookupByLibrary.simpleMessage("刷新"),
"您确定要重置应用程序设置吗?", "reset": MessageLookupByLibrary.simpleMessage("重置"),
), "resetAppSettings": MessageLookupByLibrary.simpleMessage("重置应用程序设置"),
"restore": MessageLookupByLibrary.simpleMessage("恢复"), "resetAppSettingsDescription": MessageLookupByLibrary.simpleMessage(
"restoreBackup": MessageLookupByLibrary.simpleMessage("恢复备份"), "将应用程序设置重置为默认值",
"restoreBackupHint": MessageLookupByLibrary.simpleMessage("将备份粘贴到此处"), ),
"restoreBackupInvalid": MessageLookupByLibrary.simpleMessage("无效备份"), "resetAppSettingsDialog": MessageLookupByLibrary.simpleMessage(
"restoreBackupSuccess": MessageLookupByLibrary.simpleMessage("设置已恢复"), "您确定要重置应用程序设置吗?",
"restoreBackupValidator": MessageLookupByLibrary.simpleMessage("请将备份粘贴到此处"), ),
"restoreDescription": MessageLookupByLibrary.simpleMessage("从备份中还原应用程序设置"), "restore": MessageLookupByLibrary.simpleMessage("恢复"),
"resume": MessageLookupByLibrary.simpleMessage("继续"), "restoreBackup": MessageLookupByLibrary.simpleMessage("恢复备份"),
"retry": MessageLookupByLibrary.simpleMessage("重试"), "restoreBackupHint": MessageLookupByLibrary.simpleMessage("将备份粘贴到此处"),
"settings": MessageLookupByLibrary.simpleMessage("设置"), "restoreBackupInvalid": MessageLookupByLibrary.simpleMessage("无效备份"),
"shakeDetector": MessageLookupByLibrary.simpleMessage("抖动检测器"), "restoreBackupSuccess": MessageLookupByLibrary.simpleMessage("设置已恢复"),
"shakeDetectorDescription": MessageLookupByLibrary.simpleMessage( "restoreBackupValidator":
"自定义抖动检测器设置", MessageLookupByLibrary.simpleMessage("请将备份粘贴到此处"),
), "restoreDescription":
"themeSettings": MessageLookupByLibrary.simpleMessage("主题设置"), MessageLookupByLibrary.simpleMessage("从备份中还原应用程序设置"),
"themeSettingsDescription": MessageLookupByLibrary.simpleMessage("自定义应用主题"), "resume": MessageLookupByLibrary.simpleMessage("继续"),
"unknown": MessageLookupByLibrary.simpleMessage("未知"), "retry": MessageLookupByLibrary.simpleMessage("重试"),
"webVersion": MessageLookupByLibrary.simpleMessage("Web版本"), "settings": MessageLookupByLibrary.simpleMessage("设置"),
"yes": MessageLookupByLibrary.simpleMessage(""), "shakeDetector": MessageLookupByLibrary.simpleMessage("抖动检测器"),
"you": MessageLookupByLibrary.simpleMessage("我的"), "shakeDetectorDescription": MessageLookupByLibrary.simpleMessage(
"youTooltip": MessageLookupByLibrary.simpleMessage("您的个人资料和设置"), "自定义抖动检测器设置",
}; ),
"themeSettings": MessageLookupByLibrary.simpleMessage("主题设置"),
"themeSettingsDescription":
MessageLookupByLibrary.simpleMessage("自定义应用主题"),
"unknown": MessageLookupByLibrary.simpleMessage("未知"),
"webVersion": MessageLookupByLibrary.simpleMessage("Web版本"),
"yes": MessageLookupByLibrary.simpleMessage(""),
"you": MessageLookupByLibrary.simpleMessage("我的"),
"youTooltip": MessageLookupByLibrary.simpleMessage("您的个人资料和设置"),
};
} }