text zu deutsch geändert
This commit is contained in:
parent
27c8a2eaad
commit
e883a7c7c8
1 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ Page {
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
id: tiuname
|
id: tiuname
|
||||||
placeholderText: "Username"
|
placeholderText: "Benutzername"
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
Keys.onReturnPressed: login(tiuname.text, tipasswd.text, cBperm.checked)
|
Keys.onReturnPressed: login(tiuname.text, tipasswd.text, cBperm.checked)
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
@ -66,7 +66,7 @@ Page {
|
||||||
TextField {
|
TextField {
|
||||||
id: tipasswd
|
id: tipasswd
|
||||||
echoMode: TextInput.Password
|
echoMode: TextInput.Password
|
||||||
placeholderText: "Password"
|
placeholderText: "Passwort"
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
Keys.onReturnPressed: login(tiuname.text, tipasswd.text, cBperm.checked)
|
Keys.onReturnPressed: login(tiuname.text, tipasswd.text, cBperm.checked)
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
@ -75,7 +75,7 @@ Page {
|
||||||
|
|
||||||
CheckDelegate {
|
CheckDelegate {
|
||||||
id: cBperm
|
id: cBperm
|
||||||
text: qsTr("Stay logged in")
|
text: qsTr("Angemeldet bleiben")
|
||||||
checked: true
|
checked: true
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue