feat: add translation messages for en, fr, es, it

This commit is contained in:
2026-08-10 15:33:17 +02:00
parent 9ea9f4f5f1
commit 930b824902
4 changed files with 124 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"meta": {
"title": "Ombrora — Scaricatore di video"
},
"home": {
"heading": "Ombrora",
"urlLabel": "URL del video",
"format": "Formato",
"quality": "Qualità",
"subtitles": "Scarica sottotitoli (fr, en)",
"advanced": "Opzioni avanzate (opzionale, JSON)",
"submit": "Scarica",
"submitting": "Invio...",
"errorRateLimit": "Troppe richieste. Riprova tra un'ora.",
"errorGeneric": "Errore durante l'invio."
},
"status": {
"heading": "Stato del download",
"notFound": "Download non trovato.",
"loading": "Caricamento...",
"pending": "In attesa",
"processing": "In corso...",
"polling": "Questa pagina si aggiorna automaticamente ogni 5 secondi.",
"ready": "Download pronto",
"download": "Scarica",
"linkExpires": "Link valido fino al",
"failed": "Errore nel download.",
"deleted": "Il file è scaduto ed è stato eliminato. Il download non è più disponibile.",
"unknown": "Stato sconosciuto"
}
}