1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

fix: Update Italian translation (#1163)

This commit is contained in:
Niccolò Pedrini 2025-05-30 13:42:57 +02:00 committed by GitHub
parent 40e107d6d4
commit 74274e511f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 2 deletions

View file

@ -19,7 +19,7 @@ module.exports.i18n = {
*
*/
locales: ['en-GB', 'en-US', 'ru-RU'],
locales: ['en-GB', 'en-US', 'ru-RU', 'it-IT'],
/**
*

View file

@ -0,0 +1,13 @@
{
"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>",
"You Were Added to Card": "Sei stato aggiunto alla task",
"%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 moved %s from %s to %s on %s": "%s ha spostato %s da %s a %s in %s"
}