mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-08 04:48:36 +02:00
Map translation strings
This commit is contained in:
+11
-1
@@ -56,6 +56,7 @@
|
||||
"HeaderCollection": "收藏",
|
||||
"HeaderCollectionItems": "收藏项目",
|
||||
"HeaderConnectionStatus": "连接状态",
|
||||
"HeaderDataSettings": "Data Settings",
|
||||
"HeaderDetails": "详情",
|
||||
"HeaderDownloads": "下载",
|
||||
"HeaderEbookFiles": "电子书文件",
|
||||
@@ -87,6 +88,8 @@
|
||||
"LabelAddToPlaylist": "添加到播放列表",
|
||||
"LabelAll": "全部",
|
||||
"LabelAllowSeekingOnMediaControls": "允许在媒体通知控件上查找位置",
|
||||
"LabelAlways": "Always",
|
||||
"LabelAskConfirmation": "Ask for confirmation",
|
||||
"LabelAuthor": "作者",
|
||||
"LabelAuthorFirstLast": "作者 (姓 名)",
|
||||
"LabelAuthorLastFirst": "作者 (名, 姓)",
|
||||
@@ -120,6 +123,7 @@
|
||||
"LabelDiscover": "发现",
|
||||
"LabelDownload": "下载",
|
||||
"LabelDownloaded": "已下载",
|
||||
"LabelDownloadUsingCellular": "Download using Cellular",
|
||||
"LabelDuration": "持续时间",
|
||||
"LabelEbook": "电子书",
|
||||
"LabelEbooks": "电子书",
|
||||
@@ -170,6 +174,7 @@
|
||||
"LabelName": "名称",
|
||||
"LabelNarrator": "演播者",
|
||||
"LabelNarrators": "演播者",
|
||||
"LabelNever": "Never",
|
||||
"LabelNewestAuthors": "最新作者",
|
||||
"LabelNewestEpisodes": "最新剧集",
|
||||
"LabelNo": "取消",
|
||||
@@ -219,6 +224,7 @@
|
||||
"LabelStatsMinutes": "分钟",
|
||||
"LabelStatsMinutesListening": "收听分钟数",
|
||||
"LabelStatsWeekListening": "每周收听",
|
||||
"LabelStreamingUsingCellular": "Streaming using Cellular",
|
||||
"LabelTag": "标签",
|
||||
"LabelTags": "标签",
|
||||
"LabelTheme": "主题",
|
||||
@@ -245,8 +251,10 @@
|
||||
"MessageConfirmDeleteLocalEpisode": "要从设备中删除本地剧集 \"{0}\" 吗? 服务器上的文件将不受影响.",
|
||||
"MessageConfirmDeleteLocalFiles": "要从设备中删除此项目的本地文件吗? 服务器上的文件和您的进度将不受影响.",
|
||||
"MessageConfirmDiscardProgress": "您确定要重置进度吗?",
|
||||
"MessageConfirmDownloadUsingCellular": "You are about to download using cellular data. This may include carrier data charges. Do you wish to continue?",
|
||||
"MessageConfirmMarkAsFinished": "您确定要要将此项目标记为已完成吗?",
|
||||
"MessageConfirmRemoveBookmark": "您确定要删除书签吗?",
|
||||
"MessageConfirmStreamingUsingCellular": "You are about to stream using cellular data. This may include carrier data charges. Do you wish to continue?",
|
||||
"MessageDiscardProgress": "放弃进度",
|
||||
"MessageDownloadCompleteProcessing": "下载完成.正在处理...",
|
||||
"MessageDownloading": "下载中...",
|
||||
@@ -286,11 +294,13 @@
|
||||
"ToastBookmarkCreateFailed": "创建书签失败",
|
||||
"ToastBookmarkRemoveFailed": "书签删除失败",
|
||||
"ToastBookmarkUpdateFailed": "书签更新失败",
|
||||
"ToastDownloadNotAllowedOnCellular": "Downloading is not allowed on cellular data",
|
||||
"ToastItemMarkedAsFinishedFailed": "标记为听完失败",
|
||||
"ToastItemMarkedAsNotFinishedFailed": "标记为未听完失败",
|
||||
"ToastPlaylistCreateFailed": "创建播放列表失败",
|
||||
"ToastPodcastCreateFailed": "创建播客失败",
|
||||
"ToastPodcastCreateSuccess": "已成功创建播客",
|
||||
"ToastRSSFeedCloseFailed": "关闭 RSS 源失败",
|
||||
"ToastRSSFeedCloseSuccess": "RSS 源已关闭"
|
||||
"ToastRSSFeedCloseSuccess": "RSS 源已关闭",
|
||||
"ToastStreamingNotAllowedOnCellular": "Streaming is not allowed on cellular data"
|
||||
}
|
||||
Reference in New Issue
Block a user