{{
$t('chat.appendSuccess', {
path: group.action.append?.path || $t('chat.targetFile')
})
}}
{{
$t('chat.appendFailed', {
path: group.action.append?.path || $t('chat.targetFile')
})
}}
{{ $t('chat.linesCount', { n: group.action.append.lines }) }}
{{ $t('chat.bytesCount', { n: group.action.append.bytes }) }}
{{ $t('chat.appendWarning') }}