jenkins-bot has submitted this change and it was merged.
Change subject: update i18n from json files ......................................................................
update i18n from json files
Change-Id: I936601a6ccfa3877566f275a0615ed4d326aaf4a --- M add_text.py M archivebot.py M basic.py M blockpageschecker.py M capitalize_redirects.py M casechecker.py M catall.py M category.py M category_redirect.py M clean_sandbox.py M commons.py M commons_link.py M commonscat.py M cosmetic_changes.py M deledpimage.py M delete.py M djvutext.py M editarticle.py M featured.py M fixing_redirects.py M followlive.py M interwiki.py M isbn.py M lonelypages.py M makecat.py M misspelling.py M movepages.py M ndashredir.py M noreferences.py M pagefromfile.py M piper.py M protect.py M pywikibot.py M redirect.py M reflinks.py M replace.py M revertbot.py M selflink.py M solve_disambiguation.py M spamremove.py M template.py M thirdparty.py M undelete.py M unlink.py M unprotect.py M weblinkchecker.py M welcome.py 47 files changed, 1,041 insertions(+), 278 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/add_text.py b/add_text.py index f60befb..d318b66 100644 --- a/add_text.py +++ b/add_text.py @@ -40,8 +40,9 @@ 'add_text-adding': u'ৰবট যোগ দিছে %(adding)s', }, # Author: Esbardu + # Author: Xuacu 'ast': { - 'add_text-adding': u'Robó: Añadiendo %(adding)s', + 'add_text-adding': u'Bot: Añadiendo %(adding)s', }, # Author: 1AnuraagPandey 'awa': { @@ -235,8 +236,9 @@ 'add_text-adding': u'בוט: מוסיף %(adding)s', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'add_text-adding': u'रोबोट:%(adding)s जोड़ रहा है', + 'add_text-adding': u'बॉट: %(adding)s जोड़ रहा है', }, 'hr': { 'add_text-adding': u'robot Dodaje %(adding)s', @@ -305,9 +307,10 @@ 'kn': { 'add_text-adding': u'ರೋಬೋಟ್:ಸೇರಿಸುವುದರಿಂದ %(adding)s', }, + # Author: IRTC1015 # Author: 아라 'ko': { - 'add_text-adding': u'로봇: %(adding)s 추가', + 'add_text-adding': u'봇: %(adding)s 추가', }, 'koi': { 'add_text-adding': u'робот содтiс %(adding)s', @@ -599,8 +602,9 @@ 'tg': { 'add_text-adding': u'робот илова карда истодааст %(adding)s', }, + # Author: Octahedron80 'th': { - 'add_text-adding': u'โรบอต เพิ่ม %(adding)s', + 'add_text-adding': u'บอต: เพิ่ม %(adding)s', }, 'tk': { 'add_text-adding': u'robot goşdy %(adding)s', diff --git a/archivebot.py b/archivebot.py index e0a62c6..3cd59d5 100644 --- a/archivebot.py +++ b/archivebot.py @@ -17,7 +17,7 @@ 'qqq': { 'archivebot-archive-full': u'Appended to the summary.', 'archivebot-archive-summary': u'Summary message when the bot adds threads to the archive.', - 'archivebot-archiveheader': u'{{doc-important|Only use your deletion template like <code><nowiki>{{talk archive}}</nowiki></code> which exist on your local project.}}\nNOTE TO TRANSLATOR: This should only be translated by someone on the Wikipedia of your language code. Thank you.\n\nTemplate that will be put on new archive pages as the header.\n\nNOTE: If this system message is not given for a language code, an archiving bot might not supported on your site.', + 'archivebot-archiveheader': u'{{doc-important|Only use your deletion template like <code><nowiki>{{talk archive}}</nowiki></code> which exist on your local project.}}\nNOTE TO TRANSLATOR: This should only be translated by someone on the Wikipedia of your language code. Thank you.\n\nTemplate that will be put on new archive pages as the header.\n\nNOTE: If this system message is not given for a language code, an archiving bot might not be supported on your site.', 'archivebot-older-than': u'"duration" is the localized form of the elapsed time.\n{{Identical|Older than}}', 'archivebot-page-summary': u'Summary message when the bot removes threads from a talk page for archiving.', }, @@ -67,9 +67,9 @@ # Author: Xuacu 'ast': { 'archivebot-archive-full': u'(ARCHIVU LLENU)', - 'archivebot-archive-summary': u'Archivando %(count)d {{PLURAL:%(count)d|filu|filos}} de [[%(from)s]].', - 'archivebot-older-than': u'más antiguu que', - 'archivebot-page-summary': u'Archivando %(count)d {{PLURAL:%(count)d|filu|filos}} (%(why)s) en %(archives)s.', + 'archivebot-archive-summary': u'Bot: Archivando %(count)d {{PLURAL:%(count)d|filu|filos}} de [[%(from)s]].', + 'archivebot-older-than': u'más antiguu que %(duration)s', + 'archivebot-page-summary': u'Bot: Archivando %(count)d {{PLURAL:%(count)d|filu|filos}} (%(why)s) en %(archives)s.', }, # Author: 1AnuraagPandey # Author: Xqt @@ -87,10 +87,11 @@ 'archivebot-page-summary': u'Bot: Arxivləşdirilən %(count)d {{PLURAL:%(count)d|mövzu}} (%(why)s) səbəbindən %(archives)s yerləşdirilib.', }, # Author: E THP + # Author: Mousa 'azb': { 'archivebot-archive-full': u'(آرشیو دولو دیر)', 'archivebot-archive-summary': u'آرشیو%(count)d {{PLURAL:%(count)d|دانیشیق|دانیشیق}} از [[%(from)s]].', - 'archivebot-older-than': u'داها کؤهنه', + 'archivebot-older-than': u'%(duration)s-دن داها اسکی', 'archivebot-page-summary': u'بوت: آرشیوائدیر: %(count)d باشلیق(%(why)s) بورایا: %(archives)s.', }, # Author: Haqmar @@ -363,6 +364,7 @@ 'frr': { 'archivebot-archive-full': u'(ARCHIIF FOL)', 'archivebot-archive-summary': u'Bot: Archiwiare %(count)d {{PLURAL:%(count)d|triad|triader}} faan [[%(from)s]].', + 'archivebot-archiveheader': u'{{Archiif}}', 'archivebot-older-than': u'ääler üs %(duration)s', 'archivebot-page-summary': u'Bot: Archiwiare %(count)d {{PLURAL:%(count)d|triad|triader}} (%(why)s) efter %(archives)s.', }, @@ -378,7 +380,9 @@ }, # Author: P. S. F. Freitas 'gn': { - 'archivebot-older-than': u'itujaveva', + 'archivebot-archive-full': u'(JEHAI'ATY CHOVI)', + 'archivebot-older-than': u'ymaguareve %(duration)s gui', + 'archivebot-page-summary': u'Bot: jehai'aty %(count)d {{PLURAL:%(count)d|hilo|hilos}} (%(why)s) oĩ %(archives)s.', }, # Author: KartikMistry 'gu': { @@ -408,12 +412,13 @@ 'archivebot-page-summary': u'ארכוב {{PLURAL:%(count)d|שיחה אחת|%(count)d שיחות}} (%(why)s) אל %(archives)s.', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai # Author: संजीव कुमार 'hi': { 'archivebot-archive-full': u'{{पुरालेख पूर्ण}}', - 'archivebot-archive-summary': u'रोबोट:%(count)d {{PLURAL:%(count)d|धागे|धागों}} को [[%(from)s]] से संगृहीत किया जा रहा है।', - 'archivebot-older-than': u'%(समय) से पुराना', - 'archivebot-page-summary': u'रोबोट:%(count)d {{PLURAL:%(count)d|धागे|धागों}} को (%(why)s) %(archives)s में संगृहीत किया जा रहा है।', + 'archivebot-archive-summary': u'बॉट: %(count)d {{PLURAL:%(count)d|सूत्र|सूत्रों}} को [[%(from)s]] से संग्रहीत किया जा रहा है।', + 'archivebot-older-than': u'%(duration)s से पुराना', + 'archivebot-page-summary': u'बॉट:%(count)d {{PLURAL:%(count)d|सूत्र|सूत्रों}} को (%(why)s) %(archives)s में संग्रहीत किया जा रहा है।', }, # Author: Thakurji 'hif': { @@ -534,6 +539,7 @@ 'archivebot-archive-full': u'(ಪೂರ್ಣ ಸಂಗ್ರಹ )', 'archivebot-older-than': u'ಇದಕ್ಕಿಂತ ಹಳೆಯದಾದ', }, + # Author: IRTC1015 # Author: Kwj2772 # Author: Revi # Author: 아라 @@ -542,7 +548,7 @@ 'archivebot-archive-summary': u'로봇: [[%(from)s]]에서 {{PLURAL:%(count)d|스레드}} %(count)d개를 보존합니다.', 'archivebot-archiveheader': u'{{보존}}', 'archivebot-older-than': u'%(duration)s 보다 오래됨', - 'archivebot-page-summary': u'로봇: {{PLURAL:%(count)d|스레드}} %(count)d개(%(why)s)를 %(archives)s에 보존합니다.', + 'archivebot-page-summary': u'봇: {{PLURAL:%(count)d|스레드}} %(count)d개(%(why)s)를 %(archives)s에 보존합니다.', }, # Author: Purodha 'ksh': { @@ -576,11 +582,14 @@ 'lrc': { 'archivebot-older-than': u'کونه تر د', }, + # Author: Aswanas # Author: Cyklopas # Author: Eitvys200 'lt': { 'archivebot-archive-full': u'(ARCHYVAS PILNAS)', - 'archivebot-older-than': u'senesnis nei', + 'archivebot-archive-summary': u'Robotas: Archyvavimas %(count)d {{PLURAL:%(count)d|thread|threads}} iš [[%(from)s]].', + 'archivebot-older-than': u'senesni nei %(duration)s', + 'archivebot-page-summary': u'Robotas: Archyvavimas %(count)d {{PLURAL:%(count)d|thread|threads}} (%(why)s) į %(archives)s.', }, # Author: RMizo 'lus': { @@ -681,7 +690,7 @@ 'archivebot-archive-full': u'(पूरा अभिलेख)', 'archivebot-archive-summary': u'रोबोट : अभिलेखिकरण गर्दै %(count)d {{PLURAL:%(count)d|थ्रेड|थ्रेडहरु}} [[%(from)s]]बाट.', 'archivebot-archiveheader': u'{{Talkarchive}}', - 'archivebot-older-than': u'भन्दा पुरानो', + 'archivebot-older-than': u'%(duration)s भन्दा पुरानो', 'archivebot-page-summary': u'रोबोट: %(count)d, {{PLURAL:%(count)d|थ्रेड|थ्रेडहरु}} (%(why)s)लाई %(archives)s मा अभिलेखिकरण गरिँदै', }, # Author: Eukesh @@ -715,7 +724,7 @@ # Author: Xqt 'no': { 'archivebot-archive-full': u'(ARKIV FULLT)', - 'archivebot-archive-summary': u'Robot: Arkiverer %(count)d {{PLURAL:%(count)d|tråd|tråder}} fra [[%(from)s]].', + 'archivebot-archive-summary': u'Bot: Arkiverer %(count)d {{PLURAL:%(count)d|tråd|tråder}} fra [[%(from)s]].', 'archivebot-archiveheader': u'{{Arkivert}}', 'archivebot-older-than': u'eldre enn %(duration)s', 'archivebot-page-summary': u'Bot: Arkiverer %(count)d {{PLURAL:%(count)d|tråd|tråder}} (%(why)s) til %(archives)s.', @@ -757,7 +766,7 @@ 'pms': { 'archivebot-archive-full': u'(ARCHIVI PIEN)', 'archivebot-archive-summary': u'Archivié %(count)d {{PLURAL:%(count)d|discussion|discussion]] da [[%(from)s]].', - 'archivebot-older-than': u'pi vej che', + 'archivebot-older-than': u'pi vej che %(duration)s', 'archivebot-page-summary': u'Archivié %(count)d {{PLURAL:%(count)d|discussion|discussion]] (%(why)s) an %(archives)s.', }, # Author: Ahmed-Najib-Biabani-Ibrahimkhel @@ -910,9 +919,11 @@ 'archivebot-older-than': u'tuan liu', }, # Author: Nullzero + # Author: Octahedron80 'th': { + 'archivebot-archive-full': u'(กรุเต็ม)', 'archivebot-archiveheader': u'{{กรุ}}', - 'archivebot-older-than': u'เก่ากว่า', + 'archivebot-older-than': u'เก่ากว่า %(duration)s', }, # Author: AnakngAraw 'tl': { diff --git a/basic.py b/basic.py index 8d8863b..67a761c 100644 --- a/basic.py +++ b/basic.py @@ -523,7 +523,7 @@ }, # Author: Malafaya 'vo': { - 'basic-changing': u'bot läükon: ...', + 'basic-changing': u'Bot: Votükon: ...', }, # Author: Srtxg 'wa': { diff --git a/blockpageschecker.py b/blockpageschecker.py index 0d7367a..b08a380 100644 --- a/blockpageschecker.py +++ b/blockpageschecker.py @@ -16,11 +16,15 @@ }, # Author: Xuacu 'ast': { - 'blockpageschecker-summary': u'Robó: Desaniciando plantía anticuada', + 'blockpageschecker-summary': u'Bot: Desaniciando plantía anticuada', }, # Author: 1AnuraagPandey 'awa': { 'blockpageschecker-summary': u'बॉट:अप्रचलित साँचन् कय हटावत है', + }, + # Author: Mousa + 'azb': { + 'blockpageschecker-summary': u'بوت: وقتی گئچمیش شابلون سیلینیر', }, # Author: Рустам Нурыев 'ba': { @@ -127,8 +131,9 @@ 'blockpageschecker-summary': u'בוט: מסיר תבנית שעבר זמנה', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'blockpageschecker-summary': u'बॉट:अप्रचलित साँचो को हटाया जा रहा है', + 'blockpageschecker-summary': u'बॉट: पुराने साँचे को हटाया जा रहा है', }, # Author: Csega # Author: Dj @@ -167,6 +172,10 @@ # Author: Robby 'lb': { 'blockpageschecker-summary': u'Bot: Vereelste Schabloun gouf geläscht', + }, + # Author: Aswanas + 'lt': { + 'blockpageschecker-summary': u'Bot: trina pasenusį šabloną', }, # Author: Jagwar 'mg': { @@ -258,6 +267,10 @@ 'sv': { 'blockpageschecker-summary': u'Bot: Raderar föråldrad mall', }, + # Author: Octahedron80 + 'th': { + 'blockpageschecker-summary': u'บอต: ลบแม่แบบล้าสมัย', + }, # Author: Meelo 'tr': { 'blockpageschecker-summary': u'Bot: Eski şablon siliniyor', diff --git a/capitalize_redirects.py b/capitalize_redirects.py index e0629cb..a87efa2 100644 --- a/capitalize_redirects.py +++ b/capitalize_redirects.py @@ -32,7 +32,7 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'capitalize_redirects-create-redirect': u'Robó: Crear redireición a [[%(to)s]]', + 'capitalize_redirects-create-redirect': u'Bot: Crear redireición a [[%(to)s]]', }, # Author: 1AnuraagPandey 'awa': { @@ -183,8 +183,9 @@ 'capitalize_redirects-create-redirect': u'בוט: יוצר הפניה לדף [[%(to)s]]', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'capitalize_redirects-create-redirect': u'रोबोट: [[%(to)s]] पर पुनर्निर्देशन बनाएँ', + 'capitalize_redirects-create-redirect': u'बॉट: [[%(to)s]] पर पुनर्प्रेषण बनाएँ', }, # Author: SpeedyGonsales 'hr': { @@ -382,8 +383,9 @@ 'capitalize_redirects-create-redirect': u'தானியங்கி: [[%(to)s]] இற்கு வழிமாற்றி ஒன்றினை உருவாக்கு', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'capitalize_redirects-create-redirect': u'โรบอต: สร้างหน้าเปลี่ยนทางไปยัง %(to)s', + 'capitalize_redirects-create-redirect': u'บอต: สร้างหน้าเปลี่ยนทางไปยัง %(to)s', }, # Author: AnakngAraw 'tl': { @@ -422,6 +424,10 @@ 'vi': { 'capitalize_redirects-create-redirect': u'Bot: Tạo trang đổi hướng đến [[%(to)s]]', }, + # Author: Malafaya + 'vo': { + 'capitalize_redirects-create-redirect': u'Bot: Jafon lüodükömi lü [[%(to)s]]', + }, # Author: Srtxg 'wa': { 'capitalize_redirects-create-redirect': u'Robot: ahivant on redjiblaedje viè [[%(to)s]]', diff --git a/casechecker.py b/casechecker.py index 39d3fd4..1c305ff 100644 --- a/casechecker.py +++ b/casechecker.py @@ -32,10 +32,10 @@ # Author: Xuacu 'ast': { 'casechecker-delete-reason': u'Esta redireición antes apuntaba a "%(target)s"', - 'casechecker-delete-summary': u'Robó: Esta redireición contién nel títulu caráuteres cirílicos y llatinos col mesmu aspeutu', - 'casechecker-rename': u'Robó: renomáu l'entemecíu de mayúscules/minúscules', + 'casechecker-delete-summary': u'Bot: Esta redireición contien nel títulu caráuteres cirílicos y llatinos col mesmu aspeutu', + 'casechecker-rename': u'Bot: renomáu con mayúscules/minúscules entemecíes', 'casechecker-replacement-linklist': u'%(source)s→%(target)s', - 'casechecker-replacement-summary': u'Robó: Sustitución de mayúscules/minúscules:', + 'casechecker-replacement-summary': u'Bot: Sustitución de mayúscules/minúscules:', }, # Author: 1AnuraagPandey 'awa': { @@ -123,10 +123,11 @@ 'casechecker-replacement-summary': u'Robot změnil velikost písmen:', }, # Author: Christian List + # Author: MGA73 'da': { 'casechecker-delete-reason': u'Denne omdirigering pegede tidligere på %(target)s', 'casechecker-delete-summary': u'Robot: Denne omdirigering indeholder identisk udseende kyrilliske og latinske bogstaver i sin titel', - 'casechecker-rename': u'Robot: omdøbning pga. blandede bogstaver', + 'casechecker-rename': u'Robot: Omdøbning pga. blanding af store og små bogstaver', 'casechecker-replacement-linklist': u'%(source)s→%(target)s', 'casechecker-replacement-summary': u'Robot: Udskifter store og små bogstaver:', }, @@ -205,6 +206,7 @@ 'casechecker-replacement-linklist': u'%(source)s → %(target)s', 'casechecker-replacement-summary': u'Bot: Skriiwwiisen feranert:', }, + # Author: Elisardojm # Author: Robin0van0der0vliet 'fy': { 'casechecker-replacement-linklist': u'%(source)s→%(target)s', @@ -242,12 +244,13 @@ 'casechecker-replacement-summary': u'בוט: מתקן אותיות גדולות', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'casechecker-delete-reason': u'यह अनुप्रेषण पहले %(target)s को पॉइंट करता था', - 'casechecker-delete-summary': u'बॉट: इस पुनर्निर्देशन के शीर्षक में सामान दिखने वाले सिरिलिक और लैटिन वर्ण हैं', + 'casechecker-delete-reason': u'यह पुनर्प्रेषण पहले %(target)s को जाता था', + 'casechecker-delete-summary': u'बॉट: इस पुनर्प्रेषण के शीर्षक में सामान दिखने वाले सिरिलिक और लैटिन वर्ण हैं', 'casechecker-rename': u'बॉट: मिश्रित केस का नाम बदला', 'casechecker-replacement-linklist': u'%(source)s→%(target)s', - 'casechecker-replacement-summary': u'बॉट: केस (case) प्रतिस्थापन :', + 'casechecker-replacement-summary': u'बॉट: केस (case) प्रतिस्थापन:', }, # Author: Michawiki 'hsb': { @@ -295,6 +298,7 @@ 'casechecker-replacement-summary': u'ロボットによる: 大文字小文字の置換:', }, # Author: Hym411 + # Author: IRTC1015 # Author: Priviet # Author: Revi # Author: 아라 @@ -303,7 +307,7 @@ 'casechecker-delete-summary': u'봇: 이 넘겨주기는 제목에 키릴 문자 또는 라틴 문자를 포함합니다.', 'casechecker-rename': u'로봇: 혼합된 대소문자의 이름을 바꿈', 'casechecker-replacement-linklist': u'%(source)s→%(target)s', - 'casechecker-replacement-summary': u'로봇: 대소문자 교체:', + 'casechecker-replacement-summary': u'봇: 대소문자 교체:', }, # Author: Purodha 'ksh': { @@ -320,6 +324,14 @@ 'casechecker-rename': u'Bot: Ëmbenenne vu gemëschte Schreifweisen', 'casechecker-replacement-linklist': u'%(source)s → %(target)s', 'casechecker-replacement-summary': u'Bot: Beispill vun Ersetzen:', + }, + # Author: Aswanas + 'lt': { + 'casechecker-delete-reason': u'Šis peradresavimas naudojamas nukreipti į %(target)s', + 'casechecker-delete-summary': u'Robotas: Šitame pavadinime šitas peradresavimas yra identiškas Kirilica ir lotynų raidėmis', + 'casechecker-rename': u'Robotas: sumaišytų bylų pervardinimas', + 'casechecker-replacement-linklist': u'%(source)s→%(target)s', + 'casechecker-replacement-summary': u'Robotas: Bylos pakeitimai:', }, # Author: Jagwar 'mg': { @@ -466,6 +478,11 @@ 'casechecker-replacement-linklist': u'%(source)s→%(target)s', 'casechecker-replacement-summary': u'Bot: Ersätter versalisering', }, + # Author: Octahedron80 + 'th': { + 'casechecker-replacement-linklist': u'%(source)s→%(target)s', + 'casechecker-replacement-summary': u'บอต: เปลี่ยนอักษรตัวเล็กตัวใหญ่', + }, # Author: Andriykopanytsia 'uk': { 'casechecker-delete-reason': u'Це перенаправлення використано для вказування на %(target)s', diff --git a/catall.py b/catall.py index 61d69a2..8df31b4 100644 --- a/catall.py +++ b/catall.py @@ -30,7 +30,7 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'catall-changing': u'Robó: Camudando categoríes', + 'catall-changing': u'Bot: Camudando categoríes', }, # Author: 1AnuraagPandey 'awa': { @@ -189,7 +189,7 @@ }, # Author: Siddhartha Ghai 'hi': { - 'catall-changing': u'रोबॉट: श्रेणियाँ बदल रहा है', + 'catall-changing': u'बॉट: श्रेणियाँ बदल रहा है', }, # Author: SpeedyGonsales 'hr': { @@ -235,9 +235,10 @@ 'kn': { 'catall-changing': u'ರೋಬೋಟ್: ವರ್ಗಗಳನ್ನು ಬದಲಾಯಿಸುವುದು', }, + # Author: IRTC1015 # Author: 아라 'ko': { - 'catall-changing': u'로봇: 분류를 바꿈', + 'catall-changing': u'봇: 분류를 바꿈', }, 'ksh': { 'catall-changing': u'Bot: Saachjruppe tuusche of dobei donn', @@ -304,7 +305,7 @@ # Author: Krish Dulal # Author: सरोज कुमार ढकाल 'ne': { - 'catall-changing': u'रोबोट : श्रेणीहरू बदल्दै', + 'catall-changing': u'बोट : श्रेणीहरू बदल्दै', }, # Author: Eukesh 'new': { @@ -411,8 +412,9 @@ 'catall-changing': u'బాటు: వర్గాలను మార్చింది', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'catall-changing': u'โรบอต: กำลังเปลี่ยนหมวดหมู่', + 'catall-changing': u'บอต: กำลังเปลี่ยนหมวดหมู่', }, # Author: AnakngAraw 'tl': { diff --git a/category.py b/category.py index c98a20d..ada5ee3 100644 --- a/category.py +++ b/category.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- """i18n message bundle.""" msg = { - # Author: Xqt # Author: Ben McIlwain (CydeWeys) + # Author: Xqt 'en': { 'category-adding': u'Bot: Adding category [[:Category:%(newcat)s|%(newcat)s]]', 'category-also-in': u'(also in %(alsocat)s)', @@ -12,11 +12,12 @@ 'category-renamed': u'Bot: Moved from %s. Authors: %s', 'category-replacing': u'Bot: Replacing category %(oldcat)s with %(newcat)s', 'category-section-title': u'Page history of former %(oldcat)s', + 'category-strip-cfd-templates': u'Bot: Removing CFD templates for completed action', 'category-version-history': u'Bot: Saving version history of former %(oldcat)s', 'category-was-disbanded': u'Bot: Category was disbanded', - 'category-strip-cfd-templates': u'Bot: Removing CFD templates for completed action', 'category-was-moved': u'Bot: Category was moved to [[:Category:%(newcat)s|%(title)s]]', }, + # Author: Ben McIlwain (CydeWeys) # Author: Csisc # Author: Lloffiwr # Author: Purodha @@ -32,6 +33,7 @@ 'category-removing': u'Edit summary. Parameters:\n* %(oldcat)s - old category name', 'category-replacing': u'Edit summary. Parameters:\n* %(oldcat)s - old category name\n* %(newcat)s - new category name', 'category-section-title': u'Section title for keeping page history', + 'category-strip-cfd-templates': u'Edit summary when CFD (Categories for deletion) templates are removed from the page's text following a move/keep action', 'category-version-history': u'Edit summary when the bot saves page' version history while category moving', 'category-was-disbanded': u'Used as reason for deletion of the category.', 'category-was-moved': u'{{doc-important|Do not translate "[[:Category:%(newcat)s|%(title)s]]"}}', @@ -134,17 +136,17 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'category-adding': u'Robó: Amestando la categoría [[Category:%(newcat)s|%(newcat)s]]', + 'category-adding': u'Bot: Amestando la categoría [[Category:%(newcat)s|%(newcat)s]]', 'category-also-in': u'(tamién en %(alsocat)s)', - 'category-changing': u'Robó: Camudando %(oldcat)s a %(newcat)s', - 'category-listifying': u'Robó: Llistando de %(fromcat)s (%(num)d entraes)', - 'category-removing': u'Robó: Desaniciando de %(oldcat)s', - 'category-renamed': u'Robot: Movíu dende "%s". Autores: %s', - 'category-replacing': u'Robó: Trocando la categoría %(oldcat)s por %(newcat)s', + 'category-changing': u'Bot: Camudando %(oldcat)s a %(newcat)s', + 'category-listifying': u'Bot: Llistando de %(fromcat)s ({{PLURAL:%(num)d|1 entrada|%(num)d entraes}})', + 'category-removing': u'Bot: Desaniciando de %(oldcat)s', + 'category-renamed': u'Bot: Movíu dende %s. Autores: %s', + 'category-replacing': u'Bot: Trocando la categoría %(oldcat)s por %(newcat)s', 'category-section-title': u'Historial de páxina de %(oldcat)s anteriores', - 'category-version-history': u'Robó: Guardando l'historial de versiones de los %(oldcat)s anteriores', - 'category-was-disbanded': u'Robó: Desanicióse la categoría', - 'category-was-moved': u'Robó: La categoría movióse a [[:Category:%(newcat)s|%(title)s]]', + 'category-version-history': u'Bot: Guardando l'historial de versiones de los %(oldcat)s anteriores', + 'category-was-disbanded': u'Bot: Desanicióse la categoría', + 'category-was-moved': u'Bot: La categoría movióse a [[:Category:%(newcat)s|%(title)s]]', }, # Author: 1AnuraagPandey 'awa': { @@ -381,7 +383,7 @@ 'category-renamed': u'бот: %s чура дихьа яьккхина. автораш: %s', 'category-replacing': u'бот: хийцина категореш %(oldcat)s → %(newcat)s', 'category-section-title': u'АгӀона истори хила %(oldcat)s чура', - 'category-version-history': u'бот: историн верси Ӏалашяр хиллачу %(oldcat)s чура', + 'category-version-history': u'бот: историн верси Ӏалашъяр хиллачу %(oldcat)s чура', 'category-was-disbanded': u'бот: категори дӀасайикъина', 'category-was-moved': u'бот: категорин цӀе хийцина → [[:Category:%(newcat)s|%(title)s]]', }, @@ -776,17 +778,17 @@ }, # Author: Siddhartha Ghai 'hi': { - 'category-adding': u'रोबॉट: [[:Category:%(newcat)s|%(newcat)s]] श्रेणी जोड़ी', + 'category-adding': u'बॉट: [[:Category:%(newcat)s|%(newcat)s]] श्रेणी जोड़ रहा है', 'category-also-in': u'(%(alsocat)s में भी)', - 'category-changing': u'रोबॉट: %(oldcat)s की जगह %(newcat)s जोड़ रहा है', - 'category-listifying': u'रोबॉट: %(fromcat)s से listify ({{PLURAL:%(num)d|1 प्रविष्टि|%(num)d प्रविष्टियाँ}})', - 'category-removing': u'रोबॉट: %(oldcat)s से हटा रहा है', - 'category-renamed': u'रोबॉट: %s से स्थानांतरित। लेखक: %s', - 'category-replacing': u'रोबॉट: %(oldcat)s की जगह %(newcat)s जोड़ रहा है', + 'category-changing': u'बॉट: %(oldcat)s की जगह %(newcat)s जोड़ रहा है', + 'category-listifying': u'बॉट: %(fromcat)s से listify ({{PLURAL:%(num)d|1 प्रविष्टि|%(num)d प्रविष्टियाँ}})', + 'category-removing': u'बॉट: %(oldcat)s से हटा रहा है', + 'category-renamed': u'बॉट: %s से स्थानांतरित। लेखक: %s', + 'category-replacing': u'बॉट: %(oldcat)s की जगह %(newcat)s जोड़ रहा है', 'category-section-title': u'पुरानी %(oldcat)s का पृष्ठ इतिहास', - 'category-version-history': u'रोबॉट: पुरानी %(oldcat)s का अवतरण इतिहास सहेज रहा है', - 'category-was-disbanded': u'रोबॉट: श्रेणी समाप्त कर दी गयी', - 'category-was-moved': u'रोबॉट: श्रेणी को [[:Category:%(newcat)s|%(title)s]] पर स्थानांतरित किया गया', + 'category-version-history': u'बॉट: पुरानी %(oldcat)s का अवतरण इतिहास सहेज रहा है', + 'category-was-disbanded': u'बॉट: श्रेणी समाप्त कर दी गयी', + 'category-was-moved': u'बॉट: श्रेणी को [[:Category:%(newcat)s|%(title)s]] पर स्थानांतरित किया गया', }, # Author: Ex13 # Author: SpeedyGonsales @@ -1017,6 +1019,7 @@ 'category-was-disbanded': u'ರೋಬೋಟ್: ವರ್ಗ ವಿಸರ್ಜಿಸಲಾಯಿತು', 'category-was-moved': u'ರೋಬೋಟ್: ವರ್ಗವನ್ನು [[:Category:%(newcat)s|%(title)s]]ಗೆ ಸರಿಸಲಾಗುತ್ತಿದೆ', }, + # Author: IRTC1015 # Author: 아라 'ko': { 'category-adding': u'로봇: [[:Category:%(newcat)s|%(newcat)s]] 분류 추가', @@ -1024,12 +1027,12 @@ 'category-changing': u'로봇: %(oldcat)s에서 %(newcat)s(으)로 바꿈', 'category-listifying': u'로봇: %(fromcat)s에서 목록화 ({{PLURAL:%(num)d|항목 1개|항목 %(num)d개}})', 'category-removing': u'로봇: %(oldcat)s 제거', - 'category-renamed': u'로봇: %s에서 옮겼습니다. 저자: %s', + 'category-renamed': u'봇: %s에서 옮겨짐. 편집자: %s', 'category-replacing': u'로봇: %(oldcat)s(을)를 %(newcat)s(으)로 분류를 바꿈', 'category-section-title': u'이전 %(oldcat)s의 문서 역사', 'category-version-history': u'로봇: 이전 %(oldcat)s의 버전 역사를 저장', - 'category-was-disbanded': u'로봇: 분류를 폐지함', - 'category-was-moved': u'로봇: 분류를 [[:Category:%(newcat)s|%(title)s]](으)로 옮겼습니다', + 'category-was-disbanded': u'봇: 사용하지 않는 분류', + 'category-was-moved': u'봇: 분류가 [[:Category:%(newcat)s|%(title)s]](으)로 옮겨짐', }, # Author: Xqt 'koi': { @@ -1125,6 +1128,7 @@ 'lo': { 'category-adding': u'ໂຣບົດ: ພວມເພີ່ມ category [[:Category:%(newcat)s|%(newcat)s]]', }, + # Author: Aswanas # Author: Cyklopas # Author: Eitvys200 # Author: Hugo.arg @@ -1133,10 +1137,12 @@ 'category-adding': u'Robotas: Pridedama kategorija [[:Category:%(newcat)s|%(newcat)s]]', 'category-also-in': u'(taip pat ir %(alsocat)s)', 'category-changing': u'Robotas: Keičiama %(oldcat)s į %(newcat)s', + 'category-listifying': u'Robotas: Numeruoja nuo %(fromcat)s ({{PLURAL:%(num)d|1 įrašas|%(num)d įrašų}})', 'category-removing': u'robotas: šalinama iš %(oldcat)s', 'category-renamed': u'robotas: Perkelta iš %s. Autoriai: %s', 'category-replacing': u'robotas: kategorija %(oldcat)s keičiama į %(newcat)s', 'category-section-title': u'Puslapis istorija iš buvusio %(oldcat)s', + 'category-version-history': u'Robotas: Išsaugo ankstesnės %(oldcat)s istorijos versiją', 'category-was-disbanded': u'robotas: kategorija išformuota', 'category-was-moved': u'robotas: Kategorija pervadinta į [[:Category:%(newcat)s|%(title)s]]', }, @@ -1766,11 +1772,21 @@ 'category-replacing': u'தானியங்கி: வகைப்பாடு %(oldcat)s ஐ %(newcat)s ஆக மாற்றுகின்றன', 'category-was-moved': u'தானியங்கி: வகைப்பாடு [[:Category:%(newcat)s|%(title)s]] உக்கு நகர்த்தப்பட்டது', }, + # Author: JVRKPRASAD + # Author: Naidugari Jayanna # Author: Veeven 'te': { 'category-adding': u'బాటు: [[:Category:%(newcat)s|%(newcat)s]] వర్గాన్ని చేర్చింది', 'category-also-in': u'(%(alsocat)s లలో కూడా ఉంది)', 'category-changing': u'బాటు: %(oldcat)s వర్గాన్ని %(newcat)sకి మార్చింది', + 'category-listifying': u'బాట్: %(fromcat)s ({{PLURAL:%(num)d|1 entry|%(num)d entries}}) నుండి జాబితా సేకరణ', + 'category-removing': u'బాట్: %(oldcat)s నుండి తొలగించడం', + 'category-renamed': u'బాట్: %s నుండి తరలించబడింది. రచయితలు:%s', + 'category-replacing': u'బాట్: %(oldcat)s వర్గాన్ని %(newcat)s తోటి మారుస్తున్నాం', + 'category-section-title': u'%(oldcat)s యొక్క పూర్వపు పేజీ చరితం', + 'category-version-history': u'బాట్: %(oldcat)s మాజీ చరిత్ర వెర్షన్ భద్రపరుస్తోంది', + 'category-was-disbanded': u'బాట్: వర్గం రద్దు చేయబడింది', + 'category-was-moved': u'బాట్: వర్గం అనేది [[:Category:%(newcat)s|%(title)s]] నకు తరలించారు', }, # Author: MF-Warburg # Author: Xqt @@ -1781,13 +1797,14 @@ 'category-was-moved': u'Bot: Naran foun kategoria nian - [[:Category:%(newcat)s|%(title)s]]', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'category-adding': u'โรบอต: เพิ่มหมวดหมู่ [[:Category:%(newcat)s|%(newcat)s]]', - 'category-changing': u'โรบอต: เปลี่ยนจาก %(oldcat)s ไปยัง %(newcat)s', - 'category-removing': u'โรบอต: ลบออกจาก %(oldcat)s', - 'category-renamed': u'โรบอต: ย้ายจาก %s ผู้เขียนเดิม:', - 'category-replacing': u'โรบอต: แทนที่หมวดหมู่ %(oldcat)s ด้วย %(newcat)s', - 'category-was-moved': u'โรบอต: หมวดหมู่ได้ย้ายไป [[:Category:%(newcat)s|%(title)s]]', + 'category-adding': u'บอต: เพิ่มหมวดหมู่ [[:Category:%(newcat)s|%(newcat)s]]', + 'category-changing': u'บอต: เปลี่ยนจาก %(oldcat)s ไปยัง %(newcat)s', + 'category-removing': u'บอต: ลบออกจาก %(oldcat)s', + 'category-renamed': u'บอต: ย้ายจาก %s ผู้เขียนเดิม:', + 'category-replacing': u'บอต: แทนที่หมวดหมู่ %(oldcat)s ด้วย %(newcat)s', + 'category-was-moved': u'บอต: หมวดหมู่ได้ย้ายไป [[:Category:%(newcat)s|%(title)s]]', }, 'tk': { 'category-adding': u'robot: goşdy category [[:Category:%(newcat)s|%(newcat)s]]', @@ -1929,6 +1946,7 @@ 'category-also-in': u'(i in %(alsocat)s)', 'category-changing': u'Bot: Votükon: %(oldcat)s ad %(newcat)s', 'category-removing': u'bot moükon se %(oldcat)s', + 'category-renamed': u'Bot: Petopätüköl de %s. Lautans: %s', 'category-was-moved': u'bot petopätükon kladi lü [[:Category:%(newcat)s|%(title)s]]', }, # Author: Srtxg diff --git a/category_redirect.py b/category_redirect.py index 5292618..5015d2f 100644 --- a/category_redirect.py +++ b/category_redirect.py @@ -63,12 +63,12 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'category_redirect-add-template': u'Robó: Amestando plantía de redireición de categoríes pa mantenimientu', - 'category_redirect-change-category': u'Robó: Cambéu de la categoría redirixida [[:%(oldCatLink)s|%(oldCatTitle)s]] a [[:%(newCatLink)s|%(newCatTitle)s]]', - 'category_redirect-comment': u'Robó de mantenimientu de categoríes redirixíes', + 'category_redirect-add-template': u'Bot: Amestando plantía de redireición de categoríes pa mantenimientu', + 'category_redirect-change-category': u'Bot: Cambiu de la categoría redirixida [[:%(oldCatLink)s|%(oldCatTitle)s]] a [[:%(newCatLink)s|%(newCatTitle)s]]', + 'category_redirect-comment': u'Bot de mantenimientu de redireiciones de categoríes', 'category_redirect-edit-request': u'Deteutóse que les páxines protexíes siguientes necesiten anovamientos d'enllaces de categoría: %(itemlist)s', 'category_redirect-edit-request-item': u'* %(title)s ta en %(oldcat)s, que ye una redireición a %(newcat)s', - 'category_redirect-fix-double': u'Robó: Iguando redireición doble', + 'category_redirect-fix-double': u'Bot: Iguando redireición doble', }, # Author: 1AnuraagPandey 'awa': { @@ -230,13 +230,14 @@ }, # Author: Christian List # Author: Kaare + # Author: MGA73 # Author: Peter Alberti # Author: Sarrus 'da': { 'category_redirect-add-template': u'Robot: Tilføjer kategoriomdirigeringsskabelon til vedligeholdelse', 'category_redirect-change-category': u'Robot: Ændrer omdirigeret kategori [[:%(oldCatLink)s|%(oldCatTitle)s]] til [[:%(newCatLink)s|%(newCatTitle)s]]', 'category_redirect-comment': u'Robot til vedligeholdelse af kategoriomdirigeringer', - 'category_redirect-edit-request': u'Der er opdaget, at følgende beskyttede sider kræver opdatering af kategorilinks: %(itemlist)s', + 'category_redirect-edit-request': u'Det er opdaget, at følgende beskyttede sider kræver opdatering af kategorilinks: %(itemlist)s', 'category_redirect-edit-request-item': u'* %(title)s er i %(oldcat)s, som er en omdirigering til %(newcat)s', 'category_redirect-fix-double': u'Robot: Retter dobbelt omdirigering', }, @@ -411,12 +412,12 @@ # Author: Mayur # Author: Siddhartha Ghai 'hi': { - 'category_redirect-add-template': u'रोबॉट: रखरखाव के लिए श्रेणी अनुप्रेषित साँचा जोड़ा गया', - 'category_redirect-change-category': u'रोबॉट: अनुप्रेषित श्रेणी [[:%(oldCatLink)s|%(oldCatTitle)s]] की जगह [[:%(newCatLink)s|%(newCatTitle)s]] जोड़ी', - 'category_redirect-comment': u'श्रेणी पुनर्निर्देशन रखरखाव रोबॉट', + 'category_redirect-add-template': u'बॉट: रखरखाव के लिए श्रेणी पुनर्प्रेषण साँचा जोड़ा गया', + 'category_redirect-change-category': u'बॉट: पुनर्प्रेषित श्रेणी [[:%(oldCatLink)s|%(oldCatTitle)s]] की जगह [[:%(newCatLink)s|%(newCatTitle)s]] जोड़ी', + 'category_redirect-comment': u'श्रेणी पुनर्प्रेषण रखरखाव रोबॉट', 'category_redirect-edit-request': u'निम्न सुरक्षित पृष्ठ पाए गए हैं जिनमें श्रेणियों को अद्यतित करने की आवश्यकता है: %(itemlist)s', - 'category_redirect-edit-request-item': u'* %(title)s %(oldcat)s में है, जो %(newcat)s को अनुप्रेषित है', - 'category_redirect-fix-double': u'रोबॉट: दुगना अनुप्रेषण सही किया गया', + 'category_redirect-edit-request-item': u'* %(title)s %(oldcat)s में है, जो %(newcat)s को पुनर्प्रेषित है', + 'category_redirect-fix-double': u'बॉट: दुगना पुनर्प्रेषण सही किया गया', }, # Author: Ex13 'hr': { @@ -575,7 +576,13 @@ 'category_redirect-edit-request-item': u'* %(title)s sjteit in %(oldcat)s, dat is 'n doorverwiezing nao %(newcat)s', 'category_redirect-fix-double': u'Robot: dobbele doorverwiezing aangepas', }, + # Author: Aswanas 'lt': { + 'category_redirect-add-template': u'Robotas: Prideda kategoriją nukreipti šabloną pataisymui', + 'category_redirect-change-category': u'Robotas: Pakeisti nukreiptą kategoriją [[:%(oldCatLink)s|%(oldCatTitle)s]] į [[:%(newCatLink)s|%(newCatTitle)s]]', + 'category_redirect-comment': u'Kategorija nukreipia priežiūros robotą', + 'category_redirect-edit-request': u'Aptikta, kad sekantys apsaugoti puslapiai turi būti atnaujinti pagal kategorijos nuorodas: %(itemlist)s', + 'category_redirect-edit-request-item': u'* %(title)s yra %(oldcat)s, kuris yra nukreipimas į %(newcat)s', 'category_redirect-fix-double': u'robotas: Taisomas dvigubas peradresavimas', }, # Author: Papuass @@ -712,6 +719,8 @@ }, # Author: Cedric31 'oc': { + 'category_redirect-change-category': u'Robòt : Cambiament de la redireccion de [[:%(oldCatLink)s|%(oldCatTitle)s]] per [[:%(newCatLink)s|%(newCatTitle)s]]', + 'category_redirect-comment': u'Bòt de mantenença de las redireccions de categorias', 'category_redirect-fix-double': u'Robòt : repara una dobla redireccion', }, 'pdc': { @@ -859,10 +868,11 @@ 'category_redirect-fix-double': u'தானியங்கி: எதிரெதிர் வழிமாற்றுதலைச் சரிசெய்தல்', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'category_redirect-change-category': u'โรบอต: เปลี่ยนหมวดหมู่เปลี่ยนทางจาก [[:%(oldCatLink)s|%(oldCatTitle)s]] ไปยัง [[:%(newCatLink)s|%(newCatTitle)s]]', + 'category_redirect-change-category': u'บอต: เปลี่ยนหมวดหมู่เปลี่ยนทางจาก [[:%(oldCatLink)s|%(oldCatTitle)s]] ไปยัง [[:%(newCatLink)s|%(newCatTitle)s]]', 'category_redirect-edit-request-item': u'* %(title)s อยู่ใน %(oldcat)s ซึ่งเปลี่ยนทางไปยัง %(newcat)s', - 'category_redirect-fix-double': u'โรบอต: แก้หน้าเปลี่ยนทางซ้ำซ้อน', + 'category_redirect-fix-double': u'บอต: แก้หน้าเปลี่ยนทางซ้ำซ้อน', }, # Author: AnakngAraw 'tl': { diff --git a/clean_sandbox.py b/clean_sandbox.py index 537e97c..6753d4b 100644 --- a/clean_sandbox.py +++ b/clean_sandbox.py @@ -26,7 +26,7 @@ }, # Author: Xuacu 'ast': { - 'clean_sandbox-cleaned': u'Robot: Llimpia automática', + 'clean_sandbox-cleaned': u'Bot: Llimpia automática', }, # Author: 1AnuraagPandey 'awa': { @@ -174,8 +174,9 @@ 'clean_sandbox-cleaned': u'בוט: דף זה ינוקה אוטומטית.', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'clean_sandbox-cleaned': u'रोबोट: स्वचालित रूप से साफ किया', + 'clean_sandbox-cleaned': u'बॉट: स्वचालित रूप से साफ़ किया', }, # Author: SpeedyGonsales 'hr': { @@ -364,8 +365,9 @@ 'ta': { 'clean_sandbox-cleaned': u'தானியங்கி: தானாகவே சுத்தப்படுத்தப்பட்டது', }, + # Author: Octahedron80 'th': { - 'clean_sandbox-cleaned': u'โรบอต: กำลังจะเก็บกวาดหน้านี้โดยอัตโนมัติ', + 'clean_sandbox-cleaned': u'บอต: เก็บกวาดโดยอัตโนมัติ', }, # Author: AnakngAraw 'tl': { diff --git a/commons.py b/commons.py index 4e96447..cefe3e2 100644 --- a/commons.py +++ b/commons.py @@ -123,8 +123,9 @@ 'commons-file-now-available': u'Datei ist jetzt auf [[:commons:File:%(commonsfile)s|Wikimedia Commons]] verfügbar.', }, # Author: Erdemaslancan + # Author: Mirzali 'diq': { - 'commons-file-moved': u'[[:Dosya:%(localfile)s|Dosya]], berd site da [[:commons:File:%(commonsfile)s|commons]]i.', + 'commons-file-moved': u'[[:File:%(localfile)s|Dosya]], berde sita [[:commons:File:%(commonsfile)s|commons]]i.', 'commons-file-now-available': u'Ena dosya henda proce de[[:commons:File:%(commonsfile)s|Wikimedia Commons]] zeredeya.', }, # Author: Geraki @@ -146,7 +147,7 @@ # Author: Fitoschido # Author: Mor 'es': { - 'commons-file-moved': u'[[:File:%(localfile)s|File]] movido a [[:commons:File:%(commonsfile)s|commons]].', + 'commons-file-moved': u'[[:File:%(localfile)s|Archivo]] trasladado a [[:commons:File:%(commonsfile)s|Commons]].', 'commons-file-now-available': u'El archivo ya está disponible en [[:commons:File:%(commonsfile)s|Wikimedia Commons]].', }, # Author: Subi @@ -226,8 +227,9 @@ 'commons-file-now-available': u'Le file es ora disponibile in [[:commons:File:%(commonsfile)s|Wikimedia Commons]].', }, # Author: Farras + # Author: Macofe 'id': { - 'commons-file-moved': u'[[:Berkas:%(localfile)s|Berkas]] dipindahkan ke [[:commons:File:%(commonsfile)s|commons]].', + 'commons-file-moved': u'[[:File:%(localfile)s|Berkas]] dipindahkan ke [[:commons:File:%(commonsfile)s|commons]].', 'commons-file-now-available': u'Berkas ini sekarang tersedia di [[:commons:File:%(commonsfile)s|Wikimedia Commons]].', }, # Author: Renan @@ -256,9 +258,10 @@ 'commons-file-moved': u'[[:File:%(localfile)s|このファイル]]は[[:commons:File:%(commonsfile)s|コモンズ]]へと移動しました。', 'commons-file-now-available': u'このファイルは[[:commons:File:%(commonsfile)s|ウィキメディア・コモンズ]]で利用できるようになりました。', }, + # Author: Macofe # Author: NoiX180 'jv': { - 'commons-file-moved': u'[[:Berkas:%(localfile)s|Berkas]] dipindhahaké nèng [[:commons:Berkas:%(commonsfile)s|commons]].', + 'commons-file-moved': u'[[:File:%(localfile)s|Berkas]] dipindhahaké nèng [[:commons:File:%(commonsfile)s|commons]].', 'commons-file-now-available': u'Berkas saiki wis sumadhiya nèng [[:commons:File:%(commonsfile)s|Wikimedia Commons]].', }, # Author: 아라 @@ -459,8 +462,9 @@ 'commons-file-now-available': u'Фајл һәни бәбе винде ијо [[:commons:File:%(commonsfile)s|Викиамбоәдә]].', }, # Author: Khutuck + # Author: Macofe 'tr': { - 'commons-file-moved': u'[[:Dosya:%(localfile)s|Dosya]], [[:commons:File:%(commonsfile)s|commons]] sitesine taşındı.', + 'commons-file-moved': u'[[:File:%(localfile)s|Dosya]], [[:commons:File:%(commonsfile)s|commons]] sitesine taşındı.', 'commons-file-now-available': u'Dosya artık [[:commons:File:%(commonsfile)s|Wikimedia Commons]] projesinde bulunmaktadır.', }, # Author: Ильнар diff --git a/commons_link.py b/commons_link.py index 6c4217c..dac0996 100644 --- a/commons_link.py +++ b/commons_link.py @@ -21,8 +21,8 @@ }, # Author: Xuacu 'ast': { - 'commons_link-cat-template-added': u'Robó: Incluir plantía de commonscat', - 'commons_link-template-added': u'Robó: Incluir plantía de commons', + 'commons_link-cat-template-added': u'Bot: Incluir plantía de commonscat', + 'commons_link-template-added': u'Bot: Incluir plantía de commons', }, # Author: 1AnuraagPandey 'awa': { @@ -74,9 +74,10 @@ 'commons_link-template-added': u'Robot přidal šablonu commons', }, # Author: Christian List + # Author: MGA73 'da': { - 'commons_link-cat-template-added': u'Robot: Tilføjer commonscat skabelon', - 'commons_link-template-added': u'Robot: Tilføjer commons skabelon', + 'commons_link-cat-template-added': u'Robot: Tilføjer commonscat-skabelon', + 'commons_link-template-added': u'Robot: Tilføjer commons-skabelon', }, # Author: Metalhead64 'de': { @@ -133,9 +134,10 @@ 'commons_link-template-added': u'בוט: מוסיף תבנית Commons', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'commons_link-cat-template-added': u'रोबोट: commonscat साँचे को जोड़ा', - 'commons_link-template-added': u'रोबोट: कॉमन्स साँचे को जोड़ा', + 'commons_link-cat-template-added': u'बॉट: कॉमन्स श्रेणी साँचे को जोड़ा', + 'commons_link-template-added': u'बॉट: कॉमन्स साँचे को जोड़ा', }, # Author: Csega 'hu': { @@ -178,6 +180,11 @@ 'commons_link-cat-template-added': u'Bot:Commonscat-Schabloun abannen', 'commons_link-template-added': u'Bot:Commons-Schabloun abannen', }, + # Author: Aswanas + 'lt': { + 'commons_link-cat-template-added': u'Robotas: Įtrauktas įprastas cat šablonas', + 'commons_link-template-added': u'Robotas: Įtrauktas įprastinis šablonas', + }, # Author: Jagwar 'mg': { 'commons_link-cat-template-added': u'Rôbô: Mampiditra ny endrika commonscat', diff --git a/commonscat.py b/commonscat.py index 9a7f306..45bcedb 100644 --- a/commonscat.py +++ b/commonscat.py @@ -9,9 +9,17 @@ 'qqq': { 'commonscat-msg_change': u'Edit summary. Parameters:\n* %(oldcat)s - old category name\n* %(newcat)s - new category name.', }, + # Author: Xuacu + 'ast': { + 'commonscat-msg_change': u'Bot: Cambiu del enllaz «commonscat» de [[:Commons:Category:%(oldcat)s|%(oldcat)s]] a [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, # Author: Xqt 'be-x-old': { 'commonscat-msg_change': u'Робат: зьмяніў шаблён [[:Commons:Category:%(oldcat)s|%(oldcat)s]] на [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, + # Author: Gwenn-Ael + 'br': { + 'commonscat-msg_change': u'Robot: O cheñch commonscat link eus[[:Commons:Category:%(oldcat)s|%(oldcat)s]] e [[:Commons:Category:%(newcat)s|%(newcat)s]]', }, # Author: Mercy 'cs': { @@ -43,9 +51,33 @@ 'frr': { 'commonscat-msg_change': u'Bot: Feranere commonscat link faan [[:Commons:Category:%(oldcat)s|%(oldcat)s]] tu [[:Commons:Category:%(newcat)s|%(newcat)s]]', }, + # Author: Elisardojm + 'gl': { + 'commonscat-msg_change': u'Bot: cambio de ligazón «commonscat» de [[:Commons:Category:%(oldcat)s|%(oldcat)s]] a [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, + # Author: Amire80 + 'he': { + 'commonscat-msg_change': u'בוט: משנה קישור commonscat מ־[[:Commons:Category:%(oldcat)s|%(oldcat)s]] ל־[[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, + # Author: Siddhartha Ghai + 'hi': { + 'commonscat-msg_change': u'बॉट: कॉमन्स श्रेणी को [[:Commons:Category:%(oldcat)s|%(oldcat)s]] से बदलकर [[:Commons:Category:%(newcat)s|%(newcat)s]] कर रहा है', + }, + # Author: Tacsipacsi + 'hu': { + 'commonscat-msg_change': u'Bot: Commonskat link cseréje: [[:Commons:Category:%(oldcat)s|%(oldcat)s]] cseréje erre: [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, # Author: snaevar 'is': { 'commonscat-msg_change': u'Vélmenni: Breyti Commonscat tengli frá [[:Commons:Category:%(oldcat)s|%(oldcat)s]] í [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, + # Author: Beta16 + 'it': { + 'commonscat-msg_change': u'Bot: modifica il collegamento alla categoria di Commons da [[:Commons:Category:%(oldcat)s|%(oldcat)s]] a [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, + # Author: IRTC1015 + 'ko': { + 'commonscat-msg_change': u'봇: 위키공용분류 링크를 [[:Commons:Category:%(oldcat)s|%(oldcat)s]]에서 [[:Commons:Category:%(newcat)s|%(newcat)s]]로 바꿈', }, # Author: Purodha 'ksh': { @@ -54,6 +86,10 @@ # Author: Robby 'lb': { 'commonscat-msg_change': u'Bot: De Commonscat Link [[:Commons:Category:%(oldcat)s|%(oldcat)s]] gouf op [[:Commons:Category:%(newcat)s|%(newcat)s]] geännert', + }, + # Author: Aswanas + 'lt': { + 'commonscat-msg_change': u'Robotas: Keičia įprastą cat nuorodą iš[[:Commons:Category:%(oldcat)s|%(oldcat) - as]] į [[: Commons:Category:%(newcat)s|%(newcat)s]]', }, # Author: Bjankuloski06 'mk': { @@ -67,6 +103,10 @@ 'pt': { 'commonscat-msg_change': u'Robô: A alterar ligação da categoria do Commons de [[:Commons:Category:%(oldcat)s|%(oldcat)s]] para [[:Commons:Category:%(newcat)s|%(newcat)s]]', }, + # Author: Minisarm + 'ro': { + 'commonscat-msg_change': u'Bot: Modificat legătura commonscat din [[:Commons:Category:%(oldcat)s|%(oldcat)s]] în [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, 'ru': { 'commonscat-msg_change': u'Бот: Изменение commonscat-ссылки с [[:Commons:Category:%(oldcat)s|%(oldcat)s]] на [[:Commons:Category:%(newcat)s|%(newcat)s]]', }, @@ -74,6 +114,10 @@ 'sk': { 'commonscat-msg_change': u'Robot zmenil šablónu Commonscat z [[:Commons:Category:%(oldcat)s|%(oldcat)s]] na [[:Commons:Category:%(newcat)s|%(newcat)s]]', }, + # Author: Milicevic01 + 'sr': { + 'commonscat-msg_change': u'Бот: промењена commonscat веза из [[:Commons:Category:%(oldcat)s|%(oldcat)s]] у [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, # Author: Marfuas 'sv': { 'commonscat-msg_change': u'Bot: Ändrar commonscat-länk från [[:Commons:Category:%(oldcat)s|%(oldcat)s]] till [[:Commons:Category:%(newcat)s|%(newcat)s]]', diff --git a/cosmetic_changes.py b/cosmetic_changes.py index f0464cd..9fb6ea5 100644 --- a/cosmetic_changes.py +++ b/cosmetic_changes.py @@ -6,6 +6,7 @@ 'cosmetic_changes-standalone': u'Bot: Cosmetic changes', }, # Author: Csisc + # Author: Macofe # Author: Xqt 'qqq': { 'cosmetic_changes-append': u'Summary message that will be appended to the normal edit summary when cosmetic changes are made on the fly.\n\n"Cosmetic changes" here means changes to the appearance of the page only, without any changes to the substance of the page.', @@ -40,8 +41,8 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'cosmetic_changes-append': u'; cambeos cosméticos', - 'cosmetic_changes-standalone': u'Robó: Cambeos cosméticos', + 'cosmetic_changes-append': u'; cambios cosméticos', + 'cosmetic_changes-standalone': u'Bot: Cambios cosméticos', }, # Author: 1AnuraagPandey 'awa': { @@ -220,9 +221,10 @@ 'cosmetic_changes-append': u'; athruithe cosmaideacha', 'cosmetic_changes-standalone': u'Róbat: Athruithe cosmaideacha', }, + # Author: Banjo 'gl': { 'cosmetic_changes-append': u'; cambios estética', - 'cosmetic_changes-standalone': u'bot Cambios estética', + 'cosmetic_changes-standalone': u'Bot: Cambios estética', }, # Author: Jetlag 'hak': { @@ -240,8 +242,8 @@ }, # Author: Siddhartha Ghai 'hi': { - 'cosmetic_changes-append': u'; अंगराग परिवर्तन', - 'cosmetic_changes-standalone': u'रोबॉट: अंगराग परिवर्तन', + 'cosmetic_changes-append': u'; ऊपरी परिवर्तन', + 'cosmetic_changes-standalone': u'बॉट: ऊपरी परिवर्तन', }, 'hr': { 'cosmetic_changes-append': u'; kozmetičke promjene', @@ -266,6 +268,7 @@ }, # Author: Bennylin # Author: Kenrick95 + # Author: Totosunarto 'id': { 'cosmetic_changes-append': u'; perubahan kosmetik', 'cosmetic_changes-standalone': u'Robot: Perubahan kosmetika', @@ -308,9 +311,10 @@ 'cosmetic_changes-append': u'ಅಂದಗೊಳಿಸುವ ಬದಲಾವಣೆಗಳು', 'cosmetic_changes-standalone': u'ರೋಬೋಟ್: ಕಾಂತಿವರ್ಧಕ ಬದಲಾವಣೆಗಳು', }, + # Author: IRTC1015 'ko': { 'cosmetic_changes-append': u'; 예쁘게 바꿈', - 'cosmetic_changes-standalone': u'로봇: 예쁘게 바꿈', + 'cosmetic_changes-standalone': u'봇: 예쁘게 바꿈', }, # Author: Purodha 'ksh': { @@ -521,9 +525,10 @@ 'cosmetic_changes-standalone': u'బాటు: పైపై మార్పులు', }, # Author: Nullzero + # Author: Octahedron80 'th': { 'cosmetic_changes-append': u'; ปรับแต่งให้อ่านง่าย', - 'cosmetic_changes-standalone': u'โรบอต ปรับแต่งให้อ่านง่าย', + 'cosmetic_changes-standalone': u'บอต: ปรับแต่งให้อ่านง่าย', }, 'tk': { 'cosmetic_changes-append': u'; kosmetik üýtgeşme', diff --git a/deledpimage.py b/deledpimage.py index 9c0f359..0c811fc 100644 --- a/deledpimage.py +++ b/deledpimage.py @@ -1,12 +1,20 @@ # -*- coding: utf-8 -*- +"""i18n message bundle.""" msg = { - 'ar': { - 'deledpimage-edit-summary': u'روبوت: إصلاح استخدام صورة EDP: [[%s]]', - }, + # Author: Shizhao 'en': { 'deledpimage-edit-summary': u'Robot: Fix EDP image use: [[%s]]', }, + # Author: Priyanka Jayaswal + 'qqq': { + 'deledpimage-edit-summary': u'Edit summary when the bot fixes EDP image use.', + }, + # Author: Meno25 + 'ar': { + 'deledpimage-edit-summary': u'روبوت: إصلاح استخدام صورة EDP: [[%s]]', + }, + # Author: Shizhao 'zh': { 'deledpimage-edit-summary': u'Bot修正EDP图像用法:[[%s]]', }, -} +}; diff --git a/delete.py b/delete.py index 61e9995..868abc6 100644 --- a/delete.py +++ b/delete.py @@ -58,11 +58,11 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'delete-from-category': u'Robó: Desaniciando toles páxines de la categoría %(page)s', - 'delete-from-file': u'Robó: Desaniciando una llista de páxines.', - 'delete-images': u'Robó: Desaniciando toles imaxes de la páxina %(page)s', - 'delete-linked-pages': u'Robó: Desaniciando toles páxines enllazaes dende %(page)s', - 'delete-referring-pages': u'Robó: Desaniciando toles páxines con referencia dende %(page)s', + 'delete-from-category': u'Bot: Desaniciando toles páxines de la categoría %(page)s', + 'delete-from-file': u'Bot: Desaniciando una llista de páxines.', + 'delete-images': u'Bot: Desaniciando toles imaxes de la páxina %(page)s', + 'delete-linked-pages': u'Bot: Desaniciando toles páxines enllazaes dende %(page)s', + 'delete-referring-pages': u'Bot: Desaniciando toles páxines con referencia dende %(page)s', }, # Author: 1AnuraagPandey 'awa': { @@ -355,12 +355,13 @@ 'delete-referring-pages': u'בוט: מוחק את כל הדפים המקשרים לדף %(page)s.', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'delete-from-category': u'रोबोट: %(page)s श्रेणी से सभी पन्नों को हटाया जा रहा है', - 'delete-from-file': u'रोबोट: पन्नों की सूची में से पृष्ठ हटाए जा रहे हैं।', - 'delete-images': u'रोबोट: पृष्ठ %(page)s से सभी चित्रों को हटाया जा रहा है', - 'delete-linked-pages': u'रोबोट: %(page)s से लिंक किये गए सभी पन्नों को हटाया जा रहा है', - 'delete-referring-pages': u'रोबोट: %(page)s से जुड़े हुए सभी पन्नों को हटाया जा रहा है', + 'delete-from-category': u'बॉट: %(page)s श्रेणी से सभी पन्नों को हटाया जा रहा है', + 'delete-from-file': u'बॉट: पन्नों की सूची में से पृष्ठ हटाए जा रहे हैं।', + 'delete-images': u'बॉट: पृष्ठ %(page)s पर मौजूद सभी चित्रों को हटाया जा रहा है', + 'delete-linked-pages': u'बॉट: %(page)s से लिंक किये गए सभी पन्नों को हटाया जा रहा है', + 'delete-referring-pages': u'बॉट: %(page)s से जुड़े हुए सभी पन्नों को हटाया जा रहा है', }, # Author: Dj 'hu': { @@ -416,11 +417,11 @@ # Author: Nemo bis # Author: Ricordisamoa 'it': { - 'delete-from-category': u'Bot: Cancellazione di tutte le pagine dalla categoria %(page)s', + 'delete-from-category': u'Bot: cancellazione di tutte le pagine dalla categoria %(page)s', 'delete-from-file': u'Bot: cancello un elenco di pagine.', 'delete-images': u'Bot: cancellazione di tutte le immagini contenute nella pagina %(page)s', 'delete-linked-pages': u'Bot: cancellazione di tutte le pagine collegate a %(page)s', - 'delete-referring-pages': u'Bot: Cancellazione di tutte le pagine con link verso %(page)s', + 'delete-referring-pages': u'Bot: cancellazione di tutte le pagine con link da %(page)s', }, # Author: Fryed-peach # Author: Shirayuki @@ -447,13 +448,14 @@ 'delete-linked-pages': u'ರೋಬೋಟ್:% (ಪುಟ) ಗೆ ಸಂಬಂದ ಪಟ್ಟ ಎಲ್ಲ ಲಿಂಕ್ ಎಲ್ಲಾ ಪುಟಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ', 'delete-referring-pages': u'ರೋಬೋಟ್: % (ಪುಟ)ಗಳಲ್ಲಿರು ಎಲ್ಲಾ ಚಿತ್ರಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ', }, + # Author: IRTC1015 # Author: 아라 'ko': { - 'delete-from-category': u'로봇: %(page)s 분류에 있는 모든 문서 삭제', - 'delete-from-file': u'로봇: 문서의 목록을 삭제합니다.', - 'delete-images': u'로봇: %(page)s 문서에 모든 그림 삭제', - 'delete-linked-pages': u'로봇: %(page)s에 연결한 모든 문서 삭제', - 'delete-referring-pages': u'로봇: %(page)s에서 참고하는 모든 문서 삭제', + 'delete-from-category': u'봇: %(page)s 분류의 모든 문서를 삭제', + 'delete-from-file': u'봇: 목록의 문서를 삭제', + 'delete-images': u'봇: %(page)s 문서에 사용된 모든 그림 삭제', + 'delete-linked-pages': u'봇: %(page)s에서 가리키는 모든 문서를 삭제', + 'delete-referring-pages': u'봇: %(page)s에서 참고하는 모든 문서 삭제', }, # Author: Purodha # Author: Xqt @@ -463,6 +465,10 @@ 'delete-images': u'Bot: Alle Sigge us dä Sigg %(page)s wääde fottjeschmeße.', 'delete-linked-pages': u'Bot: Mer schmiiße alle Sigge fott, woh %(page)s ene Lenk drop hät.', 'delete-referring-pages': u'Bot: Mer schmiiße alle Sigge fott, di ene Lenk op %(page)s han.', + }, + # Author: George Animal + 'ku': { + 'delete-from-file': u'Bot: Lîsteyeka rûpelan jê dibe.', }, # Author: Викиней 'ky': { @@ -480,11 +486,12 @@ 'delete-linked-pages': u'Bot: All Säite läschen déi vun der Säit %(page)s verlinkt sinn', 'delete-referring-pages': u'Bot: All Säite läschen déi mat der Säit %(page)s verlinkt sinn', }, + # Author: Aswanas # Author: Homo # Author: Hugo.arg 'lt': { 'delete-from-category': u'robotas: Trinami visi puslapiai iš kategorijos %(page)s', - 'delete-from-file': u'Robotas: Trinamas failų sąrašas.', + 'delete-from-file': u'Robotas: Ištrinamas puslapių sąrašas.', 'delete-images': u'robotas: Trinami visi puslapio %(page)s paveikslėliai', 'delete-linked-pages': u'robotas: Trinami visi puslapiai, į kuriuos yra nuoroda iš %(page)s', 'delete-referring-pages': u'robotas: Trinami visi puslapiai, rodantys į %(page)s', @@ -597,6 +604,14 @@ 'delete-images': u'Bot: Sletter alle bilder på siden %(page)s', 'delete-linked-pages': u'Bot: Sletter alle sider som lenkes fra %(page)s', 'delete-referring-pages': u'Bot: Sletter alle sider som lenker til %(page)s', + }, + # Author: Cedric31 + 'oc': { + 'delete-from-category': u'Robòt : Suprimís totas las paginas de la categoria %(page)s', + 'delete-from-file': u'Robòt : Supression d’una lista de paginas.', + 'delete-images': u'Robòt : Suprimís totes los fichièrs sus la pagina %(page)s', + 'delete-linked-pages': u'Robòt : Suprimís totas las paginas ligadas dempuèi %(page)s', + 'delete-referring-pages': u'Robòt : Suprimís totas las paginas que referisson a %(page)s', }, # Author: Shisir 1945 'or': { @@ -742,12 +757,13 @@ 'delete-linked-pages': u'தானியங்கி:%(page)s பக்கத்துடன் இணைக்கப்பட்டுள்ள அனைத்து பக்கங்களும் நீக்கப்படுகின்றன', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'delete-from-category': u'โรบอต: ลบหน้าทั้งหมดจากหมวดหมู่ %(page)s', + 'delete-from-category': u'บอต: ลบหน้าทั้งหมดจากหมวดหมู่ %(page)s', 'delete-from-file': u'บอต: ลบหน้าจากไฟล์รายการ', - 'delete-images': u'โรบอต: ลบรูปภาพทั้งหมดจากหน้า %(page)s', - 'delete-linked-pages': u'โรบอต: ลบหน้าทั้งหมดที่ลิงก์จาก %(page)s', - 'delete-referring-pages': u'โรบอต: ลบหน้าทั้งหมดที่ลิงก์ไป %(page)s', + 'delete-images': u'บอต: ลบรูปภาพทั้งหมดจากหน้า %(page)s', + 'delete-linked-pages': u'บอต: ลบหน้าทั้งหมดที่ลิงก์จาก %(page)s', + 'delete-referring-pages': u'บอต: ลบหน้าทั้งหมดที่ลิงก์ไป %(page)s', }, # Author: AnakngAraw 'tl': { @@ -804,6 +820,12 @@ 'delete-linked-pages': u'Bot: Xóa tất cả các trang được liên kết từ “%(page)s”', 'delete-referring-pages': u'Bot: Xóa tất cả các trang có liên kết đến “%(page)s”', }, + # Author: Malafaya + 'vo': { + 'delete-from-category': u'Bot: Moükon padis valik in klad: %(page)s', + 'delete-from-file': u'Bot: Moükon lisedi padas.', + 'delete-images': u'Bot: Moükon magodis valik su pad: %(page)s', + }, # Author: Harvzsf 'war': { 'delete-from-category': u'Robot: Ginpapara an ngatanan ng mga pakli nga tikang han kaarangay %(page)s', diff --git a/djvutext.py b/djvutext.py index 3c26053..8e94f57 100644 --- a/djvutext.py +++ b/djvutext.py @@ -26,7 +26,7 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'djvutext-creating': u'Robó: Creando una páxina con testu sacáu de DjVu', + 'djvutext-creating': u'Bot: Creando una páxina con testu sacáu de DjVu', }, # Author: 1AnuraagPandey 'awa': { @@ -156,8 +156,9 @@ 'djvutext-creating': u'בוט: יוצר דף עם טקסט שיוצר מ־DjVu', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'djvutext-creating': u'रोबोट: DjVu से निकाले गए पाठ के साथ पृष्ठ बनाया जा रहा है', + 'djvutext-creating': u'बॉट: DjVu से निकाले गए पाठ के साथ पृष्ठ बनाया जा रहा है', }, # Author: Dj 'hu': { @@ -195,9 +196,10 @@ 'kn': { 'djvutext-creating': u'ರೋಬೋಟ್: DjVu ಯಿಂದ ಹೊರತೆಗೆದ ಪಠ್ಯದಿಂದ ರಚಿಸಲಾದ ಪುಟ', }, + # Author: IRTC1015 # Author: 아라 'ko': { - 'djvutext-creating': u'로봇: DjVu에서 추출한 문장으로 문서를 만듦', + 'djvutext-creating': u'봇: DjVu에서 추출한 문장으로 문서를 만듦', }, # Author: Purodha 'ksh': { @@ -258,6 +260,10 @@ # Author: Nghtwlkr 'no': { 'djvutext-creating': u'Robot: Oppretter side med tekst som er trukket ut fra DjVu', + }, + # Author: Cedric31 + 'oc': { + 'djvutext-creating': u'Robòt : Creacion de la pagina amb lo tèxte extrach dempuèi DjVu', }, # Author: Shisir 1945 'or': { @@ -324,8 +330,9 @@ 'djvutext-creating': u'Robot: Złōnaczyniy zajty z Djvu', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'djvutext-creating': u'โรบอต: สร้างหน้าโดยเนื้อหานำมาจาก DjVu', + 'djvutext-creating': u'บอต: สร้างหน้าโดยเนื้อหานำมาจาก DjVu', }, # Author: AnakngAraw 'tl': { diff --git a/editarticle.py b/editarticle.py index d0037f2..e751714 100644 --- a/editarticle.py +++ b/editarticle.py @@ -22,7 +22,7 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'editarticle-edit': u'Edición manual con robó: %(description)s', + 'editarticle-edit': u'Edición manual con bot: %(description)s', }, # Author: 1AnuraagPandey 'awa': { @@ -157,8 +157,9 @@ 'editarticle-edit': u'עריכה ידנית: %(description)s', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'editarticle-edit': u'रोबोट के साथ मैनुअल संपादन: %(description)s', + 'editarticle-edit': u'बॉट के साथ मैनुअल संपादन: %(description)s', }, # Author: Michawiki 'hsb': { @@ -202,9 +203,10 @@ 'kn': { 'editarticle-edit': u'ರೋಬೋಟ್ ನೊಂದಿಗೆ ಮಾನವ ತಿದ್ದುಪಡಿ : %(ವಿವರಣೆ)s', }, + # Author: IRTC1015 # Author: 아라 'ko': { - 'editarticle-edit': u'로봇으로 수동 편집: %(description)s', + 'editarticle-edit': u'봇으로 수동 편집: %(description)s', }, # Author: Purodha 'ksh': { @@ -271,6 +273,10 @@ # Author: Nghtwlkr 'no': { 'editarticle-edit': u'Manuell redigert med robot: %(description)s', + }, + # Author: Cedric31 + 'oc': { + 'editarticle-edit': u'Modificacion manuala gràcias a un bòt : %(description)s', }, # Author: Shisir 1945 'or': { @@ -340,8 +346,9 @@ 'editarticle-edit': u'Manualne sprowianiy z robotym: %(description)s', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'editarticle-edit': u'แก้ไขผ่านโรบอตด้วยตนเอง: %(description)s', + 'editarticle-edit': u'แก้ไขผ่านบอตด้วยตนเอง: %(description)s', }, # Author: AnakngAraw 'tl': { diff --git a/featured.py b/featured.py index 28f634e..e747e5f 100644 --- a/featured.py +++ b/featured.py @@ -41,10 +41,10 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'featured-featured': u'Robó: %(page)s ye un artículu destacáu', - 'featured-former': u'Robó: %(page)s ye un artículu destacáu anterior', - 'featured-good': u'Robó: %(page)s ye un artículu bonu', - 'featured-list': u'Robó: %(page)s ye una llista destacada', + 'featured-featured': u'Bot: %(page)s ye un artículu destacáu', + 'featured-former': u'Bot: %(page)s ye un artículu destacáu anterior', + 'featured-good': u'Bot: %(page)s ye un artículu bonu', + 'featured-list': u'Bot: %(page)s ye una llista destacada', }, # Author: 1AnuraagPandey 'awa': { @@ -298,11 +298,12 @@ 'featured-list': u'בוט: הדף %(page)s הוא רשימה מומלצת', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'featured-featured': u'रोबोट: %(page)s एक निर्वाचित लेख है', - 'featured-former': u'रोबोट: %(page)s एक पूर्व निर्वाचित लेख है', - 'featured-good': u'रोबोट: %(page)s एक अच्छा लेख है', - 'featured-list': u'रोबोट: %(page)s एक निर्वाचित सूची है', + 'featured-featured': u'बॉट: %(page)s एक निर्वाचित लेख है', + 'featured-former': u'बॉट: %(page)s एक पूर्व निर्वाचित लेख है', + 'featured-good': u'बॉट: %(page)s एक अच्छा लेख है', + 'featured-list': u'बॉट: %(page)s एक निर्वाचित सूची है', }, 'hr': { 'featured-featured': u'Bot: Interwiki za izabrane članke za %(page)s', @@ -508,6 +509,13 @@ 'nv': { 'featured-featured': u'Naaltsoos %(page)s kʼad nizhónígo ályaa', }, + # Author: Cedric31 + 'oc': { + 'featured-featured': u'Bòt : %(page)s es un article de qualitat', + 'featured-former': u'Bòt : %(page)s es un article de qualitat descaigut', + 'featured-good': u'Robòt : %(page)s es un bon article', + 'featured-list': u'Bòt : %(page)s es una lista de qualitat', + }, # Author: Shisir 1945 'or': { 'featured-featured': u'ରୋବଟ୍: %(page)s ହେଉଛି ଗୋଟିଏ ବିଶେଷ ଲେଖା', @@ -622,10 +630,11 @@ 'featured-good': u'தானியங்கி: %(page)s ஒரு நல்ல கட்டுரையாகும்', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'featured-featured': u'โรบอต: ลิงก์บทความคัดสรร %(page)s', - 'featured-former': u'โรบอต: %(page)s เคยเป็นบทความคัดสรร', - 'featured-good': u'โรบอต: %(page)s เป็นบทความคุณภาพ', + 'featured-featured': u'บอต: %(page)s เป็นบทความคัดสรร', + 'featured-former': u'บอต: %(page)s เป็นอดีตบทความคัดสรร', + 'featured-good': u'บอต: %(page)s เป็นบทความคุณภาพ', 'featured-list': u'บอต: %(page)s เป็นรายชื่อคัดสรร', }, # Author: AnakngAraw @@ -684,8 +693,10 @@ 'featured-good': u'Bot: %(page)s là một bài viết chất lượng tốt', 'featured-list': u'Bot: %(page)s là một danh sách chọn lọc', }, + # Author: Malafaya 'vo': { 'featured-featured': u'Bot: Yüm yegeda gudik tefü %(page)s', + 'featured-good': u'Bot: Pad: %(page)s binon yeged gudik', }, # Author: פוילישער 'yi': { diff --git a/fixing_redirects.py b/fixing_redirects.py index a9b1ed7..3db119e 100644 --- a/fixing_redirects.py +++ b/fixing_redirects.py @@ -30,7 +30,7 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'fixing_redirects-fixing': u'Robó: Iguando redireiciones', + 'fixing_redirects-fixing': u'Bot: Iguando redireiciones', }, # Author: 1AnuraagPandey 'awa': { @@ -169,8 +169,9 @@ 'fixing_redirects-fixing': u'בוט: מתקן הפניות', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'fixing_redirects-fixing': u'बॉट:पुनर्निर्देशन ठीक कर रहा है', + 'fixing_redirects-fixing': u'बॉट: पुनर्प्रेषण ठीक कर रहा है', }, # Author: Ex13 'hr': { @@ -294,6 +295,10 @@ 'no': { 'fixing_redirects-fixing': u'Robot: Retter omdirigeringer', }, + # Author: Cedric31 + 'oc': { + 'fixing_redirects-fixing': u'Robòt : Correccion de las redireccions', + }, 'pl': { 'fixing_redirects-fixing': u'Bot: naprawa przekierowań', }, @@ -367,8 +372,9 @@ 'fixing_redirects-fixing': u'బాటు: దారిమార్పులను సరిచేసింది', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'fixing_redirects-fixing': u'โรบอต: แก้หน้าเปลี่ยนทาง', + 'fixing_redirects-fixing': u'บอต: แก้หน้าเปลี่ยนทาง', }, # Author: AnakngAraw 'tl': { diff --git a/followlive.py b/followlive.py index e329594..ef482b1 100644 --- a/followlive.py +++ b/followlive.py @@ -1,30 +1,40 @@ # -*- coding: utf-8 -*- +"""i18n message bundle.""" msg = { + # Author: Hashar + 'en': { + 'followlive-blanking': u'Blanked, content was '%s'.', + }, + # Author: Priyanka Jayaswal 'qqq': { 'followlive-blanking': u'Edit-summary used when blanking an article while periodic analysis of list of new articles.', }, + # Author: Meno25 'ar': { - 'followlive-blanking': u'تم الإفراغ، المحتوى كان "%s"', + 'followlive-blanking': u'تم الإفراغ، المحتوى كان '%s'', }, - 'en': { - 'followlive-blanking': u'blanked, content was "%s"', - }, + # Author: Hashar 'fr': { - 'followlive-blanking': u'blanchit, le contenu était "%s"', + 'followlive-blanking': u'blanchit, le contenu était '%s'', }, + # Author: Leogregianin 'he': { - 'followlive-blanking': u'רוקן, תוכן היה "%s"', + 'followlive-blanking': u'רוקן, תוכן היה '%s'', }, + # Author: Daniel Herding 'pl': { - 'followlive-blanking': u'wyczyszczony - zawartością było "%s"', + 'followlive-blanking': u'wyczyszczony - zawartością było '%s'', }, + # Author: Leogregianin 'pt': { - 'followlive-blanking': u'em branco - conteúdo é "%s"', + 'followlive-blanking': u'em branco - conteúdo é '%s'', }, + # Author: Siebrand Mazeland 'sv': { - 'followlive-blanking': u'Robot tar bort innehåll på grund av "%s"', + 'followlive-blanking': u'Robot tar bort innehåll på grund av '%s'', }, + # Author: Rotemliss 'zh': { - 'followlive-blanking': u'清空,之前的內容是 "%s"', + 'followlive-blanking': u'清空,之前的內容是 '%s'', }, -} +}; diff --git a/interwiki.py b/interwiki.py index 4524a2a..6f1d6fa 100644 --- a/interwiki.py +++ b/interwiki.py @@ -127,15 +127,16 @@ # Author: Esbardu # Author: Hugo.arg # Author: Xqt + # Author: Xuacu 'ast': { - 'interwiki-adding': u'Robó: Añadiendo %(adding)s', - 'interwiki-adding-modifying': u'Robó: Añadiendo %(adding)s; modificando %(modifying)s', - 'interwiki-adding-removing': u'Robó: Añadiendo %(adding)s; desaniciando %(removing)s', - 'interwiki-adding-removing-modifying': u'Robó: Añadiendo %(adding)s; desaniciando %(removing)s; modificando %(modifying)s', - 'interwiki-modifying': u'Robó: Modificando %(modifying)s', - 'interwiki-modifying-from': u'Robó: Camudando %(from)s a %(modifying)s', - 'interwiki-removing': u'Robó: Desaniciando %(removing)s', - 'interwiki-removing-modifying': u'Robó: Desaniciando %(removing)s; modificando %(modifying)s', + 'interwiki-adding': u'Bot: Añadiendo %(adding)s', + 'interwiki-adding-modifying': u'Bot: Añadiendo %(adding)s; camudando %(modifying)s', + 'interwiki-adding-removing': u'Bot: Añadiendo %(adding)s; desaniciando %(removing)s', + 'interwiki-adding-removing-modifying': u'Bot: Añadiendo %(adding)s; desaniciando %(removing)s; camudando %(modifying)s', + 'interwiki-modifying': u'Bot: Camudando %(modifying)s', + 'interwiki-modifying-from': u'Bot: Camudando %(from)s a %(modifying)s', + 'interwiki-removing': u'Bot: Desaniciando %(removing)s', + 'interwiki-removing-modifying': u'Bot: Desaniciando %(removing)s; camudando %(modifying)s', }, # Author: AZISS 'az': { @@ -404,16 +405,17 @@ 'interwiki-removing': u'robot yn tynnu: %(removing)s', 'interwiki-removing-modifying': u'robot yn tynnu: %(removing)s yn newid: %(modifying)s', }, + # Author: MGA73 # Author: Peter Alberti 'da': { - 'interwiki-adding': u'Robot tilføjer %(adding)s', - 'interwiki-adding-modifying': u'Robot tilføjer: %(adding)s og ændrer: %(modifying)s', - 'interwiki-adding-removing': u'Robot tilføjer: %(adding)s og fjerner: %(removing)s', - 'interwiki-adding-removing-modifying': u'Robot tilføjer: %(adding)s, fjerner: %(removing)s og ændrer: %(modifying)s', - 'interwiki-modifying': u'Robot ændrer %(modifying)s', + 'interwiki-adding': u'Robot: Tilføjer %(adding)s', + 'interwiki-adding-modifying': u'Robot: Tilføjer %(adding)s og ændrer %(modifying)s', + 'interwiki-adding-removing': u'Robot: Tilføjer %(adding)s og fjerner %(removing)s', + 'interwiki-adding-removing-modifying': u'Robot: Tilføjer %(adding)s, fjerner %(removing)s og ændrer %(modifying)s', + 'interwiki-modifying': u'Robot: Ændrer %(modifying)s', 'interwiki-modifying-from': u'Robot: Ændrer %(from)s til %(modifying)s', - 'interwiki-removing': u'Robot fjerner %(removing)s', - 'interwiki-removing-modifying': u'Robot fjerner: %(removing)s og ændrer: %(modifying)s', + 'interwiki-removing': u'Robot: Fjerner %(removing)s', + 'interwiki-removing-modifying': u'Robot: Fjerner %(removing)s og ændrer %(modifying)s', }, # Author: Xqt 'de': { @@ -719,9 +721,16 @@ 'interwiki-removing-modifying': u'בוט מסיר: %(removing)s משנה: %(modifying)s', }, # Author: Shubhamkanodia + # Author: Siddhartha Ghai 'hi': { - 'interwiki-modifying': u'रोबोट: %(modifying)s संशोधित कर रहा है', - 'interwiki-modifying-from': u'रोबॉट: %(from)s की जगह %(modifying)s जोड़ रहा है', + 'interwiki-adding': u'बॉट: %(adding)s जोड़ रहा है', + 'interwiki-adding-modifying': u'बॉट: %(adding)s जोड़ रहा है; %(modifying)s परिवर्तित कर रहा है', + 'interwiki-adding-removing': u'बॉट: %(adding)s जोड़ रहा है; %(removing)s हटा रहा है', + 'interwiki-adding-removing-modifying': u'बॉट: %(adding)s जोड़ रहा है; %(removing)s हटा रहा है; %(modifying)s परिवर्तित कर रहा है', + 'interwiki-modifying': u'बॉट: %(modifying)s संशोधित कर रहा है', + 'interwiki-modifying-from': u'बॉट: %(from)s की जगह %(modifying)s जोड़ रहा है', + 'interwiki-removing': u'बॉट: %(removing)s हटा रहा है', + 'interwiki-removing-modifying': u'बॉट: %(removing)s हटा रहा है; %(modifying)s परिवर्तित कर रहा है', }, # Author: Hugo.arg 'hif': { @@ -923,16 +932,17 @@ 'interwiki-adding-removing-modifying': u'ರೋಬೋಟ್: ರು (ಸೇರಿಸುವ)% ಸೇರ್ಪಡೆ;% ತೆಗೆಯುವ (ತೆಗೆದುಹಾಕಿ) ರು;% ಮಾರ್ಪಡಿಸುವ (ಮಾರ್ಪಡಿಸುವ) ರು', 'interwiki-modifying': u'ರೋಬೋಟ್:ಮಾರ್ಪಡಿಸುವಿಕೆ % (ಮಾರ್ಪಡಿಸುವ)ಗಳು', }, + # Author: IRTC1015 # Author: 아라 'ko': { - 'interwiki-adding': u'로봇: %(adding)s 추가', - 'interwiki-adding-modifying': u'로봇: %(adding)s 추가, %(modifying)s 바꿈', - 'interwiki-adding-removing': u'로봇: %(adding)s 추가, %(removing)s 지움', - 'interwiki-adding-removing-modifying': u'로봇: %(adding)s 추가, %(removing)s 지움, %(modifying)s 바꿈', - 'interwiki-modifying': u'로봇: %(modifying)s 바꿈', - 'interwiki-modifying-from': u'로봇: %(from)s에서 %(modifying)s(으)로 바꿈', - 'interwiki-removing': u'로봇: %(removing)s 지움', - 'interwiki-removing-modifying': u'로봇: %(removing)s 지움, %(modifying)s 바꿈', + 'interwiki-adding': u'봇: %(adding)s 추가', + 'interwiki-adding-modifying': u'봇: %(adding)s 추가, %(modifying)s 바꿈', + 'interwiki-adding-removing': u'봇: %(adding)s 추가, %(removing)s 지움', + 'interwiki-adding-removing-modifying': u'봇: %(adding)s 추가, %(removing)s 지움, %(modifying)s 바꿈', + 'interwiki-modifying': u'봇: %(modifying)s 바꿈', + 'interwiki-modifying-from': u'봇: %(from)s에서 %(modifying)s(으)로 바꿈', + 'interwiki-removing': u'봇: %(removing)s 지움', + 'interwiki-removing-modifying': u'봇: %(removing)s 지움, %(modifying)s 바꿈', }, 'koi': { 'interwiki-adding': u'робот содтiс: %(adding)s', @@ -1406,6 +1416,7 @@ 'interwiki-removing': u'botígíí díí naaltsoos tʼáá bíniʼ łahgo áyiilaa (-): %(removing)s', 'interwiki-removing-modifying': u'botígíí díí naaltsoos tʼáá bíniʼ łahgo áyiilaa (-): %(removing)s (+/-): %(modifying)s', }, + # Author: Cedric31 # Author: Hugo.arg # Author: Xqt 'oc': { @@ -1414,6 +1425,7 @@ 'interwiki-adding-removing': u'Robòt Apondre: %(adding)s Tirar: %(removing)s', 'interwiki-adding-removing-modifying': u'Robòt Apondre: %(adding)s Tirar: %(removing)s Modificar: %(modifying)s', 'interwiki-modifying': u'Robòt Modificar: %(modifying)s', + 'interwiki-modifying-from': u'Robòt : modificacion de %(from)s a %(modifying)s', 'interwiki-removing': u'Robòt Tirar: %(removing)s', 'interwiki-removing-modifying': u'Robòt Tirar: %(removing)s Modificar: %(modifying)s', }, @@ -1766,15 +1778,16 @@ 'interwiki-removing-modifying': u'робот дигаргуни карда истодааст: %(removing)s ҳaвз карда истодааст: %(modifying)s', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'interwiki-adding': u'โรบอต เพิ่ม: %(adding)s', - 'interwiki-adding-modifying': u'โรบอต เพิ่ม: %(adding)s แก้ไข: %(modifying)s', - 'interwiki-adding-removing': u'โรบอต เพิ่ม: %(adding)s ลบ: %(removing)s', - 'interwiki-adding-removing-modifying': u'โรบอต เพิ่ม: %(adding)s ลบ: %(removing)s แก้ไข: %(modifying)s', - 'interwiki-modifying': u'โรบอต แก้ไข: %(modifying)s', - 'interwiki-modifying-from': u'โรบอต: แก้ไขจาก %(from)s ไปเป็น %(modifying)s', - 'interwiki-removing': u'โรบอต ลบ: %(removing)s', - 'interwiki-removing-modifying': u'โรบอต ลบ: %(removing)s แก้ไข: %(modifying)s', + 'interwiki-adding': u'บอต: เพิ่ม %(adding)s', + 'interwiki-adding-modifying': u'บอต: เพิ่ม %(adding)s; แก้ไข %(modifying)s', + 'interwiki-adding-removing': u'บอต: เพิ่ม %(adding)s; ลบ %(removing)s', + 'interwiki-adding-removing-modifying': u'บอต: เพิ่ม %(adding)s; ลบ %(removing)s; แก้ไข %(modifying)s', + 'interwiki-modifying': u'บอต: แก้ไข %(modifying)s', + 'interwiki-modifying-from': u'บอต: แก้ไขจาก %(from)s ไปเป็น %(modifying)s', + 'interwiki-removing': u'บอต: ลบ %(removing)s', + 'interwiki-removing-modifying': u'บอต: ลบ %(removing)s; แก้ไข %(modifying)s', }, 'tk': { 'interwiki-adding': u'robot goşdy: %(adding)s', diff --git a/isbn.py b/isbn.py index 4c50b36..29f3275 100644 --- a/isbn.py +++ b/isbn.py @@ -31,7 +31,7 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'isbn-formatting': u'Robó: Formatiando l'ISBN', + 'isbn-formatting': u'Bot: Dando formatu ISBN', }, # Author: Khutuck 'az': { @@ -193,6 +193,10 @@ 'he': { 'isbn-formatting': u'בוט: מעצב מסת״ב', }, + # Author: Siddhartha Ghai + 'hi': { + 'isbn-formatting': u'बॉट: आइ॰एस॰बी॰एन फ़ॉर्मैट कर रहा है', + }, # Author: Ex13 'hr': { 'isbn-formatting': u'Bot: Oblikovanje ISBN', @@ -242,9 +246,10 @@ 'jv': { 'isbn-formatting': u'Bot: Mormat ISBN', }, + # Author: IRTC1015 # Author: 아라 'ko': { - 'isbn-formatting': u'로봇: ISBN 형식 지정', + 'isbn-formatting': u'봇: ISBN 형식 수정', }, # Author: Purodha 'ksh': { @@ -408,8 +413,9 @@ }, # Author: Horus # Author: Nullzero + # Author: Octahedron80 'th': { - 'isbn-formatting': u'โรบอต: การจัดรูปแบบเลขมาตรฐานสากลประจำหนังสือ', + 'isbn-formatting': u'บอต: จัดรูปแบบเลขมาตรฐานสากลประจำหนังสือ', }, # Author: AnakngAraw 'tl': { diff --git a/lonelypages.py b/lonelypages.py index 493a1b4..9b42257 100644 --- a/lonelypages.py +++ b/lonelypages.py @@ -21,8 +21,8 @@ }, # Author: Xuacu 'ast': { - 'lonelypages-comment-add-disambig-template': u'Robó: Amestando una páxina de dixebra', - 'lonelypages-comment-add-template': u'Robó: Páxina güérfana, amestada plantía', + 'lonelypages-comment-add-disambig-template': u'Bot: Amestando una páxina de dixebra', + 'lonelypages-comment-add-template': u'Bot: Páxina güérfana, amestada plantía', }, # Author: Baloch Afghanistan 'bcc': { @@ -134,6 +134,11 @@ 'lonelypages-comment-add-disambig-template': u'בוט:מוסיף דף פירושונים', 'lonelypages-comment-add-template': u'בוט: דף יתום, הוספת תבנית', }, + # Author: Siddhartha Ghai + 'hi': { + 'lonelypages-comment-add-disambig-template': u'बॉट: बहुविकल्पी पृष्ठ जोड़ रहा है', + 'lonelypages-comment-add-template': u'बॉट: एकाकी पृष्ठ, साँचा जोड़ा', + }, # Author: Dj 'hu': { 'lonelypages-comment-add-disambig-template': u'Bot: egyértelműsítő lap hozzáadása', @@ -161,10 +166,11 @@ 'lonelypages-comment-add-template': u'ロボットによる: 孤立したページへのテンプレート貼り付け', }, # Author: Hym411 + # Author: IRTC1015 # Author: Revi 'ko': { - 'lonelypages-comment-add-disambig-template': u'로봇: 동음이의어 문서 추가', - 'lonelypages-comment-add-template': u'로봇: 다른 문서를 링크하지 않는 문서, 틀 추가', + 'lonelypages-comment-add-disambig-template': u'봇: 동음이의어 문서 추가', + 'lonelypages-comment-add-template': u'봇: 외톨이 문서, 틀 추가', }, # Author: Purodha 'ksh': { @@ -176,6 +182,11 @@ 'lonelypages-comment-add-disambig-template': u'Bot: Eng Homonymie-Säit derbäisetzen', 'lonelypages-comment-add-template': u'Bot: Weesesäit, Schabloun derbäigesat', }, + # Author: Aswanas + 'lt': { + 'lonelypages-comment-add-disambig-template': u'Robotas: Prideda dviprasmišką puslapį', + 'lonelypages-comment-add-template': u'Robotas: Atskiras puslapis, pridėti šabloną', + }, # Author: Jagwar 'mg': { 'lonelypages-comment-add-disambig-template': u'Rôbô: Manampy pejy mioko', diff --git a/makecat.py b/makecat.py index 11fd4bb..e708936 100644 --- a/makecat.py +++ b/makecat.py @@ -47,8 +47,9 @@ 'makecat-create': u'Robot: Vytvoření nebo aktualizace [[:Category:%(cat)s|kategorie %(cat)s]]', }, # Author: Christian List + # Author: MGA73 'da': { - 'makecat-create': u'Bot: Oprettelse eller opdatering af kategori [[:Category:%(cat)s|]]', + 'makecat-create': u'Robot: Oprettelse eller opdatering af kategori [[:Category:%(cat)s|]]', }, 'de': { 'makecat-create': u'Bot: Kategorie [[:Category:%(cat)s|]] wurde neu angelegt oder aktualisiert', @@ -94,6 +95,10 @@ 'he': { 'makecat-create': u'בוט: יצירה או עדכון של קטגוריה [[:Category:%(cat)s|]]', }, + # Author: Siddhartha Ghai + 'hi': { + 'makecat-create': u'बॉट: [[:Category:%(cat)s|]] का निर्माण/अद्यतन', + }, # Author: Csega 'hu': { 'makecat-create': u'Bot: [[:Category:%(cat)s|]] kategória létrehozása vagy frissítése', @@ -109,9 +114,10 @@ 'makecat-create': u'Bot: La creazione o laggiornamento di categoria [[:Category:%(cat)s|]]', }, # Author: Hym411 + # Author: IRTC1015 # Author: Revi 'ko': { - 'makecat-create': u'로봇: 분류 생성 및 업데이트 [[:Category:%(cat)s|]]', + 'makecat-create': u'봇: [[:Category:%(cat)s|]] 분류 생성 및 갱신', }, # Author: Purodha 'ksh': { @@ -120,6 +126,10 @@ # Author: Robby 'lb': { 'makecat-create': u'Bot: Uleeën oder Aktualisatioun vun enger Kategorie [[:Category:%(cat)s|]]', + }, + # Author: Aswanas + 'lt': { + 'makecat-create': u'Robotas: Kategorijos sukūrimas arba atnaujinimas [[:Category:%(cat)s|]]', }, # Author: Jagwar 'mg': { @@ -155,6 +165,10 @@ 'no': { 'makecat-create': u'Robot: opprettelse eller oppdatering av kategori [[:Category:%(cat)s|]]', }, + # Author: Cedric31 + 'oc': { + 'makecat-create': u'Robòt : Creacion o mesa a jorn de categoria [[:Category:%(cat)s|]]', + }, 'pl': { 'makecat-create': u'Robot: Stworzenie lub aktualizacja kategorii [[:Category:%(cat)s|]]', }, diff --git a/misspelling.py b/misspelling.py index 73254a7..dc7b80b 100644 --- a/misspelling.py +++ b/misspelling.py @@ -12,7 +12,7 @@ }, # Author: Xuacu 'ast': { - 'misspelling-fixing': u'Robot: Iguando l'enllaz mal escritu a %(page)s', + 'misspelling-fixing': u'Bot: Iguando l'enllaz mal escritu a %(page)s', }, # Author: Baloch Afghanistan 'bcc': { @@ -42,8 +42,9 @@ 'cs': { 'misspelling-fixing': u'Robot: Opravuji pravopisně chybný odkaz na %(page)s', }, + # Author: MGA73 'da': { - 'misspelling-fixing': u'Omdirigeringer af fejlstavninger: %(page)s', + 'misspelling-fixing': u'Robot: Retter forkert stavede henvisninger til %(page)s', }, 'de': { 'misspelling-fixing': u'Bot: korrigiere Link auf Falschschreibung: %(page)s', @@ -87,6 +88,10 @@ 'he': { 'misspelling-fixing': u'בוט: מתקן קישור עם שגיאה לדף %(page)s', }, + # Author: Siddhartha Ghai + 'hi': { + 'misspelling-fixing': u'बॉट: %(page)s की वर्तनी त्रुटी वाली कड़ी ठीक की', + }, # Author: Csega 'hu': { 'misspelling-fixing': u'Bot: %(page)s lapra mutató, elírt link javítása', @@ -107,9 +112,10 @@ 'ja': { 'misspelling-fixing': u'ロボットによる: 「%(page)s」へのリンクのスペル誤りを修正', }, + # Author: IRTC1015 # Author: 아라 'ko': { - 'misspelling-fixing': u'로봇: %(page)s 로의 링크 오타 고침', + 'misspelling-fixing': u'봇: %(page)s 문서를 가리키는 링크의 오자를 고침', }, # Author: Purodha 'ksh': { @@ -118,6 +124,10 @@ # Author: Robby 'lb': { 'misspelling-fixing': u'Bot:Falschgeschriwwene Link %(page)s verbessert', + }, + # Author: Aswanas + 'lt': { + 'misspelling-fixing': u'Robotas: Klaidingos nuorodos pataisymas į %(page)s', }, # Author: Jagwar 'mg': { @@ -150,6 +160,10 @@ 'no': { 'misspelling-fixing': u'Robot: Retter feilstavet lenke til %(page)s', }, + # Author: Cedric31 + 'oc': { + 'misspelling-fixing': u'Robòt : Reparacion dels ligams mal ortografiats cap a %(page)s', + }, 'pl': { 'misspelling-fixing': u'Robot poprawia literówkę w linku do %(page)s', }, diff --git a/movepages.py b/movepages.py index 24961bc..1c6ff29 100644 --- a/movepages.py +++ b/movepages.py @@ -28,7 +28,7 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'movepages-moving': u'Robó: Páxina treslladada', + 'movepages-moving': u'Bot: Páxina treslladada', }, # Author: AZISS 'az': { @@ -154,6 +154,10 @@ 'he': { 'movepages-moving': u'בוט: מעביר דף', }, + # Author: Siddhartha Ghai + 'hi': { + 'movepages-moving': u'बॉट: पृष्ठ स्थानांतरित किया', + }, # Author: Ex13 'hr': { 'movepages-moving': u'Bot: premještena stranica', @@ -276,6 +280,10 @@ 'no': { 'movepages-moving': u'Robot: Flyttet side', }, + # Author: Cedric31 + 'oc': { + 'movepages-moving': u'Robòt : Pagina renomenada', + }, # Author: Xqt 'pdc': { 'movepages-moving': u'Waddefresser: Blatt gezoge', @@ -353,8 +361,9 @@ 'movepages-moving': u'బాటు: పేజీని తరలించింది', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'movepages-moving': u'โรบอต: ย้ายหน้า', + 'movepages-moving': u'บอต: ย้ายหน้า', }, # Author: AnakngAraw 'tl': { @@ -392,6 +401,10 @@ 'vi': { 'movepages-moving': u'Bot: Di chuyển trang', }, + # Author: Malafaya + 'vo': { + 'movepages-moving': u'Bot: Topätükon padi', + }, # Author: Harvzsf 'war': { 'movepages-moving': u'Robot: Ginbalhin an pakli', diff --git a/ndashredir.py b/ndashredir.py index 5be9b13..46b075a 100644 --- a/ndashredir.py +++ b/ndashredir.py @@ -28,7 +28,7 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'ndashredir-create': u'Robó: Creando redireición con guiones a [[%(title)s]]', + 'ndashredir-create': u'Bot: Creando redireición con guiones a [[%(title)s]]', }, # Author: AZISS 'az': { @@ -141,6 +141,10 @@ 'he': { 'ndashredir-create': u'בוט: יצירת הפניה עם מיקוף ל[[%(title)s]]', }, + # Author: संजीव कुमार + 'hi': { + 'ndashredir-create': u'बॉट: [[%(title)s]] पर हयफन सहित अनुप्रेषण निर्मित कर रहा है', + }, # Author: Bináris 'hu': { 'ndashredir-create': u'Kiskötőjeles átirányítás létrehozása a(z) [[%(title)s]] lapra (automatikus botszerkesztés)', @@ -185,6 +189,10 @@ 'lb': { 'ndashredir-create': u'Bot: Viruleedunge mat 'trait-d'union' op [[%(title)s]] uleeën', }, + # Author: Aswanas + 'lt': { + 'ndashredir-create': u'Robotas: Sukuria rašomą su brūkšneliu nuorodą į [[%(title)s]]', + }, # Author: StefanusRA 'map-bms': { 'ndashredir-create': u'Bot: Nggawé pangalihan mawa tandha pangubung nèng [[%(title)s]]', @@ -229,6 +237,10 @@ 'no': { 'ndashredir-create': u'Bot: Oppretter omdirigering med bindestrek til [[%(title)s]]', }, + # Author: Cedric31 + 'oc': { + 'ndashredir-create': u'Robòt : Creacion de redireccions amb jonhent cap a [[%(title)s]]', + }, # Author: BeginaFelicysym 'pl': { 'ndashredir-create': u'Bot: Tworzenie przekierowania z łącznikami do [[%(title)s]]', diff --git a/noreferences.py b/noreferences.py index 7b0c2e7..9b72f15 100644 --- a/noreferences.py +++ b/noreferences.py @@ -29,7 +29,7 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'noreferences-add-tag': u'Robó: Amestando la etiqueta <references /> que falta', + 'noreferences-add-tag': u'Bot: Amestando la etiqueta <references /> que falta', }, # Author: Ebrahimi-amir 'az': { @@ -286,6 +286,10 @@ 'no': { 'noreferences-add-tag': u'Robot: Legger til manglende <references />-element', }, + # Author: Cedric31 + 'oc': { + 'noreferences-add-tag': u'Robòt : Apondon de la balisa <references /> mancanta', + }, # Author: Xqt 'pdc': { 'noreferences-add-tag': u'Waddefresser: Fehlendes <references /> dezu geduh', @@ -357,8 +361,9 @@ 'noreferences-add-tag': u'தானியங்கி: <references /> குறியீடினை இணைத்தல்', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'noreferences-add-tag': u'โรบอต: เพิ่มแท็ก <references /> ที่หายไป', + 'noreferences-add-tag': u'บอต: เพิ่มแท็ก <references /> ที่หายไป', }, # Author: AnakngAraw 'tl': { diff --git a/pagefromfile.py b/pagefromfile.py index ae7babf..f2b7798 100644 --- a/pagefromfile.py +++ b/pagefromfile.py @@ -84,8 +84,9 @@ 'pagefromfile-msg_top': u'připojit na vrchol', }, # Author: Christian List + # Author: MGA73 'da': { - 'pagefromfile-msg': u'Bot: Automatiseret import af artikler', + 'pagefromfile-msg': u'Robot: Automatiseret import af artikler', 'pagefromfile-msg_bottom': u'tilføjer nederst', 'pagefromfile-msg_force': u'erstatter eksisterende tekst', 'pagefromfile-msg_top': u'tilføjer øverst', @@ -163,6 +164,13 @@ 'pagefromfile-msg_force': u'הטקסט הישן נמחק', 'pagefromfile-msg_top': u'הוספה בראש הדף', }, + # Author: संजीव कुमार + 'hi': { + 'pagefromfile-msg': u'बॉट: लेखों का स्वतः आयात', + 'pagefromfile-msg_bottom': u'नीचे जोड़ रहा है', + 'pagefromfile-msg_force': u'मौजूदा पाठ अधिलेखित हो रहा है', + 'pagefromfile-msg_top': u'शीर्ष पर जोड़ रहा है', + }, # Author: Csega # Author: Dj 'hu': { @@ -215,6 +223,13 @@ 'pagefromfile-msg_force': u'Text iwwerschriwwen', 'pagefromfile-msg_top': u'uewen derbäisetzen', }, + # Author: Aswanas + 'lt': { + 'pagefromfile-msg': u'Robotas: Automatizuotas straipsnių įkėlimas', + 'pagefromfile-msg_bottom': u'pridėti apačioje', + 'pagefromfile-msg_force': u'esamas tekstas perrašytas iš naujo', + 'pagefromfile-msg_top': u'pridėti viršuje', + }, # Author: Jagwar 'mg': { 'pagefromfile-msg': u'Rôbô: Fanafaran-dahatsoratra ho azy', @@ -245,6 +260,13 @@ 'mzn': { 'pagefromfile-msg': u'ربوت:صفحه شه خاد به خاد دله دکته', }, + # Author: सरोज कुमार ढकाल + 'ne': { + 'pagefromfile-msg': u'बोट : स्वत लेखहरू आयात', + 'pagefromfile-msg_bottom': u'पुच्छारमा थप्ने', + 'pagefromfile-msg_force': u'हाल रहेको पाठ अधिलेखन गरियो', + 'pagefromfile-msg_top': u'सुरुमा थप्ने', + }, # Author: Siebrand 'nl': { 'pagefromfile-msg': u'Robot: geautomatiseerde import', @@ -270,6 +292,10 @@ 'pagefromfile-msg_force': u'sobrescrever texto', 'pagefromfile-msg_top': u'adicionado no topo', }, + # Author: XXN + 'ro': { + 'pagefromfile-msg': u'Robot: importare automată de articole', + }, # Author: Okras 'ru': { 'pagefromfile-msg': u'Бот: автоматизированный импорт статей', @@ -280,6 +306,9 @@ # Author: Milicevic01 'sr': { 'pagefromfile-msg': u'Бот: аутоматски увоз чланака', + 'pagefromfile-msg_bottom': u'прикачено на дно', + 'pagefromfile-msg_force': u'постојећи текст преснимљен', + 'pagefromfile-msg_top': u'прикачено на врх', }, # Author: Jopparn 'sv': { diff --git a/piper.py b/piper.py index b214f0f..72223c8 100644 --- a/piper.py +++ b/piper.py @@ -1,21 +1,28 @@ # -*- coding: utf-8 -*- +"""i18n message bundle.""" msg = { - 'qqq': { - 'piper-edit-summary': u'Edit summary when the bot munges article text.\n* %s - the use of this external filtering program.', - }, - 'ar': { - 'piper-edit-summary': u'روبوت: استبدال نص المقال من خلال %s', - }, + # Author: Ævar Arnfjörð Bjarmason 'en': { 'piper-edit-summary': u'Robot: Piping the article text through %s', }, + # Author: Priyanka Jayaswal + 'qqq': { + 'piper-edit-summary': u'Edit summary when the bot munges article text.\n* %s - the use of this external filtering program.', + }, + # Author: Meno25 + 'ar': { + 'piper-edit-summary': u'روبوت: استبدال نص المقال من خلال %s', + }, + # Author: Huji 'fa': { 'piper-edit-summary': u'ربات: رد کردن متن مقاله از درون %s', }, + # Author: Ævar Arnfjörð Bjarmason 'is': { 'piper-edit-summary': u'Vélmenni: Pípa texta síðunnar í gegnum %s', }, + # Author: Siebrand Mazeland 'nl': { 'piper-edit-summary': u'Bot: paginatekst door %s geleid', }, -} +}; diff --git a/protect.py b/protect.py index 2d0ed65..b806239 100644 --- a/protect.py +++ b/protect.py @@ -36,11 +36,11 @@ }, # Author: Xuacu 'ast': { - 'protect-category': u'Robó: Protexendo toles páxines de la categoría %(cat)s', - 'protect-images': u'Robó: Protexendo toles imaxes de la páxina %(page)s', - 'protect-links': u'Robó: Protexendo toles páxines enllazaes dende %(page)s', - 'protect-ref': u'Robó: Protexendo toles páxines con referencia dende %(page)s', - 'protect-simple': u'Robó: Protexendo una llista de ficheros.', + 'protect-category': u'Bot: Protexendo toles páxines de la categoría %(cat)s', + 'protect-images': u'Bot: Protexendo toles imaxes de la páxina %(page)s', + 'protect-links': u'Bot: Protexendo toles páxines enllazaes dende %(page)s', + 'protect-ref': u'Bot: Protexendo toles páxines con referencia dende %(page)s', + 'protect-simple': u'Bot: Protexendo una llista de ficheros.', }, # Author: Baloch Afghanistan 'bcc': { @@ -100,11 +100,12 @@ 'protect-simple': u'Robot: Zamykám seznam souborů.', }, # Author: Christian List + # Author: MGA73 'da': { - 'protect-category': u'Robot: Beskytter alle sider fra kategorien %(cat)s', + 'protect-category': u'Robot: Beskytter alle sider i kategorien %(cat)s', 'protect-images': u'Robot: Beskytter alle billeder på siden %(page)s', - 'protect-links': u'Robot: Beskytter alle sider som henvises fra %(page)s', - 'protect-ref': u'Robot: Beskytter alle sider som henviser fra %(page)s', + 'protect-links': u'Robot: Beskytter alle sider som henvises til fra %(page)s', + 'protect-ref': u'Robot: Beskytter alle sider som henviser til %(page)s', 'protect-simple': u'Robot: Beskytter en liste af filer.', }, # Author: Metalhead64 @@ -215,6 +216,14 @@ 'protect-ref': u'בוט: מגן על כל הדפים המקשרים לדף %(page)s.', 'protect-simple': u'בוט: מגן על רשימת דפים', }, + # Author: संजीव कुमार + 'hi': { + 'protect-category': u'बॉट: श्रेणी %(cat)s के सभी पृष्ठों को सुरक्षित कर रहा है', + 'protect-images': u'बॉट: पृष्ठ %(page)s के सभी चित्र सुरक्षित किए जा रहे हैं', + 'protect-links': u'बॉट: %(page)s से जुड़े सभी पृष्ठों को सुरक्षित कर रहा है', + 'protect-ref': u'बॉट: %(page)s से सम्बंधित सभी पृष्ठों को सुरक्षित कर रहा है।', + 'protect-simple': u'बॉट: फाइलों की सूची को सुरक्षित कर रहा है।', + }, # Author: Csega # Author: Dj 'hu': { @@ -244,11 +253,11 @@ # Author: Beta16 # Author: Ricordisamoa 'it': { - 'protect-category': u'Bot: Protezione di tutte le pagine nella categoria %(cat)s', + 'protect-category': u'Bot: protezione di tutte le pagine nella categoria %(cat)s', 'protect-images': u'Bot: protezione di tutte le immagini contenute nella pagina %(page)s', 'protect-links': u'Bot: protezione di tutte le pagine collegate a %(page)s', - 'protect-ref': u'Bot: Protezione di tutte le pagine con link verso %(page)s', - 'protect-simple': u'Bot: Protezione di una lista di file.', + 'protect-ref': u'Bot: protezione di tutte le pagine con link da %(page)s', + 'protect-simple': u'Bot: protezione di una lista di file.', }, # Author: Shirayuki 'ja': { @@ -259,12 +268,13 @@ 'protect-simple': u'ロボットによる: ファイルのリストを保護', }, # Author: Hym411 + # Author: IRTC1015 # Author: Revi 'ko': { 'protect-category': u'로봇: %(cat)s의 모든 문서를 보호', - 'protect-images': u'로봇: %(page)s에서 사용하는 모든 파일 보호', + 'protect-images': u'봇: %(page)s 문서에 사용된 모든 그림 보호', 'protect-links': u'로봇: %(page)s에 연결한 모든 문서 보호', - 'protect-ref': u'로봇: %(page)s에서 참고하는 모든 문서 보호', + 'protect-ref': u'봇: %(page)s에서 참고하는 모든 문서 보호', 'protect-simple': u'로봇: 파일의 목록을 보호합니다.', }, # Author: Purodha @@ -282,6 +292,14 @@ 'protect-links': u'Bot: All Säite spären déi vun der Säit %(page)s verlinkt sinn', 'protect-ref': u'Bot: All Säite spären, déi op d'Säit %(page)s linken', 'protect-simple': u'Bot: Eng Lëscht vu Fichiere spären.', + }, + # Author: Aswanas + 'lt': { + 'protect-category': u'Robotas: Išsaugomi visi puslapiai iš kategorijos %(cat)s', + 'protect-images': u'Robotas: Išsaugomos visos nuotraukos puslapyje %(page)s', + 'protect-links': u'Robotas: Išsaugomi visi puslapiai, į kuriuos yra nuoroda iš %(page)s', + 'protect-ref': u'Robotas: Išsaugomi visi puslapiai, į kuriuos yra nuoroda iš %(page)s', + 'protect-simple': u'Robotas: Išsaugomas failų sąrašas.', }, # Author: Jagwar 'mg': { @@ -384,9 +402,9 @@ # Author: Rancher 'sr': { 'protect-category': u'Бот: заштићене све странице из категорије „%(cat)s“', - 'protect-images': u'Бот: заштићене све слике на страници „%(page)s“', - 'protect-links': u'Бот: заштићене све странице које потичу из „%(page)s“', - 'protect-ref': u'Бот: заштићене све странице које потичу из „%(page)s“', + 'protect-images': u'Бот: заштићене све слике на страници %(page)s', + 'protect-links': u'Бот: заштићене све странице које потичу из %(page)s', + 'protect-ref': u'Бот: заштићене све странице које потичу из %(page)s', 'protect-simple': u'Бот: заштићен списак датотека.', }, # Author: Jopparn diff --git a/pywikibot.py b/pywikibot.py index 28f9079..008bb3e 100644 --- a/pywikibot.py +++ b/pywikibot.py @@ -1,6 +1,9 @@ # -*- coding: utf-8 -*- """i18n message bundle.""" msg = { + # Author: Daniel Herding + # Author: Huji + # Author: Siebrand 'en': { 'pywikibot-enter-category-name': u'Please enter the category name:', 'pywikibot-enter-file-links-processing': u'Links to which file page should be processed?', @@ -9,8 +12,12 @@ 'pywikibot-enter-new-text': u'Please enter the new text:', 'pywikibot-enter-page-processing': u'Which page should be processed?', 'pywikibot-enter-xml-filename': u'Please enter the XML dump's filename:', + 'pywikibot-fixes-fckeditor': u'Robot: Fixing rich-editor html', + 'pywikibot-fixes-html': u'Robot: Converting/fixing HTML', + 'pywikibot-fixes-syntax': u'Robot: Fixing wiki syntax', }, # Author: Als-Holder + # Author: Fabian Neundorf # Author: TTMTT 'qqq': { 'pywikibot-enter-category-name': u'Message displayed to the bot owner to enter the category name.', @@ -20,6 +27,9 @@ 'pywikibot-enter-new-text': u'Message displayed to the bot owner to enter the new text.', 'pywikibot-enter-page-processing': u'Question displayed to the bot owner which page should be processed.', 'pywikibot-enter-xml-filename': u'Message displayed to the bot owner to enter the XML dump's filename.', + 'pywikibot-fixes-fckeditor': u'Edit summary for fixes which convert HTML tags from FCK-editor to wiki syntax.', + 'pywikibot-fixes-html': u'Edit summary for the HTML fixes.', + 'pywikibot-fixes-syntax': u'Edit summary for the syntax and syntax-safe fixes.', }, # Author: Als-Holder 'als': { @@ -31,6 +41,7 @@ 'pywikibot-enter-page-processing': u'Weli Syte soll bearbeitet wäre?', 'pywikibot-enter-xml-filename': u'Bitte gib dr Datename vum XML-Dump yy:', }, + # Author: Meno25 # Author: TTMTT # Author: Zanatos 'ar': { @@ -41,6 +52,8 @@ 'pywikibot-enter-new-text': u'فضلاً ادخل النص الجديد:', 'pywikibot-enter-page-processing': u'الصفحة التي ينبغي معالجتها؟', 'pywikibot-enter-xml-filename': u'الرجاء إدخال اسم ملف تفريغ XML:', + 'pywikibot-fixes-html': u'روبوت: تحويل/تصليح HTML', + 'pywikibot-fixes-syntax': u'بوت: تصليح تهيئة الويكي', }, # Author: Xuacu 'ast': { @@ -94,6 +107,12 @@ 'pywikibot-enter-page-processing': u'کدام صفحه باید پردازش شود؟', 'pywikibot-enter-xml-filename': u'لطفاً نام پروندهٔ نسخهبردارى XML را وارد کنید:', }, + # Author: Francesco Cosoleto + 'be': { + 'pywikibot-fixes-html': u'Бот: карэкцыя HTML', + 'pywikibot-fixes-syntax': u'Бот: Карэкцыя вiкi-сiнтаксiсу', + }, + # Author: Dmitry Nikitin # Author: Red Winged Duck # Author: Renessaince 'be-x-old': { @@ -104,6 +123,8 @@ 'pywikibot-enter-new-text': u'Калі ласка, увядзіце новы тэкст:', 'pywikibot-enter-page-processing': u'Якую старонку патрэбна апрацаваць?', 'pywikibot-enter-xml-filename': u'Калі ласка, увядзіце назву файлу дампу XML:', + 'pywikibot-fixes-html': u'Бот: карэкцыя HTML', + 'pywikibot-fixes-syntax': u'Бот выпраўляе вiкi-сынтаксiс', }, # Author: Tauhid16 'bn': { @@ -154,6 +175,7 @@ 'pywikibot-enter-page-processing': u'Муьлха агӀо кечъян езаш ю?', 'pywikibot-enter-xml-filename': u'Дехар до, дампа XML файлайн цӀе язъе:', }, + # Author: JAn Dudík # Author: Leanes # Author: Matěj Suchánek # Author: Tchoř @@ -165,6 +187,8 @@ 'pywikibot-enter-new-text': u'Prosím zadejte nový text:', 'pywikibot-enter-page-processing': u'Která stránka má být zpracována?', 'pywikibot-enter-xml-filename': u'Zadejte jméno souboru s XML dumpem:', + 'pywikibot-fixes-html': u'převod/oprava HTML', + 'pywikibot-fixes-syntax': u'Oprava wikisyntaxe', }, # Author: Lloffiwr # Author: Robin Owain @@ -179,15 +203,17 @@ }, # Author: Christian List # Author: Kaare + # Author: MGA73 'da': { 'pywikibot-enter-category-name': u'Skriv kategorinavnet:', - 'pywikibot-enter-file-links-processing': u'Links til hvilken fil side skal behandles?', + 'pywikibot-enter-file-links-processing': u'Links til hvilken fil side der skal behandles?', 'pywikibot-enter-finished-browser': u'Tryk Enter når browserredigeringerne er færdige.', 'pywikibot-enter-namespace-number': u'Angiv et navnerum via dets nummer:', 'pywikibot-enter-new-text': u'Skriv den nye tekst:', 'pywikibot-enter-page-processing': u'Hvilken side skal behandles?', 'pywikibot-enter-xml-filename': u'Skriv XML-dumpets filnavn:', }, + # Author: Daniel Herding # Author: Se4598 # Author: Xqt 'de': { @@ -198,6 +224,8 @@ 'pywikibot-enter-new-text': u'Bitte gib den neuen Text ein:', 'pywikibot-enter-page-processing': u'Welche Seite soll bearbeitet werden?', 'pywikibot-enter-xml-filename': u'Bitte gib den Dateinamen des XML-Dumps ein:', + 'pywikibot-fixes-html': u'Bot: konvertiere/korrigiere HTML', + 'pywikibot-fixes-syntax': u'Bot: Korrigiere Wiki-Syntax', }, # Author: Erdemaslancan # Author: Mirzali @@ -232,6 +260,7 @@ 'pywikibot-enter-xml-filename': u'Please enter the XML dump's filename:', }, # Author: Blahma + # Author: Dmitry Nikitin # Author: KuboF # Author: Objectivesea 'eo': { @@ -242,6 +271,8 @@ 'pywikibot-enter-new-text': u'Bonvolu enmeti la novan tekston:', 'pywikibot-enter-page-processing': u'Kiu paĝo estu prilaborita?', 'pywikibot-enter-xml-filename': u'Bonvolu enmeti la nomon de la XML-sekurkopia dosiero:', + 'pywikibot-fixes-html': u'Bot: koredtado de HTMLa teksto', + 'pywikibot-fixes-syntax': u'Bot: Korektado de vikia sintakso', }, # Author: Armando-Martin # Author: Benfutbol10 @@ -264,6 +295,7 @@ 'pywikibot-enter-new-text': u'Mesedez, sar ezazu testu berria:', 'pywikibot-enter-page-processing': u'Zein orrialde prozesatu behar da?', }, + # Author: Amir Sarabadani # Author: Huji # Author: Ladsgroup # Author: Reza1615 @@ -276,6 +308,9 @@ 'pywikibot-enter-new-text': u'لطفاً متن جدید را وارد کنید:', 'pywikibot-enter-page-processing': u'کدام صفحه باید پردازش شود؟', 'pywikibot-enter-xml-filename': u'لطفاً نام پروندهٔ نسخهبردارى XML را وارد کنید:', + 'pywikibot-fixes-fckeditor': u'ربات: تصحیح اچتیامال ویرایشگر پیشرفته', + 'pywikibot-fixes-html': u'ربات:تبدیل/تصحیح کدهای اچتیامال', + 'pywikibot-fixes-syntax': u'ربات:تصحیح قالب ویکینویسی', }, # Author: Crt # Author: Nedergard @@ -300,6 +335,7 @@ }, # Author: Gomoko # Author: Romainhk + # Author: Tavernier 'fr': { 'pywikibot-enter-category-name': u'Veuillez entrer le nom de la catégorie:', 'pywikibot-enter-file-links-processing': u'Liens vers la page de fichier qu’il faudrait traiter ?', @@ -308,6 +344,8 @@ 'pywikibot-enter-new-text': u'Veuillez entrer le nouveau texte:', 'pywikibot-enter-page-processing': u'Quelle page faut-il traiter?', 'pywikibot-enter-xml-filename': u'Veuillez entrer le nom du fichier d'extraction XML:', + 'pywikibot-fixes-html': u'Robot: convertit/fixe HTML', + 'pywikibot-fixes-syntax': u'Bot: Corrige wiki-syntaxe', }, # Author: Murma174 'frr': { @@ -351,6 +389,7 @@ 'pywikibot-enter-xml-filename': u'E kikokiko i ka inoa waihona o ka hoʻohanini hōkeo ʻikepili XML:', }, # Author: Amire80 + # Author: Leonardo Gregianin 'he': { 'pywikibot-enter-category-name': u'נא להזין את שם הקטגוריה:', 'pywikibot-enter-file-links-processing': u'קישורים לאיזה דף קובץ יש לעבד?', @@ -359,6 +398,12 @@ 'pywikibot-enter-new-text': u'נא להזין את הטקסט החדש:', 'pywikibot-enter-page-processing': u'איזה דף יש לעבד?', 'pywikibot-enter-xml-filename': u'נא להזין את שם קובץ ה־XML עם הדאמפ:', + 'pywikibot-fixes-html': u'בוט: ממיר/מתקן HTML', + 'pywikibot-fixes-syntax': u'בוט: מתקן תחביר ויקי', + }, + # Author: संजीव कुमार + 'hi': { + 'pywikibot-enter-xml-filename': u'कृपया एक्स॰एम॰एल॰ फाइल नाम लिखें', }, # Author: Michawiki 'hsb': { @@ -389,6 +434,8 @@ 'pywikibot-enter-new-text': u'Per favor entra le nove texto:', 'pywikibot-enter-page-processing': u'Qual page debe esser tractate?', 'pywikibot-enter-xml-filename': u'Per favor entra le nomine del file de extraction XML:', + 'pywikibot-fixes-html': u'Robot: conversion/reparation de HTML', + 'pywikibot-fixes-syntax': u'Robot: Reparation de syntaxe wiki', }, # Author: C5st4wr6ch # Author: Ezagren @@ -422,6 +469,7 @@ 'pywikibot-enter-page-processing': u'Quale pagina deve essere elaborata?', 'pywikibot-enter-xml-filename': u'Inserisci il nome del file del dump XML:', }, + # Author: Alex Shih-Han Lin # Author: Shirayuki 'ja': { 'pywikibot-enter-category-name': u'カテゴリ名を入力:', @@ -431,6 +479,8 @@ 'pywikibot-enter-new-text': u'新しいテキストを入力:', 'pywikibot-enter-page-processing': u'どのページを処理しますか?', 'pywikibot-enter-xml-filename': u'XML ダンプのファイル名を入力:', + 'pywikibot-fixes-html': u'ロボットによる: HTML転換', + 'pywikibot-fixes-syntax': u'ロボットによる: wiki構文修正', }, # Author: Akoppad # Author: VASANTH S.N. @@ -442,16 +492,17 @@ 'pywikibot-enter-new-text': u'ಹೊಸ ಪಠ್ಯವನ್ನು ನಮೂದಿಸಿ:', 'pywikibot-enter-page-processing': u'ಯಾವ ಪುಟವನ್ನು ಸಂಸ್ಕರಣೆ ಮಾಡಬೇಕು?', }, + # Author: IRTC1015 # Author: Priviet # Author: 아라 'ko': { 'pywikibot-enter-category-name': u'분류 이름을 입력하세요:', 'pywikibot-enter-file-links-processing': u'어떤 파일 문서로 연결된 링크를 처리하시겠습니까?', - 'pywikibot-enter-finished-browser': u'브라우저에서 완료하면 Enter를 누르세요.', + 'pywikibot-enter-finished-browser': u'브라우저에서 작업이 끝나면 엔터 키를 누르세요.', 'pywikibot-enter-namespace-number': u'이름공간 번호를 입력하세요:', 'pywikibot-enter-new-text': u'새 텍스트를 입력하세요:', 'pywikibot-enter-page-processing': u'어떤 문서를 처리하시겠습니까?', - 'pywikibot-enter-xml-filename': u'XML 덤프의 파일 이름을 입력하세요:', + 'pywikibot-enter-xml-filename': u'XML 덤프 파일 이름을 입력하세요:', }, # Author: Purodha 'ksh': { @@ -462,6 +513,7 @@ 'pywikibot-enter-new-text': u'Jif dä neue Täx en:', 'pywikibot-enter-page-processing': u'Wat för en Sigg sulle mer beärbeide?', 'pywikibot-enter-xml-filename': u'Jif däm <i lang="en">XML-Dump</i> singe Dateiname en:', + 'pywikibot-fixes-html': u'Bot: vun HTML en Wikikood wandelle', }, # Author: Викиней 'ky': { @@ -478,15 +530,20 @@ 'pywikibot-enter-page-processing': u'Watfir eng Säit soll verschafft ginn?', 'pywikibot-enter-xml-filename': u'Gitt w.e.g. den Numm vum XML-Dump-Fichier an:', }, + # Author: Aswanas + # Author: Aurimas Fischer # Author: Hugo.arg # Author: Mantak111 'lt': { 'pywikibot-enter-category-name': u'Įveskite kategorijos pavadinimą:', + 'pywikibot-enter-file-links-processing': u'Nurodo, kuris failo puslapis turėtų būti tvarkomas?', 'pywikibot-enter-finished-browser': u'Paspauskite Enter kuomet baigsite naršyklėje.', 'pywikibot-enter-namespace-number': u'Įvestkite vardų srities numerį:', 'pywikibot-enter-new-text': u'Įveskite naują tekstą:', 'pywikibot-enter-page-processing': u'Kuris puslapis turėtų būti tvarkomas?', 'pywikibot-enter-xml-filename': u'Prašome įvesti XML iškelties failo vardą:\n:', + 'pywikibot-fixes-html': u'robotas: konvertuojamas/taisomas HTML', + 'pywikibot-fixes-syntax': u'robotas: Taisoma wiki sintaksė', }, # Author: Papuass 'lv': { @@ -596,6 +653,8 @@ 'pywikibot-enter-new-text': u'Geef de nieuwe tekst op:', 'pywikibot-enter-page-processing': u'Welke pagina moet verwerkt worden?', 'pywikibot-enter-xml-filename': u'Geef de bestandnaam van een XML-dump op:', + 'pywikibot-fixes-html': u'Bot: conversie/reparatie HTML', + 'pywikibot-fixes-syntax': u'Bot: reparatie wikisyntaxis', }, # Author: Jon Harald Søby 'no': { @@ -607,6 +666,7 @@ 'pywikibot-enter-page-processing': u'Hvilken side skal behandles?', 'pywikibot-enter-xml-filename': u'Skriv inn XML-dumpens filnavn:', }, + # Author: Leszek Krupiński # Author: Matma Rex # Author: Woytecr 'pl': { @@ -617,6 +677,8 @@ 'pywikibot-enter-new-text': u'Wpisz nowy tekst:', 'pywikibot-enter-page-processing': u'Jaką stronę przetworzyć?', 'pywikibot-enter-xml-filename': u'Wpisz nazwę pliku ze zrzutem w formacie XML:', + 'pywikibot-fixes-html': u'Robot konwertuje/naprawia HTML', + 'pywikibot-fixes-syntax': u'Robot poprawia wiki-składnię', }, # Author: Borichèt # Author: Dragonòt @@ -630,6 +692,7 @@ 'pywikibot-enter-xml-filename': u'Për piasì anseriss ël nòm ëd l'archivi XML dël dump:', }, # Author: Alchimista + # Author: Leonardo Gregianin # Author: Malafaya # Author: Vitorvicentevalente 'pt': { @@ -640,6 +703,8 @@ 'pywikibot-enter-new-text': u'Por favor, introduza o novo texto:', 'pywikibot-enter-page-processing': u'Que página deve ser processada?', 'pywikibot-enter-xml-filename': u'Por favor introduza o nome do ficheiro XML:', + 'pywikibot-fixes-html': u'Bot: Corrigindo HTML', + 'pywikibot-fixes-syntax': u'Bot: Corrigindo sintaxe wiki', }, # Author: Minisarm 'ro': { @@ -651,6 +716,7 @@ 'pywikibot-enter-page-processing': u'Ce pagină ar trebui procesată?', 'pywikibot-enter-xml-filename': u'Vă rugăm să introduceți numele fișierului XML de extracție:', }, + # Author: Dmitry Nikitin # Author: Eleferen # Author: Rubin # Author: Rubin16 @@ -663,6 +729,8 @@ 'pywikibot-enter-new-text': u'Пожалуйста, введите новый текст:', 'pywikibot-enter-page-processing': u'Какая страница должна обрабатываться?', 'pywikibot-enter-xml-filename': u'Пожалуйста, введите имя файла дампа XML:', + 'pywikibot-fixes-html': u'Бот: коррекция HTML', + 'pywikibot-fixes-syntax': u'Бот: Коррекция вики синтаксиса', }, # Author: John Reid 'sco': { @@ -727,6 +795,7 @@ }, # Author: Milicevic01 # Author: Rancher + # Author: Sasa Stefanovic 'sr': { 'pywikibot-enter-category-name': u'Унесите назив категорије:', 'pywikibot-enter-file-links-processing': u'За које датотеке желите да обрадите везе?', @@ -735,10 +804,13 @@ 'pywikibot-enter-new-text': u'Унесите нови текст:', 'pywikibot-enter-page-processing': u'Коју страницу желите да обрадите?', 'pywikibot-enter-xml-filename': u'Унесите назив XML исписа:', + 'pywikibot-fixes-html': u'Бот: Поправка HTML-а', + 'pywikibot-fixes-syntax': u'Бот: Поправка вики синтаксе', }, # Author: Cybjit # Author: Lokal Profil # Author: WikiPhoenix + # Author: skorpan 'sv': { 'pywikibot-enter-category-name': u'Ange kategorinamnet:', 'pywikibot-enter-file-links-processing': u'Länkar till vilken filsida ska behandlas?', @@ -747,6 +819,7 @@ 'pywikibot-enter-new-text': u'Skriv in den nya texten:', 'pywikibot-enter-page-processing': u'Vilken sida ska behandlas?', 'pywikibot-enter-xml-filename': u'Ange XML-dumpens filnamn:', + 'pywikibot-fixes-html': u'Bot: Konverterar/korrigerar HTML', }, # Author: Kwisha # Author: Stephenwanjau @@ -759,13 +832,24 @@ 'pywikibot-enter-page-processing': u'Ni ukurasa upi unafaa kusindikwa?', 'pywikibot-enter-xml-filename': u'Tafadhali ingiza jina la gali la dampo ya XML:', }, + # Author: JVRKPRASAD + 'te': { + 'pywikibot-enter-category-name': u'దయచేసి వర్గం పేరు నమోదు చేయండి:', + 'pywikibot-enter-file-links-processing': u'లింకులు ఇది ఏ ఫైల్ పేజీకి సంవిధానం చేయాలి ?', + 'pywikibot-enter-finished-browser': u'బ్రౌజర్ లో పూర్తవగానే ఎంటర్ ప్రెస్ చేయండి.\n .', + 'pywikibot-enter-namespace-number': u'ఒక నేమ్స్పేస్ దాని సంఖ్య ద్వారా ఎంటర్ చేయండి:\n:', + 'pywikibot-enter-new-text': u'దయచేసి కొత్త టెక్స్టు ఎంటర్ చెయ్యండి:', + 'pywikibot-enter-page-processing': u'ఏ పేజీ సంవిధానం చేయాలి ?', + 'pywikibot-enter-xml-filename': u'దయచేసి ఎక్స్ఎమ్ఎల్ డంప్ ఫైల్ పేరును నమోదు చేయండి:', + }, # Author: Nullzero + # Author: Octahedron80 'th': { 'pywikibot-enter-category-name': u'กรุณาใส่ชื่อหมวดหมู่:', 'pywikibot-enter-finished-browser': u'กด Enter เมื่อทำงานในเบราว์เซอร์เรียบร้อยแล้ว', 'pywikibot-enter-namespace-number': u'กรุณาใส่หมายเลขของเนมสเปซ:', 'pywikibot-enter-new-text': u'กรุณาใส่ข้อความใหม่:', - 'pywikibot-enter-page-processing': u'หน้าไหนที่จะประมวลผล', + 'pywikibot-enter-page-processing': u'หน้าใดควรจะประมวลผล?', }, # Author: Гусейн 'tly': { @@ -785,6 +869,7 @@ # Author: A1 # Author: Base # Author: DixonD + # Author: Dmitry Nikitin 'uk': { 'pywikibot-enter-category-name': u'Введіть ім'я категорії:', 'pywikibot-enter-file-links-processing': u'Посилання на які файли слід обробити?', @@ -793,6 +878,8 @@ 'pywikibot-enter-new-text': u'Введіть новий текст:', 'pywikibot-enter-page-processing': u'Які сторінки потрібно переробити?', 'pywikibot-enter-xml-filename': u'Будь ласка, введіть назву файлу дампу XML:', + 'pywikibot-fixes-html': u'Бот: корекцiя HTML', + 'pywikibot-fixes-syntax': u'Бот: Корекцiя вiкi-синтаксису', }, # Author: Minh Nguyen 'vi': { @@ -809,6 +896,7 @@ 'pywikibot-enter-category-name': u'ביטע אײַנגעבן דעם קאטעגאריע נאמען:', 'pywikibot-enter-new-text': u'ביטע איינגעבן דעם נינם טעקסט:', }, + # Author: Alex Shih-Han Lin # Author: Anakmalaysia # Author: Liuxinyu970226 # Author: Qiyue2001 @@ -821,5 +909,7 @@ 'pywikibot-enter-new-text': u'请输入新文本:', 'pywikibot-enter-page-processing': u'哪个页面需要处理?', 'pywikibot-enter-xml-filename': u'请输入XML转储文件名称:', + 'pywikibot-fixes-html': u'機器人: 轉換HTML', + 'pywikibot-fixes-syntax': u'機器人: 修正wiki語法', }, }; diff --git a/redirect.py b/redirect.py index 07d6da3..6f995cb 100644 --- a/redirect.py +++ b/redirect.py @@ -68,11 +68,11 @@ # Author: Xuacu 'ast': { 'redirect-broken-redirect-template': u'{{Destruir|La páxina a la que redirixe nun esiste|--~~~~}}', - 'redirect-fix-broken-moved': u'Robó: Arreglu de redireición frañada a la páxina de destín treslladada "%(to)s"', - 'redirect-fix-double': u'Robó: Iguando la redireición doble a %(to)s', - 'redirect-fix-loop': u'Robó: Iguando la redireición cíclica a %(to)s', - 'redirect-remove-broken': u'Robó: Redireición a una páxina desaniciada o que nun esiste', - 'redirect-remove-loop': u'Robó: El destín de la redireición forma un bucle de redireición', + 'redirect-fix-broken-moved': u'Bot: Arreglu de redireición frañada a la páxina de destín treslladada "%(to)s"', + 'redirect-fix-double': u'Bot: Iguando la redireición doble a %(to)s', + 'redirect-fix-loop': u'Bot: Iguando la redireición cíclica a %(to)s', + 'redirect-remove-broken': u'Bot: Redireición a una páxina desaniciada o que nun esiste', + 'redirect-remove-loop': u'Bot: El destín de la redireición forma un bucle de redireición', }, # Author: AZISS # Author: Cekli829 @@ -524,14 +524,15 @@ 'redirect-remove-broken': u'Бот: Айдату нысанасы жоқ болды', }, # Author: Cwt96 + # Author: IRTC1015 # Author: 아라 'ko': { 'redirect-broken-redirect-template': u'{{ㅅ}}', - 'redirect-fix-broken-moved': u'로봇: %(to)s(으)로 옮긴 대상 문서로 끊긴 넘겨주기 고침', - 'redirect-fix-double': u'로봇: %(to)s(으)로 이중 넘겨주기 고침', - 'redirect-fix-loop': u'로봇: %(to)s(으)로 재귀적인 넘겨주기 고침', - 'redirect-remove-broken': u'로봇: 끊긴 넘겨주기', - 'redirect-remove-loop': u'로봇: 넘겨주기 대상이 재귀적인 넘겨주기로 생김', + 'redirect-fix-broken-moved': u'봇: 옮겨진 %(to)s 문서를 가리키도록 끊긴 넘겨주기를 고침', + 'redirect-fix-double': u'봇: %(to)s 문서를 가리키도록 이중 넘겨주기 고침', + 'redirect-fix-loop': u'봇: %(to)s(으)로 재귀적인 넘겨주기 고침', + 'redirect-remove-broken': u'봇: 끊긴 넘겨주기', + 'redirect-remove-loop': u'봇: 넘겨주기 대상이 재귀적인 넘겨주기를 형성함', }, # Author: Purodha 'ksh': { @@ -576,11 +577,15 @@ 'redirect-remove-broken': u'Robot: de doelpagina van de doorverwiezing besjteit neet', 'redirect-remove-loop': u'Doorverwiezing vörmp 'n óneindige lus', }, + # Author: Aswanas # Author: Hugo.arg # Author: Mantak111 'lt': { + 'redirect-fix-broken-moved': u'Robotas: Pataiso sugadintą nuorodą į perkeltą puslapį %(to)s', 'redirect-fix-double': u'robotas: Taisomas dvigubas peradresavimas → %(to)s', + 'redirect-fix-loop': u'Robotas: Pataiso nukreipimo ciklą į %(to)s', 'redirect-remove-broken': u'robotas: peradresavimas į ištrintą ar nesantį puslapį', + 'redirect-remove-loop': u'Bot: Nukreipimo tikslas formuoja nukreipimo ciklą', }, # Author: StefanusRA 'map-bms': { @@ -771,6 +776,7 @@ # Author: Firilacroco # Author: Minisarm 'ro': { + 'redirect-fix-broken-moved': u'Robot: Corectat redirecționare greșită către pagina țintă redenumită %(to)s', 'redirect-fix-double': u'Robot: Reparat dubla redirecționare înspre %(to)s', 'redirect-fix-loop': u'Robot: Reparat bucla de redirecționare către %(to)s', 'redirect-remove-broken': u'Robot: Redirecționare către o pagină ștearsă sau inexistentă', @@ -879,13 +885,14 @@ 'redirect-remove-broken': u'[[WP:CSD#G8|G8]]: நீக்கப்பட்ட அல்லது இல்லாத பக்கத்துக்கு [[Wikipedia:Redirect|வழிமாற்று]]', }, # Author: Nullzero + # Author: Octahedron80 'th': { 'redirect-broken-redirect-template': u'{{ลบ|หน้าเปลี่ยนทางเสีย}}', - 'redirect-fix-broken-moved': u'โรบอต: แก้หน้าเปลี่ยนทางเสียไปยังหน้าเป้าหมายการย้าย %(to)s', - 'redirect-fix-double': u'โรบอต: แก้หน้าเปลี่ยนทางซ้ำซ้อน → %(to)s', - 'redirect-fix-loop': u'โรบอต: แก้หน้าเปลี่ยนทางวนรอบ → %(to)s', - 'redirect-remove-broken': u'โรบอต: หน้าเปลี่ยนทางเสีย', - 'redirect-remove-loop': u'โรบอต: หน้าเปลี่ยนทางทำให้เกิดการเปลี่ยนทางวนรอบ', + 'redirect-fix-broken-moved': u'บอต: แก้หน้าเปลี่ยนทางเสียไปยังหน้าเป้าหมายการย้าย %(to)s', + 'redirect-fix-double': u'บอต: แก้หน้าเปลี่ยนทางซ้ำซ้อนไปเป็น %(to)s', + 'redirect-fix-loop': u'บอต: แก้หน้าเปลี่ยนทางวนรอบไปเป็น %(to)s', + 'redirect-remove-broken': u'บอต: หน้าเปลี่ยนทางถูกลบหรือหน้าไม่มีอยู่', + 'redirect-remove-loop': u'บอต: หน้าเปลี่ยนทางทำให้เกิดการเปลี่ยนทางวนรอบ', }, # Author: AnakngAraw 'tl': { diff --git a/reflinks.py b/reflinks.py index 318d3de..633df21 100644 --- a/reflinks.py +++ b/reflinks.py @@ -25,8 +25,8 @@ # Author: Xuacu 'ast': { 'reflinks-autogen': u'xeneráu automáticamente', - 'reflinks-comment': u'Títulu xeneráu por un robó', - 'reflinks-msg': u'Robó: Convertiendo referencies pures, usando los nomes de ref pa evitar duplicaos, vea [[%(manual)s|FAQ]]', + 'reflinks-comment': u'Títulu xeneráu por un bot', + 'reflinks-msg': u'Bot: Convertiendo referencies pures, usando los nomes de ref pa evitar duplicaos, llei la [[%(manual)s|FAQ]]', }, # Author: Baloch Afghanistan 'bcc': { @@ -85,10 +85,11 @@ 'reflinks-msg': u'Bot: Korrektes Referenzformat (siehe [[%(manual)s]])', }, # Author: Marmase + # Author: Mirzali 'diq': { 'reflinks-autogen': u'otomatik vıraziya', 'reflinks-comment': u'Boti sername vıraşt', - 'reflinks-msg': u'Boto referansane çerğbiyayışane mıracat kerdışan name keno , bıvin [[%(manual)s|FAQ]]', + 'reflinks-msg': u'Bot: Babetê mıracadê raşti (bıvêne [[%(manual)s|PZP]])', }, # Author: Geraki 'el': { @@ -220,6 +221,12 @@ 'reflinks-comment': u'Automatesch generéierten Titel', 'reflinks-msg': u'Bot: Verbesserung vun de Referenzen, et ginn Nimm vu Referenze benotzt fir Doublonen ze verhënneren, kuckt d'[[%(manual)s|FAQen]]', }, + # Author: Aswanas + 'lt': { + 'reflinks-autogen': u'Automatiškai sugeneruotas', + 'reflinks-comment': u'Roboto sugeneruotas pavadinimas', + 'reflinks-msg': u'Robotas: Konvertuoja paprastas nuorodas, naudojant nuorodų pavadinimus, kad išvengti pasikartojimų, žr. [[%(manual)s|FAQ]]', + }, # Author: Jagwar 'mg': { 'reflinks-autogen': u'namboarina ho azy', diff --git a/replace.py b/replace.py index 22480c8..6025eae 100644 --- a/replace.py +++ b/replace.py @@ -28,7 +28,7 @@ # Author: Esbardu # Author: Xuacu 'ast': { - 'replace-replacing': u'Robó: Troquéu automáticu de testu %(description)s', + 'replace-replacing': u'Bot: Troquéu automáticu de testu %(description)s', }, # Author: Khutuck 'az': { @@ -293,8 +293,9 @@ 'replace-replacing': u'Bot: automatiese tekste vervöngen %(description)s', }, # Author: RajeshPandey + # Author: सरोज कुमार ढकाल 'ne': { - 'replace-replacing': u'बोट: स्वचालित रुपमा हरफहरु परिवर्तन गरिएको %(description)s', + 'replace-replacing': u'बोट: स्वचालित पाठ परिवर्तन %(description)s', }, # Author: Siebrand 'nl': { @@ -370,8 +371,9 @@ 'replace-replacing': u'தானியங்கி: தானியக்கமாய் உரை மாற்றம் %(description)s', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'replace-replacing': u'โรบอต: แทนที่ข้อความโดยอัตโนมัติ %(description)s', + 'replace-replacing': u'บอต: แทนที่ข้อความโดยอัตโนมัติ %(description)s', }, # Author: AnakngAraw 'tl': { diff --git a/revertbot.py b/revertbot.py index 5881210..a1d699b 100644 --- a/revertbot.py +++ b/revertbot.py @@ -14,7 +14,7 @@ }, # Author: Xuacu 'ast': { - 'revertbot-revert': u'Robó:Revertíu a la revisión %(revid)s de %(author)s el %(timestamp)s', + 'revertbot-revert': u'Bot:Revertíu a la revisión %(revid)s de %(author)s el %(timestamp)s', }, # Author: Baloch Afghanistan 'bcc': { @@ -122,6 +122,10 @@ 'lb': { 'revertbot-revert': u'Bot: Zréckgesat op d'Versioun %(revid)s vum %(author)s vum %(timestamp)s', }, + # Author: Aswanas + 'lt': { + 'revertbot-revert': u'Robotas: Sugrįžti prie peržiūros %(revid)s pagal %(author)s pagal %(timestamp)s', + }, # Author: Jagwar 'mg': { 'revertbot-revert': u'Rôbô: Miverina amin'ny fiovan'i %(revid)s nataon'i %(author)s tamin'ny %(timestamp)s', diff --git a/selflink.py b/selflink.py index db7acf0..2828c99 100644 --- a/selflink.py +++ b/selflink.py @@ -41,8 +41,9 @@ 'cs': { 'selflink-remove': u'Robot odstranil odkaz na název článku', }, + # Author: MGA73 'da': { - 'selflink-remove': u'Bot: fjerner selvreference', + 'selflink-remove': u'Robot: Fjerner selvreference', }, 'de': { 'selflink-remove': u'Bot: Entferne Selbstlinks', @@ -101,12 +102,17 @@ 'ko': { 'selflink-remove': u'봇: 자기링크 제거', }, + # Author: Purodha 'ksh': { - 'selflink-remove': u'Bot: Ene Lengk vun de Sigg op sesch sellver, erus jenumme.', + 'selflink-remove': u'Bot: Ene Lengk vun de Sigg op sesch sellver weed erus jenumme.', }, # Author: Robby 'lb': { 'selflink-remove': u'Bot: Linken op déi selwecht Säit ewechhuelen', + }, + # Author: Aswanas + 'lt': { + 'selflink-remove': u'Robotas: Pašalinti vidines nuorodas', }, # Author: Jagwar 'mg': { @@ -123,6 +129,10 @@ # Author: Anakmalaysia 'ms': { 'selflink-remove': u'Bot: Menggugurkan pautan sendiri', + }, + # Author: सरोज कुमार ढकाल + 'ne': { + 'selflink-remove': u'बोट : सेल्फ लिङ्कहरू हटाउँदै', }, # Author: Siebrand 'nl': { @@ -144,6 +154,10 @@ 'ru': { 'selflink-remove': u'Бот: удалил заголовок-ссылку в тексте. см.', }, + # Author: Milicevic01 + 'sr': { + 'selflink-remove': u'Бот: уклоњени selflink-и', + }, # Author: Lokal Profil 'sv': { 'selflink-remove': u'Bot: Tar bort självlänkar', diff --git a/solve_disambiguation.py b/solve_disambiguation.py index f4fe218..ad085e7 100644 --- a/solve_disambiguation.py +++ b/solve_disambiguation.py @@ -421,6 +421,10 @@ 'solve_disambiguation-redirect-resolved': u'תיקון קישור לדף פירושונים באמצעות בוט: %(from)s שונה ל%(to)s', 'solve_disambiguation-unknown-page': u'(לא ידוע)', }, + # Author: Siddhartha Ghai + 'hi': { + 'solve_disambiguation-unknown-page': u'(अज्ञात)', + }, # Author: Ex13 'hr': { 'solve_disambiguation-adding-dn-template': u'Razdvojba podržana od bota: %(from)s - označen kao potrebna stručna pozornost', @@ -601,11 +605,14 @@ 'lrc': { 'solve_disambiguation-unknown-page': u'ناشناس', }, + # Author: Aswanas # Author: Homo # Author: Hugo.arg 'lt': { + 'solve_disambiguation-adding-dn-template': u'Roboto pagalba pašalinta dviprasmybė:%(from)s - Pažymėta, kad reikia eksperto įvertinimo', 'solve_disambiguation-links-removed': u'Nuorodų į nukreipiamąjį straipsnį keitimas: %(from)s - Pašalintos nuorodos', 'solve_disambiguation-links-resolved': u'Nuorodų į nukreipiamąjį straipsnį keitimas: %(from)s - Pakeistos nuorodos į %(to)s', + 'solve_disambiguation-redirect-adding-dn-template': u'Roboto pagalba pašalinta dviprasmybė:%(from)s - Pažymėta, kad reikia eksperto įvertinimo', 'solve_disambiguation-redirect-removed': u'Nuorodų į peradresavimo straipsnį keitimas: %(from)s - Pašalintos nuorodos', 'solve_disambiguation-redirect-resolved': u'Nuorodų į peradresavimo straipsnį keitimas: %(from)s - Pakeistos nuorodos į %(to)s', 'solve_disambiguation-unknown-page': u'(nežinomas)', @@ -950,6 +957,10 @@ 'te': { 'solve_disambiguation-unknown-page': u'(తెలియదు)', }, + # Author: Octahedron80 + 'th': { + 'solve_disambiguation-unknown-page': u'(ไม่ทราบ)', + }, # Author: AnakngAraw 'tl': { 'solve_disambiguation-adding-dn-template': u'Paglilinaw na may tulong ng robot: %(from)s - Tinatakan bilang kailangan ng pagpansin ng dalubhasa', diff --git a/spamremove.py b/spamremove.py index dfa0b3d..f313a4e 100644 --- a/spamremove.py +++ b/spamremove.py @@ -113,6 +113,10 @@ 'lb': { 'spamremove-remove': u'Linken op Spam-Siten %(url)s ewechhuelen', }, + # Author: Aswanas + 'lt': { + 'spamremove-remove': u'Šalina nuorodas į šiukšlių svetainę %(url)s', + }, # Author: Jagwar 'mg': { 'spamremove-remove': u'Fanalana ny rohy mankany amin'ny tranonkala voalisi-mainty %(url)s', diff --git a/template.py b/template.py index aac0b63..f30eb79 100644 --- a/template.py +++ b/template.py @@ -221,6 +221,11 @@ 'template-removing': u'בוט: מסיר {{PLURAL:%(num)d|תבנית|תבניות}}: %(list)s', 'template-substituting': u'בוט: מכליל {{PLURAL:%(num)d|תבנית|תבניות}} בקוד הדף: %(list)s', }, + # Author: Siddhartha Ghai + 'hi': { + 'template-changing': u'बॉट: {{PLURAL:%(num)d|साँचा|साँचे}} बदल रहा है: %(list)s', + 'template-removing': u'बॉट: {{PLURAL:%(num)d|साँचा|साँचे}} हटा रहा है: %(list)s', + }, # Author: Dj 'hu': { 'template-changing': u'Bot: {{PLURAL:%(num)d|sablon csere|sablonok cseréje}}: %(list)s', diff --git a/thirdparty.py b/thirdparty.py index 0d09bb6..a15ff8a 100644 --- a/thirdparty.py +++ b/thirdparty.py @@ -677,9 +677,10 @@ # Author: DrTrigon # Author: Gomoko # Author: Grondin + # Author: Hercule # Author: Od1n 'fr': { - 'thirdparty-drtrigonbot-subster-summary-mod': u'substitution de(s) balise(s) %(tags)s', + 'thirdparty-drtrigonbot-subster-summary-mod': u'substitution des balises %(tags)s', 'thirdparty-drtrigonbot-sum_disc-notify-changed': u'Discussion modifiée', 'thirdparty-drtrigonbot-sum_disc-notify-closed': u'Discussion fermée', 'thirdparty-drtrigonbot-sum_disc-notify-maintmsg': u'MESSAGE DU ROBOT', @@ -832,6 +833,15 @@ 'thirdparty-drtrigonbot-sum_disc-summary-clean': u'תקציר הדיון התווסף לאחר שעבר ניקיון: %(num)i רשומות', 'thirdparty-drtrigonbot-sum_disc-summary-head': u'רובוט', 'thirdparty-drtrigonbot-sum_disc-summary-mod': u'תקציר הדיון עודכן: %(num)i ערכים ב־%(page)s עמודים', + }, + # Author: Siddhartha Ghai + 'hi': { + 'thirdparty-drtrigonbot-sum_disc-notify-closed': u'चर्चा समाप्त', + 'thirdparty-drtrigonbot-sum_disc-notify-maintmsg': u'बॉट सन्देश', + 'thirdparty-drtrigonbot-sum_disc-notify-new': u'नयी चर्चा', + 'thirdparty-drtrigonbot-sum_disc-notify-notify': u'अधिसूचना', + 'thirdparty-drtrigonbot-sum_disc-parse-nonhuman': u'(कोई इंसानी सम्पादक नहीं मिला)', + 'thirdparty-drtrigonbot-sum_disc-summary-head': u'बॉट', }, # Author: Ex13 # Author: SpeedyGonsales @@ -1078,7 +1088,7 @@ 'thirdparty-drtrigonbot-sum_disc-notify-new': u'Ene neue Klaaf', 'thirdparty-drtrigonbot-sum_disc-notify-notify': u'Meddeilong', 'thirdparty-drtrigonbot-sum_disc-parse': u':* %(notify)s: %(page_sections)s - [%(history_link)s de letzte Änderong] (%(page_size)s Bytes) vum %(user)s (%(time)s)', - 'thirdparty-drtrigonbot-sum_disc-parse-closed': u':* %(notify)s: %(page)s alle Diskußjuhne sin eröm (Mer han mem Oppasse opjehüert) - de letzte Änderong es vum %(user)s (%(time)s)', + 'thirdparty-drtrigonbot-sum_disc-parse-closed': u':* %(notify)s: %(page)s alle Diskußjuhne sin eröm (Mer han mem Oppaßße opjehüert) - de läzde Änderong es vum %(user)s (%(time)s)', 'thirdparty-drtrigonbot-sum_disc-parse-end': u'<noinclude>\n\nZusammefaßong vum: %(sign)s</noinclude>', 'thirdparty-drtrigonbot-sum_disc-parse-nonhuman': u'(Keine Minsch als Beärbeider jefonge)', 'thirdparty-drtrigonbot-sum_disc-parse-notify': u':* %(notify)s: <span class="plainlinks">[%(page_link)s %(page)s]</span> - de letzte Änderong vum [[User:%(user)s]] (%(time)s)', @@ -1132,6 +1142,7 @@ 'lrc': { 'thirdparty-drtrigonbot-sum_disc-summary-head': u'رووات', }, + # Author: Aswanas # Author: Eitvys200 # Author: Mantak111 'lt': { @@ -1141,10 +1152,17 @@ 'thirdparty-drtrigonbot-sum_disc-notify-maintmsg': u'ROBOTO PRANEŠIMAS', 'thirdparty-drtrigonbot-sum_disc-notify-new': u'Naujas aptarimas', 'thirdparty-drtrigonbot-sum_disc-notify-notify': u'Pranešimas', + 'thirdparty-drtrigonbot-sum_disc-parse': u':* %(notify)s: %(page_sections)s - [%(history_link)s paskutinis variantas] (%(page_size)s bytes) %(user)s (%(time)s)', + 'thirdparty-drtrigonbot-sum_disc-parse-closed': u':* %(notify)s: %(page)s visos diskusijos baigtos (priežiūra baigta) - paskutinis variantas %(user)s (%(time)s)', + 'thirdparty-drtrigonbot-sum_disc-parse-end': u'Santrauka sugeneruota iš ir: %(sign)s</noinclude>', 'thirdparty-drtrigonbot-sum_disc-parse-nonhuman': u'(redaguojančio žmogaus nerasta)', + 'thirdparty-drtrigonbot-sum_disc-parse-notify': u':* %(notify)s: <span class="plainlinks">[%(page_link)s %(page)s]</span> - paskutinis variantas [[User:%(user)s]] (%(time)s)', 'thirdparty-drtrigonbot-sum_disc-parse-start': u'; %d. %B %Y', 'thirdparty-drtrigonbot-sum_disc-parse-warning': u':* Roboto įspėjamoji žinutė: %(page)s "''%(warning)s''"', + 'thirdparty-drtrigonbot-sum_disc-summary-add': u'Diskusijos santrauka pridėta: %(num)i įrašai', + 'thirdparty-drtrigonbot-sum_disc-summary-clean': u'Diskusijos santrauka su pataisymais pridėta: %(num)i įrašai', 'thirdparty-drtrigonbot-sum_disc-summary-head': u'robotas', + 'thirdparty-drtrigonbot-sum_disc-summary-mod': u'Diskusijos santrauka atnaujinta: %(num)i įrašai %(page)s', }, # Author: RMizo 'lus': { @@ -1721,13 +1739,15 @@ 'thirdparty-drtrigonbot-sum_disc-notify-new': u'కొత్త చర్చ', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'thirdparty-drtrigonbot-sum_disc-notify-maintmsg': u'ข้อความจากโรบอต', + 'thirdparty-drtrigonbot-sum_disc-notify-maintmsg': u'ข้อความจากบอต', 'thirdparty-drtrigonbot-sum_disc-notify-new': u'การอภิปรายใหม่', 'thirdparty-drtrigonbot-sum_disc-notify-notify': u'การแจ้งเตือน', 'thirdparty-drtrigonbot-sum_disc-parse-end': u'<noinclude>\n\nข้อความสรุปสร้างขึ้นจากและ ณ เวลา: %(sign)s</noinclude>', - 'thirdparty-drtrigonbot-sum_disc-parse-warning': u':* ข้อความเตือนจากโรบอต: %(page)s "''%(warning)s''"', - 'thirdparty-drtrigonbot-sum_disc-summary-head': u'โรบอต', + 'thirdparty-drtrigonbot-sum_disc-parse-nonhuman': u'(ไม่พบผู้แก้ไขที่เป็นมนุษย์)', + 'thirdparty-drtrigonbot-sum_disc-parse-warning': u':* ข้อความเตือนจากบอต: %(page)s "''%(warning)s''"', + 'thirdparty-drtrigonbot-sum_disc-summary-head': u'บอต', }, # Author: AnakngAraw 'tl': { @@ -1877,6 +1897,7 @@ # Author: Malafaya 'vo': { 'thirdparty-drtrigonbot-sum_disc-notify-new': u'Bespik Nulik', + 'thirdparty-drtrigonbot-sum_disc-summary-head': u'bot', }, # Author: Srtxg 'wa': { diff --git a/undelete.py b/undelete.py index 3bf3ccd..9a7c418 100644 --- a/undelete.py +++ b/undelete.py @@ -13,17 +13,35 @@ 'undelete-images': u'Edit summary when the bot undeletes all images on a page.\n\nParameters:\n* %(page)s - page where linked images are deleted\nSee also:\n* {{msg-pywikibot|Protect-links}}', 'undelete-linked-pages': u'Edit summary when the bot undeletes all pages linked on a page.\n\nParameters:\n* %(page)s - page name\nSee also:\n* {{msg-pywikibot|Protect-links}}', }, + # Author: Xuacu + 'ast': { + 'undelete-from-file': u'Bot: Restaurando una llista de páxines', + 'undelete-images': u'Bot: Restaurando toles imaxes de la páxina %(page)s', + 'undelete-linked-pages': u'Bot: Restaurando toles páxines enllazaes dende %(page)s', + }, # Author: Red Winged Duck 'be-x-old': { 'undelete-from-file': u'Робат: аднаўленьне сьпісу старонак', 'undelete-images': u'Робат: аднаўленьне ўсіх выяваў на старонцы %(page)s', 'undelete-linked-pages': u'Робат: аднаўленьне ўсіх старонак, на якія ёсьць спасылкі з %(page)s', }, + # Author: Gwenn-Ael + 'br': { + 'undelete-from-file': u'Robot : nullañ dilamadur ul listennad pajennoù', + 'undelete-images': u'Robot : o tiverkañ dilamadur an holl skeudennoù diwar ar bajenn %(page)s")', + 'undelete-linked-pages': u'Robot : O tiverkañ dilamadur an holl bajennoù liammet adalek %(page)s', + }, # Author: Juandev 'cs': { 'undelete-from-file': u'Bot: Obnovuji seznam stránek', 'undelete-images': u'Bot: Obnovuji všechny obrázky na stránce %(page)s', 'undelete-linked-pages': u'Bot: Obnovuji všechny stránka na které je odkazováno ze %(page)s', + }, + # Author: MGA73 + 'da': { + 'undelete-from-file': u'Robot: Gendanner en liste af sider', + 'undelete-images': u'Robot: Gendanner alle billeder på side %(page)s', + 'undelete-linked-pages': u'Robot: Gendanner alle sider der henvises til fra %(page)s', }, # Author: Metalhead64 'de': { @@ -55,6 +73,12 @@ 'undelete-images': u'Robot : Annulation de la suppression de toutes les images de la page %(page)s', 'undelete-linked-pages': u'Robot: Annulation de la suppression de toutes les pages liées à %(page)s', }, + # Author: Murma174 + 'frr': { + 'undelete-from-file': u'Bot: Haale en list faan sidjen turag.', + 'undelete-images': u'Bot: Haale aal jo datein üüb det sidj %(page)s turag', + 'undelete-linked-pages': u'Bot: Haale aal jo sidjen mä ferwisangen faan %(page)s turag', + }, # Author: Elisardojm # Author: Toliño 'gl': { @@ -67,6 +91,12 @@ 'undelete-from-file': u'בוט: שחזור רשימת דפים מחוקים', 'undelete-images': u'בוט: שחזור כל התמונות שנמחקו בדף %(page)s', 'undelete-linked-pages': u'בוט: שחזור כל הדפים שמקושרים מהדף %(page)s', + }, + # Author: Siddhartha Ghai + 'hi': { + 'undelete-from-file': u'बॉट: पृष्ठों की एक सूची पुनर्स्थापित कर रहा है', + 'undelete-images': u'बॉट: %(page)s पृष्ठ पर मौजूद सभी चित्र पुनर्स्थापित कर रहा है', + 'undelete-linked-pages': u'बॉट: %(page)s से जुड़े सभी पृष्ठ पुनर्स्थापित कर रहा है', }, # Author: Dj # Author: Tacsipacsi @@ -81,6 +111,12 @@ 'undelete-images': u'Bot: Ripristinare tutte le immagini sulla pagina %(page)s', 'undelete-linked-pages': u'Bot: Recuperare tutte le pagine collegate da %(page)s', }, + # Author: IRTC1015 + 'ko': { + 'undelete-from-file': u'봇: 목록의 문서를 되살림', + 'undelete-images': u'봇: %(page)s 문서에 사용된 모든 그림을 되살림', + 'undelete-linked-pages': u'봇: %(page)s 문서에서 가리키는 모든 문서를 되살림', + }, # Author: Purodha 'ksh': { 'undelete-from-file': u'Bot: Ben en Leß vun Sigge aam wider holle.', @@ -93,6 +129,12 @@ 'undelete-images': u'Bot: All Fichieren op der Säit %(page)s restauréieren', 'undelete-linked-pages': u'Bot: All Säite restauréieren déi vun der Säit %(page)s verlinkt sinn', }, + # Author: Aswanas + 'lt': { + 'undelete-from-file': u'Robotas: Ištrinamas puslapių sąrašas', + 'undelete-images': u'Robotas: Sugrąžinamos visos puslapio %(page)s nuotraukos', + 'undelete-linked-pages': u'Robotas: Sugrąžinami visi puslapiai, į kuriuos yra nuoroda iš %(page)s', + }, # Author: Bjankuloski06 'mk': { 'undelete-from-file': u'Бот: Отповикано бришење на список на страници', @@ -104,6 +146,12 @@ 'undelete-from-file': u'Bot: Menyahhapus senarai laman', 'undelete-images': u'Bot: Menyahhapus semua imej pada laman %(page)s', 'undelete-linked-pages': u'Bot: Menyahhapus semua laman yang terpaut dari %(page)s', + }, + # Author: सरोज कुमार ढकाल + 'ne': { + 'undelete-from-file': u'रोबोट: सूचीमा रहेका पृष्ठहरू मेट्दै', + 'undelete-images': u'रोबोट: %(page)s पृष्ठमा रहेका सबै तस्वीरहरु अनडिलिट गर्दै', + 'undelete-linked-pages': u'बोट: %(page)s सँग जोडिएका र मेटिएका पानाहरू पुन:स्थापित गर्दै', }, # Author: Siebrand 'nl': { @@ -124,18 +172,34 @@ 'undelete-images': u'Robot: Gjenoppretter alle bilder på %(page)s', 'undelete-linked-pages': u'Robot: Gjenoppretter alle sider lenket fra %(page)s', }, + # Author: Pio387 + 'pl': { + 'undelete-from-file': u'Robot przywraca strony z listy', + 'undelete-images': u'Robot przywraca wszystkie pliki na stronie %(page)s', + 'undelete-linked-pages': u'Robot przywraca wszystkie strony do których linkuje %(page)s', + }, # Author: Vitorvicentevalente 'pt': { 'undelete-from-file': u'Robô: A restaurar lista de páginas', 'undelete-images': u'Robô: A restaurar todas as imagens da página %(page)s', 'undelete-linked-pages': u'Robô: A restaurar todas as páginas ligadas a partir de %(page)s', }, + # Author: Minisarm + 'ro': { + 'undelete-from-file': u'Robot: Restaurat o listă de pagini', + }, # Author: Dima st bk 'ru': { 'undelete-from-file': u'Бот: восстановление списка страниц', 'undelete-images': u'Бот: восстановление всех изображений на странице %(page)s', 'undelete-linked-pages': u'Бот: восстановление всех страниц, на которые ссылается %(page)s', }, + # Author: Milicevic01 + 'sr': { + 'undelete-from-file': u'Бот: враћене странице из списка', + 'undelete-images': u'Бот: враћене све слике које потичу из %(page)s', + 'undelete-linked-pages': u'Бот: враћене све странице повезане са %(page)s', + }, # Author: Jopparn 'sv': { 'undelete-from-file': u'Bot: Återställer en lista med sidor.', diff --git a/unlink.py b/unlink.py index 05a853c..caa72c3 100644 --- a/unlink.py +++ b/unlink.py @@ -74,9 +74,10 @@ 'cy': { 'unlink-unlinking': u'Robot: Yn datgysylltu "%s"', }, + # Author: MGA73 # Author: Peter Alberti 'da': { - 'unlink-unlinking': u'Robot: fjerner henvisning til "%s"', + 'unlink-unlinking': u'Robot: Fjerner henvisning til "%s"', }, # Author: Purodha 'de': { @@ -144,6 +145,10 @@ 'he': { 'unlink-unlinking': u'בוט: מסיר קישורים לדף "%s"', }, + # Author: Siddhartha Ghai + 'hi': { + 'unlink-unlinking': u'बॉट: "%s" की कड़ी हटा रहा है', + }, # Author: Dj 'hu': { 'unlink-unlinking': u'Bot: „%s” hivatkozás törlése', @@ -164,9 +169,10 @@ 'is': { 'unlink-unlinking': u'Vélmenni: Aftengi "%s"', }, + # Author: Beta16 # Author: Nemo bis 'it': { - 'unlink-unlinking': u'Bot: Eliminazione collegamenti a "%s"', + 'unlink-unlinking': u'Bot: eliminazione collegamenti a "%s"', }, # Author: Shirayuki 'ja': { @@ -176,9 +182,10 @@ 'jv': { 'unlink-unlinking': u'Bot: Medhot pranala "%s"', }, + # Author: IRTC1015 # Author: 아라 'ko': { - 'unlink-unlinking': u'로봇: "%s" 링크 제거 중', + 'unlink-unlinking': u'봇: "%s" 링크 제거', }, # Author: Purodha 'ksh': { @@ -315,6 +322,10 @@ 'ta': { 'unlink-unlinking': u'தானியங்கி: "%s" இணைப்பு நீக்கப்படுகின்றது', }, + # Author: Octahedron80 + 'th': { + 'unlink-unlinking': u'บอต: ลบถาวร "%s"', + }, # Author: AnakngAraw 'tl': { 'unlink-unlinking': u'Robot: Hindi ikinakawing ang "%s"', diff --git a/unprotect.py b/unprotect.py index 73a4c01..a33b11a 100644 --- a/unprotect.py +++ b/unprotect.py @@ -19,6 +19,14 @@ 'unprotect-ref': u'Edit summary when the bot unprotects all pages that link to/transclude a page (Special:WhatLinksHere). Parameters:\n* %(page)s - page title\nSee also:\n* {{msg-pywikibot|Delete-referring-pages}}', 'unprotect-simple': u'Edit summary when the bot unprotects a list of files.', }, + # Author: Xuacu + 'ast': { + 'unprotect-category': u'Bot: Desprotexendo toles páxines de la categoría %(cat)s', + 'unprotect-images': u'Bot: Desprotexendo toles imaxes de la páxina %(page)s', + 'unprotect-links': u'Bot: Desprotexendo toles páxines enllazaes dende %(page)s', + 'unprotect-ref': u'Bot: Desprotexendo toles páxines con referencia dende %(page)s', + 'unprotect-simple': u'Bot: Desprotexendo una llista de ficheros.', + }, # Author: Red Winged Duck 'be-x-old': { 'unprotect-category': u'Робат: зьняцьце абароны з усіх старонак з катэгорыі %(cat)s', @@ -27,6 +35,14 @@ 'unprotect-ref': u'Робат: зьняцьце абароны з усіх старонак, на якія ёсьць спасылкі з %(page)s', 'unprotect-simple': u'Робат: зьняцьце абароны зь сьпісу файлаў.', }, + # Author: Gwenn-Ael + 'br': { + 'unprotect-category': u'Robot : O tilemel gwarezadur an holl bajennoù eus ar rummad %(cat)s', + 'unprotect-images': u'Robot : O tilemel gwarezadur an holl skeudennoù war ar bajenn %(page)s', + 'unprotect-links': u'Robot : O tielmel gwarezadur an holl bajennoù liammet adalek %(page)s', + 'unprotect-ref': u'Robot : O tilemel gwarezadur an holl bajennoù a ra dave da %(page)s', + 'unprotect-simple': u'Robot : O lemel gwarezadur ul listennad restroù.', + }, # Author: Juandev 'cs': { 'unprotect-category': u'Bot: Odemykám všechny stránky v kategorii %(cat)s', @@ -34,6 +50,15 @@ 'unprotect-links': u'Bot: Odemykám všechny stránky na které je odkazováno ze %(page)s', 'unprotect-ref': u'Bot: Odemykám všechny stránky, které jsou zmíněny na stránce %(page)s', 'unprotect-simple': u'Bot: Odemykám seznam souborů', + }, + # Author: Christian List + # Author: MGA73 + 'da': { + 'unprotect-category': u'Robot: Fjerner beskyttelsen fra alle sider i kategorien %(cat)s', + 'unprotect-images': u'Robot: Fjerner beskyttelsen fra alle billeder på siden %(page)s', + 'unprotect-links': u'Robot: Fjerner beskyttelsen fra alle sider som henvises til fra %(page)s', + 'unprotect-ref': u'Robot: Fjerner beskyttelsen fra alle sider som henviser til %(page)s', + 'unprotect-simple': u'Robot: Fjerner beskyttelsen fra en liste af filer.', }, # Author: Metalhead64 'de': { @@ -56,6 +81,14 @@ 'unprotect-ref': u'Bot: desprotección de todas las páginas que enlazan hacia %(page)s', 'unprotect-simple': u'Bot: desprotección de una lista de archivos.', }, + # Author: Reza1615 + 'fa': { + 'unprotect-category': u'ربات:خارج کردن حفاظت تمام صفحههای رده %(cat)s', + 'unprotect-images': u'ربات: خارج کردن از محفاظت تمام تصاویر به کار رفته در %(page)s', + 'unprotect-links': u'ربات:خارج کردن از حفاظت تمام صفحههایی که در %(page)s پیوند شدهاند.', + 'unprotect-ref': u'ربات:خارج کردن از حفاظت تمام صفحههایی که به %(page)s پیوند دادهاند', + 'unprotect-simple': u'ربات:خارج کردن از حفاظت فهرستی از صفحات', + }, # Author: Gomoko 'fr': { 'unprotect-category': u'Robot : Suppression de la protection de toutes les pages de la catégorie %(cat)s', @@ -63,6 +96,61 @@ 'unprotect-links': u'Robot : Suppression de la protection de toutes les pages liées depuis %(page)s', 'unprotect-ref': u'Robot : Suppression de la protection de toutes les pages faisant référence à %(page)s', 'unprotect-simple': u'Robot : Suppression de la protection d’une liste de fichiers.', + }, + # Author: Murma174 + 'frr': { + 'unprotect-category': u'Bot: Seekrang faan aal a sidjen uun det kategorii %(cat)s apheew', + 'unprotect-images': u'Bot: Seekrang faan aal a datein üüb det sidj %(page)s apheew', + 'unprotect-links': u'Bot: Seekrang faan aal a sidjen mä ferwisangen faan %(page)s apheew', + 'unprotect-ref': u'Bot: Seekrang faan aal a sidjen, diar üüb %(page)s ferwise, apheew', + 'unprotect-simple': u'Bot: Seekrang faan en list faan datein apheew', + }, + # Author: Elisardojm + 'gl': { + 'unprotect-category': u'Bot: desprotección de tódalas páxinas da categoría %(cat)s', + 'unprotect-images': u'Bot: desprotección de tódalas imaxes da páxina %(page)s', + 'unprotect-links': u'Bot: desprotección de tódalas páxinas ligadas desde %(page)s', + 'unprotect-ref': u'Bot: desprotección de tódalas páxinas que ligan cara a %(page)s', + 'unprotect-simple': u'Bot: desprotección dunha lista de ficheiros.', + }, + # Author: Amire80 + 'he': { + 'unprotect-category': u'בוט: מסיר הגנה מהקטגוריה %(cat)s', + 'unprotect-images': u'בוט: מסיר הגנה מכל התמונות בדף %(page)s', + 'unprotect-links': u'בוט: מסיר הכנה מכל הדפים שמקושרים מהדף %(page)s', + 'unprotect-ref': u'בוט: מסיר הגנה מכל הדפים שמקשרים על %(page)s', + 'unprotect-simple': u'בוט: מסיר הגנה מרשימת קבצים.', + }, + # Author: Siddhartha Ghai + 'hi': { + 'unprotect-category': u'बॉट: %(cat)s श्रेणी के सभी पृष्ठों से सुरक्षा हटा रहा है', + 'unprotect-images': u'बॉट: %(page)s पृष्ठ के सारे चित्रों से सुरक्षा हटा रहा है', + 'unprotect-links': u'बॉट: %(page)s से जुड़े सभी पृष्ठों से सुरक्षा हटा रहा है', + 'unprotect-ref': u'बॉट: %(page)s से जुड़े सभी पृष्ठ असुरक्षित कर रहा है', + 'unprotect-simple': u'बॉट: फ़ाइलों की सूची से सुरक्षा हटा रहा है।', + }, + # Author: Tacsipacsi + 'hu': { + 'unprotect-category': u'Bot: %(cat)s kategóriában szereplő összes lap védelmének feloldása', + 'unprotect-images': u'Bot: minden kép védelmének feloldása a(z) %(page)s lapon', + 'unprotect-links': u'Bot: a(z) „%(page)s” lapról hivatkozott összes lap védelmének feloldása', + 'unprotect-simple': u'Bot: Listán szereplő fájlok védelmének feloldása', + }, + # Author: Beta16 + 'it': { + 'unprotect-category': u'Bot: sprotezione di tutte le pagine nella categoria %(cat)s', + 'unprotect-images': u'Bot: sprotezione di tutte le immagini contenute nella pagina %(page)s', + 'unprotect-links': u'Bot: sprotezione di tutte le pagine collegate a %(page)s', + 'unprotect-ref': u'Bot: sprotezione di tutte le pagine con link da %(page)s', + 'unprotect-simple': u'Bot: sprotezione di una lista di file.', + }, + # Author: IRTC1015 + 'ko': { + 'unprotect-category': u'봇: %(cat)s 분류의 모든 문서를 보호 해제', + 'unprotect-images': u'봇: %(page)s 문서에 사용된 모든 그림을 보호 해제', + 'unprotect-links': u'봇: %(page)s 문서에서 가리키는 모든 문서를 보호 해제', + 'unprotect-ref': u'봇: %(page)s 문서에서 가리키는 모든 문서를 보호 해제', + 'unprotect-simple': u'봇: 목록의 파일을 보호 해제', }, # Author: Purodha 'ksh': { @@ -80,6 +168,14 @@ 'unprotect-ref': u'Bot: D'Spär vun alle Säite, déi op d'Säit %(page)s linken, gouf opgehuewen', 'unprotect-simple': u'Bot: D'Spär fir eng Lëscht vu Fichiere ophiewen.', }, + # Author: Aswanas + 'lt': { + 'unprotect-category': u'Robotas: Nesaugomi visi puslapiai iš kategorijos %(cat)s', + 'unprotect-images': u'Robotas: Neaugomos visos nuotraukos puslapyje %(page)s', + 'unprotect-links': u'Robotas: Nesaugomi visi puslapiai, į kuriuos yra nuoroda iš %(page)s', + 'unprotect-ref': u'Robotas: Nesaugomi visi puslapiai, į kuriuos yra nuoroda iš %(page)s', + 'unprotect-simple': u'Robotas: Nesaugomas failų sąrašas.', + }, # Author: Bjankuloski06 'mk': { 'unprotect-category': u'Бот: Ги одзаштитувам сите страници од категоријата „%(cat)s“', @@ -88,6 +184,21 @@ 'unprotect-ref': u'Бот: Ги одзаштитувам сите страници што водат од „%(page)s“', 'unprotect-simple': u'Бот: Одзаштитувам список на податотеки.', }, + # Author: सरोज कुमार ढकाल + 'ne': { + 'unprotect-category': u'बोट: %(cat)s वर्गमा रहेका सबै पृष्ठहरूको सुरक्षा हटाउँदै', + 'unprotect-images': u'बोट: %(page)s पानामा रहेका सबै तस्वीरहरूको सुरक्षा खारेज गर्दै', + 'unprotect-links': u'बोट: %(page)s पृष्ठमा जोडिएका सबै पृष्ठहरूको सुरक्षा खारेज गर्दै', + 'unprotect-ref': u'बोट: %(page)s ले जनाउने सबै पृष्ठहरूको सुरक्षा खारेज गर्दै', + 'unprotect-simple': u'बोट: फाइलहरूको सूची सुरक्षित गर्दै ।', + }, + # Author: Pio387 + 'pl': { + 'unprotect-category': u'Robot odbezpiecza wszystkie strony z kategorii %(cat)s', + 'unprotect-images': u'Robot odbezpiecza wszystkie pliki na stronie %(page)s', + 'unprotect-links': u'Robot odbezpiecza wszystkie artykuły, do których linkuje %(page)s', + 'unprotect-simple': u'Robot odbezpiecza pliki z listy.', + }, # Author: Vitorvicentevalente 'pt': { 'unprotect-category': u'Robô: A desproteger todos as páginas da categoria %(cat)s', @@ -96,6 +207,22 @@ 'unprotect-ref': u'Robô: A desproteger todas as páginas afluentes a %(page)s.', 'unprotect-simple': u'Robô: A desproteger uma lista de ficheiros.', }, + # Author: Putnik + 'ru': { + 'unprotect-category': u'Бот: снятие защиты со всех страниц из категории %(cat)s', + 'unprotect-images': u'Бот: снятие защиты со всех изображений на странице %(page)s', + 'unprotect-links': u'Бот: снятие защиты со всех страниц, связанных с %(page)s', + 'unprotect-ref': u'Бот: снятие защиты со всех страниц, относящихся к %(page)s', + 'unprotect-simple': u'Бот: снятие защиты со списка файлов', + }, + # Author: Milicevic01 + 'sr': { + 'unprotect-category': u'Бот: уклоњена заштита са свих страница из категорије %(cat)s', + 'unprotect-images': u'Бот: уклоњена заштита са свих слика са странице %(page)s', + 'unprotect-links': u'Бот: уклоњена заштита са свих страница повезаних са %(page)s', + 'unprotect-ref': u'Бот: уклоњена заштита са свих страница које воде на %(page)s', + 'unprotect-simple': u'Бот: уклоњена заштита са датотека из списка.', + }, # Author: Marfuas 'sv': { 'unprotect-category': u'Bot: Tar bort skydd från alla sidor i kategorin %(cat)s', diff --git a/weblinkchecker.py b/weblinkchecker.py index 162bcab..9570cc4 100644 --- a/weblinkchecker.py +++ b/weblinkchecker.py @@ -34,6 +34,7 @@ # Author: Xuacu 'ast': { 'weblinkchecker-archive_msg': u'Internet Archive tien guardada la páxina web. Considere enllazar a una versión archivada afayadiza: [%(URL)s].', + 'weblinkchecker-badurl': u'L'enllaz proporcionáu paez que nun ye una direición URL válida', 'weblinkchecker-caption': u'Enllaz muertu', 'weblinkchecker-report': u'En delles pasaes automátiques del robó el siguiente enllaz esternu nun s'alcontraba disponible. Compruebe si l'enllaz ta daveres caíu y corríxalu o desanícielu si ye'l casu', 'weblinkchecker-summary': u'Robot: Informando d'un enllaz esternu non disponible', @@ -74,6 +75,7 @@ # Author: Gwenn-Ael 'br': { 'weblinkchecker-archive_msg': u'Saveteet eo bet ar bajenn Web gant Internet Archive. Marteze a-walc'h e c'hallfec'h lakaat al liamm da vukañ war-zu unan eus ar stummoù diellaouet : [%(URL)s].', + 'weblinkchecker-badurl': u'Al liamm roet n'eo ket un URL mat, a-hervez', 'weblinkchecker-caption': u'Liamm dall', 'weblinkchecker-report': u'E-pad meur a batrouilhenn robot n'eus ket bet gallet diaraez al liamm da-heul. Gwiriit mat eo dall al liamm e gwirionez ha mard eo, reizhit-eñ pe lamit-eñ.', 'weblinkchecker-summary': u'Robot : A gemenn ez eus ul liamm diavaez diziraezus', @@ -97,7 +99,7 @@ 'ce': { 'weblinkchecker-archive_msg': u'Веб-агӀо Ӏалашйина интернет-архив чохь. Лелае хьажорг билгала архиван верси тӀе: [%(URL)s].', 'weblinkchecker-caption': u'Болх цабо хьажоргаш', - 'weblinkchecker-report': u'Ботана гучадаьлла, хьара арахьара хьажоргаш болх цабеш хилар. Хьаьжна нисъе я дӀаяха уьш.', + 'weblinkchecker-report': u'Ботана гучадаьлла, хьара арахьара хьажоргаш болх цабеш хилар. хьаьжжина нисъе я дӀаяха уьш.', 'weblinkchecker-summary': u'бот: карина арахьара болх цабо хьажорг', }, # Author: Juandev @@ -119,9 +121,11 @@ 'weblinkchecker-summary': u'Bot: Yn adrodd nad oes modd cyrraedd cyswllt allanol', }, # Author: Christian List + # Author: MGA73 # Author: Steenth 'da': { 'weblinkchecker-archive_msg': u'Websiden er blevet gemt af Internet Archive. Overvej sammenkædning til en passende arkiveret version: [%(URL)s].', + 'weblinkchecker-badurl': u'Henvisningen ser ikke ud til at være en gyldig URL', 'weblinkchecker-caption': u'Dødt link', 'weblinkchecker-report': u'Følgende eksterne link har ikke været tilgængelige efter flere forsøg fra en automatiseret robot. Kontroller, at linket faktisk er nede, løs det eller fjern det i så fald!', 'weblinkchecker-summary': u'Robot: Rapporterer utilgængeligt eksternt link', @@ -249,6 +253,14 @@ 'weblinkchecker-report': u'במהלך מספר ריצות אוטומטיות של הבוט, נמצא שהקישור החיצוני הבא אינו זמין. אנא בדקו אם הקישור אכן שבור, ותקנו אותו או הסירו אותו במקרה זה!', 'weblinkchecker-summary': u'בוט: מדווח על קישור חיצוני בלתי זמין', }, + # Author: Siddhartha Ghai + 'hi': { + 'weblinkchecker-archive_msg': u'इस वेब पृष्ठ को इंटरनेट आर्काइव द्वारा सहेजा गया है। कृपया उपयुक्त संगृहीत अवतरण से जोड़ें: [%(URL)s]।', + 'weblinkchecker-badurl': u'प्रदान की गयी कड़ी मान्य यू॰आर॰एल नहीं प्रतीत होती है', + 'weblinkchecker-caption': u'मृत कड़ी', + 'weblinkchecker-report': u'कई स्वचालित बॉट कार्यों के दौरान निम्न बाहरी कड़ी अनुपलब्ध पायी गयी है। कृपया जाँच लें की क्या यह कड़ी अब उपलब्ध नहीं है? ऐसे में इसे ठीक कर दें अथवा हटा दें।', + 'weblinkchecker-summary': u'बॉट: अनुपलब्ध बाहरी कड़ी रिपोर्ट कर रहा है', + }, # Author: Michawiki 'hsb': { 'weblinkchecker-caption': u'Njepłaćiwy wotkaz', @@ -300,13 +312,14 @@ 'weblinkchecker-summary': u'Бот: Қатынаулы емес сілтеме туралы есеп беру', }, # Author: Gusdud25 + # Author: IRTC1015 # Author: 아라 'ko': { 'weblinkchecker-archive_msg': u'웹 페이지가 인터넷 아카이브에 저장되어 있습니다. 적절한 아카이브한 버전으로 링크를 고려하세요: [%(URL)s].', - 'weblinkchecker-badurl': u'주어진 링크가 올바른 URL로 보이지 않아요 ㅠㅠ', - 'weblinkchecker-caption': u'죽은 링크', - 'weblinkchecker-report': u'봇이 여러 번 자동으로 실행하는 동안 다음 바깥 링크는 사용할 수 없는 것으로 확인되었습니다. 끊어진 링크가 있는지 확인하고 고치거나 제거하세요!', - 'weblinkchecker-summary': u'로봇: 사용할 수 없는 바깥 링크를 보고', + 'weblinkchecker-badurl': u'주어진 링크가 올바른 URL로 보이지 않음', + 'weblinkchecker-caption': u'깨진 링크', + 'weblinkchecker-report': u'봇이 여러 번 자동 가동되는 동안 다음 바깥 링크는 사용할 수 없는 것으로 확인되었습니다. 정말로 끊어진 링크가 있는지 확인하고 고치거나 제거하세요!', + 'weblinkchecker-summary': u'봇: 사용할 수 없는 바깥 링크를 보고', }, # Author: Purodha 'ksh': { @@ -339,9 +352,13 @@ 'lrc': { 'weblinkchecker-caption': u'هوم پیوند بی کار', }, + # Author: Aswanas # Author: Mantak111 'lt': { + 'weblinkchecker-archive_msg': u'Interneto puslapis buvo išsaugotas Interneto Archyve. Prašome apsvarstyti nuorodos galimybę į atitinkamą archyvinę versiją: [%(URL)s].', + 'weblinkchecker-badurl': u'Atrodo, kad pateikta nuoroda neveikia', 'weblinkchecker-caption': u'Neveikianti nuoroda', + 'weblinkchecker-report': u'Per keletą automatizuotų roboto bandymų nustatyta, kad sekanti nuoroda neveikia. Prašome patikrinti, ar nuoroda iš tiesų yra ir pataisyti arba pašalinti ją iš šios bylos!', 'weblinkchecker-summary': u'Robotas: Nuorodą pranešti nepasiekiama', }, # Author: Papuass @@ -407,6 +424,7 @@ # Author: सरोज कुमार ढकाल 'ne': { 'weblinkchecker-archive_msg': u'यो पृष्ठ इन्टरनेट अभिलेखमा संग्रहित छ ।कृपया उपयुक्त अभिलेक संस्करणमा जोड्नुहोला : [%(URL)s].', + 'weblinkchecker-badurl': u'दिइएको लिङ्क मान्य URL हो जस्तो देखिदैन', 'weblinkchecker-caption': u'मृत(काम नलाग्ने) लिङ्क', 'weblinkchecker-report': u'अनेकौँ स्वचालित बोट सञ्चालनका क्रममा निम्न लिंकहरू अनुपलब्ध पाइए । कृपया साच्चै नै लिङ्कहरू हटेका हुन् भने सच्याउनुहोला !', 'weblinkchecker-summary': u'रोबोट: अनुपलब्ध बह्य लिङ्कहरुलाई उजुर गर्दै', @@ -444,12 +462,14 @@ 'pdc': { 'weblinkchecker-caption': u'Kaputter Webgleecher', }, + # Author: Pio387 # Author: Rezonansowy # Author: Saper # Author: Sp5uhe # Author: Ty221 'pl': { 'weblinkchecker-archive_msg': u'Zawartość niedostępnej strony została zarchiwizowana przez Internet Archive. Sprawdź czy nie warto podlinkować strony archiwalnej: %(URL)s', + 'weblinkchecker-badurl': u'Podany link nie jest prawidłowym adresem URL', 'weblinkchecker-caption': u'Martwy link', 'weblinkchecker-report': u'Automat już kilka razy próbował otworzyć linkowaną stronę, niestety bez rezultatu. Sprawdź czy strona rzeczywiście nie działa i ewentualnie popraw link na właściwy. Jeżeli nie można odnaleźć linkowanej strony, rozważ usunięcie odwołania.', 'weblinkchecker-summary': u'Robot zgłasza niedostępny link zewnętrzny', @@ -509,6 +529,7 @@ # Author: Dbc334 'sl': { 'weblinkchecker-archive_msg': u'Spletno stran je shranil Internet Archive. Prosimo, razmislite o povezavi na ustrezno arhivirano različico: [%(URL)s].', + 'weblinkchecker-badurl': u'Zdi se, da navedena povezava ni veljaven URL', 'weblinkchecker-caption': u'Mrtva povezava', 'weblinkchecker-report': u'Med več samodejnimi zaganjanji je bot ugotovil, da naslednja zunanja povezava ni na voljo. Prosimo, preverite, ali povezava zares ne deluje, in jo v tem primeru popravite ali odstranite.', 'weblinkchecker-summary': u'Robot: Poročanje o nedosegljivi zunanji povezavi', @@ -522,6 +543,7 @@ # Author: Rancher 'sr': { 'weblinkchecker-archive_msg': u'Веб страница је сачувана у Интернет архиви. Препоручујемо вам да ставите везу до одговарајуће архивиране верзије: [%(URL)s].', + 'weblinkchecker-badurl': u'Наведена веза изгледа да није ваљани URL', 'weblinkchecker-caption': u'Неисправна веза', 'weblinkchecker-report': u'После неколико извршавања бота, установљено је да је следећа спољашња веза недоступна. Проверите да ли је веза уистину неисправна и, у том случају, исправите је или је уклоните.', 'weblinkchecker-summary': u'Бот: пријављена недоступна спољашња веза', @@ -537,9 +559,10 @@ 'weblinkchecker-summary': u'Bot: Rapporterar otillgänglig extern länk', }, # Author: Nullzero + # Author: Octahedron80 'th': { 'weblinkchecker-caption': u'ลิงก์เสีย', - 'weblinkchecker-summary': u'หุ่นยนต์: รายงานลิงก์ภายนอกที่ไม่สามารถเข้าถึงได้', + 'weblinkchecker-summary': u'บอต: รายงานลิงก์ภายนอกที่ไม่สามารถเข้าถึงได้', }, # Author: Гусейн 'tly': { diff --git a/welcome.py b/welcome.py index dbe71cb..b2f62a7 100644 --- a/welcome.py +++ b/welcome.py @@ -190,6 +190,12 @@ 'welcome-bad_username': u'Robot: Śuntèda 'd un nòm 'd utèint ch' al dév èser verifichè', 'welcome-welcome': u'Beinvgnû!', }, + # Author: Caliburn + 'en-gb': { + 'welcome-bad_username': u'Bot: Adding a username that needs to be checked', + 'welcome-updating': u'Bot: Updating log', + 'welcome-welcome': u'Welcome!', + }, # Author: Blahma # Author: Objectivesea 'eo': { @@ -298,6 +304,12 @@ 'welcome-bad_username': u'בוט: הוספת שם משתמש שצריך לבדוק', 'welcome-updating': u'בוט: עדכון יומן', 'welcome-welcome': u'ברוך הבא!', + }, + # Author: Siddhartha Ghai + 'hi': { + 'welcome-bad_username': u'बॉट: एक सदस्यनाम जोड़ रहा है जिसे जाँचने की आवश्यकता है', + 'welcome-updating': u'बॉट: लॉग अद्यतित कर रहा है', + 'welcome-welcome': u'स्वागत है!', }, # Author: Ex13 'hr': { @@ -410,6 +422,10 @@ 'welcome-bad_username': u'Bot: E Benotzernumm derbäigesat deen nogekuckt muss ginn', 'welcome-updating': u'Bot: Aktualisatioun vum Logbuch', 'welcome-welcome': u'Wëllkomm!', + }, + # Author: Robin0van0der0vliet + 'li': { + 'welcome-welcome': u'Wilkóm!', }, # Author: Eruedin 'ln': { @@ -656,9 +672,10 @@ 'welcome-welcome': u'రండి', }, # Author: Nullzero + # Author: Octahedron80 'th': { - 'welcome-bad_username': u'โรบอต: เพิ่มชื่อผู้ใช้ที่ต้องการการตรวจสอบ', - 'welcome-updating': u'โรบอต: กำลังปรับปรุงปูม', + 'welcome-bad_username': u'บอต: เพิ่มชื่อผู้ใช้ที่ต้องการการตรวจสอบ', + 'welcome-updating': u'บอต: ปรับปรุงปูม', 'welcome-welcome': u'ยินดีต้อนรับ!', }, # Author: AnakngAraw
pywikibot-commits@lists.wikimedia.org