diff --git a/frontend/src/locale/en.json b/frontend/src/locale/en.json index 1081ddf0..05f613d2 100644 --- a/frontend/src/locale/en.json +++ b/frontend/src/locale/en.json @@ -50,7 +50,8 @@ "medium": "Medium", "high": "High", "unlimited": "Unlimited", - "default": "Default" + "default": "Default", + "add": "Add" }, "documents": { "title": "This table contains all the documents that are available to you and those you have uploaded", diff --git a/frontend/src/locale/es.json b/frontend/src/locale/es.json index e699a3c6..8830402f 100644 --- a/frontend/src/locale/es.json +++ b/frontend/src/locale/es.json @@ -43,7 +43,7 @@ "prompt": "Prompt Activo", "deleteAllLabel": "Eliminar todas las conversaciones", "deleteAllBtn": "Eliminar todo", - "addNew": "Agregar Nuevo", + "add": "Añadir", "convHistory": "Historial de conversaciones", "none": "Ninguno", "low": "Bajo", diff --git a/frontend/src/locale/jp.json b/frontend/src/locale/jp.json index 7c716135..06e0669b 100644 --- a/frontend/src/locale/jp.json +++ b/frontend/src/locale/jp.json @@ -50,7 +50,8 @@ "medium": "中", "high": "高", "unlimited": "無制限", - "default": "デフォルト" + "default": "デフォルト", + "add": "追加" }, "documents": { "label": "ドキュメント", diff --git a/frontend/src/locale/ru.json b/frontend/src/locale/ru.json index 3ec75bfb..610faf69 100644 --- a/frontend/src/locale/ru.json +++ b/frontend/src/locale/ru.json @@ -50,7 +50,8 @@ "medium": "Средний", "high": "Высокий", "unlimited": "Без ограничений", - "default": "По умолчанию" + "default": "По умолчанию", + "add": "Добавить" }, "documents": { "title": "Эта таблица содержит все документы, которые доступны вам и те, которые вы загрузили", diff --git a/frontend/src/locale/zh-TW.json b/frontend/src/locale/zh-TW.json index eb0240a0..e723b866 100644 --- a/frontend/src/locale/zh-TW.json +++ b/frontend/src/locale/zh-TW.json @@ -50,7 +50,8 @@ "medium": "中", "high": "高", "unlimited": "無限制", - "default": "預設" + "default": "預設", + "add": "添加" }, "documents": { "title": "此表格包含所有可供您使用的文件以及您上傳的文件", diff --git a/frontend/src/locale/zh.json b/frontend/src/locale/zh.json index 245333c3..d34564fb 100644 --- a/frontend/src/locale/zh.json +++ b/frontend/src/locale/zh.json @@ -50,7 +50,8 @@ "medium": "中", "high": "高", "unlimited": "无限", - "default": "默认" + "default": "默认", + "add": "添加" }, "documents": { "title": "此表格包含所有可供您使用的文档以及您上传的文档", diff --git a/frontend/src/settings/General.tsx b/frontend/src/settings/General.tsx index 86c4f4ab..415f1aaf 100644 --- a/frontend/src/settings/General.tsx +++ b/frontend/src/settings/General.tsx @@ -82,9 +82,13 @@ export default function General() { changeLanguage(selectedLanguage?.value); }, [selectedLanguage, changeLanguage]); return ( -