2014-02-26 16:10:11 +01:00
|
|
|
{
|
|
|
|
"gr_book": {
|
|
|
|
"en": "[{title} by {author} - {rating}] - {link}"
|
|
|
|
},
|
2018-04-12 07:11:15 +02:00
|
|
|
"gr_summary": {
|
|
|
|
"en": "[{title}] - {summary} - {link}"
|
|
|
|
},
|
|
|
|
"gr_author": {
|
|
|
|
"en": "[{author}] - https://www.goodreads.com/author/show/{id}"
|
|
|
|
},
|
2014-02-26 16:10:11 +01:00
|
|
|
"gr_nobook": {
|
2018-04-12 07:11:15 +02:00
|
|
|
"en": "No book by that name was found."
|
|
|
|
},
|
|
|
|
"gr_noauthor": {
|
|
|
|
"en": "No author by that name was found."
|
2014-02-27 02:34:40 +01:00
|
|
|
},
|
2018-04-12 07:11:15 +02:00
|
|
|
"gr_not_reading": {
|
|
|
|
"en": "{user} is not currently reading any books."
|
2014-02-27 02:34:40 +01:00
|
|
|
},
|
2018-04-12 07:11:15 +02:00
|
|
|
"gr_is_reading": {
|
|
|
|
"en": "{user} is currently reading the following {count} books:"
|
2014-02-26 16:10:11 +01:00
|
|
|
}
|
|
|
|
}
|