chore: add translations for ru (#2285)

* chore: add translations for ru

* chore: text fixes
This commit is contained in:
vkamn
2026-02-27 19:00:31 +07:00
committed by GitHub
parent 9164e38c34
commit 7ad6bc340c
3 changed files with 320 additions and 314 deletions

View File

@@ -78,6 +78,7 @@ set(AMNEZIAVPN_TS_FILES
) )
file(GLOB_RECURSE AMNEZIAVPN_TS_SOURCES *.qrc *.cpp *.h *.ui) file(GLOB_RECURSE AMNEZIAVPN_TS_SOURCES *.qrc *.cpp *.h *.ui)
list(FILTER AMNEZIAVPN_TS_SOURCES EXCLUDE REGEX "qtgamepad/examples")
qt_create_translation(AMNEZIAVPN_QM_FILES ${AMNEZIAVPN_TS_SOURCES} ${AMNEZIAVPN_TS_FILES}) qt_create_translation(AMNEZIAVPN_QM_FILES ${AMNEZIAVPN_TS_SOURCES} ${AMNEZIAVPN_TS_FILES})

File diff suppressed because it is too large Load Diff

View File

@@ -178,7 +178,7 @@ PageType {
Layout.margins: 16 Layout.margins: 16
text: qsTr("News Notification") text: qsTr("News Notification")
descriptionText: qsTr("Show notification icon when has unread news") descriptionText: qsTr("Show a notification icon for unread news")
checked: SettingsController.isNewsNotificationsEnabled() checked: SettingsController.isNewsNotificationsEnabled()
onToggled: function() { onToggled: function() {