@@ -13,54 +13,41 @@ export const codes = {
1313 title : "Create New Code Repository" ,
1414 titleDesc : "The repository contains all code files and revision history." ,
1515 owner : "Owner" ,
16- codeName : "Code Name" ,
17- codeNickName : "Code Nickname" ,
18- codeDesc : "Code Description" ,
16+ codeName : "Code Repository Name" ,
17+ codeNickName : "Code Repository Nickname" ,
18+ codeDesc : "Code Repository Description" ,
1919 public : "Public" ,
20- publicDesc : "Anyone on the internet can see this repository . Only you (individual) or members of your organization can commit ." ,
20+ publicDesc : "Anyone on the Internet can see this warehouse . Only you (the individual) or a member of your organization can submit ." ,
2121 private : "Private" ,
22- privateDesc : "Only you (individual) or members of your organization can view and commit to this repository ." ,
23- tips : "Will be displayed on the code list page, optional " ,
24- createCode : "Create Code " ,
25- createSuccess : "Code Repository created successfully" ,
22+ privateDesc : "Only you (the individual) or members of your organization can see and submit to this warehouse ." ,
23+ tips : "After creating your code repository, you can upload your files using a web page or Git. " ,
24+ createCode : "Create" ,
25+ createSuccess : "Code repository created successfully" ,
2626 tip : "Applies to the code base path and cannot be changed after creation" ,
2727 license : "License" ,
28- createFail : "Code Repository creation failed" ,
28+ createFail : "Code repository creation failed" ,
2929 codeEnName : "Code Repository Name" ,
3030 } ,
3131 edit : {
32+ tips : "Will be displayed on the code list page, optional" ,
3233 tips2 : "An introduction to code, optional" ,
3334 changeVisibility : "Modify code visibility" ,
3435 statusText : "The current code is currently" ,
35- status : "Status. " ,
36- codeVisibility : "Code visibility " ,
36+ status : "Status" ,
37+ codeVisibility : "Code Visibility " ,
3738 delCode : "Delete code" ,
39+ canNot : "Cannot" ,
3840 delTips : "This action" ,
39- canNot : "cannot" ,
40- delTips2 : "be undone and will permanently delete the code repository" ,
41- delTips3 : "and all its files." ,
42- enterPls : "Please type" ,
43- sureDel : "to confirm deletion" ,
41+ delTips2 : "Undo, this will permanently delete" ,
42+ delTips3 : "Code repository and all its files." ,
43+ enterPls : "Please enter" ,
44+ sureDel : "Confirm deletion" ,
4445 privateVis : "Visible only to the creator or member of the organization" ,
4546 publicVis : "Anyone can see this code" ,
46- confirmDel : "I understand and confirm deletion" ,
47+ confirmDel : "I know, confirm deletion" ,
4748 privateInfo : ", only the creator or organization administrator can submit" ,
4849 publicInfo : "Anyone on the Internet can see this code." ,
4950 needCodeName : "Please provide code alias first" ,
5051 needCodelDesc : "Please provide code introduction first" ,
51- codeName : "Code name" ,
52- codeNickName : "Code nickname" ,
53- codeDesc : "Code description" ,
54- public : "Public" ,
55- publicDesc : "Anyone on the internet can see this repository. Only you (individual) or members of your organization can commit." ,
56- private : "Private" ,
57- privateDesc : "Only you (individual) or members of your organization can view and commit to this repository." ,
58- tips : "After creating the code, you can use the web or Git to upload your files." ,
59- createCode : "Create code" ,
60- createSuccess : "Code Repository created successfully" ,
61- tip : "Applies to the code base path and cannot be changed after creation" ,
62- license : "License" ,
63- createFail : "Code repository creation failed" ,
64- codeEnName : "Code repository name" ,
6552 } ,
6653}
0 commit comments