Skip to content

Commit

Permalink
Feat: share GPT (#502)
Browse files Browse the repository at this point in the history
* may share GPT

* add ai assistant from shared gpt
  • Loading branch information
an-lee committed Apr 8, 2024
1 parent b795e1e commit e7df154
Show file tree
Hide file tree
Showing 8 changed files with 425 additions and 259 deletions.
4 changes: 4 additions & 0 deletions enjoy/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,10 @@
"shareStory": "Share story",
"sharedStory": "Shared a story",
"areYouSureToShareThisStoryToCommunity": "Are you sure to share this story to community?",
"shareGpt": "Share GPT",
"sharedGpt": "Shared a GPT",
"areYouSureToShareThisGptToCommunity": "Are you sure to share this GPT to community?",
"saveAiAssistant": "Save this AI assistant",
"addToLibary": "Add to library",
"areYouSureToAddThisVideoToYourLibrary": "Are you sure to add this video to library?",
"areYouSureToAddThisAudioToYourLibrary": "Are you sure to add this audio to library?",
Expand Down
4 changes: 4 additions & 0 deletions enjoy/src/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,10 @@
"shareStory": "分享文章",
"sharedStory": "分享了一篇文章",
"areYouSureToShareThisStoryToCommunity": "您确定要分享此文章到社区吗?",
"shareGpt": "分享智能助手",
"sharedGpt": "分享了一个智能助手",
"areYouSureToShareThisGptToCommunity": "您确定要将这个智能助手分享到社区吗?",
"saveAiAssistant": "保存智能助手",
"addToLibary": "添加到资源库",
"areYouSureToAddThisVideoToYourLibrary": "您确定要添加此视频到资料库吗?",
"areYouSureToAddThisAudioToYourLibrary": "您确定要添加此音频到资料库吗?",
Expand Down
Loading

0 comments on commit e7df154

Please sign in to comment.