1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-02 20:15:27 +02:00

Fix variables in update-card, update dependencies. Closes #85

This commit is contained in:
Maksim Eltyshev 2021-02-10 17:39:41 +05:00
parent a4495f5c83
commit 5f2c24b428
8 changed files with 3209 additions and 4332 deletions

View file

@ -130,7 +130,8 @@ export default {
userActions_title: 'Akcje użytkownika',
userAddedThisCardToList: '<0>{{user}}</0><1> dodał tę kartę w {{list}}</1>',
userLeftNewCommentToCard: '{{user}} zamieścił nowy komentarz «{{comment}}» w <2>{{card}}</2>',
userMovedCardFromListToList: '{{user}} przeniósł <2>{{card}}</2> z {{fromList}} do {{toList}}',
userMovedCardFromListToList:
'{{user}} przeniósł <2>{{card}}</2> z {{fromList}} do {{toList}}',
userMovedThisCardFromListToList:
'<0>{{user}}</0><1> przeniósł tę kartę z {{fromList}} do {{toList}}</1>',
username: 'Nazwa Użytkownika',