Fix plural form of translations.

The leading '_n: ' should not be part of the translations.
master
TDE Gitea 2 weeks ago committed by TDE Gitea
parent 4272349838
commit 559e649868

@ -65,7 +65,7 @@ msgid ""
"_n: Remove all variables (1 variable)\n"
"Remove all variables (%n variables)"
msgstr ""
"_n: 移除所有变量 (一个变量)\n"
"移除所有变量 (一个变量)\n"
"移除所有变量 (%n 个变量)"
#: abakuslistview.cpp:200
@ -78,7 +78,7 @@ msgid ""
"_n: Remove all functions (1 function)\n"
"Remove all functions (%n functions)"
msgstr ""
"_n: 移除所有函数 (一个函数)\n"
"移除所有函数 (一个函数)\n"
"移除所有函数 (%n 个函数)"
#: mainwindow.cpp:69

Loading…
Cancel
Save