remove sms notification, add for document-marking title and title-description translate

This commit is contained in:
smanylov
2026-02-17 12:41:38 +07:00
parent 84bf085453
commit 0c20109254
5 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "no-copy-frontend", "name": "no-copy-frontend",
"version": "0.41.0", "version": "0.42.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev -p 2999", "dev": "next dev -p 2999",
@@ -26,8 +26,8 @@ export default async function Page() {
return ( return (
<div> <div>
<PageTitleColorFrame <PageTitleColorFrame
title="audio-protection" title="document-protection"
description="multi-layered-protection-for-your-audios" description="multi-layered-protection-for-your-document"
/> />
<ProtectionStatistic fileType={FILE_TYPE} /> <ProtectionStatistic fileType={FILE_TYPE} />
<UploadSectionFile <UploadSectionFile
@@ -40,11 +40,6 @@ export default function SettingReferralProgram() {
<label>Email уведомления о новых рефералах</label> <label>Email уведомления о новых рефералах</label>
</div> </div>
<div className="checkbox-group">
<input type="checkbox" name="sms_notifications" defaultValue="1" />
<label>SMS уведомления о выплатах</label>
</div>
<div className="checkbox-group"> <div className="checkbox-group">
<input type="checkbox" name="marketing_emails" defaultValue="1" /> <input type="checkbox" name="marketing_emails" defaultValue="1" />
<label>Маркетинговые рассылки о программе</label> <label>Маркетинговые рассылки о программе</label>
+2
View File
@@ -86,6 +86,7 @@
"save-changes": "Save changes", "save-changes": "Save changes",
"video-protection": "Video protection", "video-protection": "Video protection",
"audio-protection": "Audio protection", "audio-protection": "Audio protection",
"document-protection": "Document protection",
"notifications-and-monitoring": "Notifications and Monitoring", "notifications-and-monitoring": "Notifications and Monitoring",
"email-notifications": "Email Notifications", "email-notifications": "Email Notifications",
"receive-violation-notifications-on-email": "Receive violation notifications via email", "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-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-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-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", "my-content-description": "Managing protected files and copyright control",
"monitoring-copyright-infringements": "Monitoring copyright infringements", "monitoring-copyright-infringements": "Monitoring copyright infringements",
"monitoring-copyright-infringements-description": "Monitor and manage copyright infringement of your protected content online", "monitoring-copyright-infringements-description": "Monitor and manage copyright infringement of your protected content online",
+2
View File
@@ -86,6 +86,7 @@
"save-changes": "Сохранить изменения", "save-changes": "Сохранить изменения",
"video-protection": "Защита видео", "video-protection": "Защита видео",
"audio-protection": "Защита аудио", "audio-protection": "Защита аудио",
"document-protection": "Защита документов",
"notifications-and-monitoring": "Уведомления и мониторинг", "notifications-and-monitoring": "Уведомления и мониторинг",
"email-notifications": "Email уведомления", "email-notifications": "Email уведомления",
"receive-violation-notifications-on-email": "Получать уведомления о нарушениях на email", "receive-violation-notifications-on-email": "Получать уведомления о нарушениях на email",
@@ -174,6 +175,7 @@
"multi-layered-protection-for-your-images": "Многослойная защита изображений с невидимыми водяными знаками", "multi-layered-protection-for-your-images": "Многослойная защита изображений с невидимыми водяными знаками",
"multi-layered-protection-for-your-audios": "Многослойная защита аудиоконтента с невидимыми водяными знаками", "multi-layered-protection-for-your-audios": "Многослойная защита аудиоконтента с невидимыми водяными знаками",
"multi-layered-protection-for-your-videos": "Многослойная защита видеоконтента с невидимыми водяными знаками", "multi-layered-protection-for-your-videos": "Многослойная защита видеоконтента с невидимыми водяными знаками",
"multi-layered-protection-for-your-document": "Многослойная защита PDF документов с невидимыми водяными знаками",
"my-content-description": "Управление защищенными файлами и контролем авторских прав", "my-content-description": "Управление защищенными файлами и контролем авторских прав",
"monitoring-copyright-infringements": "Мониторинг нарушений авторских прав", "monitoring-copyright-infringements": "Мониторинг нарушений авторских прав",
"monitoring-copyright-infringements-description": "Отслеживание и управление нарушениями авторских прав на ваш защищенный контент в интернете", "monitoring-copyright-infringements-description": "Отслеживание и управление нарушениями авторских прав на ваш защищенный контент в интернете",