jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/415004 )
Change subject: Add entries for Urdu language ......................................................................
Add entries for Urdu language
Change-Id: Ib05f470e9e8b22c3132f66d3e4452753c8c72eb2 --- M scripts/blockpageschecker.py M scripts/category_redirect.py M scripts/commonscat.py M scripts/followlive.py M scripts/noreferences.py M scripts/reflinks.py M scripts/standardize_interwiki.py M scripts/unusedfiles.py M scripts/welcome.py 9 files changed, 50 insertions(+), 7 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/blockpageschecker.py b/scripts/blockpageschecker.py index 0f64bb2..f48eb75 100755 --- a/scripts/blockpageschecker.py +++ b/scripts/blockpageschecker.py @@ -50,7 +50,7 @@ # (C) Monobi a.k.a. Wikihermit, 2007 # (C) Filnik, 2007-2011 # (C) Nicolas Dumazet (NicDumZ), 2008-2009 -# (C) Pywikibot team, 2007-2017 +# (C) Pywikibot team, 2007-2018 # # Distributed under the terms of the MIT license. # @@ -151,6 +151,7 @@ 'pt': [u'Category:!Páginas protegidas', u'Category:!Páginas semiprotegidas'], 'sr': [u'Category:Странице закључане за анонимне кориснике', u'Category:Закључане странице'], + 'ur': ['زمرہ:محفوظ شدہ صفحات'], 'zh': [u'Category:被保护的页面', u'Category:被保護的模板', u'Category:暂时不能移动的页面', u'Category:被半保护的页面'], } diff --git a/scripts/category_redirect.py b/scripts/category_redirect.py index db7543d..6c699d5 100755 --- a/scripts/category_redirect.py +++ b/scripts/category_redirect.py @@ -23,7 +23,7 @@
""" # -# (C) Pywikibot team, 2008-2017 +# (C) Pywikibot team, 2008-2018 # # Distributed under the terms of the MIT license. # @@ -91,6 +91,7 @@ 'simple': "Category:Category redirects", 'sh': u"Kategorija:Preusmjerene kategorije Wikipedije", 'sr': 'Категорија:Википедијине меко преусмерене категорије', + 'ur': 'زمرہ:منتقل شدہ زمرہ جات', 'vi': u"Thể loại:Thể loại đổi hướng", 'zh': u"Category:已重定向的分类", 'ro': 'Categorie:Categorii de redirecționare', diff --git a/scripts/commonscat.py b/scripts/commonscat.py index b2de32a..6594c04 100755 --- a/scripts/commonscat.py +++ b/scripts/commonscat.py @@ -151,6 +151,8 @@ 'tr': (u'Commons kategori', [u'CommonsKat', u'Commonscat', u'Commons cat']), 'uk': (u'Commonscat', [u'Commons cat', u'Category', u'Commonscat-inline']), + 'ur': ('زمرہ کومنز', + ['Commonscat', 'زمرہ العام', 'Commons cat', 'CommonsCat']), 'vi': (u'Commonscat', [u'Commons2', u'Commons cat', u'Commons category', u'Commons+cat']), 'yi': (u'קאמאנסקאט', [u'Commonscat']), diff --git a/scripts/followlive.py b/scripts/followlive.py index 9b0098e..488c6ec 100644 --- a/scripts/followlive.py +++ b/scripts/followlive.py @@ -15,7 +15,7 @@ ¶ms; """ # -# (C) Pywikibot team, 2005-2017 +# (C) Pywikibot team, 2005-2018 # # Distributed under the terms of the MIT license. # @@ -261,6 +261,23 @@ 'msg': u'Robotkoll: Artikeln behöver wikifieras', 'pos': 'top'}, }, + 'ur': { + '{{حذف}}': { + 'msg': 'خودکار: مضمون قابل حذف ہے', + 'pos': 'top'}, + + '{{صفائی}}': { + 'msg': 'خودکار: مضمون کی تحریر قابل اصلاح ہے', + 'pos': 'top'}, + + '{{نامکمل}}': { + 'msg': 'خودکار: سانچہ نامکمل کی ٹیگ کاری', + 'pos': 'bottom'}, + + '{{ویکائی}}': { + 'msg': 'خودکار: مضمون کی ویکائی درکار ہے', + 'pos': 'top'}, + }, 'zh': { u'{{Delete}}': { 'msg': u'機器人掛上模板: 本文應被刪除。', diff --git a/scripts/noreferences.py b/scripts/noreferences.py index ddf43a1..21f5957 100755 --- a/scripts/noreferences.py +++ b/scripts/noreferences.py @@ -216,6 +216,11 @@ u'ดูเพิ่ม', u'หมายเหตุ', ], + 'ur': [ # no explicit policy on where to put the references + 'مزید دیکھیے', + 'حوالہ جات', + 'بیرونی روابط', + ], 'zh': [ u'外部链接', u'外部連结', @@ -367,6 +372,10 @@ 'เชิงอรรถ', 'หมายเหตุ', ], + 'ur': [ + 'حوالہ جات', + 'حوالہ', + ], 'zh': [ '參考資料', '参考资料', @@ -426,6 +435,8 @@ 'sr': ['Reflist', 'Референце', 'Извори'], 'szl': [u'Przipisy', u'Připisy'], 'th': [u'รายการอ้างอิง'], + 'ur': ['Reflist', 'Refs', 'Reference', + 'حوالہ جات', 'حوالے'], 'zh': [u'Reflist', u'RefFoot', u'NoteFoot'], }, } @@ -449,6 +460,7 @@ 'sr': '{{reflist}}', 'szl': u'{{Przipisy}}', 'th': u'{{รายการอ้างอิง}}', + 'ur': '{{حوالہ جات}}', 'zh': u'{{reflist}}', }, } diff --git a/scripts/reflinks.py b/scripts/reflinks.py index 0d1df4a..b4356bc 100755 --- a/scripts/reflinks.py +++ b/scripts/reflinks.py @@ -35,7 +35,7 @@ one from i18n/reflinks.py """ # (C) Nicolas Dumazet (NicDumZ), 2008 -# (C) Pywikibot team, 2008-2017 +# (C) Pywikibot team, 2008-2018 # # Distributed under the terms of the MIT license. # @@ -93,6 +93,7 @@ 'en': u'User:DumZiBoT/EditThisPageToStopMe', 'pl': u'Wikipedysta:MastiBot/EditThisPageToStopMe', 'ru': u'User:Rubinbot/EditThisPageToStopMe', + 'ur': 'صارف:Shuaib-bot/EditThisPageToStopMe', 'zh': u'User:Sz-iwbot', }
@@ -110,6 +111,7 @@ 'pl': u'[%s] {{Martwy link}}', 'ru': u'[%s] {{subst:dead}}', 'sr': '[%s] {{dead link}}', + 'ur': '[%s] {{مردہ ربط}}', }
diff --git a/scripts/standardize_interwiki.py b/scripts/standardize_interwiki.py index de7165d..6ddc280 100644 --- a/scripts/standardize_interwiki.py +++ b/scripts/standardize_interwiki.py @@ -9,7 +9,7 @@ """ # # (C) Rob W.W. Hooft, 2003 -# (C) Pywikibot team, 2003-2017 +# (C) Pywikibot team, 2003-2018 # # Distributed under the terms of the MIT license. # @@ -37,6 +37,7 @@ 'nl': u'Bot: standaardisatie interwikiverwijzingen', 'no': u'bot: Språklenkestandardisering', 'ro': 'Robot: Standardizare interwiki', + 'ur': 'خودکار: بین الویکی روابط کی معیار بندی', 'zh': u'機器人: 跨語連結標準化', }
diff --git a/scripts/unusedfiles.py b/scripts/unusedfiles.py index a4f744f..ff70d51 100755 --- a/scripts/unusedfiles.py +++ b/scripts/unusedfiles.py @@ -15,7 +15,7 @@ # (C) Leonardo Gregianin, 2007 # (C) Filnik, 2008 # (c) xqt, 2011-2016 -# (C) Pywikibot team, 2015-2017 +# (C) Pywikibot team, 2015-2018 # # Distributed under the terms of the MIT license. # @@ -28,11 +28,13 @@ 'meta': '{{Orphan file}}', 'it': u'{{immagine orfana}}', 'fa': u'{{تصاویر بدون استفاده}}', + 'ur': '{{غیر مستعمل تصاویر}}', }
# This template message should use subst: template_to_the_user = { 'fa': '\n\n{{جا:اخطار به کاربر برای تصاویر بدون استفاده|%(title)s}}--~~~~', + 'ur': '\n\n{{جا:اطلاع برائے غیر مستعمل تصاویر}}--~~~~', }
diff --git a/scripts/welcome.py b/scripts/welcome.py index 332c711..3156ede 100755 --- a/scripts/welcome.py +++ b/scripts/welcome.py @@ -158,7 +158,7 @@ # (C) Daniel Herding, 2007 # (C) Alex Shih-Han Lin, 2009-2010 # (C) xqt, 2009-2017 -# (C) Pywikibot team, 2008-2017 +# (C) Pywikibot team, 2008-2018 # # Distributed under the terms of the MIT license. # @@ -204,6 +204,7 @@ 'nl': u'Project:Logboek welkom', 'no': u'Project:Velkomstlogg', 'sq': u'Project:Tung log', + 'ur': 'Project:نوشتہ خوش آمدید', 'zh': u'User:Welcomebot/欢迎日志', 'commons': u'Project:Welcome log', } @@ -239,6 +240,7 @@ 'ru': u'{{Hello}} %s', 'sq': u'{{subst:tung}} %s', 'sr': u'{{Добродошлица}} %s', + 'ur': '{{نقل:خوش آمدید}}%s', 'vec': u'{{subst:Benvegnù|%s}}', 'vo': u'{{benokömö}} %s', 'zh': u'{{subst:welcome|sign=%s}}', @@ -259,6 +261,7 @@ 'bn': u'{{subst:স্বাগতম|%s}}', 'fa': u'{{جا:خوشامد|%s}}', 'it': u'{{subst:Utente:Filnik/Benve|firma=%s}}', + 'ur': '{{جا:خوش آمدید}}%s', }, 'wikiversity': { 'ar': u'{{subst:ترحيب}} %s', @@ -290,6 +293,7 @@ 'ru': u'Участник:LatitudeBot/Рапорт', 'sq': u'User:EagleBot/Report', 'sr': 'User:ZoranBot/Записи', + 'ur': 'Project:تختہ اعلانات برائے منتظمین/صارف نام برائے پڑتال', 'zh': u'User:Welcomebot/report', 'zh-yue': u'User:Alexbot/report', } @@ -356,6 +360,7 @@ 'nap': u'User:Cellistbot/Firme', 'roa-tara': u'Wikipedia:Bovègne Bot/Firme', 'ru': u'Участник:LatitudeBot/Sign', + 'ur': 'Project:خوش آمدید/دستخطیں', 'vec': u'Utente:FriBot/Firme', 'zh': u'User:Welcomebot/欢迎日志/用户', }
pywikibot-commits@lists.wikimedia.org