mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
fix: updating translation for removed
This commit is contained in:
parent
577c2da6e5
commit
4b1248b865
3 changed files with 1 additions and 4 deletions
|
@ -118,7 +118,7 @@
|
||||||
"verifying": "Verificando…",
|
"verifying": "Verificando…",
|
||||||
"completed_at": "Concluído em {{date}}",
|
"completed_at": "Concluído em {{date}}",
|
||||||
"completed": "Concluído",
|
"completed": "Concluído",
|
||||||
"removed": "Não baixado",
|
"removed": "Cancelado",
|
||||||
"download_again": "Baixar novamente",
|
"download_again": "Baixar novamente",
|
||||||
"cancel": "Cancelar",
|
"cancel": "Cancelar",
|
||||||
"filter": "Filtrar jogos baixados",
|
"filter": "Filtrar jogos baixados",
|
||||||
|
|
|
@ -5,8 +5,6 @@ export const downloadSourceSchema = z.object({
|
||||||
downloads: z.array(
|
downloads: z.array(
|
||||||
z.object({
|
z.object({
|
||||||
title: z.string().max(255),
|
title: z.string().max(255),
|
||||||
objectId: z.string().max(255).nullable(),
|
|
||||||
shop: z.enum(["steam"]).nullable(),
|
|
||||||
downloaders: z.array(z.enum(["real_debrid", "torrent"])),
|
downloaders: z.array(z.enum(["real_debrid", "torrent"])),
|
||||||
uris: z.array(z.string()),
|
uris: z.array(z.string()),
|
||||||
uploadDate: z.string().max(255),
|
uploadDate: z.string().max(255),
|
||||||
|
|
1
src/main/vite-env.d.ts
vendored
1
src/main/vite-env.d.ts
vendored
|
@ -1,5 +1,4 @@
|
||||||
/// <reference types="vite/client" />
|
/// <reference types="vite/client" />
|
||||||
/// <reference types="vite-plugin-comlink/client" />
|
|
||||||
|
|
||||||
interface ImportMetaEnv {
|
interface ImportMetaEnv {
|
||||||
readonly MAIN_VITE_STEAMGRIDDB_API_KEY: string;
|
readonly MAIN_VITE_STEAMGRIDDB_API_KEY: string;
|
||||||
|
|
Loading…
Reference in a new issue