dbot/modules/log/strings.json

13 lines
366 B
JSON
Raw Normal View History

2013-05-25 21:13:35 +02:00
{
"log_message": {
2013-08-31 15:30:24 +02:00
"en": "[{time}] {user} ({channel}): {command}",
2013-10-29 22:39:26 +01:00
"fr": "[{time}] {user} ({channel}): {command}",
"it": "[{time}] {user} ({channel}): {command}",
"de": "[{time}] {user} ({channel}): {command}"
2013-09-08 12:51:21 +02:00
},
2013-09-08 12:54:30 +02:00
"error_message": {
2013-10-29 22:39:26 +01:00
"en": "[{time}] Error: {error}",
"de": "[{time}] Fehler: {error}"
2013-05-25 21:13:35 +02:00
}
}