-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Peng Kaifan
committed
Feb 19, 2021
1 parent
838b55f
commit da18b3f
Showing
46 changed files
with
2,260 additions
and
3,721 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
export default { | ||
common: { | ||
error: { | ||
actionResultValidationFailed: "验证失败:你现在无法执行这个操作" | ||
}, | ||
}, | ||
pullRequestDetailFileChangesPage: { | ||
pendingReviewExistNotice: '在此之前,你必须先提交被挂起的审查(Pending review)' | ||
}, | ||
pullRequestDetailConversation: { | ||
error: { | ||
reopenFailed: "重新打开合并请求(Pull request)失败。" | ||
} | ||
} | ||
} |
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,5 +1,15 @@ | ||
export default { | ||
common: { | ||
error: { | ||
actionResultValidationFailed: "Validation failed: You can't perform that action at this time." | ||
}, | ||
}, | ||
pullRequestDetailFileChangesPage: { | ||
pendingReviewExistNotice: "You can't submit a reply before submit the pending review" | ||
}, | ||
pullRequestDetailConversation: { | ||
error: { | ||
reopenFailed: "Pull request reopen failed." | ||
} | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.