File tree Expand file tree Collapse file tree
plugins/login-gesture/translations Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ build*/
1818* .core
1919* .autosave
2020* .user *
21+ obj-x86_64-linux-gnu /*
2122
2223# qm file is auto generate from .ts file
2324* .qm
Original file line number Diff line number Diff line change 4747 </message >
4848 <message >
4949 <source >Device is locked, unlocked after %1 minutes</source >
50- <translation type = " unfinished " / >
50+ <translation >El dispositivo está bloqueado, se desbloqueará después de %1 minutos.</ translation >
5151 </message >
5252 <message >
5353 <source >Modify gesture password</source >
6363 </message >
6464 <message >
6565 <source >Drawing error, Contact the administrator to reset</source >
66- <translation type = " unfinished " / >
66+ <translation >Dibujo incorrecto. Contacte con el administrador para restablecerlo.</ translation >
6767 </message >
6868 <message >
6969 <source >Cancel</source >
70- <translation type = " unfinished " / >
70+ <translation >Cancelar</ translation >
7171 </message >
7272 <message >
7373 <source >Ok</source >
74- <translation type = " unfinished " / >
74+ <translation >Aceptar</ translation >
7575 </message >
7676 <message >
7777 <source >Drawing error, %1 chances left. Contact the administrator to reset</source >
78- <translation type = " unfinished " / >
78+ <translation >Dibujo incorrecto, quedan 1 oportunidad. Contacta con el administrador para reiniciar.</ translation >
7979 </message >
8080 <message >
8181 <source >Setup completed Start unlock</source >
Original file line number Diff line number Diff line change 1- // SPDX-FileCopyrightText: 2021 - 2022 UnionTech Software Technology Co., Ltd.
1+ // SPDX-FileCopyrightText: 2021 - 2026 UnionTech Software Technology Co., Ltd.
22//
33// SPDX-License-Identifier: GPL-3.0-or-later
44
@@ -32,7 +32,8 @@ void AuthFace::initUI()
3232 /* 文案提示 */
3333 m_textLabel->setText (tr (" Face ID" ));
3434 m_textLabel->setWordWrap (true );
35- mainLayout->addWidget (m_textLabel, 1 , Qt::AlignHCenter);
35+ m_textLabel->setAlignment (Qt::AlignmentFlag::AlignCenter);
36+ mainLayout->addWidget (m_textLabel, 1 );
3637 /* 认证状态 */
3738 m_authStateLabel = new DLabel (this );
3839 m_authStateLabel->installEventFilter (this );
Original file line number Diff line number Diff line change 200200 <name >AuthWidget</name >
201201 <message >
202202 <source >Account</source >
203- <translation >Conta </translation >
203+ <translation >Contas </translation >
204204 </message >
205205 <message numerus =" yes" >
206206 <source >Your password will expire in %n days, please change it timely</source >
You can’t perform that action at this time.
0 commit comments