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

it.js « l10n - github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6d15180a20b65fca72f460444ba63ffda81f962 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
OC.L10N.register(
    "tasks",
    {
    "Tasks" : "Attività",
    "Due yesterday" : "Scaduta ieri",
    "Due today" : "Scade oggi",
    "Due tomorrow" : "Scade domani",
    "Due on" : "Scade il",
    "Started yesterday" : "Iniziata ieri",
    "Starts today" : "Inizia oggi",
    "Starts tomorrow" : "Inizia domani",
    "Started on" : "Iniziata il",
    "Starts on" : "Inizia il",
    "[Remind me yesterday at ]HH:mm" : "[Ricordami ieri alle ]HH:mm",
    "[Remind me today at ]HH:mm" : "[Ricordami oggi alle ]HH:mm",
    "[Remind me tomorrow at ]HH:mm" : "[Ricordami domani alle ]HH:mm",
    "[Remind me on ]MMM DD, YYYY,[ at ]HH:mm" : "[Ricordami il ]DD MMM YYYY,[ alle ]HH:mm",
    "Yesterday" : "Ieri",
    "Today" : "Oggi",
    "Tomorrow" : "Domani",
    "in %s" : "in %s",
    "%s ago" : "%s fa",
    "seconds" : "secondi",
    "a minute" : "un minuto",
    "%d minutes" : "%d minuti",
    "an hour" : "un'ora",
    "%d hours" : "%d ore",
    "a day" : "un giorno",
    "%d days" : "%d giorni",
    "a month" : "un mese",
    "%d months" : "%d mesi",
    "a year" : "un anno",
    "%d years" : "%d anni",
    "week" : "settimana",
    "weeks" : "settimane",
    "day" : "giorno",
    "days" : "giorni",
    "hour" : "ora",
    "hours" : "ore",
    "minute" : "minuto",
    "minutes" : "minuti",
    "second" : "secondo",
    "before beginning" : "prima dell'inizio",
    "after beginning" : "dopo l'inizio",
    "before end" : "prima della fine",
    "after end" : "dopo la fine",
    "Comment" : "Commento",
    "Add a comment" : "Aggiungi un commento",
    "This will delete the calendar \"%s\" and all corresponding events and tasks." : "Ciò eliminerà il calendario \"%s\" e tutti gli eventi e le attività corrispondenti.",
    "The name \"%s\" is already used." : "Il nome \"%s\" è già utilizzato.",
    "An empty name is not allowed." : "Un nome vuoto non è consentito.",
    "Hidden" : "Nascosto",
    "Visible" : "Visibile",
    "Automatic" : "Automatico",
    "Sunday" : "Domenica",
    "Monday" : "Lunedì",
    "Tuesday" : "Martedì",
    "Wednesday" : "Mercoledì",
    "Thursday" : "Giovedì",
    "Friday" : "Venerdì",
    "Saturday" : "Sabato",
    "Add an important item in \"%s\"..." : "Aggiungi un elemento importante in \"%s\"...",
    "Add an item due today in \"%s\"..." : "Aggiungi un elemento che scade oggi in \"%s\"...",
    "Add an item in \"%s\"..." : "Aggiungi un elemento in \"%s\"...",
    "Add a current item in \"%s\"..." : "Aggiungi un elemento corrente in \"%s\"...",
    "Add a subtask to \"%s\"..." : "Aggiungi una sottoattività a \"%s\"...",
    "_%n Completed Task_::_%n Completed Tasks_" : ["%n attività completata","%n attività completate"],
    "Hours" : "Ore",
    "Minutes" : "Minuti",
    "Set due date" : "Imposta data di scadenza",
    "%s %% completed" : "%s %% completato",
    "priority %s: " : "priorità %s: ",
    "high" : "alta",
    "medium" : "media",
    "low" : "bassa",
    "no priority assigned" : "nessuna priorità assegnata",
    "Remind me" : "Ricordami",
    "at the end" : "alla fine",
    "at the beginning" : "all'inizio",
    "Set start date" : "Imposta data iniziale",
    "{calendar} shared by {owner}" : "{calendar} condiviso da {owner}",
    "Unnamed" : "Senza nome",
    "Important" : "Importante",
    "Week" : "Settimana",
    "All" : "Tutti",
    "Current" : "Attuale",
    "Completed" : "Completato",
    "The Tasks app for Nextcloud" : "L'applicazione delle attività per Nextcloud",
    "Once enabled, a new Tasks menu will appear in your Nextcloud apps menu. From there you can add and delete tasks, edit their title, description, start and due dates, reminder times, mark them as important, and add comments on them. Tasks can be shared between users. Tasks can be synchronized using CalDav (each task list is linked to an Nextcloud calendar, to sync it to your local client - Thunderbird, Evolution, KDE Kontact, iCal... - just add the calendar as a remote calendar in you client). You can download your tasks as ICS files using the download button for each calendar." : "Una volta abilitata, un nuovo menu Attività apparirà nel menu delle tue applicazioni di Nextcloud. Da qui, potrai aggiungere ed eliminare attività, modificare il loro titolo, la descrizione, le date di inizio e fine, i promemoria e aggiungere commenti. Le attività possono essere condivise tra utenti. Le attività possono essere sincronizzate utilizzando CalDAV (ogni elenco di attività è collegato a un calendario di Nextcloud, per sincronizzarlo con il tuo client locale - Thunderbird, Evolution, KDE Kontact, iCal… - ti basta aggiungere il calendario come un calendario remoto nel tuo client). Puoi scaricare le tue attività come file ICS utilizzando il pulsante di scaricamento per ogni calendario.",
    "Delete" : "Elimina",
    "Cancel" : "Annulla",
    "Edit" : "Modifica",
    "Link" : "Collegamento",
    "Download" : "Scarica",
    "Save" : "Salva",
    "Add List..." : "Aggiungi elenco...",
    "New List" : "Nuovo elenco",
    "Settings" : "Impostazioni",
    "Start of week" : "Inizio della settimana",
    "Visibility of Smart Collections" : "Visibilità delle collezioni veloci",
    "Change sort order" : "Cambia l'ordinamento",
    "Default" : "Predefinito",
    "Due date" : "Data di scadenza",
    "Start date" : "Data iniziale",
    "Priority" : "Priorità",
    "Alphabetically" : "Ordine alfabetico",
    "Manually" : "Manuale",
    "Load remaining completed tasks." : "Carica le attività completate rimanenti.",
    "Task is completed" : "L'attività è completata",
    "All day" : "Tutto il giorno",
    "(New category)" : "(Nuova categoria)",
    "Select categories..." : "Seleziona le categorie...",
    "Loading the task..." : "Caricamento attività in corso...",
    "Task not found!" : "Attività non trovata!",
    "add a subtask to" : "aggiungi una sottoattività a",
    "Toggle subtasks" : "Commuta sottoattività ",
    "Toggle completed subtasks" : "Commuta le sottoattività completate"
},
"nplurals=2; plural=(n != 1);");