You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/locales/lang/en_US/views/application-overview.ts
+1-20Lines changed: 1 addition & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -12,33 +12,23 @@ export default {
12
12
accessRestrictions: 'Access Restrictions',
13
13
displaySetting: 'Display Setting',
14
14
apiAccessCredentials: 'API Access Credentials',
15
+
apiDocumentation: 'API Documentation',
15
16
apiKey: 'API Key',
16
17
refreshToken: {
17
18
msgConfirm1: 'Do you want to regenerate the public access link?',
18
19
msgConfirm2:
19
20
'Regenerating the public access link will affect third-party embedded scripts changes and will require re-embedding the new script into third-party sites. Please proceed with caution!',
20
-
confirm: 'Confirm',
21
-
cancel: 'Cancel',
22
21
refreshSuccess: 'Refresh Successful'
23
22
},
24
23
changeState: {
25
24
enableSuccess: 'Enable Successful',
26
25
disableSuccess: 'Disable Successful'
27
26
},
28
27
APIKeyDialog: {
29
-
creatApiKey: 'Create',
30
-
status: 'Status',
31
-
creationDate: 'Creation Date',
32
-
operations: 'Operations',
33
-
settings: 'Settings',
34
-
delete: 'Delete',
35
28
saveSettings: 'Save Settings',
36
29
msgConfirm1: 'Are you sure you want to delete the API Key?',
37
30
msgConfirm2:
38
31
'Deleting the API Key cannot be undone. Please confirm if you want to delete it!',
39
-
confirmDelete: 'Delete',
40
-
deleteSuccess: 'Delete Successful',
41
-
cancel: 'Cancel',
42
32
enabledSuccess: 'Enabled',
43
33
disabledSuccess: 'Disabled'
44
34
},
@@ -49,10 +39,7 @@ export default {
49
39
default: 'Default Logo',
50
40
custom: 'Custom',
51
41
sizeTip: 'Suggested size 32*32, supports jpg, png, gif, size no more than 10 MB',
52
-
cancel: 'Cancel',
53
-
save: 'Save',
54
42
fileSizeExceeded: 'File size exceeds 10 MB',
55
-
setSuccess: 'Setting Successful',
56
43
uploadImagePrompt: 'Please upload an image'
57
44
},
58
45
EmbedDialog: {
@@ -71,18 +58,12 @@ export default {
71
58
whitelistLabel: 'Whitelist',
72
59
whitelistPlaceholder:
73
60
'Please enter allowed third-party source addresses, one per line, such as:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
'Please enter allowed cross-domain addresses, if open without inputting addresses, there are no restrictions.\nCross-domain addresses one per line, such as:\nhttp://127.0.0.1:5678\nhttps://dataease.io',
0 commit comments