change list names for marking drop-down

This commit is contained in:
smanylov
2026-03-24 18:27:16 +07:00
parent 2982741558
commit f4b4f4bafb
3 changed files with 8 additions and 6 deletions
+4 -4
View File
@@ -17,19 +17,19 @@ export default function DropDownList() {
const links = [
{
name: 'photo-marking',
name: 'images',
href: '/pages/marking-images'
},
{
name: 'video-marking',
name: 'videos',
href: '/pages/marking-video'
},
{
name: 'audio-marking',
name: 'audios',
href: '/pages/marking-audio'
},
{
name: 'document-marking',
name: 'documents-few',
href: '/pages/marking-document'
}
];
+2 -1
View File
@@ -365,7 +365,8 @@
"search-protected-content": "Search for protected content",
"search-title-description": "Upload a file to search for similar protected content in your library and on the web",
"how-does-search-work": "How does search work?",
"search-info-description-text": "Our system analyzes the uploaded file and compares it with your protected files, using computer vision and digital fingerprinting algorithms."
"search-info-description-text": "Our system analyzes the uploaded file and compares it with your protected files, using computer vision and digital fingerprinting algorithms.",
"documents-few": "Documents"
},
"Login-register-form": {
"and": "and",
+2 -1
View File
@@ -365,7 +365,8 @@
"search-protected-content": "Поиск защищенного контента",
"search-title-description": "Загрузите файл для поиска похожего защищенного контента в вашей библиотеке и в интернете",
"how-does-search-work": "Как работает поиск?",
"search-info-description-text": "Наша система анализирует загруженный файл и сравнивает его с вашими защищенными файлами, используя алгоритмы компьютерного зрения и цифровых отпечатков."
"search-info-description-text": "Наша система анализирует загруженный файл и сравнивает его с вашими защищенными файлами, используя алгоритмы компьютерного зрения и цифровых отпечатков.",
"documents-few": "Документов"
},
"Login-register-form": {
"and": "и",