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:
parent
a4495f5c83
commit
5f2c24b428
8 changed files with 3209 additions and 4332 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue