Files
suwayomi-material-you-webui/src/i18n/locale/en.json

20 lines
488 B
JSON
Raw Normal View History

2023-02-14 16:28:37 +03:30
{
"screens": {
"Library": {
"Library": "Library",
"could-not-load-categories": "Could not load categories",
"your-library-is-empty": "Your Library is empty",
"category-is-empty": "Category is Empty",
"could-not-load-manga": "Could not load manga"
2023-02-14 16:47:38 +03:30
},
"Browse": {
"sources": "Sources",
"extensions": "Extensions"
2023-02-14 20:08:03 +03:30
},
"DownloadQueue": {
"no-downloads": "No downloads",
"download-queue": "Download Queue"
2023-02-14 16:28:37 +03:30
}
}
}