How to translate the tool tips of eleents in pallette?

HI,
How to translate the tool tips of the element’s in the pallete of Create StartEvent and Create Task ? We tried doing with the bpmn official example
(https://github.com/bpmn-io/bpmn-js-i18n ) by maintaining a key value like Create {type} but only create is getting translated in this case but how to provide type value ?

this is the code we followed in the above example:
`

‘Create {type}’: ‘创建 {type}’,
‘Start Event’: ‘开始事件’,
‘Create Gateway’:’’,
‘Annotation’:‘Annotation1’,
‘Create Intermediate/Boundary Event’: ‘创建 中间/边界事件’,
‘Append {type}’: ‘追加 {type}’,
`

let me know if you need more inputs