diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 14:59:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 15:20:21 +0200 |
commit | 42c9ed19e8ba31217c7590a3ed4ba2f064401853 (patch) | |
tree | 95369b6a7fec0d3e5ceb84335babb7b7fa6a1dac /zh_TW/messages | |
parent | 4ed5ff94aa6a43f9a048d6af198b2f1ac8ee6210 (diff) | |
download | k3b-i18n-42c9ed19e8ba31217c7590a3ed4ba2f064401853.tar.gz k3b-i18n-42c9ed19e8ba31217c7590a3ed4ba2f064401853.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 51985a69cffcfd6b5ac04562220494becbc0107b)
Diffstat (limited to 'zh_TW/messages')
-rw-r--r-- | zh_TW/messages/k3b.po | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/zh_TW/messages/k3b.po b/zh_TW/messages/k3b.po index 412d4c6..1917363 100644 --- a/zh_TW/messages/k3b.po +++ b/zh_TW/messages/k3b.po @@ -1623,7 +1623,7 @@ msgid "" "_n: Mixed CD (1 track and %1)\n" "Mixed CD (%n tracks and %1)" msgstr "" -"_n: 1 track (%1)\n" +"1 track (%1)\n" "%n tracks (%1)" #: k3bstatusbarmanager.cpp:216 @@ -2748,7 +2748,7 @@ msgid "" "_n: %n track\n" "%n tracks" msgstr "" -"_n: %n 個音軌\n" +"%n 個音軌\n" "%n 個音軌" #: misc/k3bcdimagewritingdialog.cpp:731 @@ -5732,7 +5732,7 @@ msgid "" "_n: 1 track (%1)\n" "%n tracks (%1)" msgstr "" -"_n: 1 track (%1)\n" +"1 track (%1)\n" "%n tracks (%1)" #: rip/k3baudioconvertingoptionwidget.cpp:107 @@ -6445,7 +6445,7 @@ msgid "" "_n: %n title\n" "%n titles" msgstr "" -"_n: 1 title\n" +"1 title\n" "%n titles" #: rip/videodvd/k3bvideodvdrippingview.cpp:128 @@ -9509,7 +9509,7 @@ msgstr "" #~ "_n: 1 title\n" #~ "%n titles" #~ msgstr "" -#~ "_n: 1 title\n" +#~ "1 title\n" #~ "%n titles" #, fuzzy @@ -10461,7 +10461,7 @@ msgstr "" #~ "_n: Creating 1 copy\n" #~ "Creating %n copies" #~ msgstr "" -#~ "_n: 建立 1 DVD 複製\n" +#~ "建立 1 DVD 複製\n" #~ "建立 %n DVD 複製" #~ msgid "Short View" @@ -10751,7 +10751,7 @@ msgstr "" #~ "_n: %n copy successfully created\n" #~ "%n copies successfully created" #~ msgstr "" -#~ "_n: %n copy successfully created\n" +#~ "%n copy successfully created\n" #~ "%n 的複製成功地被建立了" #, fuzzy @@ -10928,7 +10928,7 @@ msgstr "" #~ "_n: Converting 1 audio file\n" #~ "Converting %n audio files" #~ msgstr "" -#~ "_n: in 1 file\n" +#~ "in 1 file\n" #~ "in %n files" #, fuzzy @@ -12312,7 +12312,7 @@ msgstr "" #~ "_n: 1 block\n" #~ "%n blocks" #~ msgstr "" -#~ "_n: 1 block\n" +#~ "1 block\n" #~ "%n blocks" #~ msgid "Disk is empty" |