-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from NhutMinhIT/dev/nhutminh/translate
refactor: translate vi for gitlab
- Loading branch information
Showing
8 changed files
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
<?php | ||
|
||
return [ | ||
'review' => 'Reviewers: ', | ||
'review' => 'Người đánh giá: ', | ||
'closed' => [ | ||
'title' => '<b>Merge Request Closed</b> - :repo by :user', | ||
'title' => '<b>Yêu cầu hợp nhất đã đóng</b> - :repo bởi :user', | ||
], | ||
'merged' => [ | ||
'title' => '<b>Merge Request Merged</b> - :repo by :user', | ||
'title' => '<b>Yêu cầu hợp nhất Đã hợp nhất</b> - :repo bởi :user', | ||
], | ||
'opened' => [ | ||
'title' => '<b>New Merge Request</b> - :repo by :user', | ||
'title' => '<b>Yêu cầu hợp nhất mới</b> - :repo bởi :user', | ||
], | ||
'reopened' => [ | ||
'title' => '<b>Merge Request Reopened</b> - :repo by :user', | ||
'title' => '<b>Yêu cầu hợp nhất đã được mở lại</b> - :repo bởi :user', | ||
], | ||
'approved' => [ | ||
'title' => '<b>Merge Request Approved</b> :repo by :user', | ||
'title' => '<b>Yêu cầu hợp nhất đã được phê duyệt</b> :repo bởi :user', | ||
], | ||
'unapproved' => [ | ||
'title' => '<b>Merge Request Unapproved</b> :repo by :user', | ||
'title' => '<b>Yêu cầu hợp nhất không được phê duyệt</b> :repo bởi :user', | ||
], | ||
'approval' => [ | ||
'title' => '<b>Merge Request Approval</b> :repo by :user', | ||
'title' => '<b>Phê duyệt yêu cầu hợp nhất</b> :repo bởi :user', | ||
], | ||
'unapproval' => [ | ||
'title' => '<b>Merge Request Unapproval</b> :repo by :user', | ||
'title' => '<b>Yêu cầu hợp nhất không được phê duyệt</b> :repo bởi :user', | ||
], | ||
'update' => [ | ||
'title' => '<b>Merge Request Updated</b> - :repo by :user', | ||
'title' => '<b>Đã cập nhật yêu cầu hợp nhất</b> - :repo bởi :user', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
return [ | ||
'title' => '<b>A new tag has been pushed to the project</b> :repo', | ||
'name' => '<b>Tag Name</b>: :tag_name', | ||
'pusher' => ' Pushed by', | ||
'title' => '<b>Một thẻ mới đã được đẩy vào dự án</b> :repo', | ||
'name' => '<b>Tên thẻ</b>: :tag_name', | ||
'pusher' => 'Được đẩy bởi:', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters