diff --git a/plugins/document-assets/lang/en.json b/plugins/document-assets/lang/en.json index f6fadaba58..5618afd99a 100644 --- a/plugins/document-assets/lang/en.json +++ b/plugins/document-assets/lang/en.json @@ -57,6 +57,7 @@ "ReassignToDoConfirm": "Do you want to change Todo assignee? The Todo will be removed from the current assignee's planning.", "Icon": "Icon", "Color": "Color", - "RoleLabel": "Role: {role}" + "RoleLabel": "Role: {role}", + "Embeddings": "Embeddings" } } \ No newline at end of file diff --git a/plugins/document-assets/lang/ru.json b/plugins/document-assets/lang/ru.json index 6afc0edac6..aaaeca73f9 100644 --- a/plugins/document-assets/lang/ru.json +++ b/plugins/document-assets/lang/ru.json @@ -57,6 +57,7 @@ "ReassignToDoConfirm": "Вы хотите изменить исполнителя Todo? Todo будет удалена из планирования текущего исполнителя.", "Icon": "Иконка", "Color": "Цвет", - "RoleLabel": "Роль: {role}" + "RoleLabel": "Роль: {role}", + "Embeddings": "Вложения" } } \ No newline at end of file