3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
dbot/modules/youtube/strings.json
Luke Slater 4f36d2608f Update strings.json
add time to yt thing
2013-09-09 19:35:05 +01:00

11 lines
413 B
JSON

{
"yt_video": {
"en": "[{title} by {author} — \u000312▶\u000f{plays} ({minutes}:{seconds}) (\u00039▲{likes}\u000f|\u000312{dislikes}▼\u000f)]",
"it": "[{title} di {author} — \u000312▶\u000f{plays} ({minutes}:{seconds}) (\u00039▲{likes}\u000f|\u000312{dislikes}▼\u000f)]"
},
"yt_noresults": {
"en": "No results found.",
"it": "Nessun risultato."
}
}