From 152733f66c7d8e247b12a170d63dc5d880054714 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 28 May 2021 11:03:58 +0200 Subject: [PATCH] Fix translation issues sudo apt-get install translate-toolkit junitmsgfmt misc/translator/po/*.po --- misc/translator/po/ar-Arab-messages.po | 40 +++++++++++------------ misc/translator/po/bg-Cyrl-messages.po | 2 +- misc/translator/po/bn-IN-messages.po | 2 +- misc/translator/po/hi-messages.po | 2 +- misc/translator/po/hy-Armn-messages.po | 2 +- misc/translator/po/hyw-Armn-messages.po | 2 +- misc/translator/po/ms-MY-messages.po | 2 +- misc/translator/po/pt-BR-messages.po | 6 ++-- misc/translator/po/pt-PT-messages.po | 4 +-- misc/translator/po/sk-SK-messages.po | 6 ++-- misc/translator/po/te-messages.po | 11 ++++--- misc/translator/po/zh-Hant-TW-messages.po | 2 +- 12 files changed, 41 insertions(+), 40 deletions(-) diff --git a/misc/translator/po/ar-Arab-messages.po b/misc/translator/po/ar-Arab-messages.po index 7c13133f64..9baa6b8206 100644 --- a/misc/translator/po/ar-Arab-messages.po +++ b/misc/translator/po/ar-Arab-messages.po @@ -32,10 +32,10 @@ msgstr "(قم ببحث الحقل {field_name} بالتخطيط {marc_field}.)" #, perl-brace-format msgid "({age} year)" msgid_plural "({age} years)" -msgstr[0] "({age} عاماً)" -msgstr[1] "({age} عاماً)" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "(عام)" +msgstr[1] "(عامان)" +msgstr[2] "({age} أعوام)" +msgstr[3] "({age} عاما)" msgstr[4] "" msgstr[5] "" @@ -162,10 +162,10 @@ msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." msgstr[0] "يوجد اقتراح واحد مؤرشف." msgstr[1] "يوجد {count} اقتراحاً مؤرشفاً." -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +msgstr[2] "يوجد {count} اقتراحاً مؤرشفاً." +msgstr[3] "يوجد {count} اقتراحاً مؤرشفاً." +msgstr[4] "يوجد {count} اقتراحاً مؤرشفاً." +msgstr[5] "يوجد {count} اقتراحاً مؤرشفاً." #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:133 #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:275 @@ -236,10 +236,10 @@ msgid "{count} item" msgid_plural "{count} items" msgstr[0] "{count} مادة" msgstr[1] "{count} مادة" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +msgstr[2] "{count} مادة" +msgstr[3] "{count} مادة" +msgstr[4] "{count} مادة" +msgstr[5] "{count} مادة" #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt:194 #, perl-brace-format @@ -247,10 +247,10 @@ msgid "{count} library limitation" msgid_plural "{count} library limitations" msgstr[0] "{count} حداً للمكتبة" msgstr[1] "{count} حداً للمكتبة" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +msgstr[2] "{count} حداً للمكتبة" +msgstr[3] "{count} حداً للمكتبة" +msgstr[4] "{count} حداً للمكتبة" +msgstr[5] "{count} حداً للمكتبة" #: koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/batch_rm_items.tt:60 #, perl-brace-format @@ -258,7 +258,7 @@ msgid "{title} ({barcode}) was removed from {count} course." msgid_plural "{title} ({barcode}) was removed from {count} courses." msgstr[0] "تمت إزالة {title} ({barcode}) من {count} مقرراً." msgstr[1] "تمت إزالة {title} ({barcode}) من {count} مقرراً." -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +msgstr[2] "تمت إزالة {title} ({barcode}) من {count} مقرراً." +msgstr[3] "تمت إزالة {title} ({barcode}) من {count} مقرراً." +msgstr[4] "تمت إزالة {title} ({barcode}) من {count} مقرراً." +msgstr[5] "تمت إزالة {title} ({barcode}) من {count} مقرراً." diff --git a/misc/translator/po/bg-Cyrl-messages.po b/misc/translator/po/bg-Cyrl-messages.po index b9351a920e..20b8a41348 100644 --- a/misc/translator/po/bg-Cyrl-messages.po +++ b/misc/translator/po/bg-Cyrl-messages.po @@ -163,7 +163,7 @@ msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." msgstr[0] "Има едно архивирано предложение" -msgstr[1] "" +msgstr[1] "Има {count} архивирани предложения" #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:133 #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:275 diff --git a/misc/translator/po/bn-IN-messages.po b/misc/translator/po/bn-IN-messages.po index 6ecbdb611a..2ebdc27957 100644 --- a/misc/translator/po/bn-IN-messages.po +++ b/misc/translator/po/bn-IN-messages.po @@ -206,7 +206,7 @@ msgstr[1] "" msgid "{count} item" msgid_plural "{count} items" msgstr[0] "{count} আইটেম " -msgstr[1] "" +msgstr[1] "{count} আইটেম " #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt:194 #, perl-brace-format diff --git a/misc/translator/po/hi-messages.po b/misc/translator/po/hi-messages.po index 156dba9b68..3d193da9e5 100644 --- a/misc/translator/po/hi-messages.po +++ b/misc/translator/po/hi-messages.po @@ -156,7 +156,7 @@ msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." msgstr[0] "एक संग्रहीत सुझाव है." -msgstr[1] "एक संग्रहीत सुझाव है." +msgstr[1] "{count} संग्रहीत सुझाव हैं।." #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:133 #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:275 diff --git a/misc/translator/po/hy-Armn-messages.po b/misc/translator/po/hy-Armn-messages.po index 72baec898e..6db6c2e55f 100644 --- a/misc/translator/po/hy-Armn-messages.po +++ b/misc/translator/po/hy-Armn-messages.po @@ -155,7 +155,7 @@ msgstr "Պատվեր" msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." -msgstr[0] "Կա արխիվացված մեկ առաջարկ:" +msgstr[0] "Կան {count} արխիվացված առաջարկ" #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:133 #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:275 diff --git a/misc/translator/po/hyw-Armn-messages.po b/misc/translator/po/hyw-Armn-messages.po index b880df0bd4..8532e8fc23 100644 --- a/misc/translator/po/hyw-Armn-messages.po +++ b/misc/translator/po/hyw-Armn-messages.po @@ -70,7 +70,7 @@ msgstr[0] "{count} նյութերը" msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." -msgstr[0] "Կա արխիվացված մեկ առաջարկ:" +msgstr[0] "Կան {count} արխիվացված առաջարկ" #: koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt:1 msgctxt "patron restriction created on" diff --git a/misc/translator/po/ms-MY-messages.po b/misc/translator/po/ms-MY-messages.po index ec3961556a..794fb62419 100644 --- a/misc/translator/po/ms-MY-messages.po +++ b/misc/translator/po/ms-MY-messages.po @@ -156,7 +156,7 @@ msgstr "Tempahan" msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." -msgstr[0] "Terdapat satu cadangan dalam arkid" +msgstr[0] "Terdapat cadangan {count} dalam arkid" #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:133 #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:275 diff --git a/misc/translator/po/pt-BR-messages.po b/misc/translator/po/pt-BR-messages.po index e2eca85907..b3a2a44123 100644 --- a/misc/translator/po/pt-BR-messages.po +++ b/misc/translator/po/pt-BR-messages.po @@ -159,7 +159,7 @@ msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." msgstr[0] "Existe uma sugestão arquivada." -msgstr[1] "Existem sugestões arquivadas." +msgstr[1] "Existem {count} sugestões arquivadas." #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:133 #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:275 @@ -223,5 +223,5 @@ msgstr[1] "{count} limitações da biblioteca" #, perl-brace-format msgid "{title} ({barcode}) was removed from {count} course." msgid_plural "{title} ({barcode}) was removed from {count} courses." -msgstr[0] "{title} ({barcode}) foi removido do curso {count}." -msgstr[1] "" +msgstr[0] "{title} ({barcode}) foi removido do {count} curso." +msgstr[1] "{title} ({barcode}) foi removido do {count} cursos." diff --git a/misc/translator/po/pt-PT-messages.po b/misc/translator/po/pt-PT-messages.po index 1faf45badc..49cb3c75d6 100644 --- a/misc/translator/po/pt-PT-messages.po +++ b/misc/translator/po/pt-PT-messages.po @@ -159,8 +159,8 @@ msgstr "Encomenda" msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." -msgstr[0] "Existe uma sugestão arquivada. " -msgstr[1] "Existe uma sugestão arquivada." +msgstr[0] "Existe uma sugestão arquivada." +msgstr[1] "Existem {count} sugestões arquivadas." #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:133 #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:275 diff --git a/misc/translator/po/sk-SK-messages.po b/misc/translator/po/sk-SK-messages.po index 6393657c00..fe57231e37 100644 --- a/misc/translator/po/sk-SK-messages.po +++ b/misc/translator/po/sk-SK-messages.po @@ -161,9 +161,9 @@ msgstr "Žiadanka" msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." -msgstr[0] "Existuje {count} archivovaný návrh." +msgstr[0] "Existuje jeden archivovaný návrh." msgstr[1] "Existujú {count} archivované návrhy." -msgstr[2] "" +msgstr[2] "Existujú {count} archivované návrhy." #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:133 #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:275 @@ -218,7 +218,7 @@ msgid "{count} item" msgid_plural "{count} items" msgstr[0] "{count} exempláre" msgstr[1] "{count} exemplárov" -msgstr[2] "" +msgstr[2] "{count} exemplárov" #: koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt:194 #, perl-brace-format diff --git a/misc/translator/po/te-messages.po b/misc/translator/po/te-messages.po index ea61f0ca67..0b8f537038 100644 --- a/misc/translator/po/te-messages.po +++ b/misc/translator/po/te-messages.po @@ -1,8 +1,9 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. +# Telegu translations for Koha package. +# Copyright (C) 2018 THE Koha'S COPYRIGHT HOLDER +# This file is distributed under the same license as the Koha package. +# Automatically generated, 2018. # + msgid "" msgstr "" "Project-Id-Version: Koha 21.05\n" @@ -155,7 +156,7 @@ msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." msgstr[0] "ఒక సూచన భద్రపరచబడి ఉన్నది." -msgstr[1] "సూచనలు భద్రపరచబడి ఉన్నవి." +msgstr[1] "{count} సూచనలు భద్రపరచబడి ఉన్నవి." #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:133 #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:275 diff --git a/misc/translator/po/zh-Hant-TW-messages.po b/misc/translator/po/zh-Hant-TW-messages.po index 74569289b3..18be73065e 100644 --- a/misc/translator/po/zh-Hant-TW-messages.po +++ b/misc/translator/po/zh-Hant-TW-messages.po @@ -153,7 +153,7 @@ msgstr "排序" msgctxt "pluralization" msgid "There is one archived suggestion." msgid_plural "There are {count} archived suggestions." -msgstr[0] "有一個存檔的建議。" +msgstr[0] "有{count}個存檔建議 " #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:133 #: koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-del.tt:275 -- 2.39.2