1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- const translation = {
- common: {
- welcome: '欢迎使用',
- appUnavailable: '应用不可用',
- appUnkonwError: '应用不可用',
- },
- chat: {
- newChat: '新对话',
- pinnedTitle: '已置顶',
- unpinnedTitle: '对话列表',
- newChatDefaultName: '新的对话',
- powerBy: 'Powered by',
- prompt: '提示词',
- privatePromptConfigTitle: '对话设置',
- publicPromptConfigTitle: '对话前提示词',
- configStatusDes: '开始前,您可以修改对话设置',
- configDisabled: '此次会话已使用上次会话表单',
- startChat: '开始对话',
- privacyPolicyLeft: '请阅读由该应用开发者提供的',
- privacyPolicyMiddle: '隐私政策',
- privacyPolicyRight: '。',
- deleteConversation: {
- title: '删除对话',
- content: '您确定要删除此对话吗?',
- },
- },
- generation: {
- tabs: {
- create: '创建',
- saved: '已保存',
- },
- savedNoData: {
- title: '您还没有保存结果!',
- description: '开始生成内容,您可以在这里找到保存的结果。',
- startCreateContent: '开始生成内容',
- },
- title: 'AI 智能书写',
- queryTitle: '查询内容',
- queryPlaceholder: '请输入文本内容',
- run: '运行',
- copy: '拷贝',
- resultTitle: 'AI 书写',
- noData: 'AI 会在这里给你惊喜。',
- },
- }
- export default translation
|