зеркало из https://github.com/nextcloud/deck.git
131 строка
14 KiB
JavaScript
131 строка
14 KiB
JavaScript
OC.L10N.register(
|
|
"deck",
|
|
{
|
|
"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}",
|
|
"{user} has shared the board {board} with {acl}" : "{user} ha condiviso la lavagna {board} con {acl}",
|
|
"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}",
|
|
"{user} has renamed the board {before} to {board}" : "{user} ha rinominato la lavagna {before} in {board}",
|
|
"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}",
|
|
"You have created a new stack {stack} on board {board}" : "Hai creato una nuova pila {stack} sulla lavagna {board}",
|
|
"{user} has created a new stack {stack} on board {board}" : "{user} ha creato una nuova pila {stack} sulla lavagna {board}",
|
|
"You have renamed stack {before} to {stack} on board {board}" : "Hai rinominato la pila {before} in {stack} sulla lavagna {board}",
|
|
"{user} has renamed stack {before} to {stack} on board {board}" : "{user} ha rinominato la pila {before} in {stack} sulla lavagna {board}",
|
|
"You have deleted stack {stack} on board {board}" : "Hai eliminato la pila {stack} sulla lavagna {board}",
|
|
"{user} has deleted stack {stack} on board {board}" : "{user} ha eliminato la pila {stack} sulla lavagna {board}",
|
|
"You have created card {card} in stack {stack} on board {board}" : "Hai creato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"{user} has created card {card} in stack {stack} on board {board}" : "{user} ha creato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"You have deleted card {card} in stack {stack} on board {board}" : "Hai eliminato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"{user} has deleted card {card} in stack {stack} on board {board}" : "{user} ha creato la scheda {card} nell pila {stack} sulla lavagna {board}",
|
|
"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}",
|
|
"You have added a description to card {card} in stack {stack} on board {board}" : "Hai aggiunto una descrizione alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"{user} has added a description to card {card} in stack {stack} on board {board}" : "{user} ha aggiunto una descrizione alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"You have updated the description of card {card} in stack {stack} on board {board}" : "Hai aggiornato la descrizione della scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"{user} has updated the description of the card {card} in stack {stack} on board {board}" : "{user} ha aggiornato la descrizione della scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"You have archived card {card} in stack {stack} on board {board}" : "Hai archiviato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"{user} has archived card {card} in stack {stack} on board {board}" : "{user} ha archiviato la scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"You have unarchived card {card} in stack {stack} on board {board}" : "Hai annullato l'archiviazione della scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"{user} has unarchived card {card} in stack {stack} on board {board}" : "{user} ha annullato l'archiviazione della scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"You have removed the due date of card {card}" : "Hai rimosso la data di scadenza della scheda {card}",
|
|
"{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}",
|
|
"{user} has set the due date of card {card} to {after}" : "{user} ha impostato la data di scadenza dell scheda {card} a {after}",
|
|
"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}",
|
|
"You have added the tag {label} to card {card} in stack {stack} on board {board}" : "Hai aggiunto l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"{user} has added the tag {label} to card {card} in stack {stack} on board {board}" : "{user} ha aggiunto l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"You have removed the tag {label} from card {card} in stack {stack} on board {board}" : "Hai rimosso l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"{user} has removed the tag {label} from card {card} in stack {stack} on board {board}" : "{user} ha rimosso l'etichetta {label} alla scheda {card} nella pila {stack} sulla lavagna {board}",
|
|
"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}",
|
|
"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}",
|
|
"You have moved the card {card} from stack {stackBefore} to {stack}" : "Hai spostato la scheda {card} dalla pila {stackBefore} in {stack}",
|
|
"{user} has moved the card {card} from stack {stackBefore} to {stack}" : "{user} ha spostato la scheda {card} dalla pila {stackBefore} in {stack}",
|
|
"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}",
|
|
"{user} has updated the attachment {attachment} on card {card}" : "{user} ha aggiornato l'allegato {attachment} nella scheda {card}",
|
|
"You have deleted the attachment {attachment} from card {card}" : "Hai eliminato l'allegato {attachment} dalla scheda {card}",
|
|
"{user} has deleted the attachment {attachment} from card {card}" : "{user} ha eliminato l'allegato {attachment} dalla scheda {card}",
|
|
"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}",
|
|
"A <strong>card description</strong> inside the Deck app has been changed" : "La <strong>descrizione di una scheda</strong> nell'applicazione Deck è stata modificata",
|
|
"Deck" : "Deck",
|
|
"Changes in the <strong>Deck app</strong>" : "Modifiche nell'<strong>applicazione Deck</strong>",
|
|
"A <strong>comment</strong> was created on a card" : "Un <strong>commento</strong> è stato creato su una scheda",
|
|
"Personal" : "Personale",
|
|
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "La scheda \"%s\" in \"%s\" ti è stata assegnata da %s.",
|
|
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} ti ha assegnato la scheda \"%s\" in \"%s\".",
|
|
"The card \"%s\" on \"%s\" has reached its due date." : "La scheda \"%s\" in \"%s\" ha raggiunto la sua data di scadenza.",
|
|
"%s has mentioned you in a comment on \"%s\"." : "%s ti ha menzionato in un commento su \"%s\".",
|
|
"{user} has mentioned you in a comment on \"%s\"." : "{user} ti ha menzionato in un commento su \"%s\".",
|
|
"The board \"%s\" has been shared with you by %s." : "La lavagna \"%s\" è stata condivisa con te da %s.",
|
|
"{user} has shared the board %s with you." : "{user} ha condiviso la lavagna %s con te.",
|
|
"No data was provided to create an attachment." : "Non è stato fornito alcun dato per creare un allegato.",
|
|
"Finished" : "Finito",
|
|
"To review" : "Da revisionare",
|
|
"Action needed" : "Azione necessaria",
|
|
"Later" : "Dopo",
|
|
"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",
|
|
"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",
|
|
"No file uploaded or file size exceeds maximum of %s" : "Nessun file caricato o la dimensione del file supera il massimo di %s",
|
|
"A kanban style project and personal management tool for Nextcloud" : "Uno strumento in stile kanban di gestione progetti e personale per Nextcloud",
|
|
"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",
|
|
"Create new board" : "Crea una nuova lavagna",
|
|
"Select the board to link to a project" : "Seleziona la lavagna da collegare a un progetto",
|
|
"Select board" : "Seleziona lavagna",
|
|
"Show archived cards" : "Mostra le carte archiviate",
|
|
"Hide archived cards" : "Nascondi le carte archiviate",
|
|
"Toggle compact mode" : "Commuta la modalità compatta",
|
|
"Deleted stacks" : "Pile eliminate",
|
|
"Deleted cards" : "Schede eliminate",
|
|
"Add a new stack" : "Aggiungi una nuova pila",
|
|
"Add card" : "Aggiungi scheda",
|
|
"Edit" : "Modifica",
|
|
"Tags" : "Etichette",
|
|
"Due date" : "Data di scadenza",
|
|
"Remove due date" : "Rimuovi data di scadenza",
|
|
"Description" : "Descrizione",
|
|
"Attachments" : "Allegati",
|
|
"Timeline" : "Linea temporale",
|
|
"Upload attachment" : "Carica allegato",
|
|
"Delete card" : "Elimina scheda",
|
|
"Archived boards" : "Lavagne archiviate",
|
|
"Shared boards" : "Lavagne condivise",
|
|
"Settings" : "Impostazioni",
|
|
"Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them." : "La limitazione di Deck impedirà agli utenti che non fanno parte di tali gruppi di creare le proprie lavagne. Gli utenti saranno ancora in grado di lavorare sulle lavagne che sono state condivise con loro,",
|
|
"New board title" : "Titolo nuova lavagna",
|
|
"Edit board" : "Modifica lavagna",
|
|
"Archive board" : "Archivia lavagna",
|
|
"Unarchive board" : "Recupera lavagna dall'archivio",
|
|
"Delete board" : "Elimina lavagna",
|
|
"Link to a board" : "Collega a una lavagna"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|