-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 8d74a89
Showing
6 changed files
with
198 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"Bellows": { | ||
"ImportPlaylist": { | ||
"Title": "Import YouTube Playlist", | ||
"Notes": "Enter a youtube playlist url or playlist ID below and click the import button next to it to get started.", | ||
"Buttons": { | ||
"Import": "Import", | ||
"Submit": "Save" | ||
}, | ||
"Messages": { | ||
"AlreadyWorking": "Playlist is currently being imported, please wait", | ||
"InvalidKey": "Please enter a valid youtube playlist url (with list in the querystring) or a playlist ID", | ||
"Error": "Error importing playlist - check the console for details", | ||
"KeyNotFound": "Playlist with key {playlistKey} does not exist - check the url or id and try again", | ||
"ImportComplete": "Playlist {playlistName} has been successfully imported" | ||
}, | ||
"Labels": { | ||
"Name": "Playlist name", | ||
"Volume": "Default volume" | ||
} | ||
}, | ||
"PlaylistConfig": { | ||
"Labels": { | ||
"Streamed": "Streamed", | ||
"StreamType": "Stream Type", | ||
"AudioUrl": "Stream Url or Id" | ||
}, | ||
"Selects": { | ||
"StreamTypes": { | ||
"Youtube": "Youtube" | ||
} | ||
}, | ||
"Errors": { | ||
"InvalidUri": "an invalid URI was provided" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.