diff --git a/client/components/modals/item/tabs/Tools.vue b/client/components/modals/item/tabs/Tools.vue index 68220a99..ed1953c8 100644 --- a/client/components/modals/item/tabs/Tools.vue +++ b/client/components/modals/item/tabs/Tools.vue @@ -6,8 +6,8 @@
Make M4B Audiobook File
-Generate a .M4B audiobook file with embedded metadata, cover image, and chapters.
+{{ $strings.LabelToolsMakeM4b }}
+{{ $strings.LabelToolsMakeM4bDescription }}
Split M4B to MP3's
-Generate multiple MP3's split by chapters with embedded metadata, cover image, and chapters.
+{{ $strings.LabelToolsSplitM4b }}
+{{ $strings.LabelToolsSplitM4bDescription }}
Embed Metadata
-Embed metadata into audio files including cover image and chapters.
+{{ $strings.LabelToolsEmbedMetadata }}
+{{ $strings.LabelToolsEmbedMetadataDescription }}
- In order to use this feature you will need to have an instance of Apprise API running or an api that will handle those same requests.
The Apprise API Url should be the full URL path to send the notification, e.g., if your API instance is served at
- http://192.168.1.1:8337 then you would put http://192.168.1.1:8337/notify.
-