@@ -386,7 +386,7 @@ export const en = {
386386 periodic : "Run this query periodically" ,
387387 periodicTime : "Period" ,
388388 periodicTimeTooltip :
389- "Period between successive executions. Default unit: milliseconds (ms), default: {defaultSeconds} seconds, supported input unit: ms(ms), s(second)" ,
389+ "Period between successive executions. Default unit: milliseconds (ms), default: {defaultSeconds} seconds, min: 100 milliseconds, supported input unit: ms(ms), s(second)" ,
390390 dataSourceStatusError :
391391 "The query data source is invalid or does not exist. Update the current query data source." ,
392392 success : "Success" ,
@@ -435,7 +435,7 @@ export const en = {
435435 authenticationType : "Authentication Type" ,
436436 enableTurnOffPreparedStatement : "Support for switching prepared statements" ,
437437 enableTurnOffPreparedStatementTooltip :
438- "You can control whether to enable or disable prepared statements in the query panel " ,
438+ "You can enable or disable prepared statements in query Advanced tab " ,
439439 serviceName : "Service name" ,
440440 serviceNameRequiredMessage : "Please enter your service name" ,
441441 useSID : "Use SID" ,
@@ -1176,7 +1176,7 @@ export const en = {
11761176 settings : {
11771177 title : "Settings" ,
11781178 member : "Members" ,
1179- organization : "Workspace " ,
1179+ organization : "Workspaces " ,
11801180 audit : "Audit logs" ,
11811181 theme : "Themes" ,
11821182 advanced : "Advanced" ,
@@ -1201,7 +1201,7 @@ export const en = {
12011201 actionColumn : "Operation" ,
12021202 roleColumn : "Role" ,
12031203 exitGroup : "Exit Group" ,
1204- moveOutGroup : "Move out of group" ,
1204+ moveOutGroup : "Remove from group" ,
12051205 inviteUser : "Invite members" ,
12061206 exitOrg : "Exit the workspace" ,
12071207 moveOutOrg : "Remove from workspace" ,
@@ -1217,6 +1217,7 @@ export const en = {
12171217 '{userName} invites you to join the workspace "{organization}", Click on the link to join: {inviteLink}' ,
12181218 groupName : "Group name" ,
12191219 createTime : "Create time" ,
1220+ manageBtn : "Manage" ,
12201221 } ,
12211222 orgSettings : {
12221223 newOrg : "New workspace" ,
@@ -1603,12 +1604,13 @@ export const en = {
16031604 permissionDenyContent :
16041605 "You don't have permission to create the application and data source. Please contact the administrator to join the developer group." ,
16051606 appName : "Tutorial application" ,
1606- chat : "Chat with support " ,
1607+ chat : "Chat with us " ,
16071608 docs : "View documentation" ,
16081609 editorTutorial : "Editor tutorial" ,
16091610 update : "What's new?" ,
16101611 version : "Version" ,
16111612 versionWithColon : "Version: " ,
1613+ submitIssue : "Submit an issue" ,
16121614 } ,
16131615 header : {
16141616 nameCheckMessage : "The name cannot be empty" ,
@@ -1787,7 +1789,7 @@ export const en = {
17871789 showBorder : "Show border" ,
17881790 } ,
17891791 docUrls : {
1790- docHome : "" ,
1792+ docHome : "https://docs.openblocks.dev/ " ,
17911793 components : "" ,
17921794 module : "" ,
17931795 optionList : "" ,
@@ -1822,5 +1824,6 @@ export const en = {
18221824 } ,
18231825 openBlocksUrl : {
18241826 createIssue : "https://github.com/openblocks-dev/openblocks/issues" ,
1827+ discord : "https://discord.com/invite/z5W2YHXdtt" ,
18251828 } ,
18261829} ;
0 commit comments