cslant/laravel-telegram-git-notifier

View on GitHub
lang/vi/events/gitlab/push.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'title' => '<b>:count</b> :noun mới trong <b>:repo:<code>:branch</code></b>',
    'commit' => '[:commit] :commit_message - bởi <i>:commit_by</i>',
    'pusher' => 'Đẩy lên bởi: : <b>:name</b>',
    'new_branch_title' => '<b>Một nhánh mới đã được tạo trong dự án</b> :repo',
];