share modal :translate option

This commit is contained in:
ManishMadan2882
2024-07-28 20:06:24 +05:30
parent d63b5d71a1
commit a58369fbb1
5 changed files with 9 additions and 5 deletions

View File

@@ -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": {

View File

@@ -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": {

View File

@@ -107,7 +107,8 @@
"shareConv": {
"label": "共有ページを作成して共有する",
"note": "ソースドキュメント、個人情報、および以降の会話は非公開のままになります",
"create": "作成"
"create": "作成",
"option":"ユーザーがより多くのクエリを実行できるようにします。"
}
},
"sharedConv": {

View File

@@ -107,7 +107,8 @@
"shareConv": {
"label": "创建用于分享的公共页面",
"note": "源文档、个人信息和后续对话将保持私密",
"create": "创建"
"create": "创建",
"option":"允许用户进行更多查询。"
}
},
"sharedConv": {

View File

@@ -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