Skip to content

Commit

Permalink
i18next is now properly initialized using suspense and lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Mar 12, 2024
1 parent eab290d commit 07d2d11
Show file tree
Hide file tree
Showing 20 changed files with 384 additions and 272 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"snapshot.header.snapshot.owner":"Eigentümer",
"snapshot.header.snapshot.path":"Pfad",

"snapshot.event.sychronize":"Synchronisieren",
"snapshot.event.synchronize":"Synchronisieren",
"snapshot.event.snapshot.policy": "Richtlinie",
"snapshot.event.snapshot.now": "Snapshot erstellen",
"snapshot.event.snapshot.pending": "Wartend",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"snapshot.feedback.snapshot.start": "Snapshot will start after the previous snapshot completes",
"snapshot.event.snapshot.new": "New Snapshot",

"snapshot.event.sychronize":"Synchronize",
"snapshot.event.synchronize":"Synchronize",

"repository.status.initializing": "Initializing repository...",
"repository.status.connected": "Connected to repository",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"snapshot.event.snapshot.pending": "Pendiente",
"snapshot.feedback.snapshot.start": "La instantánea comenzará después de que se complete la instantánea anterior",
"snapshot.event.snapshot.new": "Nueva instantánea",
"snapshot.event.sychronize": "Sincronizar",
"snapshot.event.synchronize": "Sincronizar",

"repository.status.initializing": "Inicializando el repositorio...",
"repository.status.connected": "Conectado al repositorio",
Expand Down
File renamed without changes.
89 changes: 0 additions & 89 deletions public/locales/it-IT/translation.json

This file was deleted.

107 changes: 107 additions & 0 deletions public/locales/it/translation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"tab.preferences": "Preferenze",
"tab.repository": "Repository",
"tab.tasks": "Attività",
"tab.policies": "Politiche",
"tab.snapshots": "Istantanee",

"task.all": "Tutte",
"task.running": "In esecuzione",
"task.failed": "Fallite",
"task.loading": "Caricamento...",
"task.header.time.start": "Ora di inizio",
"task.header.status": "Stato",
"task.header.kind": "Tipo",
"task.header.description": "Descrizione",
"task.feedback.search": "Cerca log per descrizione",
"task.feedback.entries": "Un elenco di attività apparirà qui quando crei istantanee, ripristini, esegui manutenzione, ecc.",

"task.status.succeed.after": "Attività completata dopo",
"task.status.canceled": "Attività annullata dopo",
"task.status.canceling": "Annullamento in corso",
"task.status.error": "Errore nell'attività",
"task.status.running.for": "Attività in esecuzione da",

"task.status.started": "Avviata",
"task.status.finished": "Completata",
"task.logs": "Log",

"task.event.stop": "Arresta",
"task.header.counter": "Contatore",
"task.header.value": "Valore",

"snapshot.header.actions": "Azioni",
"snapshot.header.status": "Stato",
"snapshot.header.snapshot.next": "Prossima istantanea",
"snapshot.header.snapshot.last": "Ultima istantanea",
"snapshot.header.snapshot.size": "Dimensione",
"snapshot.header.snapshot.owner": "Proprietario",
"snapshot.header.snapshot.path": "Percorso",

"snapshot.event.snapshot.now": "**Crea Istantanea Ora**",
"snapshot.event.snapshot.policy": "Politica",
"snapshot.event.snapshot.pending": "In attesa",
"snapshot.feedback.snapshot.start": "L'istantanea inizierà dopo il completamento dell'istantanea precedente",
"snapshot.event.snapshot.new": "Nuova Istantanea",

"snapshot.event.synchronize":"Sincronizza",

"repository.status.initializing": "Inizializzazione del repository...",
"repository.status.connected": "Connesso al repository",
"repository.event.connection.cancel":"Annulla connessione",
"repository.event.connection.disconnect": "Disconnetti dal repository",
"repository.event.description.update": "Aggiorna descrizione",

"repository.feedback.description.required":"La descrizione del repository è obbligatoria",
"repository.feedback.read.only": "Il repository è in sola lettura",
"repository.feedback.eco.disabled":"Disabilitato",
"repository.feedback.compression.internal.supported": "",
"repository.feedback.compression.internal.not.supported": "no",

"repository.attribute.server.url": "URL del server",
"repository.attribute.config.file": "File di configurazione",
"repository.attribute.provider": "Provider",
"repository.attribute.algorithm.encryption": "Algoritmo di crittografia",
"repository.attribute.algorithm.hash": "Algoritmo di hash",
"repository.attribute.algorithm.splitter": "Algoritmo di suddivisione",
"repository.attribute.algorithm.eco": "Algoritmo di correzione degli errori",

"repository.attribute.connected.as": "Connesso come",
"repository.attribute.compression.internal": "Compressione interna",
"repository.attribute.format": "Formato del repository",
"repository.attribute.eco": "Overhead di correzione degli errori",

"log.event.hide": "Nascondi log",
"log.event.show": "Mostra log",

"user.interface": "Interfaccia utente",
"user.interface.appearance":"Aspetto",
"user.interface.appearance.hint":"Seleziona la dimensione del carattere",
"user.interface.appearance.help": "Specifica l'aspetto dell'interfaccia utente",

"user.interface.appearance.small": "piccolo",
"user.interface.appearance.medium": "medio",
"user.interface.appearance.large": "grande",

"user.interface.pagesize.description": "Dimensione pagina",
"user.interface.pagesize.help": "Specifica la dimensione di paginazione nelle tabelle",
"user.interface.pagesize.hint": "Dimensione pagina",

"user.interface.byte.representation.description": "Seleziona la rappresentazione dei byte",
"user.interface.byte.representation.select": "Seleziona la rappresentazione dei byte",
"user.interface.byte.representation.help": "Specifica la rappresentazione dei byte",

"user.language": "Lingua",

"lang.help": "Imposta la lingua per l'interfaccia utente",
"lang.select": "Seleziona la lingua",
"lang.description": "Seleziona la lingua",

"theme.description": "Tema",
"theme.select": "Seleziona il tema",
"theme.help": "Il tema attivo corrente",
"theme.dark": "scuro",
"theme.light": "chiaro",
"theme.pastel": "pastello",
"theme.ocean": "oceano"
}
89 changes: 0 additions & 89 deletions public/locales/jp-JP/translation.json

This file was deleted.

Loading

0 comments on commit 07d2d11

Please sign in to comment.