translation of all project, and new translation mechanism

This commit is contained in:
2026-09-03 09:18:48 +03:00
parent 00e7c957e4
commit 01af372ef2
32 changed files with 2813 additions and 537 deletions
+3 -3
View File
@@ -47,7 +47,7 @@ Dialog {
backend.finishMicrosoftLogin(info.code)
} else {
backend.cancelMicrosoftLogin()
msLogin.failed(info.error !== "" ? info.error : "Вход в Microsoft не завершён")
msLogin.failed(info.error !== "" ? info.error : Loc.t.auth.msa.error.incomplete)
}
}
@@ -62,7 +62,7 @@ Dialog {
implicitHeight: 52
Text {
anchors.centerIn: parent
text: "Вход в аккаунт Microsoft"
text: Loc.t.auth.msa.title.signIn
color: "#ffffff"
font.pixelSize: 17
font.bold: true
@@ -110,7 +110,7 @@ Dialog {
}
Button {
anchors.centerIn: parent
text: "Отмена"
text: Loc.t.common.button.cancel
width: 110; height: 36
contentItem: Text {
text: parent.text