Skip to content

Commit 2737fbe

Browse files
committed
New: Move to trash and Delete permanently options
1 parent 96f4bb8 commit 2737fbe

30 files changed

+242
-42
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1515
- Page turn transitions and fade [`3592392`](https://github.com/ollm/OpenComic/commit/3592392b512c7767b916a7fa1b5bbd92a50e5bc9)
1616
- Improved search performance [`ca26c55`](https://github.com/ollm/OpenComic/commit/ca26c55c7c0c0374d104de60ba0d0628ccf85809)
1717
- Setting to force app Color Profile [`c7d479a`](https://github.com/ollm/OpenComic/commit/c7d479abeed6638c39ec413abd68ccfcacf6d5d5)
18+
- WebDAV server support [`b6f4439`](https://github.com/ollm/OpenComic/commit/b6f4439d8953b3855fbc3d7ff476bfd6230a51a1)
19+
- Library Navigation using side mouse buttons [`96f4bb8`](https://github.com/ollm/OpenComic/commit/96f4bb8e0033bd58b78e9ec29155ae332c72ec8b)
20+
- Move to trash and Delete permanently options
1821

1922

2023
##### 🐛 Bug Fixes

languages/ca.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "Enganxar",
3636
"selectAll": "Selecciona-ho tot",
3737
"remove": "Retirar",
38+
"moveToTrash": "Moure a la paperera",
39+
"deletePermanently": "Eliminar permanentment",
40+
"deletePermanentlyConfirm": "Realment vols eliminar aquest fitxer de forma permanent? Aquesta acció no es pot desfer",
3841
"favorite": "Favorit",
3942
"openFileLocation": "Obre la ubicació del fitxer",
4043
"openFolderLocation": "Obre la ubicació de la carpeta",
@@ -47,6 +50,8 @@
4750
"closeApp": "Tancar OpenComic"
4851
},
4952
"back": "Enrere",
53+
"goBack": "Anar enrere",
54+
"goForwards": "Anar endavant",
5055
"open": "Obrir",
5156
"add": "Afegir",
5257
"addToLibrary": "Afegir a la biblioteca",

languages/cs.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "Odstranit",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "",
3942
"openFileLocation": "",
4043
"openFolderLocation": "",
@@ -47,6 +50,8 @@
4750
"closeApp": ""
4851
},
4952
"back": "Zpět",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "",
5156
"add": "Přidat",
5257
"addToLibrary": "",

languages/de.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "Entfernen",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "",
3942
"openFileLocation": "",
4043
"openFolderLocation": "",
@@ -47,6 +50,8 @@
4750
"closeApp": ""
4851
},
4952
"back": "Zurück",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "",
5156
"add": "Hinzufügen",
5257
"addToLibrary": "",

languages/en.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "Paste",
3636
"selectAll": "Select all",
3737
"remove": "Remove",
38+
"moveToTrash": "Move to trash",
39+
"deletePermanently": "Delete permanently",
40+
"deletePermanentlyConfirm": "Do you really want to permanently delete this file? This action cannot be undone",
3841
"favorite": "Favorite",
3942
"openFileLocation": "Open file location",
4043
"openFolderLocation": "Open folder location",
@@ -47,6 +50,8 @@
4750
"closeApp": "Close OpenComic"
4851
},
4952
"back": "Back",
53+
"goBack": "Go back",
54+
"goForwards": "Go forwards",
5055
"open": "Open",
5156
"add": "Add",
5257
"addToLibrary": "Add to library",

languages/es.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "Pegar",
3636
"selectAll": "Seleccionar todo",
3737
"remove": "Retirar",
38+
"moveToTrash": "Mover a la papelera",
39+
"deletePermanently": "Eliminar permanentemente",
40+
"deletePermanentlyConfirm": "¿Realmente quieres eliminar este archivo de forma permanente? Esta acción no se puede deshacer",
3841
"favorite": "Favorito",
3942
"openFileLocation": "Abrir ubicación del archivo",
4043
"openFolderLocation": "Abrir ubicación de la carpeta",
@@ -47,6 +50,8 @@
4750
"closeApp": "Cerrar OpenComic"
4851
},
4952
"back": "Atrás",
53+
"goBack": "Ir atrás",
54+
"goForwards": "Ir hacia adelante",
5055
"open": "Abrir",
5156
"add": "Añadir",
5257
"addToLibrary": "Añadir a la biblioteca",

languages/fr.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "Retirer",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "",
3942
"openFileLocation": "",
4043
"openFolderLocation": "",
@@ -47,6 +50,8 @@
4750
"closeApp": ""
4851
},
4952
"back": "Retour",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "",
5156
"add": "Ajouter",
5257
"addToLibrary": "",

