Check for duplicated library manga on add to library

This commit is contained in:
schroda
2024-05-04 14:43:41 +02:00
parent c29173681f
commit f66051d398
5 changed files with 115 additions and 26 deletions

View File

@@ -589,6 +589,16 @@
}
},
"library": {
"add": {
"dialog": {
"duplicate": {
"label": {
"failure": "Could not check for duplicated manga in your library.\n\nError: {{error}}",
"info": "You have an entry in your library with the same name."
}
}
}
},
"remove": {
"button": {
"selected": "Remove selected from the library"