Skip to content

Commit 9bdeb2a

Browse files
committed
chore(i18n): sync locales
License: MIT Signed-off-by: Marcin Rataj <[email protected]>
1 parent 4c5c02d commit 9bdeb2a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

assets/locales/it.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ipfsIsNotRunning": "IPFS non è in Esecuzione",
66
"ipfsHasErrored": "IPFS è in Errore",
77
"runningWithGC": "In Esecuzione (GC in corso)",
8-
"runningWhileCheckingForUpdate": "Running (Checking for Updates)",
8+
"runningWhileCheckingForUpdate": "In esecuzione (Controllo aggiornamenti in corso)",
99
"start": "Avvia",
1010
"stop": "Arresta",
1111
"restart": "Riavvia",
@@ -29,7 +29,7 @@
2929
"clickToOpenLogs": "Clicca qui per aprire i file di log.",
3030
"ipfsNotRunning": "IPFS non è in esecuzione",
3131
"checkForUpdates": "Verifica presenza aggiornamenti...",
32-
"checkingForUpdates": "Checking for Updates",
32+
"checkingForUpdates": "Controllo aggiornamenti in corso…",
3333
"yes": "",
3434
"no": "No",
3535
"close": "Chiudi",
@@ -225,14 +225,14 @@
225225
"appPreferences": "Preferenze App",
226226
"launchOnStartup": "Avvia al Login",
227227
"openWebUIAtLaunch": "Apri l'interfaccia web all'avvio",
228-
"pubsub": "Enable PubSub",
229-
"namesysPubsub": "Enable IPNS over PubSub",
230-
"automaticGC": "Automatic Garbage Collection",
228+
"pubsub": "Abilita PubSub",
229+
"namesysPubsub": "Abilita IPNS su PubSub",
230+
"automaticGC": "Garbage Collection automatica",
231231
"ipfsCommandLineTools": "Strumenti a Riga di Comando",
232232
"takeScreenshotShortcut": "Scorciatoia Screenshot Globale",
233233
"downloadHashShortcut": "Scorciatoia Download Globale",
234234
"experiments": "Esperimenti",
235-
"npmOnIpfs": "Enable npm on IPFS"
235+
"npmOnIpfs": "Abilita npm su IPFS"
236236
},
237237
"setCustomIpfsBinaryConfirmation": {
238238
"title": "File binario IPFS personalizzato",

assets/locales/pt-BR.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"ipfsIsNotRunning": "IPFS não está ligado",
66
"ipfsHasErrored": "IPFS encontrou um erro",
77
"runningWithGC": "Executando (limpeza em progresso)",
8-
"runningWhileCheckingForUpdate": "Running (Checking for Updates)",
8+
"runningWhileCheckingForUpdate": "Executando (Verificando Atualizações)",
99
"start": "Iniciar",
1010
"stop": "Parar",
1111
"restart": "Reiniciar",
@@ -29,7 +29,7 @@
2929
"clickToOpenLogs": "Clique aqui para abrir os logs.",
3030
"ipfsNotRunning": "IPFS não está em execução",
3131
"checkForUpdates": "Verificar se há atualizações...",
32-
"checkingForUpdates": "Checking for Updates",
32+
"checkingForUpdates": "Verificando Atualizações",
3333
"yes": "Sim",
3434
"no": "Não",
3535
"close": "Fechar",

0 commit comments

Comments
 (0)