2018-02-13 01:34:38 +03:00
OC . L10N . register (
"deck" ,
{
2018-09-09 03:20:35 +03:00
"You have created a new board {board}" : "Hai creato una nuova lavagna {board}" ,
"{user} has created a new board {board}" : "{user} ha creato una nuova lavagna {board}" ,
"You have deleted the board {board}" : "Hai eliminato la lavagna {board}" ,
"{user} has deleted the board {board}" : "{user} ha eliminato la lavagna {board}" ,
"You have restored the board {board}" : "Hai ripristinato la lavagna {board}" ,
"{user} has restored the board {board}" : "{user} ha ripristinato la lavagna {board}" ,
"You have shared the board {board} with {acl}" : "Hai condiviso la lavagna {board} con {acl}" ,
2019-07-02 05:21:25 +03:00
"{user} has shared the board {board} with {acl}" : "{user} ha condiviso la lavagna {board} con {acl}" ,
2018-09-09 03:20:35 +03:00
"You have removed {acl} from the board {board}" : "Hai rimosso {acl} dalla lavagna {board}" ,
"{user} has removed {acl} from the board {board}" : "{user} ha rimosso {acl} dalla lavagna {board}" ,
"You have renamed the board {before} to {board}" : "Hai rinominato la lavagna {before} in {board}" ,
2018-12-09 04:19:00 +03:00
"{user} has renamed the board {before} to {board}" : "{user} ha rinominato la lavagna {before} in {board}" ,
2018-09-09 03:20:35 +03:00
"You have archived the board {board}" : "Hai archiviato la lavagna {board}" ,
"{user} has archived the board {before}" : "{user} ha archiviato la lavagna {before}" ,
"You have unarchived the board {board}" : "Hai annullato l'archiviazione della lavagna {board}" ,
"{user} has unarchived the board {before}" : "{user} ha annullato l'archiviazione della lavagna {board}" ,
2020-06-15 11:57:56 +03:00
"You have created a new list {stack} on board {board}" : "Hai creato un nuovo elenco {stack} sulla lavagna {board}" ,
"{user} has created a new list {stack} on board {board}" : "{user} ha creato un nuovo elenco {stack} sulla lavagna {board}" ,
"You have renamed list {before} to {stack} on board {board}" : "Hai rinominato l'elenco {before} in {stack} sulla lavagna {board}" ,
"{user} has renamed list {before} to {stack} on board {board}" : "{user} ha rinominato l'elenco {before} in {stack} sulla lavagna {board}" ,
"You have deleted list {stack} on board {board}" : "Hai eliminato l'elenco {stack} sulla lavagna {board}" ,
"{user} has deleted list {stack} on board {board}" : "{user} ha eliminato l'elenco {stack} sulla lavagna {board}" ,
"You have created card {card} in list {stack} on board {board}" : "Hai creato la scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"{user} has created card {card} in list {stack} on board {board}" : "{user} ha creato la scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"You have deleted card {card} in list {stack} on board {board}" : "Hai eliminato la scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} ha creato la scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
2018-09-09 03:20:35 +03:00
"You have renamed the card {before} to {card}" : "Hai rinominato la scheda {before} in {card}" ,
"{user} has renamed the card {before} to {card}" : "{user} ha rinominato la scheda {before} in {card}" ,
2020-06-15 11:57:56 +03:00
"You have added a description to card {card} in list {stack} on board {board}" : "Hai aggiunto una descrizione alla scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} ha aggiunto una descrizione alla scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"You have updated the description of card {card} in list {stack} on board {board}" : "Hai aggiornato la descrizione della scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} ha aggiornato la descrizione della scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"You have archived card {card} in list {stack} on board {board}" : "Hai archiviato la scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"{user} has archived card {card} in list {stack} on board {board}" : "{user} ha archiviato la scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"You have unarchived card {card} in list {stack} on board {board}" : "Hai annullato l'archiviazione della scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} ha annullato l'archiviazione della scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
2024-01-18 03:36:01 +03:00
"You have marked the card {card} as done in list {stack} on board {board}" : "Hai segnato la scheda {card} come fatta nell'elenco {stack} sulla lavagna {board}" ,
"{user} has marked card {card} as done in list {stack} on board {board}" : "{user} ha segnato la scheda {card} come fatta nell'elenco {stack} sulla lavagna {board}" ,
"You have marked the card {card} as undone in list {stack} on board {board}" : "Hai segnato la scheda {card} come non fatta nell'elenco {stack} sulla lavagna {board}" ,
"{user} has marked the card {card} as undone in list {stack} on board {board}" : "{user} ha segnato la scheda {card} come non fatta nell'elenco {stack} sulla lavagna {board}" ,
2018-12-12 04:24:36 +03:00
"You have removed the due date of card {card}" : "Hai rimosso la data di scadenza della scheda {card}" ,
2018-12-14 04:19:05 +03:00
"{user} has removed the due date of card {card}" : "{user} ha rimosso la data di scadenza dalla scheda {card}" ,
"You have set the due date of card {card} to {after}" : "Hai impostato la data di scadenza della scheda {card} a {after}" ,
2020-03-17 05:30:01 +03:00
"{user} has set the due date of card {card} to {after}" : "{user} ha impostato la data di scadenza della scheda {card} a {after}" ,
2018-12-14 04:19:05 +03:00
"You have updated the due date of card {card} to {after}" : "Hai aggiornato la data di scadenza della scheda {card} a {after}" ,
"{user} has updated the due date of card {card} to {after}" : "{user} ha aggiornato la data di scadenza della scheda {card} a {after}" ,
2020-06-15 11:57:56 +03:00
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Hai aggiunto l'etichetta {label} alla scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} ha aggiunto l'etichetta {label} alla scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Hai rimosso l'etichetta {label} alla scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} ha rimosso l'etichetta {label} alla scheda {card} nell'elenco {stack} sulla lavagna {board}" ,
2018-12-15 04:18:04 +03:00
"You have assigned {assigneduser} to card {card} on board {board}" : "Hai assegnato {assigneduser} alla scheda {card} sulla lavagna {board}" ,
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} ha assegnato {assigneduser} alla scheda {card} sulla lavagna {board}" ,
2018-12-16 04:19:33 +03:00
"You have unassigned {assigneduser} from card {card} on board {board}" : "Hai annullato l'assegnazione di {assigneduser} da scheda {card} sulla lavagna {board}" ,
"{user} has unassigned {assigneduser} from card {card} on board {board}" : "{user} ha annullato l'assegnazione di {assigneduser} dalla scheda {card} sulla lavagna {board}" ,
2020-06-15 11:57:56 +03:00
"You have moved the card {card} from list {stackBefore} to {stack}" : "Hai spostato la scheda {card} dall'elenco {stackBefore} in {stack}" ,
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} ha spostato la scheda {card} dall'elenco {stackBefore} in {stack}" ,
2018-12-09 04:19:00 +03:00
"You have added the attachment {attachment} to card {card}" : "Hai aggiunto l'allegato {attachment} alla scheda {card}" ,
"{user} has added the attachment {attachment} to card {card}" : "{user} ha aggiunto l'allegato {attachment} alla scheda {card}" ,
"You have updated the attachment {attachment} on card {card}" : "Hai aggiornato l'allegato {attachment} sulla scheda {card}" ,
2019-11-29 05:26:24 +03:00
"{user} has updated the attachment {attachment} on card {card}" : "{user} ha aggiornato l'allegato {attachment} nella scheda {card}" ,
2018-12-09 04:19:00 +03:00
"You have deleted the attachment {attachment} from card {card}" : "Hai eliminato l'allegato {attachment} dalla scheda {card}" ,
2019-11-29 05:26:24 +03:00
"{user} has deleted the attachment {attachment} from card {card}" : "{user} ha eliminato l'allegato {attachment} dalla scheda {card}" ,
2018-12-09 04:19:00 +03:00
"You have restored the attachment {attachment} to card {card}" : "Hai ripristinato l'allegato {attachment} nella scheda {card}" ,
"{user} has restored the attachment {attachment} to card {card}" : "{user} ha ripristinato l'allegato {attachment} nella scheda {card}" ,
"You have commented on card {card}" : "Hai commentato sulla scheda {card}" ,
"{user} has commented on card {card}" : "{user} ha commentato sulla scheda {card}" ,
2018-09-08 03:19:34 +03:00
"Deck" : "Deck" ,
2018-12-15 04:18:04 +03:00
"Changes in the <strong>Deck app</strong>" : "Modifiche nell'<strong>applicazione Deck</strong>" ,
2024-01-18 03:36:01 +03:00
"A <strong>board, list or card</strong> was changed" : "Una <strong>lavagna, lista o scheda</strong> è stata modificata" ,
2019-07-02 05:21:25 +03:00
"A <strong>comment</strong> was created on a card" : "Un <strong>commento</strong> è stato creato su una scheda" ,
2024-01-18 03:36:01 +03:00
"A <strong>card description</strong> has been changed" : "Una <strong>descrizione di scheda</strong> è stata modificata" ,
"Cards due today" : "Schede che scadono oggi" ,
"Cards due tomorrow" : "Schede che scadono domani" ,
2020-08-29 05:27:36 +03:00
"Upcoming cards" : "Prossime schede" ,
2022-09-22 05:45:46 +03:00
"Load more" : "Carica altro" ,
2018-07-16 03:18:17 +03:00
"Personal" : "Personale" ,
2018-07-31 03:18:57 +03:00
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s." ,
2021-04-19 05:37:14 +03:00
"{user} has assigned the card {deck-card} on {deck-board} to you." : "{user} ti ha assegnato la scheda {deck-card} in {deck-board}." ,
2018-02-13 01:34:38 +03:00
"The card \"%s\" on \"%s\" has reached its due date." : "La scheda \"%s\" in \"%s\" ha raggiunto la sua data di scadenza." ,
2021-04-19 05:37:14 +03:00
"The card {deck-card} on {deck-board} has reached its due date." : "La scheda {deck-card} in {deck-board} ha raggiunto la sua data di scadenza." ,
2018-10-19 03:12:52 +03:00
"%s has mentioned you in a comment on \"%s\"." : "%s ti ha menzionato in un commento su \"%s\"." ,
2021-04-19 05:37:14 +03:00
"{user} has mentioned you in a comment on {deck-card}." : "{user} ti ha menzionato in un commento su {deck-card}." ,
2018-02-13 01:34:38 +03:00
"The board \"%s\" has been shared with you by %s." : "La lavagna \"%s\" è stata condivisa con te da %s." ,
2021-04-19 05:37:14 +03:00
"{user} has shared {deck-board} with you." : "{user} ha condiviso {deck-board} con te." ,
2023-02-11 05:33:35 +03:00
"Deck board" : "Lavagna di Deck" ,
2024-01-18 03:36:01 +03:00
"Owned by %1$s" : "Proprietario: %1$s" ,
"Deck boards, cards and comments" : "Lavagne, schede e commenti di Deck" ,
"From %1$s, in %2$s/%3$s, owned by %4$s" : "Da %1$s, in %2$s/%3$s, proprietario %4$s" ,
"Create a new deck card" : "Crea una nuova scheda di Deck" ,
2021-04-15 05:36:45 +03:00
"Card comments" : "Commenti" ,
"%s on %s" : "%s su %s" ,
2024-01-18 03:36:01 +03:00
"Deck boards and cards" : "Lavagne e schede di Deck" ,
2018-06-27 03:18:47 +03:00
"No data was provided to create an attachment." : "Non è stato fornito alcun dato per creare un allegato." ,
2018-02-13 01:34:38 +03:00
"Finished" : "Finito" ,
"To review" : "Da revisionare" ,
"Action needed" : "Azione necessaria" ,
"Later" : "Dopo" ,
2020-01-27 05:29:09 +03:00
"copy" : "copia" ,
2018-07-16 03:18:17 +03:00
"To do" : "Da fare" ,
"Doing" : "In corso" ,
"Done" : "Fatto" ,
"Example Task 3" : "Attività di esempio 3" ,
"Example Task 2" : "Attività di esempio 2" ,
"Example Task 1" : "Attività di esempio 1" ,
2018-06-21 15:30:45 +03:00
"The file was uploaded" : "Il file è stato caricato" ,
"The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini" ,
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML" ,
"The file was only partially uploaded" : "Il file è stato caricato solo parzialmente" ,
"No file was uploaded" : "Non è stato caricato alcun file" ,
"Missing a temporary folder" : "Manca una cartella temporanea" ,
"Could not write file to disk" : "Impossibile scrivere il file su disco" ,
"A PHP extension stopped the file upload" : "Un'estensione PHP ha fermato il caricamento del file" ,
2018-06-27 03:18:47 +03:00
"No file uploaded or file size exceeds maximum of %s" : "Nessun file caricato o la dimensione del file supera il massimo di %s" ,
2022-02-17 05:38:48 +03:00
"This comment has more than %s characters.\nAdded as an attachment to the card with name %s.\nAccessible on URL: %s." : "Questo commento contiene più di %s caratteri.\nAggiunto come allegato alla scheda con nome %s.\nAccessibile su URL: %s." ,
2021-01-06 05:33:43 +03:00
"Card not found" : "Scheda non trovata" ,
"Path is already shared with this card" : "Il percorso è già condiviso con questa scheda" ,
"Invalid date, date format must be YYYY-MM-DD" : "Data non valida, il formato della data deve essere AAAA-MM-GG" ,
2020-01-30 05:29:17 +03:00
"Personal planning and team project organization" : "Pianificazione personale e organizzazione dei progetti di squadra" ,
2022-02-19 05:37:58 +03:00
"Deck is a kanban style organization tool aimed at personal planning and project organization for teams integrated with Nextcloud.\n\n\n- 📥 Add your tasks to cards and put them in order\n- 📄 Write down additional notes in Markdown\n- 🔖 Assign labels for even better organization\n- 👥 Share with your team, friends or family\n- 📎 Attach files and embed them in your Markdown description\n- 💬 Discuss with your team using comments\n- ⚡ Keep track of changes in the activity stream\n- 🚀 Get your project organized" : "Deck è uno strumento di organizzazione in stile kanban destinato alla pianificazione personale e all'organizzazione di progetti per squadre integrato con Nextcloud.\n\n\n- 📥 Aggiungi le tue attività alle schede e tienile in ordine\n- 📄 Scrivi note aggiuntive in Markdown\n- 🔖 Assegna etichette per un'organizzazione ancora migliore\n- 👥 Condividi con la tua squadra, amici o famiglia\n- 📎 Allega file e integrali nella tua descrizione Markdown\n- 💬 Discuti con la tua squadra utilizzando i commenti\n- ⚡ Tieni traccia dei cambiamenti nel flusso delle attività\n- 🚀 Organizza il tuo progetto" ,
2024-09-10 04:04:02 +03:00
"Card details" : "Dettagli scheda" ,
2020-09-24 05:29:00 +03:00
"Add board" : "Aggiungi lavagna" ,
2019-04-13 03:22:40 +03:00
"Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto" ,
2020-05-16 05:26:50 +03:00
"Search by board title" : "Cerca per titolo della lavagna" ,
2019-04-13 03:22:40 +03:00
"Select board" : "Seleziona lavagna" ,
2024-02-15 03:38:36 +03:00
"Move card to another board" : "Sposta scheda in un'altra lavagna" ,
2020-01-27 05:29:09 +03:00
"Select a board" : "Seleziona una lavagna" ,
2024-03-01 12:01:24 +03:00
"No lists available" : "Nessun elenco disponibile" ,
2024-02-15 03:38:36 +03:00
"Select a list" : "Seleziona un elenco" ,
"Move card" : "Sposta scheda" ,
2023-08-10 03:43:05 +03:00
"Cancel" : "Annulla" ,
2024-02-15 03:38:36 +03:00
"Select a card" : "Seleziona una scheda" ,
2021-01-05 05:34:29 +03:00
"Select the card to link to a project" : "Seleziona la scheda da collegare a un progetto" ,
"Link to card" : " Collega una scheda" ,
2020-03-30 05:29:45 +03:00
"File already exists" : "Il file esiste già" ,
"A file with the name {filename} already exists." : "Un file con il nome {filename} esiste già." ,
"Do you want to overwrite it?" : "Vuoi sovrascriverlo?" ,
"Overwrite file" : "Sovrascrivi file" ,
"Keep existing file" : "Mantieni file esistente" ,
"This board is read only" : "Questa lavagna è in sola lettura" ,
"Drop your files to upload" : "Rilascia i tuoi file per caricarli" ,
2021-06-26 05:36:40 +03:00
"Add card" : "Aggiungi scheda" ,
2020-04-19 05:27:10 +03:00
"Archived cards" : "Schede archiviate" ,
2020-09-24 05:29:00 +03:00
"Add list" : "Aggiungi elenco" ,
2020-01-30 05:29:17 +03:00
"List name" : "Nome elenco" ,
2024-01-18 03:36:01 +03:00
"Active filters" : "Filtri attivi" ,
2020-02-08 05:29:18 +03:00
"Apply filter" : "Applica filtro" ,
2020-02-07 05:45:10 +03:00
"Filter by tag" : "Filtra per etichette" ,
2020-02-08 05:29:18 +03:00
"Filter by assigned user" : "Filtra per utente assegnato" ,
2020-08-01 05:27:22 +03:00
"Unassigned" : "Non assegnato" ,
2024-09-03 03:39:06 +03:00
"Filter by status" : "Filtra per stato" ,
"Open and completed" : "Aperte e completate" ,
"Open" : "Aperte" ,
"Completed" : "Completate" ,
2020-02-09 05:30:26 +03:00
"Filter by due date" : "Filtra per data di scadenza" ,
2020-02-08 05:29:18 +03:00
"Overdue" : "Scadenza" ,
2020-04-25 05:26:52 +03:00
"Next 24 hours" : "Prossime 24 ore" ,
2020-02-08 05:29:18 +03:00
"Next 7 days" : "7 giorni successivi" ,
"Next 30 days" : "30 giorni successivi" ,
"No due date" : "Nessuna data di scadenza" ,
2020-05-16 05:26:50 +03:00
"Clear filter" : "Pulisci il filtro" ,
2024-01-18 03:36:01 +03:00
"View Modes" : "Modalità di visualizzazione" ,
"Toggle View Modes" : "Cambia modalità di visualizzazione" ,
2020-09-03 05:26:50 +03:00
"Hide archived cards" : "Nascondi le schede archiviate" ,
2024-09-03 03:39:06 +03:00
"Show archived cards" : "Mostra le schede archiviate" ,
2018-08-31 03:18:30 +03:00
"Toggle compact mode" : "Commuta la modalità compatta" ,
2024-01-18 03:36:01 +03:00
"Hide card cover images" : "Nascondi immagini di copertina della scheda" ,
"Show card cover images" : "Mostra immagini di copertina della scheda" ,
2022-08-20 05:36:56 +03:00
"Open details" : "Apri i dettagli" ,
2020-04-21 05:28:02 +03:00
"Details" : "Dettagli" ,
2024-01-18 03:36:01 +03:00
"Currently present people" : "Persone attualmente presenti" ,
2020-01-27 05:29:09 +03:00
"Loading board" : "Caricamento lavagna" ,
2023-11-21 03:44:10 +03:00
"Board not found" : "Lavagna non trovata" ,
2020-08-02 05:27:08 +03:00
"Create a new list to add cards to this board" : "Crea un nuovo elenco per aggiungere schede a questa lavagna" ,
2020-01-30 05:29:17 +03:00
"Sharing" : "Condivisione" ,
"Tags" : "Etichette" ,
"Deleted items" : "Elementi eliminati" ,
2023-10-11 03:47:33 +03:00
"Activity" : "Attività" ,
2020-04-19 05:27:10 +03:00
"Deleted lists" : "Elenchi eliminati" ,
2020-01-27 05:29:09 +03:00
"Undo" : "Annulla" ,
2018-10-11 03:11:52 +03:00
"Deleted cards" : "Schede eliminate" ,
2024-09-03 03:39:06 +03:00
"Share board with a user, group or team …" : "Condividi lavagna con un utente, gruppo o una squadra …" ,
"Searching for users, groups and teams …" : "Ricerca di utenti, gruppi e squadre …" ,
2020-10-15 05:29:18 +03:00
"No participants found" : "Nessun partecipante trovato" ,
2020-01-27 05:29:09 +03:00
"Board owner" : "Proprietario della lavagna" ,
"(Group)" : "(Gruppo)" ,
2024-09-03 03:39:06 +03:00
"(Team)" : "(Squadra)" ,
2020-01-27 05:29:09 +03:00
"Can edit" : "Può modificare" ,
"Can share" : "Può condividere" ,
"Can manage" : "Può gestire" ,
2022-04-24 05:41:14 +03:00
"Owner" : "Proprietario" ,
2020-01-27 05:29:09 +03:00
"Delete" : "Elimina" ,
2020-10-15 05:29:18 +03:00
"Failed to create share with {displayName}" : "Creazione della condivisione con {displayName} non riuscita" ,
2024-01-18 03:36:01 +03:00
"Are you sure you want to transfer the board {title} to {user}?" : "Sei sicuro di voler trasferire la lavagna {title} a {user}?" ,
2023-04-27 05:40:45 +03:00
"Transfer the board." : "Trasferisci la bacheca." ,
2022-04-24 05:41:14 +03:00
"Transfer" : "Trasferisci" ,
2024-01-18 03:36:01 +03:00
"The board has been transferred to {user}" : "La lavagna è stata trasferita a {user}" ,
"Failed to transfer the board to {user}" : "Trasferimento della lavagna a {user} fallito" ,
"Edit list title" : "Modifica titolo elenco" ,
2020-08-20 05:28:06 +03:00
"Archive all cards" : "Archivia tutte le schede" ,
2024-01-18 03:36:01 +03:00
"Unarchive all cards" : "Recupera tutte le schede dall'archivio" ,
2020-01-30 05:29:17 +03:00
"Delete list" : "Elimina elenco" ,
2020-08-20 05:28:06 +03:00
"Archive all cards in this list" : "Archivia tutte le schede in questo elenco" ,
2024-01-18 03:36:01 +03:00
"Unarchive all cards in this list" : "Recupera tutte le schede in questo elenco" ,
2020-01-29 05:29:27 +03:00
"Add a new card" : "Aggiungi una nuova scheda" ,
2020-09-11 05:19:06 +03:00
"Card name" : "Nome scheda" ,
2020-10-04 05:29:26 +03:00
"List deleted" : "Elenco eliminato" ,
2020-01-26 05:28:25 +03:00
"Edit" : "Modifica" ,
2020-04-19 05:27:10 +03:00
"Add a new tag" : "Aggiungi una nuova etichetta" ,
2020-01-27 05:29:09 +03:00
"title and color value must be provided" : "devono essere forniti il titolo e il valore del colore" ,
2020-12-31 05:39:17 +03:00
"Board name" : "Nome della lavagna" ,
2020-05-15 20:05:01 +03:00
"Members" : "Membri" ,
2024-09-03 03:39:06 +03:00
"Assign to users/groups/team" : "Assegna a utenti/gruppi/squadre" ,
2023-08-10 03:43:05 +03:00
"Assign a user to this card…" : "Assegna un utente a questa scheda…" ,
2024-09-03 03:39:06 +03:00
"Select a user to assign to this card…" : "Seleziona un utente da assegnare a questa scheda…" ,
2021-01-06 05:33:43 +03:00
"Upload new files" : "Carica nuovi file" ,
"Share from Files" : "Condividi da File" ,
2021-10-30 05:33:50 +03:00
"Pending share" : "Condivisione in attesa" ,
2020-04-29 05:26:56 +03:00
"Add this attachment" : "Aggiungi questo allegato" ,
2021-01-09 05:35:25 +03:00
"Show in Files" : "Mostra in File" ,
2021-12-01 20:22:45 +03:00
"Download" : "Scarica" ,
2021-10-30 05:33:50 +03:00
"Remove attachment" : "Rimuovi allegato" ,
2020-04-28 05:26:30 +03:00
"Delete Attachment" : "Elimina allegato" ,
"Restore Attachment" : "Ripristina allegato" ,
2021-01-06 05:33:43 +03:00
"File to share" : "File da condividere" ,
"Invalid path selected" : "Percorso selezionato non valido" ,
2020-09-03 05:26:50 +03:00
"Open in sidebar view" : "Apri nella barra laterale" ,
"Open in bigger view" : "Apri in una vista più grande" ,
2020-11-05 05:30:46 +03:00
"Attachments" : "Allegati" ,
"Comments" : "Commenti" ,
"Modified" : "Modificato" ,
"Created" : "Creato il" ,
"The title cannot be empty." : "Il titolo non può essere vuoto." ,
"No comments yet. Begin the discussion!" : "Ancora nessun commento. Inizia la discussione." ,
2021-05-08 05:36:09 +03:00
"Failed to load comments" : "Caricamento commenti non riuscito" ,
2020-11-05 05:30:46 +03:00
"Save" : "Salva" ,
"The comment cannot be empty." : "Il commento non può essere vuoto." ,
"The comment cannot be longer than 1000 characters." : "Il commento non può essere più lungo di 1000 caratteri." ,
"In reply to" : "In risposta a" ,
2021-05-08 05:36:09 +03:00
"Cancel reply" : "Annulla risposta" ,
2020-11-05 05:30:46 +03:00
"Reply" : "Rispondi" ,
"Update" : "Aggiorna" ,
2023-11-01 03:45:14 +03:00
"Created:" : "Creato:" ,
2018-02-13 01:34:38 +03:00
"Description" : "Descrizione" ,
2020-04-09 05:30:23 +03:00
"(Unsaved)" : "(Non salvata)" ,
"(Saving…)" : "(Salvataggio...)" ,
2020-01-29 05:29:27 +03:00
"Formatting help" : "Guida di formattazione" ,
2020-04-23 05:28:47 +03:00
"Edit description" : "Modifica descrizione" ,
"View description" : "Visualizza descrizione" ,
2020-06-17 05:25:20 +03:00
"Add Attachment" : "Aggiungi allegato" ,
2020-11-16 05:31:59 +03:00
"Write a description …" : "Scrivi una descrizione…" ,
2020-04-29 05:26:56 +03:00
"Choose attachment" : "Scegli allegato" ,
2024-01-18 03:36:01 +03:00
"Assign a due date to this card…" : "Assegna una scadenza a questa scheda…" ,
2023-08-10 03:43:05 +03:00
"Set a due date" : "Imposta una data di scadenza" ,
2024-01-18 03:36:01 +03:00
"Add due date" : "Aggiungi data di scadenza" ,
"Choose a date" : "Scegli una data" ,
2023-08-10 03:43:05 +03:00
"Remove due date" : "Rimuovi data di scadenza" ,
2024-09-03 03:39:06 +03:00
"Mark as done" : "Segna come fatto" ,
2024-01-18 03:36:01 +03:00
"Due at:" : "Scadenza:" ,
2024-09-03 03:39:06 +03:00
"Not done" : "Non fatto" ,
2023-11-09 03:43:06 +03:00
"Unarchive card" : "Recupera lavagna dall'archivio" ,
"Archive card" : "Archivia scheda" ,
2023-08-10 03:43:05 +03:00
"Select Date" : "Seleziona data" ,
2024-01-18 03:36:01 +03:00
"Set due date for later today" : "Imposta scadenza per oggi" ,
"Set due date for tomorrow" : "Imposta scadenza per domani" ,
"Set due date for this weekend" : "Imposta scadenza per questo fine settimana" ,
"Set due date for next week" : "Imposta scadenza per la prossima settimana" ,
2023-08-10 03:43:05 +03:00
"Assign a tag to this card…" : "Assegna un'etichetta a questa scheda…" ,
2024-09-03 03:39:06 +03:00
"Select or create a tag…" : "Seleziona o crea un'etichetta…" ,
2024-01-18 03:36:01 +03:00
"Create a new tag:" : "Crea una nuova etichetta:" ,
2020-04-05 05:29:32 +03:00
"(group)" : "(gruppo)" ,
2024-01-18 03:36:01 +03:00
"Next week – {timeLocale}" : "Prossima settimana – {timeLocale}" ,
"Todo items" : "Elementi da fare" ,
2021-05-08 05:36:09 +03:00
"{count} comments, {unread} unread" : "{count} commenti, {unread} non letti" ,
2024-01-18 03:36:01 +03:00
"Edit card title" : "Modifica titolo scheda" ,
2020-01-27 05:29:09 +03:00
"Assign to me" : "Assegna a me" ,
2020-06-18 05:26:22 +03:00
"Unassign myself" : "Rimuovi assegnazione da me" ,
2024-01-18 03:36:01 +03:00
"Mark as not done" : "Segna come non fatto" ,
2020-01-26 05:28:25 +03:00
"Delete card" : "Elimina scheda" ,
2020-10-04 05:29:26 +03:00
"Card deleted" : "Scheda eliminata" ,
2020-08-27 05:27:12 +03:00
"seconds ago" : "secondi fa" ,
2023-12-08 03:35:36 +03:00
"Keyboard shortcuts" : "Scorciatoie da tastiera" ,
2024-09-03 03:39:06 +03:00
"Boost your productivity using Deck with keyboard shortcuts." : "Migliora la tua produttività usando Deck con le scorciatoie da tastiera." ,
2024-01-18 03:36:01 +03:00
"Board actions" : "Azioni della lavagna" ,
2023-12-08 03:35:36 +03:00
"Keyboard shortcut" : "Scorciatoia da tastiera" ,
"Action" : "Azione" ,
"Shift" : "Shift" ,
2024-01-18 03:36:01 +03:00
"Scroll" : "Scorri" ,
"Scroll sideways" : "Scorri lateralmente" ,
"Navigate between cards" : "Naviga tra le schede" ,
"Esc" : "Esc" ,
"Close card details" : "Chiudi dettagli scheda" ,
2023-12-08 03:35:36 +03:00
"Ctrl" : "Ctrl" ,
"Search" : "Cerca" ,
2024-01-18 03:36:01 +03:00
"Show card filters" : "Mostra filtri scheda" ,
"Clear card filters" : "Rimuovi filtri scheda" ,
"Show help dialog" : "Mostra finestra di aiuto" ,
"Card actions" : "Azioni della scheda" ,
"The following actions can be triggered on the currently highlighted card" : "Le seguenti azioni possono essere eseguite sulla scheda attualmente evidenziata" ,
2023-12-08 03:35:36 +03:00
"Enter" : "Invio" ,
"Space" : "Spazio" ,
2024-01-18 03:36:01 +03:00
"Open card details" : "Apri dettagli della scheda" ,
"Edit the card title" : "Modifica titolo della scheda" ,
"Assign yourself to the current card" : "Assegna te stesso alla scheda attuale" ,
"Archive/unarchive the current card" : "Archivia/recupera la scheda attuale" ,
"Mark card as completed/not completed" : "Segna la scheda come completata/non completata" ,
"Open card menu" : "Apri menu della scheda" ,
2020-01-27 05:29:09 +03:00
"All boards" : "Tutte le lavagne" ,
2020-01-26 05:28:25 +03:00
"Archived boards" : "Lavagne archiviate" ,
2020-05-31 05:26:10 +03:00
"Shared with you" : "Condiviso con te" ,
2024-01-18 03:36:01 +03:00
"Deck settings" : "Impostazioni di Deck" ,
2021-01-01 05:33:54 +03:00
"Use bigger card view" : "Usa la vista con schede più grandi" ,
2024-01-18 03:36:01 +03:00
"Show card ID badge" : "Mostra ID della scheda" ,
2020-09-17 05:45:04 +03:00
"Show boards in calendar/tasks" : "Mostra le lavagne in calendario/attività" ,
2024-01-18 03:36:01 +03:00
"Limit board creation to some groups" : "Limita la creazione di lavagne ad alcuni gruppi" ,
"Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them." : "Gli utenti che non fanno parte di tali gruppi non potranno creare le proprie lavagne, ma saranno ancora in grado di lavorare su quelle che sono state condivise con loro." ,
2024-09-10 04:04:02 +03:00
"Cancel edit" : "Annulla modifica" ,
2020-05-30 05:25:49 +03:00
"Board details" : "Dettagli lavagna" ,
2020-11-10 05:30:10 +03:00
"Edit board" : "Modifica lavagna" ,
2020-11-11 05:32:44 +03:00
"Clone board" : "Clona lavagna" ,
"Unarchive board" : "Recupera lavagna dall'archivio" ,
"Archive board" : "Archivia lavagna" ,
2024-01-18 03:36:01 +03:00
"Export board" : "Esporta lavagna" ,
2020-11-11 05:32:44 +03:00
"Turn on due date reminders" : "Attiva promemoria per le date di scadenza" ,
"Turn off due date reminders" : "Disattiva promemoria per le date di scadenza" ,
"Due date reminders" : "Promemoria delle date di scadenza" ,
"All cards" : "Tutte le schede" ,
"Assigned cards" : "Schede assegnate" ,
"No notifications" : "Nessuna notifica" ,
"Delete board" : "Elimina lavagna" ,
2020-05-31 05:26:10 +03:00
"Board {0} deleted" : "Lavagna {0} eliminata" ,
2020-11-11 05:32:44 +03:00
"Only assigned cards" : "Solo le schede assegnate" ,
"No reminder" : "Nessun promemoria" ,
2020-01-27 05:29:09 +03:00
"An error occurred" : "Si è verificato un errore" ,
2024-01-18 03:36:01 +03:00
"Are you sure you want to delete the board {title}? This will delete all the data of this board including archived cards." : "Sei sicuro di voler eliminare la lavagna {title}? Questo eliminerà tutti i dati di questa lavagna incluse le schede archiviate." ,
2020-04-23 05:28:47 +03:00
"Delete the board?" : "Vuoi eliminare la lavagna?" ,
2020-08-22 05:27:08 +03:00
"Loading filtered view" : "Caricamento della vista filtrata" ,
2023-10-19 03:43:46 +03:00
"Today" : "Oggi" ,
"Tomorrow" : "Domani" ,
2020-08-27 05:27:12 +03:00
"No due" : "Nessuna scadenza" ,
2021-04-15 05:36:45 +03:00
"Search for {searchQuery} in all boards" : "Risultato di ricerca per \"{search}\" in tutte le lavagne" ,
"No results found" : "Nessun risultato trovato" ,
2024-01-18 03:36:01 +03:00
"Deck board {name}\n* Last modified on {lastMod}" : "Lavagna {name}\n* Ultima modifica: {lastMod}" ,
2022-09-13 05:40:38 +03:00
"{stack} in {board}" : "{stack} in {board}" ,
2024-01-21 03:54:18 +03:00
"Click to expand description" : "Fai clic per espandere la descrizione" ,
2024-01-18 03:36:01 +03:00
"* Created on {created}\n* Last modified on {lastMod}\n* {nbAttachments} attachments\n* {nbComments} comments" : "* Creata: {created}\n* Ultima modifica: {lastMod}\n* {nbAttachments} allegati\n* {nbComments} commenti" ,
"{nbCards} cards" : "{nbCards} schede" ,
2024-01-21 03:54:18 +03:00
"Click to expand comment" : "Fai clic per espandere il commento" ,
2023-08-10 03:43:05 +03:00
"Create a new card" : "Crea una nuova scheda" ,
"Card title" : "Titolo scheda" ,
"Create card" : "Crea scheda" ,
"Creating the new card …" : "Creazione della nuova scheda..." ,
"Card \"{card}\" was added to \"{board}\"" : "La scheda \"{card}\" è stata aggiunta a \"{board}\"" ,
"Open card" : "Apri scheda" ,
"Close" : "Chiudi" ,
2020-08-29 05:27:36 +03:00
"No upcoming cards" : "Nessuna scheda rimasta" ,
2024-01-18 03:36:01 +03:00
"upcoming cards today" : "prossime schede oggi" ,
"upcoming cards tomorrow" : "prossime schede domani" ,
2020-09-18 05:28:01 +03:00
"upcoming cards" : "prossime schede" ,
2024-01-18 03:36:01 +03:00
"New card" : "Nuova scheda" ,
"Due on {date}" : "Scadenza: {date}" ,
2024-09-11 03:40:31 +03:00
"This weekend – {timeLocale}" : "Questo fine settimana – {timeLocale}" ,
2024-01-18 03:36:01 +03:00
"Tomorrow – {timeLocale}" : "Domani – {timeLocale}" ,
"Later today – {timeLocale}" : "Oggi – {timeLocale}" ,
2020-01-27 05:29:09 +03:00
"Link to a board" : "Collega a una lavagna" ,
2020-03-11 05:30:01 +03:00
"Link to a card" : " Collega a una scheda" ,
2021-02-24 05:34:59 +03:00
"Create a card" : "Crea una scheda" ,
"Message from {author} in {conversationName}" : "Messaggio da {author} in {conversationName}" ,
2020-03-30 05:29:45 +03:00
"Something went wrong" : "Qualcosa non ha funzionato" ,
2020-12-30 05:31:14 +03:00
"Failed to upload {name}" : "Caricamenti di {name} non riuscito" ,
2021-01-06 05:33:43 +03:00
"Maximum file size of {size} exceeded" : "Dimensione massima dei file di {size} superata" ,
"Error creating the share" : "Errore durante la creazione della condivisione" ,
"Share with a Deck card" : "Condividi con una scheda di Deck" ,
"Share {file} with a Deck card" : "Condividi {file} con una scheda di Deck" ,
2021-12-17 05:39:59 +03:00
"Share" : "Condividi" ,
2024-02-23 03:36:06 +03:00
"Searching for users, groups and circles …" : "Ricerca di utenti, gruppi e cerchie…" ,
"(Circle)" : "(Cerchia)" ,
2024-09-03 03:39:06 +03:00
"Assign to users/groups/circles" : "Assegna a utenti/gruppi/cerchie" ,
"Filter by completed" : "Filtra per completate"
2018-02-13 01:34:38 +03:00
} ,
2022-05-24 05:47:10 +03:00
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" ) ;