mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +00:00
share modal :translate option
This commit is contained in:
@@ -107,7 +107,8 @@
|
||||
"shareConv": {
|
||||
"label": "Create a public page to share",
|
||||
"note": "Source document, personal information and further conversation will remain private",
|
||||
"create": "Create"
|
||||
"create": "Create",
|
||||
"option":"Allow users to prompt further"
|
||||
}
|
||||
},
|
||||
"sharedConv": {
|
||||
|
||||
@@ -107,7 +107,8 @@
|
||||
"shareConv": {
|
||||
"label": "Crear una página pública para compartir",
|
||||
"note": "El documento original, la información personal y las conversaciones posteriores permanecerán privadas",
|
||||
"create": "Crear"
|
||||
"create": "Crear",
|
||||
"option":"Permitir a los usuarios realizar más consultas."
|
||||
}
|
||||
},
|
||||
"sharedConv": {
|
||||
|
||||
@@ -107,7 +107,8 @@
|
||||
"shareConv": {
|
||||
"label": "共有ページを作成して共有する",
|
||||
"note": "ソースドキュメント、個人情報、および以降の会話は非公開のままになります",
|
||||
"create": "作成"
|
||||
"create": "作成",
|
||||
"option":"ユーザーがより多くのクエリを実行できるようにします。"
|
||||
}
|
||||
},
|
||||
"sharedConv": {
|
||||
|
||||
@@ -107,7 +107,8 @@
|
||||
"shareConv": {
|
||||
"label": "创建用于分享的公共页面",
|
||||
"note": "源文档、个人信息和后续对话将保持私密",
|
||||
"create": "创建"
|
||||
"create": "创建",
|
||||
"option":"允许用户进行更多查询。"
|
||||
}
|
||||
},
|
||||
"sharedConv": {
|
||||
|
||||
@@ -129,7 +129,7 @@ export const ShareConversationModal = ({
|
||||
<h2 className="text-xl font-medium">{t('modals.shareConv.label')}</h2>
|
||||
<p className="text-sm">{t('modals.shareConv.note')}</p>
|
||||
<div className="flex items-center justify-between">
|
||||
<span className="text-lg">Allow users to prompt further</span>
|
||||
<span className="text-lg">{t('modals.shareConv.option')}</span>
|
||||
<label className=" cursor-pointer select-none items-center">
|
||||
<div className="relative">
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user