返回 AiToEarn
share.json
根目录 / project / aitoearn-web / src / app / i18n / locales / en / share.json
1 {
2 "title": "Share Conversation",
3 "description": "Select messages to share",
4 "selectAll": "Select All",
5 "selectRecent": "Select Recent",
6 "recent5": "Recent 5",
7 "recent10": "Recent 10",
8 "recent20": "Recent 20",
9 "clearSelection": "Clear Selection",
10 "selectedCount": "Selected {{count}} messages",
11 "cancel": "Cancel",
12 "generate": "Generate",
13 "generating": "Generating...",
14 "generateAndDownload": "Generate & Download ({{count}} messages)",
15 "showMore": "Show more",
16 "collapse": "Collapse",
17 "share": "Share",
18 "appName": "AiToEarn",
19 "appUrl": "https://aitoearn.ai",
20 "previewTitle": "Preview",
21 "agentShare": "Share via Agent",
22 "publishShare": "Share via Publish",
23 "download": "Download",
24 "downloadImage": "Download Image",
25 "downloadFailed": "Download failed",
26 "agentSharePrompt": "Help me share this link to social media. Copy write freely.",
27 "agentShareSaved": "Ready to share on Home",
28 "agentShareFailed": "Failed to prepare agent share",
29 "publishShareDescription": "I generated this conversation on AiToEarn using Agent, check it out!",
30 "noAvailablePublishAccounts": "No available accounts to publish",
31 "validityLabel": "Link Validity",
32 "validity1Day": "1 Day",
33 "validity3Days": "3 Days",
34 "validity7Days": "7 Days",
35 "validity15Days": "15 Days",
36 "validity30Days": "30 Days",
37 "shareLink": "Share Link",
38 "copyLink": "Copy Link",
39 "linkCopied": "Link copied",
40 "generatingLink": "Generating link...",
41 "expiresAt": "Expires at",
42 "generatedAt": "Generated at",
43 "shareActions": "Share Actions",
44 "linkExpired": "Link expired",
45 "linkNotFound": "Link not found",
46 "sharedConversation": "Shared Conversation",
47 "viewOnly": "View only",
48 "linkExpiredDesc": "This share link has expired. Please contact the sharer for a new link.",
49 "linkNotFoundDesc": "This share link does not exist or has been deleted.",
50 "backToHome": "Back to Home"
51 }
52
52 lines JSON