Fix plural form of translations.

The leading '_n: ' should not be part of the translations.
pull/48/head
TDE Gitea 10 months ago committed by TDE Gitea
parent d007683759
commit 587622eab1

@ -349,7 +349,7 @@ msgid ""
"_n: <nobr><qt>You will be automatically logged out in 1 second</qt></nobr>\n"
"<nobr><qt>You will be automatically logged out in %n seconds</qt></nobr>"
msgstr ""
"_n: <nobr><qt>1 秒后将自动注销您的会话</qt></nobr>\n"
"<nobr><qt>1 秒后将自动注销您的会话</qt></nobr>\n"
"<nobr><qt>%n 秒后将自动注销您的会话</qt></nobr>"
#: lock/lockdlg.cpp:123 lock/sakdlg.cpp:76

Loading…
Cancel
Save