Welcome to mirror list, hosted at ThFree Co, Russian Federation.

it.js « l10n - github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d5d23f5f1c4984cbd919032809c408e7e8d7f97c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
OC.L10N.register(
    "nextant",
    {
    "Go to folder" : "Vai alla cartella",
    "never" : "mai",
    "Nextant is not configured yet" : "Nextant non è ancora configurato",
    "Ping querying your Solr Server" : "Ping del tuo server Solr",
    "Verifying Schema integrity" : "Sto verificando l'integrità di Schema",
    "Test simple text extract query" : "Query di estrazione di testo semplice di prova",
    "Test update document query" : "Query di aggiornamento documento di prova",
    "Test search query" : "Query di ricerca di prova",
    "Removing the test document" : "Rimozione del documento di prova",
    "All test went fine. Saving your configuration" : "Tutti i test sono a posto. Salvo la tua configurazione",
    "Apache Solr is up, running and responding to ping query" : "Apache Solr è attivo, in esecuzione e risponde al ping",
    "Apache Solr is not responding to ping query (Error #%1$s)" : "Apache Solr non risponde al ping (Errore #%1$s)",
    "Schema is fine" : "Lo schema è corretto",
    "Text extracted" : "Testo estratto",
    "Error during commit (Error #%1$s)" : "Errore durante il commit (Errore #%1$s)",
    "Document updated" : "Documento aggiornato",
    "Found it" : "Trovato",
    "Cannot find any document" : "Impossibile trovare alcun documento",
    "Search failed. Please check the configuration of your Solr server (Error #%1$s)" : "Ricerca non riuscita. Controlla la configurazione del tuo server Solr  (errore #%1$s)",
    "Your configuration has been saved" : "La tua configurazione è stata salvata",
    "Nextant" : "Nextant",
    "Nextant (Full-Text Search)" : "Nextant (ricerca testo integrale)",
    "Specify the address of your Solr, and the name of the core to use." : "Specifica l'indirizzo del tuo Solr e il nome del motore da utilizzare.",
    "Saving" : "Salvataggio in corso",
    "Settings" : "Impostazioni",
    "Nextant version:" : "Versione di Nextant:",
    "Address of your Solr servlet:" : "Indirizzo della tua servlet Solr:",
    "Timeout (in seconds):" : "Tempo massimo (in secondi):",
    "Test and Save" : "Prova e salva",
    "Indexing Files" : "Indicizzazione file",
    "Maximum File Size (Mb):" : "Dimensione massima file (Mb):",
    "Edit your filters" : "Modifica i tuoi filtri",
    "Disable default search from Files" : "Disabilita la ricerca predefinita da File",
    "Index File Trash:" : "Indicizzazione cestino:",
    "Indexing Bookmarks" : "Indicizzazione segnalibri",
    "The App Bookmarks is not installed/enabled." : "L'applicazione dei segnalibri non è installata/abilitata",
    "The App Bookmarks is enabled, your bookmarks will be index." : "L'applicazione dei segnalibri è abilitata, i tuoi segnalibri saranno indicizzati.",
    "Checking" : "Controllo in corso",
    "Nextant Status" : "Stato di Nextant",
    "Higher performance" : "Prestazioni più alte",
    "High performance" : "Alte prestazioni",
    "Medium performance" : "Medie prestazioni",
    "Low performance" : "Basse prestazioni",
    "Lower performance" : "Prestazioni più basse",
    "Disabled" : "Disabilitato",
    "Using Semaphore" : "Utilizza semaforo",
    "Using Database" : "Utilizza database",
    "hours" : "ore",
    "days" : "giorni",
    "Nextcloud Cron:" : "Cron di Nextcloud:",
    "Number of documents:" : "Numero di documenti:",
    "Number of segments:" : "Numero di segmenti:",
    "However, you can force it to be started as a background process." : "Tuttavia, puoi forzarne l'avvio come un processo in background.",
    "Force first index as a cronjob" : "Forza la prima indicizzazione come un cronjob",
    "Force index" : "Forza l'indicizzazione",
    "Indexing is scheduled within the next few hours (cron)" : "L'indicizzazione è pianificata nelle prossime ore (cron)",
    "Indexing in progress" : "Indicizzazione in corso",
    "Type of files to extract" : "Tipo di file da estrarre",
    "EPUB / PDF / RTF" : "EPUB / PDF / RTF",
    "Office Documents" : "Documento di Office",
    "Image (JPEG, TIFF)" : "Immagine (JPEG, TIFF)",
    "Audio File (MP3, FLAC)" : "File audio (MP3, FLAC)",
    "Extensions you wish to ignore (.java .xml)" : "Estensioni che desideri ignorare (.java .xml)"
},
"nplurals=2; plural=(n != 1);");