Skip to content

Commit cdbcf29

Browse files
authored
Merge pull request #501 from Coding/BuiltIn
Built in
2 parents aee0024 + 36f28b9 commit cdbcf29

File tree

2 files changed

+78
-79
lines changed

2 files changed

+78
-79
lines changed

app/components/Notification/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class Notification extends Component {
7575
render () {
7676
const notifications = this.props.notifications.map((v) => {
7777
v.action = <i className='fa fa-close' aria-hidden='true' />
78-
v.dismissAfter = false
7978
v.message = notificationMessageFactory(v.notifyType, v.message)
8079
return v
8180
})
Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
11
{
2-
"dashboard": "Dashboard",
3-
"workspace": "Workspace",
4-
"setting": "Setting",
5-
"config": "Config",
6-
"about": "About",
7-
"readme": "README",
8-
"changelog": "Changelog",
9-
"plugin": "Plugin Management",
10-
"thirdparty": "Third Party",
11-
"builtin": "Builtin",
12-
"mine": "Developed By Me",
13-
"tencentCloudDevPlatform": "Tencent Cloud Dev Platform",
14-
"devPlatform": "Dev Platform",
15-
"docs": "Help Document",
16-
"feedback": "Feedback",
17-
"logout": "Log Out",
18-
"produce": "Produced",
19-
"computeSupport": "Compute Support",
20-
"copyright": "CODING. All Rights Reserved.",
21-
"language": "Language",
22-
"sshPublicKey": "SSH Public Key",
23-
"more": "Learn more",
24-
"source": "Source",
25-
"description": "Description",
26-
"search": "Search",
27-
"filter": "Filter",
28-
"project": "Project",
29-
"template": "Template",
30-
"env": "Environment",
31-
"create": "Create",
32-
"creating": "Creating...",
33-
"cancel": "Cancel",
34-
"back": "Back",
35-
"ok": "OK",
36-
"run": "Run",
37-
"running": "Running",
38-
"stop": "Stop",
39-
"stoping": "Stoping",
40-
"restore": "Restore",
41-
"restoring": "Restoring",
42-
"delete": "Delete",
43-
"deleting": "Deleting",
44-
"repoUrl": "Repo Url",
45-
"recentdeleted": "Recently Deleted",
46-
"inputTip": "Only letters, numbers, or underscores (_), underscores (-), dots (.)",
47-
"sync": "Sync",
48-
"syncing": "Syncing",
49-
"nodata": "No Data",
50-
"lastModified": "Last modified {{days}} days ago",
51-
"lastModifiedToday": "Last modified Today",
52-
"deletedDaysAgo": "Deleted {{days}} days ago",
53-
"deletedTime": "Deleted {{hours}} hours {{minutes}} minutes ago",
54-
"copyed": "Copyed",
55-
"noDesc": "[No Description]",
56-
"manage": "Manage",
57-
"install": "Install",
58-
"uninstall": "Uninstall",
59-
"category": "Category",
60-
"desc": "Description",
61-
"save": "Save",
62-
"publish": "Publish",
63-
"status": "Status",
64-
"release": "Release",
65-
"modify": "Modification",
66-
"notification": "Notifications",
67-
"message": "Messages",
68-
"readAllNotification": "Read All Notification",
69-
"readAllMessage": "Read All Message",
70-
"noNotification": "No Notification yet",
71-
"noMessage": "No Messages yet",
72-
"quit": "Quit",
73-
"quiting": "Quiting",
74-
"period": ".",
75-
"globalTip": "You have not set a username yet. Please set a username first, which will be your unique identifier on this platform.",
76-
"submitting": "Submitting...",
77-
"eventStreamBulletin1": "Dear developer, due to ",
78-
"eventStreamBulletin2": "[ event-stream package event ]",
79-
"eventStreamBulletin3": " Impact, your plugin needs to manually delete the `yarn.lock` file and reinstall the dependencies, then push the code to release a new version or pre-release."
2+
"dashboard": "Dashboard",
3+
"workspace": "Workspace",
4+
"setting": "Setting",
5+
"config": "Config",
6+
"about": "About",
7+
"readme": "README",
8+
"changelog": "Changelog",
9+
"plugin": "Plugin Management",
10+
"thirdparty": "Third Party",
11+
"builtin": "Built-in",
12+
"mine": "Developed By Me",
13+
"tencentCloudDevPlatform": "Tencent Cloud Dev Platform",
14+
"devPlatform": "Dev Platform",
15+
"docs": "Help Document",
16+
"feedback": "Feedback",
17+
"logout": "Log Out",
18+
"produce": "Produced",
19+
"computeSupport": "Compute Support",
20+
"copyright": "CODING. All Rights Reserved.",
21+
"language": "Language",
22+
"sshPublicKey": "SSH Public Key",
23+
"more": "Learn more",
24+
"source": "Source",
25+
"description": "Description",
26+
"search": "Search",
27+
"filter": "Filter",
28+
"project": "Project",
29+
"template": "Template",
30+
"env": "Environment",
31+
"create": "Create",
32+
"creating": "Creating...",
33+
"cancel": "Cancel",
34+
"back": "Back",
35+
"ok": "OK",
36+
"run": "Run",
37+
"running": "Running",
38+
"stop": "Stop",
39+
"stoping": "Stoping",
40+
"restore": "Restore",
41+
"restoring": "Restoring",
42+
"delete": "Delete",
43+
"deleting": "Deleting",
44+
"repoUrl": "Repo Url",
45+
"recentdeleted": "Recently Deleted",
46+
"inputTip": "Only letters, numbers, or underscores (_), underscores (-), dots (.)",
47+
"sync": "Sync",
48+
"syncing": "Syncing",
49+
"nodata": "No Data",
50+
"lastModified": "Last modified {{days}} days ago",
51+
"lastModifiedToday": "Last modified Today",
52+
"deletedDaysAgo": "Deleted {{days}} days ago",
53+
"deletedTime": "Deleted {{hours}} hours {{minutes}} minutes ago",
54+
"copyed": "Copyed",
55+
"noDesc": "[No Description]",
56+
"manage": "Manage",
57+
"install": "Install",
58+
"uninstall": "Uninstall",
59+
"category": "Category",
60+
"desc": "Description",
61+
"save": "Save",
62+
"publish": "Publish",
63+
"status": "Status",
64+
"release": "Release",
65+
"modify": "Modification",
66+
"notification": "Notifications",
67+
"message": "Messages",
68+
"readAllNotification": "Read All Notification",
69+
"readAllMessage": "Read All Message",
70+
"noNotification": "No Notification yet",
71+
"noMessage": "No Messages yet",
72+
"quit": "Quit",
73+
"quiting": "Quiting",
74+
"period": ".",
75+
"globalTip": "You have not set a username yet. Please set a username first, which will be your unique identifier on this platform.",
76+
"submitting": "Submitting...",
77+
"eventStreamBulletin1": "Dear developer, due to ",
78+
"eventStreamBulletin2": "[ event-stream package event ]",
79+
"eventStreamBulletin3": " Impact, your plugin needs to manually delete the `yarn.lock` file and reinstall the dependencies, then push the code to release a new version or pre-release."
8080
}

0 commit comments

Comments
 (0)