fix: Sync leaving left over temp files (#73)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2024-10-25 18:58:44 +02:00 committed by GitHub
parent c5e39db9ec
commit 8d15e319d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 644 additions and 406 deletions

View file

@ -267,8 +267,8 @@
"@hideEmpty": {},
"home": "Home",
"@home": {},
"homeBannerBanner": "Banner",
"@homeBannerBanner": {},
"homeBannerSlideshow": "Slideshow",
"@homeBannerSlideshow": {},
"homeBannerCarousel": "Carousel",
"@homeBannerCarousel": {},
"identify": "Identify",
@ -947,5 +947,44 @@
"example": "1"
}
}
},
"syncStatusEnqueued": "Enqueued",
"syncStatusRunning": "Running",
"syncStatusComplete": "Complete",
"syncStatusNotFound": "Not Found",
"syncStatusFailed": "Failed",
"syncStatusCanceled": "Canceled",
"syncStatusWaitingToRetry": "Waiting to retry",
"syncStatusPaused": "Paused",
"syncStatusSynced": "Synced",
"syncStatusPartially": "Partially",
"syncOverlayDeleting": "Removing synced item",
"syncOverlaySyncing": "Syncing item details",
"syncSelectDownloadsFolder": "Select downloads folder",
"syncNoFolderSetup": "No sync folder setup",
"syncRemoveUnableToDeleteItem": "Unable to remove synced item, somethin went wrong",
"syncAddItemForSyncing": "Added {item} for syncing",
"@syncAddItemForSyncing":{
"placeholders": {
"item":{
"type": "String"
}
}
} ,
"startedSyncingItem": "Started syncing {item}",
"@startedSyncingItem": {
"placeholders": {
"item":{
"type": "String"
}
}
},
"unableToSyncItem": "Unable to sync {item}, something went wrong",
"@unableToSyncItem": {
"placeholders": {
"item":{
"type": "String"
}
}
}
}