mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
update: text and RU translation
This commit is contained in:
@@ -199,7 +199,7 @@ PageType {
|
|||||||
QtObject {
|
QtObject {
|
||||||
id: hintObject
|
id: hintObject
|
||||||
|
|
||||||
property string title: root.isChangingPassword ? qsTr("New hint password (optional)") : qsTr("Password hint")
|
property string title: root.isChangingPassword ? qsTr("New password hint (optional)") : qsTr("Password hint")
|
||||||
readonly property string placeholderContent: ""
|
readonly property string placeholderContent: ""
|
||||||
property string imageSource: ""
|
property string imageSource: ""
|
||||||
property bool hideContent: false
|
property bool hideContent: false
|
||||||
|
|||||||
@@ -55,8 +55,9 @@ PageType {
|
|||||||
Layout.rightMargin: 16
|
Layout.rightMargin: 16
|
||||||
|
|
||||||
headerText: root.isChangingPassword ? qsTr("Confirm new password") : qsTr("Confirm password")
|
headerText: root.isChangingPassword ? qsTr("Confirm new password") : qsTr("Confirm password")
|
||||||
descriptionText: root.isChangingPassword ? qsTr("") : qsTr("If you forget your password, you'll have to reset all app settings to reset it."
|
descriptionText: root.isChangingPassword ? qsTr("") : qsTr("If the password is forgotten, it cant be recovered. "
|
||||||
+ " Encrypted files will remain encrypted")
|
+ "To reset the password, the app settings must be reset.\n"
|
||||||
|
+ "Encrypted files can only be opened with the password used to encrypt them")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -73,8 +73,9 @@ PageType {
|
|||||||
id: indicator
|
id: indicator
|
||||||
|
|
||||||
visible: SettingsController.isFileEncryptionEnabled()
|
visible: SettingsController.isFileEncryptionEnabled()
|
||||||
|
linkEnabled: true
|
||||||
|
|
||||||
textString: qsTr("Encryption enabled. Learn more")
|
textString: qsTr("Encryption enabled.")
|
||||||
iconPath: "qrc:/images/controls/lock-locked.svg"
|
iconPath: "qrc:/images/controls/lock-locked.svg"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user