We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06a67b commit 4ef3135Copy full SHA for 4ef3135
lang/vi/events/gitlab/issues.php
@@ -3,15 +3,15 @@
3
return [
4
'issue_title' => '📢',
5
'closed' => [
6
- 'title' => '<b>Vấn đề đã đóng </b> thành :issue bởi :user',
+ 'title' => '<b>Vấn đề đã đóng </b> từ :issue bởi :user',
7
],
8
'edited' => [
9
'title' => '<b>Vấn đề đã được chỉnh sửa</b> từ :issue bởi :user',
10
'changes' => [
11
'title' => [
12
'name' => '<b>Tiêu đề</b> đã được thay đổi',
13
'from' => '<b>Từ:</b> :title_from',
14
- 'to' => '<b>Đến:</b> :title_to',
+ 'to' => '<b>Thành:</b> :title_to',
15
16
'body' => [
17
'title' => '<b>Nội dung</b> đã được thay đổi',
0 commit comments