mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-28 21:19:42 +00:00
Add i18n strings for chapter skip settings
Replace hardcoded Chinese text in PlayerSettingsModal with i18n keys. Add HeaderChapterSkipSettings, LabelSkipChapterIntro, LabelSkipChapterOutro, LabelSeconds to en-us and zh-cn strings.
This commit is contained in:
parent
8a34eff1e9
commit
888852a128
3 changed files with 13 additions and 5 deletions
|
|
@ -129,6 +129,7 @@
|
|||
"HeaderBackups": "Backups",
|
||||
"HeaderBulkChapterModal": "Add Multiple Chapters",
|
||||
"HeaderChangePassword": "Change Password",
|
||||
"HeaderChapterSkipSettings": "Chapter Skip Settings",
|
||||
"HeaderChapters": "Chapters",
|
||||
"HeaderChooseAFolder": "Choose a Folder",
|
||||
"HeaderCollection": "Collection",
|
||||
|
|
@ -567,6 +568,7 @@
|
|||
"LabelSearchTitleOrASIN": "Search Title or ASIN",
|
||||
"LabelSeason": "Season",
|
||||
"LabelSeasonNumber": "Season #{0}",
|
||||
"LabelSeconds": "seconds",
|
||||
"LabelSelectAll": "Select all",
|
||||
"LabelSelectAllEpisodes": "Select all episodes",
|
||||
"LabelSelectEpisodesShowing": "Select {0} episodes showing",
|
||||
|
|
@ -629,6 +631,8 @@
|
|||
"LabelShowSeconds": "Show seconds",
|
||||
"LabelShowSubtitles": "Show Subtitles",
|
||||
"LabelSize": "Size",
|
||||
"LabelSkipChapterIntro": "Skip chapter intro",
|
||||
"LabelSkipChapterOutro": "Skip chapter outro",
|
||||
"LabelSleepTimer": "Sleep timer",
|
||||
"LabelSlug": "Slug",
|
||||
"LabelSortAscending": "Ascending",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue