Files
planka/server/config/locales/it-IT.json
Maksim Eltyshev 54e230d4c1 ref: Refactoring
2025-11-27 18:24:55 +01:00

18 lines
912 B
JSON

{
"Archive": "Archivio",
"Card Created": "Nuova task creata",
"Card Moved": "Task spostata",
"New Comment": "Nuovo commento",
"Test Title": "Titolo di test",
"This is a test text message!": "Questo è un messaggio di testo di test!",
"This is a *test* **markdown** `message`!": "Questo è un *test* **markdown** `messaggio`!",
"This is a <i>test</i> <b>html</b> <code>message</code>!": "Questo è un <i>test</i> <b>html</b> <code>messaggio</code>!",
"Trash": "Cestino",
"You Were Added to Card": "Sei stato aggiunto alla task",
"You Were Mentioned in Comment": "Sei stato menzionato nel commento",
"%s created %s in %s on %s": "%s ha creato %s in %s in %s",
"%s left a new comment to %s on %s": "%s ha commentato %s in %s",
"%s mentioned you in %s on %s": "%s ti ha menzionato in %s in %s",
"%s moved %s from %s to %s on %s": "%s ha spostato %s da %s a %s in %s"
}