mirror of
https://github.com/documize/community.git
synced 2025-07-23 23:29:42 +02:00
go fmt activity translation.go + merge master changes
This commit is contained in:
parent
52da8d6f50
commit
b4d3f7dd61
1 changed files with 15 additions and 15 deletions
|
@ -12,19 +12,19 @@
|
||||||
package trello
|
package trello
|
||||||
|
|
||||||
var activityTranslation = map[string]string{
|
var activityTranslation = map[string]string{
|
||||||
"add checklist to card": "checklist added to card",
|
"add checklist to card": "checklist added to card",
|
||||||
"add member to card": "member added to card",
|
"add member to card": "member added to card",
|
||||||
"comment card": "commented on card",
|
"comment card": "commented on card",
|
||||||
"create card": "created card",
|
"create card": "created card",
|
||||||
"create list": "created list",
|
"create list": "created list",
|
||||||
"delete card": "deleted card",
|
"delete card": "deleted card",
|
||||||
"update board": "updated board",
|
"update board": "updated board",
|
||||||
"add to team board": "",
|
"add to team board": "",
|
||||||
"create board": "",
|
"create board": "",
|
||||||
"update card": "updated card",
|
"update card": "updated card",
|
||||||
"update check item state on card": "check item updated on card",
|
"update check item state on card": "check item updated on card",
|
||||||
"update list": "updated list",
|
"update list": "updated list",
|
||||||
"add attachment to card" : "attachment added to card",
|
"add attachment to card": "attachment added to card",
|
||||||
"copy card" : "copied card",
|
"copy card": "copied card",
|
||||||
"copy comment card" : "copied comment on card",
|
"copy comment card": "copied comment on card",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue