Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
SlackBot/youtube_translations.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
18 lines (18 sloc)
1.1 KB
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
{ | |
"APILink": "https://www.googleapis.com/youtube/v3/search?key={0}&channelId={1}&part=snippet,id&order=date&maxResults=20", | |
"GetIDLink": "https://www.googleapis.com/youtube/v3/channels?key={0}&forUsername={1}&part=id", | |
"NewVideo": "New video from {0}. Check it out! https://www.youtube.com/watch?v={1}", | |
"InputIsNone": "One or more of the inputs are None!", | |
"ChannelID404": "Could not find a channel ID for {0}.", | |
"Channel404": "The channel {0} does not exist.", | |
"ChannelName404": "I could not find a channel name for {0}!", | |
"Subscribed": "Successfully subscribed to {0}", | |
"NoChannelSpecified": "You didn't specify a channel :(", | |
"CurrentSubscriptions": "I am subscribed to: {0}.", | |
"NotYetSubscribed": "I am not subscribed to any channel yet.", | |
"LatestVideo404": "I could not find the latest video for {0}!", | |
"CannotUnsubscribe": "Could not unsubscribe: I am not subscribed to {0}!", | |
"Unsubscribed": "Successfully unsubscribed from {0}", | |
"AlreadySubscribed": "You are already subscribed to {0}!", | |
"CannotUnsubscribePersonal": "You are not subscribed to {0}, so I could not unsubscribe you!" | |
} |