Readlebee/app/i18n/locales/en.json

20 lines
458 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",
"books_header": "Books"
2019-09-10 00:19:39 +02:00
}
}