languages/hu.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "Töröl",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "",
3942
"openFileLocation": "",
4043
"openFolderLocation": "",
@@ -47,6 +50,8 @@
4750
"closeApp": ""
4851
},
4952
"back": "Vissza",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "",
5156
"add": "Hozzáadás",
5257
"addToLibrary": "",

languages/it.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "Rimuovi",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "",
3942
"openFileLocation": "",
4043
"openFolderLocation": "",
@@ -47,6 +50,8 @@
4750
"closeApp": ""
4851
},
4952
"back": "Indietro",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "",
5156
"add": "Aggiungi",
5257
"addToLibrary": "",

languages/ja.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "削除",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "",
3942
"openFileLocation": "",
4043
"openFolderLocation": "",
@@ -47,6 +50,8 @@
4750
"closeApp": ""
4851
},
4952
"back": "戻る",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "",
5156
"add": "追加",
5257
"addToLibrary": "",

languages/ko.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "",
3942
"openFileLocation": "",
4043
"openFolderLocation": "",
@@ -47,6 +50,8 @@
4750
"closeApp": "OpenComic 끝내기"
4851
},
4952
"back": "",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "열기",
5156
"add": "추가",
5257
"addToLibrary": "책장에 추가",

languages/pt-br.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "Remover",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "",
3942
"openFileLocation": "",
4043
"openFolderLocation": "",
@@ -47,6 +50,8 @@
4750
"closeApp": ""
4851
},
4952
"back": "Voltar",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "",
5156
"add": "Adicionar",
5257
"addToLibrary": "",

languages/ru.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "Удалить",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "",
3942
"openFileLocation": "",
4043
"openFolderLocation": "",
@@ -47,6 +50,8 @@
4750
"closeApp": ""
4851
},
4952
"back": "Назад",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "",
5156
"add": "Добавить",
5257
"addToLibrary": "",

languages/sv.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "Ta bort",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "Favoritmarkera",
3942
"openFileLocation": "Öppna filplats",
4043
"openFolderLocation": "Öppna mapplats",
@@ -47,6 +50,8 @@
4750
"closeApp": "Stäng OpenComic"
4851
},
4952
"back": "Tillbaka",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "Öppna",
5156
"add": "Lägg till",
5257
"addToLibrary": "Lägg till i biblioteket",

languages/th.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "วาง",
3636
"selectAll": "เลือกทั้งหมด",
3737
"remove": "นำออก",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "เรื่องที่ชอบ",
3942
"openFileLocation": "เปิดตำแหน่งไฟล์",
4043
"openFolderLocation": "เปิดตำแหน่งโฟลเดอร์",
@@ -47,6 +50,8 @@
4750
"closeApp": "ปิด OpenComic"
4851
},
4952
"back": "กลับ",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "เปิด",
5156
"add": "เพิ่ม",
5257
"addToLibrary": "เพิ่มไปห้องสมุด",

languages/vi.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "Xóa",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "Yêu thích",
3942
"openFileLocation": "Mở tệp trong trình quản lý tệp",
4043
"openFolderLocation": "Mở thư mục trong trình quản lý tệp",
@@ -47,6 +50,8 @@
4750
"closeApp": "Đóng OpenComic"
4851
},
4952
"back": "Trở về",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "Mở",
5156
"add": "Thêm",
5257
"addToLibrary": "Thêm vào thư viện",

languages/zh-hans.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "粘贴",
3636
"selectAll": "全选",
3737
"remove": "移除",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "收藏",
3942
"openFileLocation": "打开文件所在位置",
4043
"openFolderLocation": "打开文件夹位置",
@@ -47,6 +50,8 @@
4750
"closeApp": "关闭 OpenComic"
4851
},
4952
"back": "返回",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "打开",
5156
"add": "添加",
5257
"addToLibrary": "添加到库",

languages/zh-hant.json

+5
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
"paste": "",
3636
"selectAll": "",
3737
"remove": "移除",
38+
"moveToTrash": "",
39+
"deletePermanently": "",
40+
"deletePermanentlyConfirm": "",
3841
"favorite": "",
3942
"openFileLocation": "",
4043
"openFolderLocation": "",
@@ -47,6 +50,8 @@
4750
"closeApp": ""
4851
},
4952
"back": "返回",
53+
"goBack": "",
54+
"goForwards": "",
5055
"open": "",
5156
"add": "新增",
5257
"addToLibrary": "",

0 commit comments

Comments
 (0)