remove sms notification, add for document-marking title and title-description translate
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "no-copy-frontend",
|
||||
"version": "0.41.0",
|
||||
"version": "0.42.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev -p 2999",
|
||||
|
||||
@@ -26,8 +26,8 @@ export default async function Page() {
|
||||
return (
|
||||
<div>
|
||||
<PageTitleColorFrame
|
||||
title="audio-protection"
|
||||
description="multi-layered-protection-for-your-audios"
|
||||
title="document-protection"
|
||||
description="multi-layered-protection-for-your-document"
|
||||
/>
|
||||
<ProtectionStatistic fileType={FILE_TYPE} />
|
||||
<UploadSectionFile
|
||||
|
||||
@@ -40,11 +40,6 @@ export default function SettingReferralProgram() {
|
||||
<label>Email уведомления о новых рефералах</label>
|
||||
</div>
|
||||
|
||||
<div className="checkbox-group">
|
||||
<input type="checkbox" name="sms_notifications" defaultValue="1" />
|
||||
<label>SMS уведомления о выплатах</label>
|
||||
</div>
|
||||
|
||||
<div className="checkbox-group">
|
||||
<input type="checkbox" name="marketing_emails" defaultValue="1" />
|
||||
<label>Маркетинговые рассылки о программе</label>
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
"save-changes": "Save changes",
|
||||
"video-protection": "Video protection",
|
||||
"audio-protection": "Audio protection",
|
||||
"document-protection": "Document protection",
|
||||
"notifications-and-monitoring": "Notifications and Monitoring",
|
||||
"email-notifications": "Email Notifications",
|
||||
"receive-violation-notifications-on-email": "Receive violation notifications via email",
|
||||
@@ -174,6 +175,7 @@
|
||||
"multi-layered-protection-for-your-images": "Multi-layered image content protection with invisible watermarks",
|
||||
"multi-layered-protection-for-your-audios": "Multi-layered audio content protection with invisible watermarks",
|
||||
"multi-layered-protection-for-your-videos": "Multi-layered video content protection with invisible watermarks",
|
||||
"multi-layered-protection-for-your-document": "Multi-layered PDF document content protection with invisible watermarks",
|
||||
"my-content-description": "Managing protected files and copyright control",
|
||||
"monitoring-copyright-infringements": "Monitoring copyright infringements",
|
||||
"monitoring-copyright-infringements-description": "Monitor and manage copyright infringement of your protected content online",
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
"save-changes": "Сохранить изменения",
|
||||
"video-protection": "Защита видео",
|
||||
"audio-protection": "Защита аудио",
|
||||
"document-protection": "Защита документов",
|
||||
"notifications-and-monitoring": "Уведомления и мониторинг",
|
||||
"email-notifications": "Email уведомления",
|
||||
"receive-violation-notifications-on-email": "Получать уведомления о нарушениях на email",
|
||||
@@ -174,6 +175,7 @@
|
||||
"multi-layered-protection-for-your-images": "Многослойная защита изображений с невидимыми водяными знаками",
|
||||
"multi-layered-protection-for-your-audios": "Многослойная защита аудиоконтента с невидимыми водяными знаками",
|
||||
"multi-layered-protection-for-your-videos": "Многослойная защита видеоконтента с невидимыми водяными знаками",
|
||||
"multi-layered-protection-for-your-document": "Многослойная защита PDF документов с невидимыми водяными знаками",
|
||||
"my-content-description": "Управление защищенными файлами и контролем авторских прав",
|
||||
"monitoring-copyright-infringements": "Мониторинг нарушений авторских прав",
|
||||
"monitoring-copyright-infringements-description": "Отслеживание и управление нарушениями авторских прав на ваш защищенный контент в интернете",
|
||||
|
||||
Reference in New Issue
Block a user