change list names for marking drop-down
This commit is contained in:
@@ -17,19 +17,19 @@ export default function DropDownList() {
|
|||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
{
|
{
|
||||||
name: 'photo-marking',
|
name: 'images',
|
||||||
href: '/pages/marking-images'
|
href: '/pages/marking-images'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'video-marking',
|
name: 'videos',
|
||||||
href: '/pages/marking-video'
|
href: '/pages/marking-video'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'audio-marking',
|
name: 'audios',
|
||||||
href: '/pages/marking-audio'
|
href: '/pages/marking-audio'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'document-marking',
|
name: 'documents-few',
|
||||||
href: '/pages/marking-document'
|
href: '/pages/marking-document'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -365,7 +365,8 @@
|
|||||||
"search-protected-content": "Search for protected content",
|
"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",
|
"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?",
|
"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": {
|
"Login-register-form": {
|
||||||
"and": "and",
|
"and": "and",
|
||||||
|
|||||||
@@ -365,7 +365,8 @@
|
|||||||
"search-protected-content": "Поиск защищенного контента",
|
"search-protected-content": "Поиск защищенного контента",
|
||||||
"search-title-description": "Загрузите файл для поиска похожего защищенного контента в вашей библиотеке и в интернете",
|
"search-title-description": "Загрузите файл для поиска похожего защищенного контента в вашей библиотеке и в интернете",
|
||||||
"how-does-search-work": "Как работает поиск?",
|
"how-does-search-work": "Как работает поиск?",
|
||||||
"search-info-description-text": "Наша система анализирует загруженный файл и сравнивает его с вашими защищенными файлами, используя алгоритмы компьютерного зрения и цифровых отпечатков."
|
"search-info-description-text": "Наша система анализирует загруженный файл и сравнивает его с вашими защищенными файлами, используя алгоритмы компьютерного зрения и цифровых отпечатков.",
|
||||||
|
"documents-few": "Документов"
|
||||||
},
|
},
|
||||||
"Login-register-form": {
|
"Login-register-form": {
|
||||||
"and": "и",
|
"and": "и",
|
||||||
|
|||||||
Reference in New Issue
Block a user