lang/ja/events/gitlab/push.php
<?php
return [
'title' => '<b>:count</b> new :noun to <b>:repo:<code>:branch</code></b>',
'commit' => '[:commit] :commit_message - by <i>:commit_by</i>',
'pusher' => 'Pushed by : <b>:name</b>',
'new_branch_title' => '<b>A new branch has been pushed to the project</b> :repo',
];