Skip to content

Commit

Permalink
Add basics
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrigson committed Feb 1, 2022
0 parents commit 8d74a89
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 0 deletions.
1 change: 1 addition & 0 deletions bellsauce.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions languages/en.json
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"
}
}
}
}
Loading

0 comments on commit 8d74a89

Please sign in to comment.