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
+35-34Lines changed: 35 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -1,78 +1,80 @@
1
1
exportdefault{
2
2
title: 'Overview',
3
3
appInfo: {
4
-
header: 'APP Info',
5
-
publicAccessLink: 'Public Access Link',
4
+
header: 'App Information',
5
+
publicAccessLink: 'Public URL',
6
6
openText: 'On',
7
7
closeText: 'Off',
8
8
copyLinkText: 'Copy Link',
9
9
refreshLinkText: 'Refresh Link',
10
-
demo: 'Demo',
11
-
embedInWebsite: 'Embed in website',
10
+
demo: 'Preview',
11
+
embedInWebsite: 'Get Embed Code',
12
12
accessControl: 'Access Control',
13
13
displaySetting: 'Display Settings',
14
14
apiAccessCredentials: 'API Access Credentials',
15
15
apiKey: 'API Key',
16
16
refreshToken: {
17
-
msgConfirm1: 'Do you want to regenerate the public access link?',
17
+
msgConfirm1: 'Are you sure you want to regenerate the public URL?',
18
18
msgConfirm2:
19
-
'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
-
refreshSuccess: 'Successful'
19
+
'Regenerating the Public URL will affect any existing embedded codes on third-party sites. You will need to update the embed code and re-integrate it into those sites. Proceed with caution!',
20
+
refreshSuccess: 'Successfully Refreshed'
21
21
},
22
22
APIKeyDialog: {
23
23
saveSettings: 'Save Settings',
24
-
msgConfirm1: 'Are you sure you want to delete the API key ',
24
+
msgConfirm1: 'Are you sure you want to delete the API Key?',
25
25
msgConfirm2:
26
-
'Deleting the API key cannot be undone. Please confirm if you want to delete it!',
26
+
'This action is irreversible. Once deleted, the API Key cannot be recovered. Do you still want to proceed?',
27
27
enabledSuccess: 'Enabled',
28
28
disabledSuccess: 'Disabled'
29
29
},
30
30
EditAvatarDialog: {
31
-
title: 'Edit Logo',
31
+
title: 'App Logo',
32
32
customizeUpload: 'Custom Upload',
33
33
upload: 'Upload',
34
34
default: 'Default Logo',
35
35
custom: 'Custom',
36
-
sizeTip: 'Suggested size 32*32, supports jpg, png, gif, size no more than 10 MB',
36
+
sizeTip:
37
+
'Recommended size: 32×32 pixels. Supports JPG, PNG, and GIF formats. Max size: 10 MB',
37
38
fileSizeExceeded: 'File size exceeds 10 MB',
38
39
uploadImagePrompt: 'Please upload an image'
39
40
},
40
41
EmbedDialog: {
41
42
fullscreenModeTitle: 'Fullscreen Mode',
42
-
copyInstructions: 'Copy the following code to embed',
'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'
60
+
'Enter allowed cross-domain addresses. If enabled but left blank, no restrictions will apply.\nEnter one per line, e.g.:\nhttp://127.0.0.1:5678\nhttps://dataease.io'
0 commit comments