Readlebee/app/i18n/locales/en.json

30 lines
828 B
JSON
Raw Normal View History

2019-09-10 00:19:39 +02:00
{
"name": "English",
"locale": "en",
"home": {
"subtitle": "An attempt at a viable alternative to Goodreads",
"temp_left": "Still gotta figure out a design.",
"temp_right": "It's early days, my friends!"
},
"login": {
"email": "Email",
"password": "Password",
"login_button": "Log In!"
},
"search": {
2019-09-11 01:16:01 +02:00
"header": "Search",
"people_header": "People",
"series_header": "Series",
2019-09-11 19:38:09 +02:00
"books_header": "Books",
"see_interaction_details": "See All Interactions",
"see_book_details": "See Book Details",
"see_inventaire_details": "See Details",
"see_details_tooltip": "Opens Inventaire in a new tab/window"
2019-09-11 01:36:49 +02:00
},
"interaction": {
"heart": "Like",
"add": "Add to Shelf",
"average_rating": "Average Rating",
"reviews_written": "Total Reviews Written"
2019-09-10 00:19:39 +02:00
}
}