90 lines
2.1 KiB
JSON
90 lines
2.1 KiB
JSON
{
|
|
"home": {
|
|
"welcomeuser": "Welcome {username} !",
|
|
"welcome": "Welcome to bibliomane. Please login ou sign in to continue."
|
|
},
|
|
"navbar": {
|
|
"mybooks": "My Books",
|
|
"addbook": "Add Book",
|
|
"logout": "Log out",
|
|
"signup": "Sign up",
|
|
"search": "Search",
|
|
"login": "Log In"
|
|
},
|
|
"barcode": {
|
|
"title": "Scan barcode",
|
|
"barcode": "Scan barcode",
|
|
"nocamera": "No camera found."
|
|
},
|
|
"addbook": {
|
|
"title": "Title",
|
|
"author": "Author",
|
|
"submit": "Submit",
|
|
"coverupload": "Upload cover"
|
|
},
|
|
"signup": {
|
|
"title": "Sign up",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"signup": "Sign up"
|
|
},
|
|
"login": {
|
|
"title": "Log in",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"login": "Log in"
|
|
},
|
|
"bookbrowser": {
|
|
"error": "Error when loading books: {error}",
|
|
"loading": "Loading...",
|
|
"read": "Read",
|
|
"reading": "Reading",
|
|
"wantread": "To read"
|
|
},
|
|
"searchbook": {
|
|
"error": "Error when loading books: {error}",
|
|
"loading": "Loading...",
|
|
"noresult": "No results found.",
|
|
"importinventaire": "Import from inventaire.io",
|
|
"searchinventaire": "Load more results from inventaire.io",
|
|
"backtosearch": "Go back to regular search"
|
|
},
|
|
"booklistelement": {
|
|
"read": "Read",
|
|
"startread": "Start reading",
|
|
"wantread": "I want to read it"
|
|
},
|
|
"authorform": {
|
|
"error": "Erreur when loading author: {error}"
|
|
},
|
|
"bookform": {
|
|
"error": "Error when loading book: {error}",
|
|
"reviewbtn": "My review",
|
|
"read": "Read",
|
|
"startread": "Started",
|
|
"wantread": "Interested"
|
|
},
|
|
"pagination": {
|
|
"previous": "Previous",
|
|
"next": "Next",
|
|
"goto": "Goto page {pageNumber}",
|
|
"page": "Page {pageNumber}"
|
|
},
|
|
"bookdatewidget": {
|
|
"started": "Started at :",
|
|
"finished": "Finished at :"
|
|
},
|
|
"importinventaire": {
|
|
"title": "Please select a book to import"
|
|
},
|
|
"importlistelement": {
|
|
"releasedate": "Release date:",
|
|
"publisher": "Publisher:",
|
|
"importing": "Importing..."
|
|
},
|
|
"review": {
|
|
"title": "My review",
|
|
"textplaceholder": "Write my review..."
|
|
}
|
|
}
|