Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
thecybernanny-webapp
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asranov0003
thecybernanny-webapp
Commits
e0e7ca6d
Commit
e0e7ca6d
authored
Oct 01, 2025
by
asranov0003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: disableAutoSubscription text
parent
9ff5f1a8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
6 deletions
+14
-6
en.json
src/locales/en/en.json
+3
-1
ru.json
src/locales/ru/ru.json
+3
-1
uz.json
src/locales/uz/uz.json
+3
-1
Settings.tsx
src/pages/Settings/Settings.tsx
+5
-3
No files found.
src/locales/en/en.json
View file @
e0e7ca6d
...
...
@@ -128,7 +128,9 @@
"deleteMedia"
:
"Delete media"
,
"deleteMediaDesc"
:
"Are you sure you want to delete all media files?"
,
"unsubscribe"
:
"Unsubscribe"
,
"unsubscribeDesc"
:
"Are you sure you want to unsubscribe?"
"unsubscribeDesc"
:
"Are you sure you want to unsubscribe?"
,
"disableAutoSubscription"
:
"Disable auto-subscription"
,
"autoSubscriptionDesc"
:
"Are you sure you want to disable auto-subscription?"
},
"permissions"
:
{
"title"
:
"Permissions"
,
...
...
src/locales/ru/ru.json
View file @
e0e7ca6d
...
...
@@ -128,7 +128,9 @@
"deleteMedia"
:
"Удалить медиа"
,
"deleteMediaDesc"
:
"Вы действительно хотите удалить все медиа-файлы?"
,
"unsubscribe"
:
"Отписаться"
,
"unsubscribeDesc"
:
"Вы уверены, что хотите отписаться?"
"unsubscribeDesc"
:
"Вы уверены, что хотите отписаться?"
,
"disableAutoSubscription"
:
"Отключить автоподписку"
,
"autoSubscriptionDesc"
:
"Вы уверены, что хотите отключить автоподписку?"
},
"permissions"
:
{
"title"
:
"Разрешения"
,
...
...
src/locales/uz/uz.json
View file @
e0e7ca6d
...
...
@@ -128,7 +128,9 @@
"deleteMedia"
:
"Media fayllarni o'chirish"
,
"deleteMediaDesc"
:
"Siz haqiqatan ham barcha media fayllarni o'chirmoqchimisiz?"
,
"unsubscribe"
:
"Obunani bekor qilish"
,
"unsubscribeDesc"
:
"Obunani bekor qilishni xohlaysizmi?"
"unsubscribeDesc"
:
"Obunani bekor qilishni xohlaysizmi?"
,
"disableAutoSubscription"
:
"O'chirish avtomatik obuna"
,
"autoSubscriptionDesc"
:
"Siz haqiqatan ham avtomatik obunani o'chirishni xohlaysizmi?"
},
"permissions"
:
{
"title"
:
"Ruxsatlar"
,
...
...
src/pages/Settings/Settings.tsx
View file @
e0e7ca6d
...
...
@@ -353,7 +353,7 @@ const Settings: React.FC = () => {
onClick=
{
toggleIsOpenUnsubscribeModal
}
>
<
MdOutlineCreditCardOff
className=
"settings__content__action__icon"
/>
{
t
(
"settings.
unsubscribe
"
)
}
{
t
(
"settings.
disableAutoSubscription
"
)
}
</
div
>
)
}
...
...
@@ -518,9 +518,11 @@ const Settings: React.FC = () => {
onToggle=
{
toggleIsOpenUnsubscribeModal
}
content=
{
<
div
className=
"modal__box"
>
<
h3
className=
"modal__box__title"
>
{
t
(
"settings.unsubscribe"
)
}
</
h3
>
<
h3
className=
"modal__box__title"
>
{
t
(
"settings.disableAutoSubscription"
)
}
</
h3
>
<
p
style=
{
{
textAlign
:
"center"
}
}
>
{
t
(
"settings.
unsubscribe
Desc"
)
}
{
t
(
"settings.
autoSubscription
Desc"
)
}
</
p
>
<
div
className=
"modal__box__actions"
>
<
CButton
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment