Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a49b58

Browse files
sarikesunlei
authored andcommitted
update locale file
(cherry picked from commit a72d3e7f8519dfc632f5206bab03a0abb78f48b8)
1 parent 35421e0 commit 3a49b58

File tree

1 file changed

+6
-6
lines changed
  • client/packages/openblocks/src/i18n/locales

1 file changed

+6
-6
lines changed

client/packages/openblocks/src/i18n/locales/en.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ export const en = {
439439
cancelPrevious: "Ignore the results of previous uncompleted executions.",
440440
cancelPreviousTooltip: "",
441441

442-
// "如果新的执行被触发时,如果之前的执行没有完成,则会忽略之前未完成的执行的结果,被忽略的执行不会触发查询的事件列表",
443442
dataSourceStatusError:
444443
"If a new execution is triggered, the result of the previous uncompleted executions will be ignored if the previous executions did not complete, and the ignored executions will not trigger the event list of the query.",
445444
success: "Success",
@@ -1377,8 +1376,8 @@ export const en = {
13771376
"You are about to delete this workspace {permanentlyDelete}. Once deleted, the workspace {notRestored}.",
13781377
permanentlyDelete: "permanently",
13791378
notRestored: "cannot be restored",
1380-
deleteModalLabel: "Please enter a workspace name{name}to confirm the operation:",
1381-
deleteModalTip: "Please enter a workspace name",
1379+
deleteModalLabel: "Please enter workspace name{name}to confirm the operation:",
1380+
deleteModalTip: "Please enter workspace name",
13821381
deleteModalErr: "Workspace name is incorrect",
13831382
deleteModalBtn: "Delete",
13841383
editOrgTitle: "Edit workspace information",
@@ -2334,16 +2333,17 @@ export const en = {
23342333
formSelectPlaceholder: "Please select the {form}",
23352334
saveSuccess: "Saved successfully",
23362335
dangerLabel: "Danger Zone",
2337-
dangerTip: "Disabling will cause some users to be unable to log in.",
2336+
dangerTip:
2337+
"Disabling this ID provider may result in some users being unable to log in. Proceed with caution.",
23382338
disable: "Disable",
23392339
disableSuccess: "Disabled successfully",
23402340
encryptedServer: "-------- Encrypted on the server side --------",
23412341
disableTip: "Tips",
23422342
disableContent:
2343-
"Disabling will cause some users to be unable to log in. Are you sure to proceed?",
2343+
"Disabling this ID provider may result in some users being unable to log in. Are you sure to proceed?",
23442344
manualTip: "",
23452345
},
23462346
slotControl: {
2347-
configSlotView: "Config slot view",
2347+
configSlotView: "Configure expanded view",
23482348
},
23492349
};

0 commit comments

Comments
 (0)