2021-09-22 08:18:44 +02:00
{
"home" : {
2021-10-25 18:49:45 +02:00
"welcomeNight" : "Buonanotte {username}" ,
"welcomeMorning" : "Buongiorno {username}" ,
"welcomeDay" : "Ciao {username}" ,
"welcomeEvening" : "Buonasera {username}" ,
"lastViewed" : "Ultima visualizzazione" ,
2021-09-22 08:18:44 +02:00
"list" : {
2021-10-25 18:49:45 +02:00
"newText" : "È possibile creare una nuova lista per le nuove attività:" ,
2022-01-05 15:36:24 +01:00
"new" : "New list" ,
2021-10-25 18:49:45 +02:00
"importText" : "O importare le liste e le attività da altri servizi in Vikunja:" ,
"import" : "Importa i tuoi dati in Vikunja"
2021-09-22 08:18:44 +02:00
}
} ,
"404" : {
2021-10-25 18:49:45 +02:00
"title" : "Non trovato" ,
"text" : "La pagina richiesta non esiste."
2021-09-22 08:18:44 +02:00
} ,
2021-11-13 22:24:35 +01:00
"ready" : {
"loading" : "Vikunja is loading…" ,
"errorOccured" : "An error occured:" ,
"checkApiUrl" : "Please check if the api url is correct." ,
"noApiUrlConfigured" : "No API url was configured. Please set one below:"
} ,
"offline" : {
"title" : "You are offline." ,
"text" : "Please check your network connection and try again."
} ,
2021-09-22 08:18:44 +02:00
"user" : {
"auth" : {
2021-10-25 18:49:45 +02:00
"username" : "Nome utente" ,
"usernameEmail" : "Nome utente o indirizzo e-mail" ,
"usernamePlaceholder" : "es. frederick" ,
"email" : "Indirizzo e-mail" ,
"emailPlaceholder" : "per es. frederic{'@'}vikunja.io" ,
2021-09-22 08:18:44 +02:00
"password" : "Password" ,
2021-10-25 18:49:45 +02:00
"passwordRepeat" : "Digita di nuovo la tua password" ,
"passwordPlaceholder" : "es. ••••••••••••" ,
2021-12-12 19:34:43 +01:00
"forgotPassword" : "Forgot your password?" ,
2021-10-25 18:49:45 +02:00
"resetPassword" : "Reimposta la tua password" ,
"resetPasswordAction" : "Inviami il link per reimpostare la password" ,
"resetPasswordSuccess" : "Controlla la tua casella di posta! Dovresti avere un'e-mail con le istruzioni su come reimpostare la password." ,
"passwordsDontMatch" : "Le password non corrispondono" ,
"confirmEmailSuccess" : "Hai confermato con successo la tua e-mail! Ora puoi accedere." ,
"totpTitle" : "Codice di autenticazione a due fattori" ,
"totpPlaceholder" : "es. 123456" ,
"login" : "Accedi" ,
"register" : "Registrati" ,
"loginWith" : "Accedi con {provider}" ,
"authenticating" : "Autenticazione…" ,
2021-09-22 08:18:44 +02:00
"openIdStateError" : "State does not match, refusing to continue!" ,
2021-10-25 18:49:45 +02:00
"openIdGeneralError" : "Si è verificato un errore durante l'autenticazione con terze parti." ,
"logout" : "Esci"
2021-09-22 08:18:44 +02:00
} ,
"settings" : {
2021-10-25 18:49:45 +02:00
"title" : "Impostazioni" ,
"newPasswordTitle" : "Aggiorna la tua Password" ,
"newPassword" : "Nuova Password" ,
"newPasswordConfirm" : "Conferma della nuova password" ,
"currentPassword" : "Password attuale" ,
"currentPasswordPlaceholder" : "La tua password attuale" ,
"passwordsDontMatch" : "La nuova password e la conferma non coincidono." ,
"passwordUpdateSuccess" : "Password aggiornata con successo." ,
"updateEmailTitle" : "Inserisci il tuo indirizzo e-mail" ,
"updateEmailNew" : "Nuovo indirizzo e-mail" ,
"updateEmailSuccess" : "Il tuo indirizzo e-mail è stato aggiornato correttamente. Ti abbiamo inviato un collegamento per confermarlo." ,
2021-09-22 08:18:44 +02:00
"general" : {
2021-10-25 18:49:45 +02:00
"title" : "Impostazioni Generali" ,
"name" : "Nome" ,
"newName" : "Il nuovo nome" ,
"savedSuccess" : "Impostazioni salvate con successo." ,
"emailReminders" : "Inviami promemoria per le attività via e-mail" ,
"overdueReminders" : "Inviami promemoria per le attività scadute via e-mail ogni mattina" ,
"discoverableByName" : "Lascia che altri utenti mi trovino cercando il mio nome" ,
"discoverableByEmail" : "Lascia che altri utenti mi trovino quando cercano il mio indirizzo e-mail completo" ,
"playSoundWhenDone" : "Riproduci un suono quando le attività vengono segnate come fatte" ,
"weekStart" : "La settimana inizia il" ,
"weekStartSunday" : "Domenica" ,
"weekStartMonday" : "Lunedì" ,
"language" : "Lingua" ,
"defaultList" : "Lista predefinita"
2021-09-22 08:18:44 +02:00
} ,
"totp" : {
2021-10-25 18:49:45 +02:00
"title" : "Autenticazione a due fattori" ,
"enroll" : "Attiva" ,
"finishSetupPart1" : "Per completare la configurazione, usa questo codice segreto nella tua app TOTP (Autenticatore Google o simile):" ,
"finishSetupPart2" : "Dopodiché, inserisci un codice dalla tua app di qui sotto." ,
"scanQR" : "In alternativa puoi scansionare questo codice QR:" ,
"passcode" : "Codice di accesso" ,
"passcodePlaceholder" : "Un codice generato dalla tua applicazione TOTP" ,
"setupSuccess" : "Hai impostato con successo l'autenticazione a due fattori!" ,
"enterPassword" : "Inserisci La Tua Password" ,
"disable" : "Disabilita l'autenticazione a due fattori" ,
"confirmSuccess" : "Hai confermato con successo la tua configurazione totp e puoi usarla da ora in poi!" ,
"disableSuccess" : "L'autenticazione a due fattori è stata disattivata."
2021-09-22 08:18:44 +02:00
} ,
"caldav" : {
2021-10-25 18:49:45 +02:00
"title" : "CalDav" ,
"howTo" : "Puoi connettere Vikunja ai client caldav per visualizzare e gestire tutte le attività da diversi client. Inserisci questo URL nel tuo client:" ,
"more" : "Ulteriori informazioni su caldav in Vikunja"
2021-09-22 08:18:44 +02:00
} ,
"avatar" : {
"title" : "Avatar" ,
2021-10-25 18:49:45 +02:00
"initials" : "Iniziali" ,
2021-09-22 08:18:44 +02:00
"gravatar" : "Gravatar" ,
2021-12-07 23:10:24 +01:00
"marble" : "Marble" ,
2021-10-25 18:49:45 +02:00
"upload" : "Carica" ,
"uploadAvatar" : "Carica Avatar" ,
2021-09-22 08:18:44 +02:00
"statusUpdateSuccess" : "Avatar status was updated successfully!" ,
2021-10-25 18:49:45 +02:00
"setSuccess" : "L'avatar è stato impostato con successo!"
2021-09-29 22:53:14 +02:00
} ,
"quickAddMagic" : {
"title" : "Quick Add Magic Mode" ,
2021-10-25 18:49:45 +02:00
"disabled" : "Disabilitato" ,
2021-09-29 22:53:14 +02:00
"todoist" : "Todoist" ,
"vikunja" : "Vikunja"
2021-11-23 02:27:19 +01:00
} ,
"appearance" : {
"title" : "Color Scheme" ,
"setSuccess" : "Saved change of color scheme to {colorScheme}" ,
"colorScheme" : {
"light" : "Light" ,
"system" : "System" ,
"dark" : "Dark"
}
2021-09-22 08:18:44 +02:00
}
} ,
"deletion" : {
2021-11-10 23:24:23 +01:00
"title" : "Delete your Vikunja Account" ,
2021-09-22 08:18:44 +02:00
"text1" : "The deletion of your account is permanent and cannot be undone. We will delete all your namespaces, lists, tasks and everything associated with it." ,
2021-10-25 18:49:45 +02:00
"text2" : "Per continuare, inserisci la tua password. Riceverai un'e-mail con ulteriori istruzioni." ,
"confirm" : "Elimina il mio profilo" ,
"requestSuccess" : "Richiesta riuscita. Riceverai un'e-mail con ulteriori istruzioni." ,
"passwordRequired" : "Inserisci la tua password." ,
"confirmSuccess" : "Hai confermato la cancellazione del tuo account. Elimineremo il tuo account tra tre giorni." ,
"scheduled" : "Elimineremo il tuo account Vikunja il {date} ({dateSince})." ,
"scheduledCancel" : "Per annullare l'eliminazione del tuo account, clicca qui." ,
"scheduledCancelText" : "Per annullare l'eliminazione del tuo account, inserisci la password qui sotto:" ,
"scheduledCancelConfirm" : "Annulla l'eliminazione del mio account" ,
"scheduledCancelSuccess" : "Non elimineremo il tuo account."
2021-09-22 08:18:44 +02:00
} ,
"export" : {
2021-10-25 18:49:45 +02:00
"title" : "Esporta i tuoi dati Vikunja" ,
2021-09-22 08:18:44 +02:00
"description" : "You can request a copy of all your Vikunja data. This include Namespaces, Lists, Tasks and everything associated to them. You can import this data in any Vikunja instance through the migration function." ,
2021-10-25 18:49:45 +02:00
"descriptionPasswordRequired" : "Inserisci la tua password per procedere:" ,
"request" : "Richiedi una copia dei miei dati Vikunja" ,
"success" : "Hai richiesto con successo i tuoi dati Vikunja! Ti invieremo un'e-mail una volta che saranno pronti da scaricare." ,
"downloadTitle" : "Scarica i tuoi dati Vikunja esportati"
2021-09-22 08:18:44 +02:00
}
} ,
"list" : {
2021-10-25 18:49:45 +02:00
"archived" : "Questa lista è archiviata. Non è possibile creare nuove attività o modificarle." ,
"title" : "Titolo della Lista" ,
"color" : "Colore" ,
"lists" : "Liste" ,
"search" : "Digita per cercare una lista…" ,
"searchSelect" : "Fare clic o premere invio per selezionare questa lista" ,
"shared" : "Liste Condivise" ,
2021-09-22 08:18:44 +02:00
"create" : {
2022-01-05 15:36:24 +01:00
"header" : "New list" ,
2021-10-25 18:49:45 +02:00
"titlePlaceholder" : "Il titolo della lista va qui…" ,
"addTitleRequired" : "Specifica un titolo." ,
"createdSuccess" : "La lista è stata creata correttamente." ,
"addListRequired" : "Specifica una lista o imposta una lista predefinita nelle impostazioni."
2021-09-22 08:18:44 +02:00
} ,
"archive" : {
2021-10-25 18:49:45 +02:00
"title" : "Archivia \"{list}\"" ,
"archive" : "Archivia questa lista" ,
"unarchive" : "Estrai questa lista dall'archivio" ,
"unarchiveText" : "Potrai creare nuove attività o modificarle." ,
"archiveText" : "Non sarà possibile modificare questa lista o creare nuove attività fino a quando non verrà estratta dall'archivio." ,
"success" : "Lista archiviata con successo."
2021-09-22 08:18:44 +02:00
} ,
"background" : {
2021-10-25 18:49:45 +02:00
"title" : "Imposta sfondo lista" ,
"remove" : "Rimuovi Sfondo" ,
"upload" : "Scegli uno sfondo dal tuo pc" ,
"searchPlaceholder" : "Cerca uno sfondo…" ,
"poweredByUnsplash" : "Realizzato con Unsplash" ,
"loadMore" : "Carica altre foto" ,
"success" : "Lo sfondo è stato impostato con successo!" ,
"removeSuccess" : "Lo sfondo è stato rimosso con successo!"
2021-09-22 08:18:44 +02:00
} ,
"delete" : {
2021-10-25 18:49:45 +02:00
"title" : "Elimina \"{list}\"" ,
"header" : "Elimina questa lista" ,
"text1" : "Sei sicuro di voler eliminare questa lista e tutti i suoi contenuti?" ,
"text2" : "Questo include tutte le attività e NON PUÒ ESSERE RIPRISTINATO!" ,
"success" : "La lista è stata eliminata con successo."
2021-09-22 08:18:44 +02:00
} ,
"duplicate" : {
2021-10-25 18:49:45 +02:00
"title" : "Duplica questa lista" ,
"label" : "Duplica" ,
2021-09-22 08:18:44 +02:00
"text" : "Select a namespace which should hold the duplicated list:" ,
2021-10-25 18:49:45 +02:00
"success" : "Lista duplicata."
2021-09-22 08:18:44 +02:00
} ,
"edit" : {
2021-10-25 18:49:45 +02:00
"header" : "Modifica Questa Lista" ,
"title" : "Modifica \"{list}\"" ,
"titlePlaceholder" : "Il titolo della lista va qui…" ,
"identifierTooltip" : "L'identificatore della lista può essere usato per identificare univocamente un'attività tra le varie liste. Puoi lasciarlo vuoto per disabilitarlo." ,
"identifier" : "Identificatore Della Lista" ,
"identifierPlaceholder" : "L'identificatore della lista va qui…" ,
"description" : "Descrizione" ,
"descriptionPlaceholder" : "La descrizione della lista va qui…" ,
"color" : "Colore" ,
"success" : "Lista aggiornata."
2021-09-22 08:18:44 +02:00
} ,
"share" : {
2021-10-25 18:49:45 +02:00
"header" : "Condividi questa lista" ,
"title" : "Condividi \"{list}\"" ,
"share" : "Condividi" ,
2021-09-22 08:18:44 +02:00
"links" : {
2021-10-25 18:49:45 +02:00
"title" : "Link di condivisione" ,
"what" : "Cos'è un link di condivisione?" ,
"explanation" : "I link di condivisione consentono di condividere facilmente una lista con altri utenti che non hanno un account su Vikunja." ,
"create" : "Crea nuovo link di condivisione" ,
"name" : "Nome (facoltativo)" ,
"namePlaceholder" : "es. Lorem Ipsum" ,
"nameExplanation" : "Tutte le azioni svolte tramite questo link di condivisione verranno visualizzate con questo nome." ,
"password" : "Password (facoltativo)" ,
"passwordExplanation" : "Durante l'autenticazione, l'utente dovrà inserire questa password." ,
"noName" : "Nessun nome impostato" ,
"remove" : "Rimuovi un link di condivisione" ,
"removeText" : "Sei sicuro di voler rimuovere questo link di condivisione? Non sarà più possibile accedere a questa lista con questo link. Non può essere ripristinato!" ,
"createSuccess" : "Link di condivisione creato." ,
"deleteSuccess" : "Link di condivisione elimitato"
2021-09-22 08:18:44 +02:00
} ,
"userTeam" : {
2021-10-25 18:49:45 +02:00
"typeUser" : "utente | utenti" ,
"typeTeam" : "gruppo | gruppi" ,
"shared" : "Condiviso con questi {type}" ,
"you" : "Tu" ,
"notShared" : "Non ancora condiviso con nessun {type}." ,
"removeHeader" : "Rimuovi un {type} dal {sharable}" ,
"removeText" : "Sei sicuro di voler rimuovere questo {sharable} dal {type}? Non può essere ripristinato!" ,
"removeSuccess" : "{sharable} rimosso dal {type}." ,
"addedSuccess" : "{type} aggiunto." ,
"updatedSuccess" : "{type} aggiunto."
2021-09-22 08:18:44 +02:00
} ,
"right" : {
2021-10-25 18:49:45 +02:00
"title" : "Permessi" ,
"read" : "Sola lettura" ,
"readWrite" : "Lettura e scrittura" ,
"admin" : "Amministratore"
2021-09-22 08:18:44 +02:00
} ,
"attributes" : {
"link" : "Link" ,
2021-10-25 18:49:45 +02:00
"name" : "Nome" ,
"sharedBy" : "Condiviso da" ,
"right" : "Permessi" ,
"delete" : "Elimina"
2021-09-22 08:18:44 +02:00
}
} ,
"list" : {
2021-10-25 18:49:45 +02:00
"title" : "Lista" ,
"add" : "Aggiungi" ,
"addPlaceholder" : "Aggiungi una nuova attività…" ,
"empty" : "Questa lista è attualmente vuota." ,
"newTaskCta" : "Crea una nuova attività." ,
"editTask" : "Modifica Attività"
2021-09-22 08:18:44 +02:00
} ,
"gantt" : {
"title" : "Gantt" ,
2021-10-25 18:49:45 +02:00
"showTasksWithoutDates" : "Mostra attività che non hanno date impostate" ,
"size" : "Dimensione" ,
"default" : "Predefinito" ,
"month" : "Mese" ,
"day" : "Giorno" ,
"from" : "Da" ,
"to" : "A" ,
"noDates" : "Questa attività non ha date impostate."
2021-09-22 08:18:44 +02:00
} ,
"table" : {
2021-10-25 18:49:45 +02:00
"title" : "Tabella" ,
"columns" : "Colonne"
2021-09-22 08:18:44 +02:00
} ,
"kanban" : {
"title" : "Kanban" ,
2021-10-25 18:49:45 +02:00
"limit" : "Limite: {limit}" ,
"noLimit" : "Non Impostato" ,
2021-09-22 08:18:44 +02:00
"doneBucket" : "Done bucket" ,
"doneBucketHint" : "All tasks moved into this bucket will automatically marked as done." ,
"doneBucketHintExtended" : "All tasks moved into the done bucket will be marked as done automatically. All tasks marked as done from elsewhere will be moved as well." ,
"doneBucketSavedSuccess" : "The done bucket has been saved successfully." ,
"deleteLast" : "You cannot remove the last bucket." ,
"addTaskPlaceholder" : "Enter the new task title…" ,
2021-10-25 18:49:45 +02:00
"addTask" : "Aggiungi un'attività" ,
"addAnotherTask" : "Aggiungi un'altra attività" ,
2021-09-22 08:18:44 +02:00
"addBucket" : "Create a new bucket" ,
"addBucketPlaceholder" : "Enter the new bucket title…" ,
"deleteHeaderBucket" : "Delete the bucket" ,
"deleteBucketText1" : "Are you sure you want to delete this bucket?" ,
"deleteBucketText2" : "This will not delete any tasks but move them into the default bucket." ,
"deleteBucketSuccess" : "The bucket has been deleted successfully." ,
"bucketTitleSavedSuccess" : "The bucket title has been saved successfully." ,
"bucketLimitSavedSuccess" : "The bucket limit been saved successfully." ,
"collapse" : "Collapse this bucket"
} ,
"pseudo" : {
"favorites" : {
2021-10-25 18:49:45 +02:00
"title" : "Preferiti"
2021-09-22 08:18:44 +02:00
}
}
} ,
"namespace" : {
"title" : "Namespaces & Lists" ,
"namespace" : "Namespace" ,
"showArchived" : "Show Archived" ,
"noneAvailable" : "You don't have any namespaces right now." ,
"unarchive" : "Un-Archive" ,
"archived" : "Archived" ,
"noLists" : "This namespace does not contain any lists." ,
"createList" : "Create a new list in this namespace." ,
"namespaces" : "Namespaces" ,
"search" : "Type to search for a namespace…" ,
"create" : {
2022-01-05 15:36:24 +01:00
"title" : "New namespace" ,
2021-09-22 08:18:44 +02:00
"titleRequired" : "Please specify a title." ,
"explanation" : "A namespace is a collection of lists you can share and use to organize your lists with. In fact, every list belongs to a namepace." ,
"tooltip" : "What's a namespace?" ,
"success" : "The namespace was successfully created."
} ,
"archive" : {
2021-10-25 18:49:45 +02:00
"titleArchive" : "Archivia \"{namespace}\"" ,
2021-09-22 08:18:44 +02:00
"titleUnarchive" : "Un-Archive \"{namespace}\"" ,
"archiveText" : "You won't be able to edit this namespace or create new lists until you un-archive it. This will also archive all lists in this namespace." ,
"unarchiveText" : "You will be able to create new lists or edit it." ,
"success" : "The namespace was successfully archived." ,
"description" : "If a namespace is archived, you cannot create new lists or edit it."
} ,
"delete" : {
"title" : "Delete \"{namespace}\"" ,
"text1" : "Are you sure you want to delete this namespace and all of its contents?" ,
2021-10-25 18:49:45 +02:00
"text2" : "Questo include tutte le liste e le attività e NON PUÒ ESSERE RIPRISTINATO!" ,
2021-09-22 08:18:44 +02:00
"success" : "The namespace was successfully deleted."
} ,
"edit" : {
2021-10-25 18:49:45 +02:00
"title" : "Modifica \"{namespace}\"" ,
2021-09-22 08:18:44 +02:00
"success" : "The namespace was successfully updated."
} ,
"share" : {
2021-10-25 18:49:45 +02:00
"title" : "Condividi \"{namespace}\""
2021-09-22 08:18:44 +02:00
} ,
"attributes" : {
"title" : "Namespace Title" ,
"titlePlaceholder" : "The namespace title goes here…" ,
2021-10-25 18:49:45 +02:00
"description" : "Descrizione" ,
2021-09-22 08:18:44 +02:00
"descriptionPlaceholder" : "The namespaces description goes here…" ,
2021-10-25 18:49:45 +02:00
"color" : "Colore" ,
2021-09-22 08:18:44 +02:00
"archived" : "Is Archived" ,
"isArchived" : "This namespace is archived"
} ,
"pseudo" : {
"sharedLists" : {
2021-10-25 18:49:45 +02:00
"title" : "Liste Condivise"
2021-09-22 08:18:44 +02:00
} ,
"favorites" : {
2021-10-25 18:49:45 +02:00
"title" : "Preferiti"
2021-09-22 08:18:44 +02:00
} ,
"savedFilters" : {
2021-10-25 18:49:45 +02:00
"title" : "Filtri"
2021-09-22 08:18:44 +02:00
}
}
} ,
"filters" : {
2021-10-25 18:49:45 +02:00
"title" : "Filtri" ,
2021-11-13 22:24:35 +01:00
"clear" : "Clear Filters" ,
2021-09-22 08:18:44 +02:00
"attributes" : {
2021-10-25 18:49:45 +02:00
"title" : "Titolo" ,
"titlePlaceholder" : "Il titolo del filtro salvato va qui…" ,
"description" : "Descrizione" ,
"descriptionPlaceholder" : "La descrizione va qui…" ,
"includeNulls" : "Includi attività che non hanno un valore impostato" ,
"requireAll" : "Tutti i filtri devono essere veri affinché l'attività venga mostrata" ,
"showDoneTasks" : "Mostra Attività Fatte" ,
2021-12-21 19:07:40 +01:00
"sortAlphabetically" : "Sort Alphabetically" ,
2021-10-25 18:49:45 +02:00
"enablePriority" : "Abilita Filtro Per Priorità" ,
"enablePercentDone" : "Abilitare Filtro Per Percentuale Fatta" ,
"dueDateRange" : "Intervallo Data Di Scadenza" ,
"startDateRange" : "Intervallo Data Iniziale" ,
"endDateRange" : "Intervallo Data Finale" ,
2021-09-22 08:18:44 +02:00
"reminderRange" : "Reminder Date Range"
} ,
"create" : {
2022-01-05 15:36:24 +01:00
"title" : "New Saved Filter" ,
2021-09-22 08:18:44 +02:00
"description" : "A saved filter is a virtual list which is computed from a set of filters each time it is accessed. Once created, it will appear in a special namespace." ,
2021-10-25 18:49:45 +02:00
"action" : "Crea nuovo filtro salvato"
2021-09-22 08:18:44 +02:00
} ,
"delete" : {
2021-10-25 18:49:45 +02:00
"header" : "Elimina questo filtro salvato" ,
"text" : "Confermi l'eliminazione di questo filtro salvato?" ,
"success" : "Filtro eliminato."
2021-09-22 08:18:44 +02:00
} ,
"edit" : {
2021-10-25 18:49:45 +02:00
"title" : "Modifica Questo Filtro Salvato" ,
"success" : "Filtro salvato."
2021-09-22 08:18:44 +02:00
}
} ,
"migrate" : {
2021-10-25 18:49:45 +02:00
"title" : "Migra da altri servizi a Vikunja" ,
"titleService" : "Importa i tuoi dati da {name} in Vikunja" ,
"import" : "Importa i tuoi dati in Vikunja" ,
"description" : "Clicca sul logo di uno dei servizi esterni qui sotto per iniziare." ,
"descriptionDo" : "Vikunja importerà tutti gli elenchi, le attività, le note, i promemoria e i file a cui hai accesso." ,
"authorize" : "Per autorizzare Vikunja ad accedere al tuo account {name}, clicca il pulsante qui sotto." ,
"getStarted" : "Per Iniziare" ,
"inProgress" : "Importazione in corso…" ,
"alreadyMigrated1" : "Sembra che tu abbia già importato le tue cose da {name} il {date}." ,
"alreadyMigrated2" : "Importare di nuovo è possibile, ma potrebbe creare duplicati. Sei sicuro?" ,
"confirm" : "Sono sicuro, per favore inizia adesso la migrazione!" ,
"importUpload" : "Per importare i dati da {name} in Vikunja, fai clic sul pulsante qui sotto per selezionare un file." ,
"upload" : "Carica file"
2021-09-22 08:18:44 +02:00
} ,
"label" : {
2021-10-25 18:49:45 +02:00
"title" : "Etichette" ,
"manage" : "Gestione etichette" ,
"description" : "Fare clic su un'etichetta per modificarla. Puoi modificare tutte le etichette che hai creato, puoi usare tutte le etichette che sono associate a un'attività alla quale hai accesso." ,
"newCTA" : "Non hai nessuna etichetta." ,
"search" : "Digita per cercare un'etichetta…" ,
2021-09-22 08:18:44 +02:00
"create" : {
2021-10-25 18:49:45 +02:00
"header" : "Nuova etichetta" ,
"title" : "Crea una nuova etichetta" ,
"titleRequired" : "Specifica un titolo." ,
"success" : "L'etichetta è stata creata correttamente."
2021-09-22 08:18:44 +02:00
} ,
"edit" : {
2021-10-25 18:49:45 +02:00
"header" : "Modifica Etichetta" ,
"forbidden" : "Non hai l'autorizzazione per modificare questa etichetta perché non è tua." ,
"success" : "L'etichetta è stata aggiornata correttamente."
2021-09-22 08:18:44 +02:00
} ,
2021-10-25 18:49:45 +02:00
"deleteSuccess" : "L'etichetta è stata eliminata correttamente." ,
2021-09-22 08:18:44 +02:00
"attributes" : {
2021-10-25 18:49:45 +02:00
"title" : "Titolo" ,
"titlePlaceholder" : "Il titolo dell'etichetta va qui…" ,
"description" : "Descrizione" ,
"descriptionPlaceholder" : "Descrizione etichetta" ,
"color" : "Colore"
2021-09-22 08:18:44 +02:00
}
} ,
"sharing" : {
2021-10-25 18:49:45 +02:00
"authenticating" : "Autenticazione…" ,
"passwordRequired" : "Questo elenco condiviso richiede una password. Inseriscila qui sotto:" ,
"error" : "Si è verificato un errore." ,
"invalidPassword" : "La password non è valida."
2021-09-22 08:18:44 +02:00
} ,
"navigation" : {
2021-10-25 18:49:45 +02:00
"overview" : "Panoramica" ,
2021-09-22 08:18:44 +02:00
"upcoming" : "Upcoming" ,
2021-10-25 18:49:45 +02:00
"settings" : "Impostazioni" ,
2021-09-22 08:18:44 +02:00
"imprint" : "Imprint" ,
2021-10-25 18:49:45 +02:00
"privacy" : "Politica sulla Privacy"
2021-09-22 08:18:44 +02:00
} ,
"misc" : {
2021-10-25 18:49:45 +02:00
"loading" : "Caricamento…" ,
"save" : "Salva" ,
"delete" : "Elimina" ,
"confirm" : "Conferma" ,
"cancel" : "Annulla" ,
"refresh" : "Aggiorna" ,
"disable" : "Disabilita" ,
"copy" : "Copia negli appunti" ,
"search" : "Cerca" ,
"searchPlaceholder" : "Digita per cercare…" ,
"previous" : "Precedente" ,
"next" : "Successivo" ,
2021-09-22 08:18:44 +02:00
"poweredBy" : "Powered by Vikunja" ,
"info" : "Info" ,
"create" : "Create" ,
2021-10-25 18:49:45 +02:00
"doit" : "Fallo!" ,
"saving" : "Salvataggio…" ,
"saved" : "Salvato!" ,
"default" : "Predefinito" ,
"close" : "Chiudi" ,
2021-11-13 16:24:30 +01:00
"download" : "Scarica" ,
"showMenu" : "Show the menu" ,
2021-12-07 23:10:24 +01:00
"hideMenu" : "Hide the menu" ,
2021-12-12 19:34:43 +01:00
"forExample" : "For example:" ,
"welcomeBack" : "Welcome Back!"
2021-09-22 08:18:44 +02:00
} ,
"input" : {
2021-10-25 18:49:45 +02:00
"resetColor" : "Ripristina Colore" ,
2021-09-22 08:18:44 +02:00
"datepicker" : {
2021-10-25 18:49:45 +02:00
"today" : "Oggi" ,
"tomorrow" : "Domani" ,
"nextMonday" : "Lunedì Prossimo" ,
"thisWeekend" : "Questo fine settimana" ,
2021-09-22 08:18:44 +02:00
"laterThisWeek" : "Later This Week" ,
2021-10-25 18:49:45 +02:00
"nextWeek" : "Prossima Settimana" ,
2021-09-22 08:18:44 +02:00
"chooseDate" : "Choose a date"
} ,
"editor" : {
2021-10-25 18:49:45 +02:00
"edit" : "Modifica" ,
"done" : "Fatto" ,
"heading1" : "Intestazione 1" ,
"heading2" : "Intestazione 2" ,
"heading3" : "Intestazione 3" ,
"headingSmaller" : "Intestazione Più Piccola" ,
"headingBigger" : "Intestazione Più Grande" ,
"bold" : "Grassetto" ,
"italic" : "Corsivo" ,
"strikethrough" : "Barrato" ,
"code" : "Codice" ,
"quote" : "Citazione" ,
"unorderedList" : "Elenco puntato" ,
"orderedList" : "Elenco numerato" ,
2021-09-22 08:18:44 +02:00
"cleanBlock" : "Clean Block" ,
"link" : "Link" ,
2021-10-25 18:49:45 +02:00
"image" : "Immagine" ,
"table" : "Tabella" ,
2021-09-22 08:18:44 +02:00
"horizontalRule" : "Horizontal Rule" ,
"sideBySide" : "Side By Side" ,
"guide" : "Guide"
} ,
"multiselect" : {
"createPlaceholder" : "Create new" ,
2021-10-25 18:49:45 +02:00
"selectPlaceholder" : "Clicca o premere invio per selezionare"
2021-09-22 08:18:44 +02:00
}
} ,
"task" : {
2021-10-25 18:49:45 +02:00
"task" : "Attività" ,
"new" : "Crea una nuova attività" ,
"delete" : "Elimina questa attività" ,
"createSuccess" : "Attività creata." ,
"addReminder" : "Aggiungi un nuovo promemoria…" ,
"doneSuccess" : "Attività segnata come completata." ,
"undoneSuccess" : "Attività segnata come non completata." ,
"openDetail" : "Apri vista dettagli attività" ,
"checklistTotal" : "{checked} di {total} attività" ,
"checklistAllDone" : "{total} attività" ,
2021-09-22 08:18:44 +02:00
"show" : {
2021-10-25 18:49:45 +02:00
"titleCurrent" : "Attività Attuali" ,
"titleDates" : "Attività dal {from} al {to}" ,
"noDates" : "Mostra attività senza date" ,
"current" : "Attività attuali" ,
2021-11-10 23:24:23 +01:00
"from" : "Tasks from" ,
2021-09-22 08:18:44 +02:00
"until" : "until" ,
2021-10-25 18:49:45 +02:00
"today" : "Oggi" ,
"nextWeek" : "Settimana Prossima" ,
"nextMonth" : "Prossimo Mese" ,
2021-10-26 18:59:43 +02:00
"noTasks" : "Nothing to do — Have a nice day!"
2021-09-22 08:18:44 +02:00
} ,
"detail" : {
2021-10-25 18:49:45 +02:00
"chooseDueDate" : "Clicca qui per impostare una data di scadenza" ,
"chooseStartDate" : "Clicca qui per impostare una data di inizio" ,
"chooseEndDate" : "Clicca qui per impostare una data di fine" ,
"move" : "Sposta attività in un'altra lista" ,
"done" : "Fatto!" ,
"undone" : "Segna come non completato" ,
"created" : "Creato {0} da {1}" ,
"updated" : "Aggiornato {0}" ,
"doneAt" : "Fatto {0}" ,
"updateSuccess" : "Attività salvata con successo." ,
"deleteSuccess" : "L'attività è stata eliminata con successo." ,
"belongsToList" : "Questa attività appartiene alla lista '{list}'" ,
"due" : "Scadenza {at}" ,
2021-10-21 23:34:02 +02:00
"closePopup" : "Close popup" ,
2021-09-22 08:18:44 +02:00
"delete" : {
2021-10-25 18:49:45 +02:00
"header" : "Elimina questa attività" ,
"text1" : "Sei sicuro di voler eliminare questa attività?" ,
"text2" : "Questo rimuoverà anche tutti gli allegati, i promemoria e le relazioni associati a questa attività e non può essere ripristinato!"
2021-09-22 08:18:44 +02:00
} ,
"actions" : {
2021-11-23 02:27:19 +01:00
"assign" : "Assign to a user" ,
2021-10-25 18:49:45 +02:00
"label" : "Aggiungi etichette" ,
"priority" : "Imposta Priorità" ,
"dueDate" : "Imposta data di scadenza" ,
"startDate" : "Imposta una data di inizio" ,
"endDate" : "Imposta una data di fine" ,
"reminders" : "Imposta promemoria" ,
2021-11-10 23:24:23 +01:00
"repeatAfter" : "Set a repeating interval" ,
2021-10-25 18:49:45 +02:00
"percentDone" : "Imposta Percentuale Completata" ,
"attachments" : "Aggiungi allegati" ,
"relatedTasks" : "Aggiungi attività collegate" ,
"moveList" : "Sposta attività" ,
"color" : "Imposta colore attività" ,
"delete" : "Elimina attività" ,
"favorite" : "Salva come preferito" ,
"unfavorite" : "Rimuovi dai preferiti"
2021-09-22 08:18:44 +02:00
}
} ,
"attributes" : {
2021-10-25 18:49:45 +02:00
"assignees" : "Assegnatari" ,
"color" : "Colore" ,
"created" : "Creato" ,
"createdBy" : "Creato Da" ,
"description" : "Descrizione" ,
"done" : "Fatto" ,
"dueDate" : "Data di scadenza" ,
"endDate" : "Data di fine" ,
"labels" : "Etichette" ,
"percentDone" : "% Completata" ,
"priority" : "Priorità" ,
"relatedTasks" : "Attività Collegate" ,
"reminders" : "Promemoria" ,
"repeat" : "Ripeti" ,
"startDate" : "Data Inizio" ,
"title" : "Titolo" ,
"updated" : "Aggiornato"
2021-09-22 08:18:44 +02:00
} ,
"subscription" : {
"subscribedThroughParent" : "You can't unsubscribe here because you are subscribed to this {entity} through its {parent}." ,
"subscribed" : "You are currently subscribed to this {entity} and will receive notifications for changes." ,
"notSubscribed" : "You are not subscribed to this {entity} and won't receive notifications for changes." ,
"subscribe" : "Subscribe" ,
"unsubscribe" : "Unsubscribe" ,
"subscribeSuccess" : "You are now subscribed to this {entity}" ,
"unsubscribeSuccess" : "You are now unsubscribed to this {entity}"
} ,
"attachment" : {
2021-10-25 18:49:45 +02:00
"title" : "Allegati" ,
"createdBy" : "creato {0} da {1}" ,
"downloadTooltip" : "Scarica questo allegato" ,
"upload" : "Carica allegato" ,
"drop" : "Trascina qui i file da caricare" ,
"delete" : "Elimina allegato" ,
"deleteTooltip" : "Elimina questo allegato" ,
"deleteText1" : "Sei sicuro di voler eliminare l'allegato {filename}?" ,
"deleteText2" : "Questa azione non può essere annullata!" ,
"copyUrl" : "Copia URL" ,
"copyUrlTooltip" : "Copia l'URL di questo allegato per usarlo nel testo"
2021-09-22 08:18:44 +02:00
} ,
"comment" : {
2021-10-25 18:49:45 +02:00
"title" : "Commenti" ,
"loading" : "Caricamento commenti…" ,
2021-09-22 08:18:44 +02:00
"edited" : "edited {date}" ,
2021-10-25 18:49:45 +02:00
"creating" : "Creazione del commento…" ,
"placeholder" : "Aggiungi un commento…" ,
2021-09-22 08:18:44 +02:00
"comment" : "Comment" ,
2021-10-25 18:49:45 +02:00
"delete" : "Elimina questo commento" ,
"deleteText1" : "Sei sicuro di voler eliminare questo commento?" ,
"deleteText2" : "Questa azione non può essere annullata!" ,
"addedSuccess" : "Il commento è stato aggiunto correttamente."
2021-09-22 08:18:44 +02:00
} ,
"deferDueDate" : {
"title" : "Defer due date" ,
2021-10-25 18:49:45 +02:00
"1day" : "1 giorno" ,
"3days" : "3 giorni" ,
"1week" : "1 settimana"
2021-09-22 08:18:44 +02:00
} ,
"description" : {
"placeholder" : "Click here to enter a description…" ,
"empty" : "No description available yet."
} ,
"assignee" : {
"placeholder" : "Type to assign a user…" ,
2021-10-25 18:49:45 +02:00
"selectPlaceholder" : "Assegna questo utente" ,
2021-09-22 08:18:44 +02:00
"assignSuccess" : "The user has been assigned successfully." ,
"unassignSuccess" : "The user has been unassigned successfully."
} ,
"label" : {
"placeholder" : "Type to add a new label…" ,
"createPlaceholder" : "Add this as new label" ,
2021-10-25 18:49:45 +02:00
"addSuccess" : "Etichetta aggiunta." ,
"createSuccess" : "Etichetta creata." ,
"removeSuccess" : "Etichetta eliminata." ,
"addCreateSuccess" : "Etichetta creata e aggiunta."
2021-09-22 08:18:44 +02:00
} ,
"priority" : {
"unset" : "Unset" ,
2021-10-25 18:49:45 +02:00
"low" : "Bassa" ,
"medium" : "Media" ,
"high" : "Alta" ,
"urgent" : "Urgente" ,
"doNow" : "FARE ORA"
2021-09-22 08:18:44 +02:00
} ,
"relation" : {
"add" : "Add a New Task Relation" ,
"new" : "New Task Relation" ,
"searchPlaceholder" : "Type search for a new task to add as related…" ,
"createPlaceholder" : "Add this as new related task" ,
"differentList" : "This task belongs to a different list." ,
2021-11-13 22:24:35 +01:00
"differentNamespace" : "This task belongs to a different namespace." ,
2021-09-22 08:18:44 +02:00
"noneYet" : "No task relations yet." ,
"delete" : "Delete Task Relation" ,
"deleteText1" : "Are you sure you want to delete this task relation?" ,
2021-10-25 18:49:45 +02:00
"deleteText2" : "Questa azione non può essere annullata!" ,
2021-10-04 22:32:41 +02:00
"select" : "Select a relation kind" ,
"kinds" : {
"subtask" : "Subtask | Subtasks" ,
"parenttask" : "Parent Task | Parent Tasks" ,
"related" : "Related Task | Related Tasks" ,
2021-10-25 18:49:45 +02:00
"duplicateof" : "Duplicato Di | Duplicati Di" ,
2021-10-04 22:32:41 +02:00
"duplicates" : "Duplicates | Duplicates" ,
"blocking" : "Blocking | Blocking" ,
"blocked" : "Blocked By | Blocked By" ,
"precedes" : "Precedes | Precedes" ,
"follows" : "Follows | Follows" ,
"copiedfrom" : "Copied From | Copied From" ,
"copiedto" : "Copied To | Copied To"
}
2021-09-22 08:18:44 +02:00
} ,
"repeat" : {
2021-10-25 18:49:45 +02:00
"everyDay" : "Ogni Giorno" ,
"everyWeek" : "Ogni Settimana" ,
"everyMonth" : "Ogni Mese" ,
2021-09-22 08:18:44 +02:00
"mode" : "Repeat mode" ,
2021-10-25 18:49:45 +02:00
"monthly" : "Mensilmente" ,
2021-09-22 08:18:44 +02:00
"fromCurrentDate" : "From Current Date" ,
2021-10-25 18:49:45 +02:00
"each" : "Ogni" ,
"specifyAmount" : "Specifica una quantità…" ,
"hours" : "Ore" ,
"days" : "Giorni" ,
"weeks" : "Settimane" ,
"months" : "Mesi" ,
"years" : "Anni"
2021-09-22 08:18:44 +02:00
} ,
"quickAddMagic" : {
"hint" : "You can use Quick Add Magic" ,
2021-10-25 18:49:45 +02:00
"what" : "Cosa?" ,
2021-09-22 08:18:44 +02:00
"title" : "Quick Add Magic" ,
"intro" : "When creating a task, you can use special keywords to directly add attributes to the newly created task. This allows to add commonly used attributes to tasks much faster." ,
2021-10-25 18:49:45 +02:00
"multiple" : "Puoi usarlo più volte." ,
2021-09-22 08:18:44 +02:00
"label1" : "To add a label, simply prefix the name of the label with {prefix}." ,
"label2" : "Vikunja will first check if the label already exist and create it if not." ,
"label3" : "To use spaces, simply add a \" around the label name." ,
"label4" : "For example: {prefix}\"Label with spaces\"." ,
"priority1" : "To set a task's priority, add a number 1-5, prefixed with a {prefix}." ,
"priority2" : "The higher the number, the higher the priority." ,
2021-09-24 20:27:00 +02:00
"assignees" : "To directly assign the task to a user, add their username prefixed with {prefix} to the task." ,
2021-09-22 08:18:44 +02:00
"list1" : "To set a list for the task to appear in, enter its name prefixed with {prefix}." ,
"list2" : "This will return an error if the list does not exist." ,
2021-10-25 18:49:45 +02:00
"dateAndTime" : "Data e ora" ,
2021-09-22 08:18:44 +02:00
"date" : "Any date will be used as the due date of the new task. You can use dates in any of these formats:" ,
"dateWeekday" : "any weekday, will use the next date with that date" ,
"dateCurrentYear" : "will use the current year" ,
"dateNth" : "will use the {day}th of the current month" ,
2021-12-07 23:10:24 +01:00
"dateTime" : "Combine any of the date formats with \"{time}\" (or {timePM}) to set a time." ,
"repeats" : "Repeating tasks" ,
"repeatsDescription" : "To set a task as repeating in an interval, simply add '{suffix}' to the task text. The amount needs to be a number and can be omitted to use just the type (see examples)."
2021-09-22 08:18:44 +02:00
}
} ,
"team" : {
"title" : "Teams" ,
2021-10-25 18:49:45 +02:00
"noTeams" : "Non fai parte di nessun gruppo." ,
2021-09-22 08:18:44 +02:00
"create" : {
2021-10-25 18:49:45 +02:00
"title" : "Crea un nuovo gruppo" ,
"success" : "Gruppo creato."
2021-09-22 08:18:44 +02:00
} ,
"edit" : {
2021-10-25 18:49:45 +02:00
"title" : "Modifica Gruppo \"{team}\"" ,
"members" : "Membri del Gruppo" ,
"search" : "Digita per cercare un utente…" ,
"addUser" : "Aggiungi al gruppo" ,
"makeMember" : "Rendi Membro" ,
"makeAdmin" : "Rendi Amministratore" ,
"success" : "Gruppo aggiornato." ,
"userAddedSuccess" : "Membro del gruppo aggiunto." ,
2021-09-22 08:18:44 +02:00
"madeMember" : "The team member was successfully made member." ,
"madeAdmin" : "The team member was successfully made admin." ,
"delete" : {
2021-10-25 18:49:45 +02:00
"header" : "Elimina il gruppo" ,
"text1" : "Sei sicuro di voler eliminare questo gruppo e tutti i suoi membri?" ,
2021-10-15 23:12:55 +02:00
"text2" : "All team members will lose access to lists and namespaces shared with this team. This CANNOT BE UNDONE!" ,
2021-10-25 18:49:45 +02:00
"success" : "Gruppo eliminato."
2021-09-22 08:18:44 +02:00
} ,
"deleteUser" : {
2021-10-25 18:49:45 +02:00
"header" : "Rimuovi un utente dal gruppo" ,
"text1" : "Confermi di voler rimuovere questo utente dal gruppo?" ,
2021-10-15 23:12:55 +02:00
"text2" : "They will lose access to all lists and namespaces this team has access to. This CANNOT BE UNDONE!" ,
2021-10-25 18:49:45 +02:00
"success" : "Utente rimosso dal gruppo."
2021-09-22 08:18:44 +02:00
}
} ,
"attributes" : {
"name" : "Team Name" ,
2021-10-25 18:49:45 +02:00
"namePlaceholder" : "Il nome del gruppo va qui…" ,
"nameRequired" : "Specifica un nome." ,
"description" : "Descrizione" ,
"descriptionPlaceholder" : "La descrizione del gruppo va qui…" ,
"admin" : "Amministratore" ,
"member" : "Membro"
2021-09-22 08:18:44 +02:00
}
} ,
"keyboardShortcuts" : {
"title" : "Keyboard Shortcuts" ,
2021-11-13 22:24:35 +01:00
"general" : "General" ,
2021-10-25 18:49:45 +02:00
"allPages" : "Queste scorciatoie funzionano in tutte le pagine." ,
"currentPageOnly" : "Queste scorciatoie funzionano solo nella pagina attuale." ,
"toggleMenu" : "Attiva/Disattiva Menu" ,
"quickSearch" : "Apri la barra di ricerca/azione rapida" ,
2021-11-13 22:24:35 +01:00
"then" : "then" ,
2021-09-22 08:18:44 +02:00
"task" : {
"title" : "Task Page" ,
"done" : "Mark a task as done" ,
2021-11-23 03:27:22 +01:00
"assign" : "Assign to a user" ,
2021-09-22 08:18:44 +02:00
"labels" : "Add labels to this task" ,
"dueDate" : "Change the due date of this task" ,
"attachment" : "Add an attachment to this task" ,
"related" : "Modify related tasks of this task"
2021-11-13 22:24:35 +01:00
} ,
"list" : {
"title" : "List Views" ,
"switchToListView" : "Switch to list view" ,
"switchToGanttView" : "Switch to gantt view" ,
"switchToKanbanView" : "Switch to kanban view" ,
"switchToTableView" : "Switch to table view"
2021-09-22 08:18:44 +02:00
}
} ,
"update" : {
"available" : "There is an update for Vikunja available!" ,
2021-10-25 18:49:45 +02:00
"do" : "Aggiorna Adesso"
2021-09-22 08:18:44 +02:00
} ,
"menu" : {
2021-10-25 18:49:45 +02:00
"edit" : "Modifica" ,
"archive" : "Archivia" ,
"duplicate" : "Duplica" ,
"delete" : "Elimina" ,
2021-09-22 08:18:44 +02:00
"unarchive" : "Un-Archive" ,
"setBackground" : "Set background" ,
2021-10-25 18:49:45 +02:00
"share" : "Condividi" ,
"newList" : "Nuova lista"
2021-09-22 08:18:44 +02:00
} ,
"apiConfig" : {
2021-10-25 18:49:45 +02:00
"url" : "URL Vikunja" ,
"urlPlaceholder" : "es. http://localhost:8080" ,
2021-09-22 08:18:44 +02:00
"change" : "change" ,
2021-12-12 19:34:43 +01:00
"use" : "Using Vikunja installation at {0}" ,
2021-11-13 22:24:35 +01:00
"error" : "Could not find or use Vikunja installation at \"{domain}\". Please try a different url." ,
"success" : "Using Vikunja installation at \"{domain}\"." ,
"urlRequired" : "A url is required."
2021-09-22 08:18:44 +02:00
} ,
"loadingError" : {
"failed" : "Loading failed, please {0}. If the error persists, please {1}." ,
"tryAgain" : "try again" ,
"contact" : "contact us"
} ,
"notification" : {
"title" : "Notifications" ,
"none" : "You don't have any notifications. Have a nice day!" ,
"explainer" : "Notifications will appear here when actions on namespaces, lists or tasks you subscribed to happen."
} ,
"quickActions" : {
"commands" : "Commands" ,
"placeholder" : "Type a command or search…" ,
2021-11-13 23:24:24 +01:00
"hint" : "You can use {list} to limit the search to a list. Combine {list} or {label} (labels) with a search query to search for a task with these labels or on that list. Use {assignee} to only search for teams." ,
2021-09-22 08:18:44 +02:00
"tasks" : "Tasks" ,
2021-10-25 18:49:45 +02:00
"lists" : "Liste" ,
2021-09-22 08:18:44 +02:00
"teams" : "Teams" ,
"newList" : "Enter the title of the new list…" ,
"newTask" : "Enter the title of the new task…" ,
"newNamespace" : "Enter the title of the new namespace…" ,
"newTeam" : "Enter the name of the new team…" ,
"createTask" : "Create a task in the current list ({title})" ,
"createList" : "Create a list in the current namespace ({title})" ,
"cmds" : {
"newTask" : "New task" ,
"newList" : "New list" ,
"newNamespace" : "New namespace" ,
"newTeam" : "New team"
}
} ,
"date" : {
"locale" : "en" ,
"altFormatLong" : "j M Y H:i" ,
"altFormatShort" : "j M Y"
} ,
"error" : {
2021-10-25 18:49:45 +02:00
"error" : "Errore" ,
2021-09-22 08:18:44 +02:00
"success" : "Success" ,
2021-10-25 18:49:45 +02:00
"0001" : "Non ti è permesso farlo." ,
2021-09-22 08:18:44 +02:00
"1001" : "A user with this username already exists." ,
2021-10-25 18:49:45 +02:00
"1002" : "Un utente con questo indirizzo e-mail esiste già." ,
2021-09-22 08:18:44 +02:00
"1004" : "No username and password specified." ,
2021-10-25 18:49:45 +02:00
"1005" : "L'utente non esiste." ,
"1006" : "Impossibile ottenere l'id utente." ,
2021-09-22 08:18:44 +02:00
"1008" : "No password reset token provided." ,
"1009" : "Invalid password reset token." ,
2021-10-25 18:49:45 +02:00
"1010" : "Token di conferma dell'e-mail non valido." ,
2021-09-22 08:18:44 +02:00
"1011" : "Wrong username or password." ,
2021-10-25 18:49:45 +02:00
"1012" : "Indirizzo e-mail dell'utente non confermato." ,
"1013" : "La nuova password è vuota." ,
"1014" : "La vecchia password è vuota." ,
"1015" : "Autenticazione TOTP già abilitata per questo utente." ,
"1016" : "Autenticazione TOTP non abilitata per questo utente." ,
"1017" : "Codice TOTP non valido." ,
2021-09-22 08:18:44 +02:00
"1018" : "The user avatar type setting is invalid." ,
2021-10-25 18:49:45 +02:00
"2001" : "L'ID non può essere vuoto o 0." ,
"2002" : "Alcuni dati della richiesta non erano validi." ,
"3001" : "La lista non esiste." ,
2021-09-22 08:18:44 +02:00
"3004" : "You need to have read permissions on that list to perform that action." ,
2021-10-25 18:49:45 +02:00
"3005" : "Il titolo della lista non può essere vuoto." ,
2021-09-22 08:18:44 +02:00
"3006" : "The list share does not exist." ,
2021-10-25 18:49:45 +02:00
"3007" : "Esiste già una lista con questo identificatore." ,
2021-09-22 08:18:44 +02:00
"3008" : "The list is archived and can therefore only be accessed read only. This is also true for all tasks associated with this list." ,
"4001" : "The list task text cannot be empty." ,
"4002" : "The list task does not exist." ,
2021-10-25 18:49:45 +02:00
"4003" : "Tutte le attività di modifica in blocco devono appartenere alla stessa lista." ,
"4004" : "Hai bisogno di almeno un'attività quando si modificano in blocco le attività." ,
"4005" : "Non hai il permesso di vedere l'attività." ,
2021-09-22 08:18:44 +02:00
"4006" : "You can't set a parent task as the task itself." ,
"4007" : "You can't create a task relation with an invalid kind of relation." ,
"4008" : "You can't create a task relation which already exists." ,
"4009" : "The task relation does not exist." ,
"4010" : "Cannot relate a task with itself." ,
"4011" : "The task attachment does not exist." ,
"4012" : "The task attachment is too large." ,
"4013" : "The task sort param is invalid." ,
"4014" : "The task sort order is invalid." ,
"4015" : "The task comment does not exist." ,
"4016" : "Invalid task field." ,
"4017" : "Invalid task filter comparator." ,
"4018" : "Invalid task filter concatinator." ,
"4019" : "Invalid task filter value." ,
"5001" : "The namespace does not exist." ,
"5003" : "You do not have access to the specified namespace." ,
"5006" : "The namespace name cannot be empty." ,
"5009" : "You need to have namespace read access to perform that action." ,
"5010" : "This team does not have access to that namespace." ,
"5011" : "This user has already access to that namespace." ,
"5012" : "The namespace is archived and can therefore only be accessed read only." ,
2021-11-26 23:26:39 +01:00
"6001" : "The team name cannot be empty." ,
2021-09-22 08:18:44 +02:00
"6002" : "The team does not exist." ,
"6004" : "The team already has access to that namespace or list." ,
"6005" : "The user is already a member of that team." ,
"6006" : "Cannot delete the last team member." ,
"6007" : "The team does not have access to the list to perform that action." ,
"7002" : "The user already has access to that list." ,
2021-10-25 18:49:45 +02:00
"7003" : "Non hai accesso a quella lista." ,
"8001" : "Questa etichetta esiste già in quell'attività." ,
"8002" : "L'etichetta non esiste." ,
"8003" : "Non hai accesso a questa etichetta." ,
2021-09-22 08:18:44 +02:00
"9001" : "The right is invalid." ,
"10001" : "The bucket does not exist." ,
"10002" : "The bucket does not belong to that list." ,
"10003" : "You cannot remove the last bucket on a list." ,
"10004" : "You cannot add the task to this bucket as it already exceeded the limit of tasks it can hold." ,
"10005" : "There can be only one done bucket per list." ,
"11001" : "The saved filter does not exist." ,
"11002" : "Saved filters are not available for link shares." ,
"12001" : "The subscription entity type is invalid." ,
"12002" : "You are already subscribed to the entity itself or a parent entity." ,
"13001" : "This link share requires a password for authentication, but none was provided." ,
"13002" : "The provided link share password was invalid."
} ,
"about" : {
"title" : "About" ,
"frontendVersion" : "Frontend Version: {version}" ,
"apiVersion" : "API Version: {version}"
}
}