Refactoring/change application text (#687)

Changing some texts
This commit is contained in:
Shehab Ahmed 2024-03-26 20:05:04 +02:00 committed by GitHub
parent 7730dd510c
commit 5f631eaa76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 1814 additions and 1657 deletions

View file

@ -63,22 +63,18 @@ PageType {
HeaderType {
Layout.fillWidth: true
headerText: qsTr("Backup")
headerText: qsTr("Back up your configuration")
descriptionText: qsTr("You can save your settings to a backup file to restore them the next time you install the application.")
}
ListItemTitleType {
WarningType {
Layout.topMargin: 16
Layout.fillWidth: true
Layout.topMargin: 10
text: qsTr("Configuration backup")
}
textString: qsTr("The backup will contain your passwords and private keys for all servers added " +
"to AmneziaVPN. Keep this information in a secure place.")
CaptionTextType {
Layout.fillWidth: true
Layout.topMargin: -12
text: qsTr("You can save your settings to a backup file to restore them the next time you install the application.")
color: "#878B91"
iconPath: "qrc:/images/controls/alert-circle.svg"
}
BasicButtonType {