Fix plural form of translations.

The leading '_n: ' should not be part of the translations.
master
TDE Gitea 3 days ago committed by TDE Gitea
parent da7fe5b131
commit 17f2c8049a

@ -559,7 +559,7 @@ msgid ""
"_n: There is currently a transfer running.\n" "_n: There is currently a transfer running.\n"
"There are currently %n transfers running." "There are currently %n transfers running."
msgstr "" msgstr ""
"_n: ამჟამად მიმდინარეობს გადაცემა.\n" "ამჟამად მიმდინარეობს გადაცემა.\n"
"ამჟამად მიმდინარეობს %n გადაცემა." "ამჟამად მიმდინარეობს %n გადაცემა."
#: src/mainwindow.cpp:243 #: src/mainwindow.cpp:243
@ -981,7 +981,7 @@ msgid ""
"_n: Do you really want to delete this item?\n" "_n: Do you really want to delete this item?\n"
"Do you really want to delete these %n items?" "Do you really want to delete these %n items?"
msgstr "" msgstr ""
"_n: მართლა გნებავთ ამ ელემენტის წაშლა?\n" "მართლა გნებავთ ამ ელემენტის წაშლა?\n"
"მართლა გნებავთ ამ %n ელემენტის წაშლა?" "მართლა გნებავთ ამ %n ელემენტის წაშლა?"
#: src/widgets/browser/actions.cpp:373 #: src/widgets/browser/actions.cpp:373

Loading…
Cancel
Save