This commit is contained in:
MrMirDan 2025-05-19 17:53:48 +03:00
parent f443b3fc00
commit 8b1b570abe
3 changed files with 5 additions and 5 deletions

View file

@ -74,7 +74,7 @@ QString errorString(ErrorCode code) {
case (ErrorCode::ApiServicesMissingError): errorMessage = QObject::tr("Missing list of available services"); break;
case (ErrorCode::ApiConfigLimitError): errorMessage = QObject::tr("The limit of allowed configurations per subscription has been exceeded"); break;
case (ErrorCode::ApiNotFoundError): errorMessage = QObject::tr("Error when retrieving configuration from API"); break;
case (ErrorCode::ApiMigrationError): errorMessage = QObject::tr("A migration error occurred. Please contact our technical support"); break;
case (ErrorCode::ApiMigrationError): errorMessage = QObject::tr("A migration error has occurred. Please contact our technical support"); break;
// QFile errors
case(ErrorCode::OpenError): errorMessage = QObject::tr("QFile error: The file could not be opened"); break;

View file

@ -2424,7 +2424,7 @@ Thank you for staying with us!</source>
</message>
<message>
<location filename="../ui/qml/Pages2/PageSettingsKillSwitch.qml" line="88"/>
<source>Internet connection is blocked even if VPN was turned off manually or not started</source>
<source>Internet connection is blocked even when VPN is turned off manually or hasn't started</source>
<translation>Доступ в интернет блокируется, даже если VPN отключен вручную или не был запущен</translation>
</message>
<message>
@ -2454,8 +2454,8 @@ Thank you for staying with us!</source>
</message>
<message>
<location filename="../ui/qml/Pages2/PageSettingsKillSwitch.qml" line="114"/>
<source>DNS servers listed here will be excluded from KillSwitch restrictions and remain accessible when KillSwitch is active.</source>
<translation>DNS-серверы из списка будут доступны при срабатывании Kill Switch и останутся доступными при активном KillSwitch.</translation>
<source>DNS servers listed here will remain accessible when KillSwitch is active.</source>
<translation>DNS-серверы из этого списка останутся доступными при активном KillSwitch.</translation>
</message>
</context>
<context>

View file

@ -111,7 +111,7 @@ PageType {
enabled: true
text: qsTr("DNS Exceptions")
descriptionText: qsTr("DNS servers listed here will be excluded from KillSwitch restrictions and remain accessible when KillSwitch is active.")
descriptionText: qsTr("DNS servers listed here will remain accessible when KillSwitch is active.")
rightImageSource: "qrc:/images/controls/chevron-right.svg"
clickedFunction: function() {