Fix <div> in <p> problem of webui
This commit is contained in:
@@ -103,14 +103,16 @@ export default function ClearDocumentsDialog({ onDocumentsCleared }: ClearDocume
|
|||||||
{t('documentPanel.clearDocuments.title')}
|
{t('documentPanel.clearDocuments.title')}
|
||||||
</DialogTitle>
|
</DialogTitle>
|
||||||
<DialogDescription className="pt-2">
|
<DialogDescription className="pt-2">
|
||||||
|
{t('documentPanel.clearDocuments.description')}
|
||||||
|
</DialogDescription>
|
||||||
|
</DialogHeader>
|
||||||
|
|
||||||
<div className="text-red-500 dark:text-red-400 font-semibold mb-4">
|
<div className="text-red-500 dark:text-red-400 font-semibold mb-4">
|
||||||
{t('documentPanel.clearDocuments.warning')}
|
{t('documentPanel.clearDocuments.warning')}
|
||||||
</div>
|
</div>
|
||||||
<div className="mb-4">
|
<div className="mb-4">
|
||||||
{t('documentPanel.clearDocuments.confirm')}
|
{t('documentPanel.clearDocuments.confirm')}
|
||||||
</div>
|
</div>
|
||||||
</DialogDescription>
|
|
||||||
</DialogHeader>
|
|
||||||
|
|
||||||
<div className="space-y-4">
|
<div className="space-y-4">
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
|
@@ -40,6 +40,7 @@
|
|||||||
"button": "مسح",
|
"button": "مسح",
|
||||||
"tooltip": "مسح المستندات",
|
"tooltip": "مسح المستندات",
|
||||||
"title": "مسح المستندات",
|
"title": "مسح المستندات",
|
||||||
|
"description": "سيؤدي هذا إلى إزالة جميع المستندات من النظام",
|
||||||
"warning": "تحذير: سيؤدي هذا الإجراء إلى حذف جميع المستندات بشكل دائم ولا يمكن التراجع عنه!",
|
"warning": "تحذير: سيؤدي هذا الإجراء إلى حذف جميع المستندات بشكل دائم ولا يمكن التراجع عنه!",
|
||||||
"confirm": "هل تريد حقًا مسح جميع المستندات؟",
|
"confirm": "هل تريد حقًا مسح جميع المستندات؟",
|
||||||
"confirmPrompt": "اكتب 'yes' لتأكيد هذا الإجراء",
|
"confirmPrompt": "اكتب 'yes' لتأكيد هذا الإجراء",
|
||||||
|
@@ -40,6 +40,7 @@
|
|||||||
"button": "Clear",
|
"button": "Clear",
|
||||||
"tooltip": "Clear documents",
|
"tooltip": "Clear documents",
|
||||||
"title": "Clear Documents",
|
"title": "Clear Documents",
|
||||||
|
"description": "This will remove all documents from the system",
|
||||||
"warning": "WARNING: This action will permanently delete all documents and cannot be undone!",
|
"warning": "WARNING: This action will permanently delete all documents and cannot be undone!",
|
||||||
"confirm": "Do you really want to clear all documents?",
|
"confirm": "Do you really want to clear all documents?",
|
||||||
"confirmPrompt": "Type 'yes' to confirm this action",
|
"confirmPrompt": "Type 'yes' to confirm this action",
|
||||||
|
@@ -40,6 +40,7 @@
|
|||||||
"button": "Effacer",
|
"button": "Effacer",
|
||||||
"tooltip": "Effacer les documents",
|
"tooltip": "Effacer les documents",
|
||||||
"title": "Effacer les documents",
|
"title": "Effacer les documents",
|
||||||
|
"description": "Cette action supprimera tous les documents du système",
|
||||||
"warning": "ATTENTION : Cette action supprimera définitivement tous les documents et ne peut pas être annulée !",
|
"warning": "ATTENTION : Cette action supprimera définitivement tous les documents et ne peut pas être annulée !",
|
||||||
"confirm": "Voulez-vous vraiment effacer tous les documents ?",
|
"confirm": "Voulez-vous vraiment effacer tous les documents ?",
|
||||||
"confirmPrompt": "Tapez 'yes' pour confirmer cette action",
|
"confirmPrompt": "Tapez 'yes' pour confirmer cette action",
|
||||||
|
@@ -40,6 +40,7 @@
|
|||||||
"button": "清空",
|
"button": "清空",
|
||||||
"tooltip": "清空文档",
|
"tooltip": "清空文档",
|
||||||
"title": "清空文档",
|
"title": "清空文档",
|
||||||
|
"description": "此操作将从系统中移除所有文档",
|
||||||
"warning": "警告:此操作将永久删除所有文档,无法恢复!",
|
"warning": "警告:此操作将永久删除所有文档,无法恢复!",
|
||||||
"confirm": "确定要清空所有文档吗?",
|
"confirm": "确定要清空所有文档吗?",
|
||||||
"confirmPrompt": "请输入 yes 确认操作",
|
"confirmPrompt": "请输入 yes 确认操作",
|
||||||
|
Reference in New Issue
Block a user