Skip to content

Commit

Permalink
fix: it_it translate
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed Jun 11, 2024
1 parent 15413db commit 2ee73ab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions ui/flutter/lib/i18n/langs/it_it.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ const itIT = {
'downloadLinkValid': 'Inserisci il collegamento per lo scaricamento',
'downloadLinkHit':
'Inserisci il collegamento per il download, HTTP/HTTPS/MAGNET supported@append',
'downloadLinkHitDesktop': ', oppure trascina qui direttamente il file torrent',
'downloadLinkHitDesktop':
', oppure trascina qui direttamente il file torrent',
'download': 'Download',
'noFileSelected': 'Seleziona almeno un file per continuare.',
'noStoragePermission': 'È richiesta l'autorizzazione di archiviazione',
'noStoragePermission': "È richiesta l'autorizzazione di archiviazione",
'selectFile': 'Selezione file',
'rename': 'Rinomina',
'basic': 'Basico',
Expand All @@ -33,7 +34,7 @@ const itIT = {
'downloadDir': 'Directory di scaricamento',
'downloadDirValid': 'Seleziona la directory di scaricamento',
'connections': 'Connessioni',
'useServerCtime': 'Utilizza l'ora del server per la creazione dei file',
'useServerCtime': "Utilizza l'ora del server per la creazione dei file",
'maxRunning': 'Numero massimo di attività in esecuzione',
'items': '@count elementi',
'subscribeTracker': 'Iscriviti al tracker',
Expand All @@ -43,7 +44,7 @@ const itIT = {
'updateDaily': 'Aggiornamento quotidiano',
'lastUpdate': 'Ultimo aggiornamento: @time',
'addTracker': 'Aggiungi Tracker',
'addTrackerHit': 'Inserisci l'URL del server del tracker, uno per riga',
'addTrackerHit': "Inserisci l'URL del server del tracker, uno per riga",
'ui': 'UI',
'theme': 'Tema',
'themeSystem': 'Sistema',
Expand Down Expand Up @@ -74,7 +75,7 @@ const itIT = {
'extensionInstallSuccess': 'Installato con successo',
'extensionUpdateSuccess': 'Aggiornato con successo',
'extensionDelete': 'Elimina estensione',
'extensionAlreadyLatest': 'È già l'ultima versione',
'extensionAlreadyLatest': "È già l'ultima versione",
'extensionFind': 'Trova estensioni',
'extensionDevelop': 'Sviluppare estensioni',
'history': 'Cronologia',
Expand All @@ -94,6 +95,6 @@ const itIT = {
'thanksDesc':
'Grazie a tutti i contributori che hanno contribuito a costruire e sviluppare la comunità Gopeed!',
'browserExtension': 'Estensione del browser',
'launchAtStartup': 'Lancia all'avvio',
'launchAtStartup': "Lancia all'avvio",
},
};
2 changes: 2 additions & 0 deletions ui/flutter/lib/i18n/message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import 'package:get/get.dart';

import 'langs/en_us.dart';
import 'langs/fa_ir.dart';
import 'langs/it_it.dart';
import 'langs/ja_jp.dart';
import 'langs/pl_pl.dart';
import 'langs/ru_ru.dart';
Expand All @@ -27,5 +28,6 @@ class _Messages extends Translations {
...taTA,
...trTR,
...plPL,
...itIT,
};
}

0 comments on commit 2ee73ab

Please sign in to comment.