feat: Enhance notifications popup appearance

This commit is contained in:
Maksim Eltyshev
2025-05-21 13:03:25 +02:00
parent d5fd2fd33b
commit c05dcf45f2
33 changed files with 112 additions and 72 deletions
+3 -2
View File
@@ -119,8 +119,9 @@ export default {
userActions_title: 'Acciones de Usuario',
userAddedThisCardToList: '<0>{{user}}</0><1> añadido a esta tarjeta en {{list}}</1>',
userLeftNewCommentToCard:
'{{user}} dejó un nuevo comentario «{{comment}}» en <2>{{card}}</2>',
userMovedCardFromListToList: '{{user}} movió <2>{{card}}</2> de {{fromList}} a {{toList}}',
'<0>{{user}}</0> dejó un nuevo comentario «{{comment}}» en <2>{{card}}</2>',
userMovedCardFromListToList:
'<0>{{user}}</0> movió <2>{{card}}</2> de {{fromList}} a {{toList}}',
userMovedThisCardFromListToList:
'<0>{{user}}</0><1> movió esta tarjeta de {{fromList}} a {{toList}}</1>',
username: 'Nombre de usuario',