feat: adding translation for nimbus

This commit is contained in:
Chubby Granny Chaser
2025-04-15 16:17:09 +01:00
parent 85192f13af
commit f392f9583a
10 changed files with 23 additions and 21 deletions

View File

@@ -53,11 +53,11 @@ export enum AuthPage {
}
export enum DownloadError {
NotCachedInRealDebrid = "download_error_not_cached_in_real_debrid",
NotCachedInTorBox = "download_error_not_cached_in_torbox",
NotCachedOnRealDebrid = "download_error_not_cached_on_real_debrid",
NotCachedOnTorBox = "download_error_not_cached_on_torbox",
GofileQuotaExceeded = "download_error_gofile_quota_exceeded",
RealDebridAccountNotAuthorized = "download_error_real_debrid_account_not_authorized",
NotCachedInHydra = "download_error_not_cached_in_hydra",
NotCachedOnHydra = "download_error_not_cached_on_hydra",
}
export const FILE_EXTENSIONS_TO_EXTRACT = [".rar", ".zip", ".7z"];