https://github.com/microsoft/vscode-loc/blob/55c0cc8d5cfd11e5d0fc13d119ab1fa96f6cf87c/i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.references-view.i18n.json#L12-L13 ``` "Callers Of": "调用此", "Calls From": "由此调用", ``` https://github.com/microsoft/vscode-loc/blob/55c0cc8d5cfd11e5d0fc13d119ab1fa96f6cf87c/i18n/vscode-language-pack-zh-hans/translations/extensions/vscode.references-view.i18n.json#L47-L48 ``` "cmd.references-view.showIncomingCalls": "显示传入调用", "cmd.references-view.showOutgoingCalls": "显示传出调用", ```