mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
locales: added italian keys
This commit is contained in:
parent
40e107d6d4
commit
ac39fcec44
1 changed files with 17 additions and 1 deletions
|
@ -284,13 +284,28 @@ export default {
|
||||||
unsavedChanges: 'Modifiche non salvate',
|
unsavedChanges: 'Modifiche non salvate',
|
||||||
uploadedImages: 'Immagini caricate',
|
uploadedImages: 'Immagini caricate',
|
||||||
userActions_title: 'Azioni utente',
|
userActions_title: 'Azioni utente',
|
||||||
userAddedThisCardToList: '<0>{{user}}</0> ha aggiunto questa scheda a {{list}}',
|
userAddedCardToList: '<0>{{user}}</0> ha aggiunto <2>{{card}}</2> a {{list}}',
|
||||||
|
userAddedThisCardToList: '<0>{{user}}</0> ha aggiunto questa task a {{list}}',
|
||||||
|
userAddedUserToCard: '<0>{{actorUser}}</0> ha aggiunto {{addedUser}} a <4>{{card}}</4>',
|
||||||
|
userAddedUserToThisCard: '<0>{{actorUser}}</0> ha aggiunto {{addedUser}} a questa task',
|
||||||
|
userAddedYouToCard: '<0>{{user}}</0> ti ha aggiunto a <2>{{card}}</2>',
|
||||||
|
userCompletedTaskOnCard: '<0>{{user}}</0> ha completato {{task}} in <4>{{card}}</4>',
|
||||||
|
userCompletedTaskOnThisCard: '<0>{{user}}</0> ha completato {{task}} in questa task',
|
||||||
|
userJoinedCard: `<0>{{user}}</0> è entrato in <2>{{card}}</2>`,
|
||||||
|
userJoinedThisCard: `<0>{{user}}</0> è entrato in questa task`,
|
||||||
userLeftNewCommentToCard:
|
userLeftNewCommentToCard:
|
||||||
'<0>{{user}}</0> ha lasciato un commento «{{comment}}» a <2>{{card}}</2>',
|
'<0>{{user}}</0> ha lasciato un commento «{{comment}}» a <2>{{card}}</2>',
|
||||||
|
userLeftCard: '<0>{{user}}</0> ha lasciato <2>{{card}}</2>',
|
||||||
|
userLeftThisCard: '<0>{{user}}</0> ha lasciato questa task',
|
||||||
|
userMarkedTaskIncompleteOnCard:
|
||||||
|
'<0>{{user}}</0> ha contrassegnato {{task}} come incompleta in <4>{{card}}</4>',
|
||||||
|
userMarkedTaskIncompleteOnThisCard: '<0>{{user}}</0> ha contrassegnato {{task}} come incompleta in questa task',
|
||||||
userMovedCardFromListToList:
|
userMovedCardFromListToList:
|
||||||
'<0>{{user}}</0> ha spostato <2>{{card}}</2> da {{fromList}} a {{toList}}',
|
'<0>{{user}}</0> ha spostato <2>{{card}}</2> da {{fromList}} a {{toList}}',
|
||||||
userMovedThisCardFromListToList:
|
userMovedThisCardFromListToList:
|
||||||
'<0>{{user}}</0> ha spostato questa scheda da {{fromList}} a {{toList}}',
|
'<0>{{user}}</0> ha spostato questa scheda da {{fromList}} a {{toList}}',
|
||||||
|
userRemovedUserFromCard: '<0>{{actorUser}}</0> ha rimosso {{removedUser}} da <4>{{card}}</4>',
|
||||||
|
userRemovedUserFromThisCard: '<0>{{actorUser}}</0> ha rimosso {{removedUser}} da questa task',
|
||||||
username: 'Username',
|
username: 'Username',
|
||||||
users: 'Utenti',
|
users: 'Utenti',
|
||||||
viewer: 'Visualizzatore',
|
viewer: 'Visualizzatore',
|
||||||
|
@ -354,6 +369,7 @@ export default {
|
||||||
deleteProject_title: 'Elimina progetto',
|
deleteProject_title: 'Elimina progetto',
|
||||||
deleteTask: 'Elimina task',
|
deleteTask: 'Elimina task',
|
||||||
deleteTask_title: 'Elimina task',
|
deleteTask_title: 'Elimina task',
|
||||||
|
deleteTaskList: 'Elimina lista di list',
|
||||||
deleteUser: 'Elimina utente',
|
deleteUser: 'Elimina utente',
|
||||||
deleteUser_title: 'Elimina utente',
|
deleteUser_title: 'Elimina utente',
|
||||||
dismissAll: 'Ignora tutto',
|
dismissAll: 'Ignora tutto',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue