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: messages/en.json
+10-70Lines changed: 10 additions & 70 deletions
Original file line number
Diff line number
Diff line change
@@ -1428,6 +1428,15 @@
1428
1428
"error": "Upload failed",
1429
1429
"needToken": "Upload images need to configure accessToken",
1430
1430
"uploading": "Uploading image"
1431
+
},
1432
+
"saveDialog": {
1433
+
"title": "Save File",
1434
+
"emptyContent": "Empty Content",
1435
+
"emptyContentDesc": "Please enter content before saving",
1436
+
"success": "Save Successful",
1437
+
"successDesc": "File saved successfully",
1438
+
"error": "Save Failed",
1439
+
"errorDesc": "Failed to save file, please try again"
1431
1440
}
1432
1441
},
1433
1442
"footer": {
@@ -1498,61 +1507,6 @@
1498
1507
"modelDesc": "Requires STT model, more accurate"
1499
1508
}
1500
1509
},
1501
-
"editor": {
1502
-
"copySuccess": "Copy Success",
1503
-
"copySuccessDescription": "Copied to clipboard",
1504
-
"floatbar": {
1505
-
"readAloud": {
1506
-
"start": "Read Aloud",
1507
-
"stop": "Stop Reading",
1508
-
"loading": "Loading..."
1509
-
}
1510
-
},
1511
-
"toolbar": {
1512
-
"mark": {
1513
-
"title": "Records",
1514
-
"tooltip": "Records",
1515
-
"description": "Convert records into content to insert into the article.",
1516
-
"noRecords": "No records",
1517
-
"ocrNoContent": "OCR did not recognize any content"
1518
-
},
1519
-
"question": {
1520
-
"tooltip": "Q&A",
1521
-
"selectContent": "Please select content first",
1522
-
"promptTemplate": "Reference text: \n{content}\nBased on the question: \n{question}\n, directly provide the answer content."
1523
-
},
1524
-
"continue": {
1525
-
"tooltip": "Continue",
1526
-
"promptTemplate": "Based on the preceding text: \n{content}\n continue writing and return content not exceeding 100 words.\nYou can reference the following text: \n{endContent}\n, but avoid duplicating its content."
1527
-
},
1528
-
"polish": {
1529
-
"tooltip": "Polish",
1530
-
"selectContent": "Please select content first",
1531
-
"promptTemplate": "Polish this text: \n{content}\n, keep the language unchanged, fix typos and grammatical errors, directly return the polished result."
1532
-
},
1533
-
"eraser": {
1534
-
"tooltip": "Simplify",
1535
-
"selectContent": "Please select content first",
1536
-
"promptTemplate": "Simplify this text: \n{content}\n, this text is too verbose, reduce the word count by at least half, keep the language unchanged, directly return the optimized result."
1537
-
},
1538
-
"expansion": {
1539
-
"tooltip": "Expand",
1540
-
"selectContent": "Please select content first",
1541
-
"promptTemplate": "Expand this text: \n{content}\n, this text is too short, increase the word count by at least half, keep the language unchanged, directly return the expanded result."
1542
-
},
1543
-
"translation": {
1544
-
"tooltip": "Translate",
1545
-
"description": "Translate the selected text",
1546
-
"selectContent": "Please select content first",
1547
-
"promptTemplate": "Translate this text: \n{content}\n, into {language}, directly return the translated result."
1548
-
}
1549
-
},
1550
-
"upload": {
1551
-
"error": "Upload failed",
1552
-
"needToken": "Upload images need to configure accessToken",
0 commit comments