jenkins-bot has submitted this change and it was merged.
Change subject: update i18n from json files ......................................................................
update i18n from json files
Change-Id: I2544a00435bd81fbaae480daddd61e67e8e364ba --- 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 delete.py M djvutext.py M editarticle.py M featured.py M fixing_redirects.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 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 unprotect.py M weblinkchecker.py 42 files changed, 531 insertions(+), 32 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/add_text.py b/add_text.py index c70e852..f60befb 100644 --- a/add_text.py +++ b/add_text.py @@ -153,6 +153,10 @@ 'eml': { 'add_text-adding': u'Robot: A śònt %(adding)s', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'add_text-adding': u'Bot: Adding %(adding)s', + }, # Author: Airon90 'eo': { 'add_text-adding': u'Roboto: Aldonado de %(adding)s', diff --git a/archivebot.py b/archivebot.py index a6814a3..e0a62c6 100644 --- a/archivebot.py +++ b/archivebot.py @@ -11,12 +11,13 @@ }, # Author: Csisc # Author: McDutchie + # Author: Purodha # Author: Shirayuki # Author: Xqt '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, archiving a 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 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.', }, @@ -196,6 +197,7 @@ 'archivebot-older-than': u'کۆنتر لە', 'archivebot-page-summary': u'ڕۆبۆت: ئەرشیڤکردنی %(count)d {{PLURAL:%(count)d|بابەت|بابەت}} (%(why)s) بۆ %(archives)s.', }, + # Author: Juandev # Author: Spiffyk # Author: Tchoř # Author: Xqt @@ -203,7 +205,7 @@ 'archivebot-archive-full': u'(ARCHIV JE PLNÝ)', 'archivebot-archive-summary': u'Archivuji %(count)d {{PLURAL:%(count)d|vlákno|vlákna|vláken}} z [[%(from)s]].', 'archivebot-archiveheader': u'{{Archiv diskuse}}', - 'archivebot-older-than': u'starší než', + 'archivebot-older-than': u'starší než %(duration)s', 'archivebot-page-summary': u'Archivuji %(count)d {{PLURAL:%(count)d|vlákno|vlákna|vláken}} (%(why)s) do %(archives)s.', }, # Author: Pwyll @@ -260,14 +262,22 @@ 'archivebot-older-than': u'piò vèć ed %(duration)s', 'archivebot-page-summary': u'Robot: Archiviasiòun ed %(count)d {{PLURAL:%(count)d|thread|threads}} (%(why)s) vers %(archives)s.', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'archivebot-archive-full': u'(ARCHIVE FULL)', + 'archivebot-archive-summary': u'Bot: Archiving %(count)d {{PLURAL:%(count)d|thread|threads}} from [[%(from)s]].', + 'archivebot-older-than': u'older than %(duration)s', + 'archivebot-page-summary': u'Bot: Archiving %(count)d {{PLURAL:%(count)d|thread|threads}} (%(why)s) to %(archives)s.', + }, # Author: Airon90 + # Author: KuboF # Author: Objectivesea # Author: Remux 'eo': { 'archivebot-archive-full': u'(plena arkivo)', 'archivebot-archive-summary': u'Roboto: Arkivado de %(count)d {{PLURAL:%(count)d|fadeno|fadenoj}} de [[%(from)s]].', 'archivebot-archiveheader': u'{{Arkivo de diskutoj}}', - 'archivebot-older-than': u'plimalnova ol', + 'archivebot-older-than': u'pli malnova ol %(duration)s', 'archivebot-page-summary': u'Roboto: Arkivado de %(count)d {{PLURAL:%(count)d|fadeno|fadenoj}} (%(why)s) al %(archives)s.', }, # Author: Armando-Martin diff --git a/basic.py b/basic.py index 8586542..8d8863b 100644 --- a/basic.py +++ b/basic.py @@ -129,14 +129,19 @@ 'eml': { 'basic-changing': u'Robot: Caṅbia ...', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'basic-changing': u'Robot: Changing ...', + }, # Author: Airon90 # Author: Objectivesea 'eo': { 'basic-changing': u'Roboto: Ŝanĝado...', }, + # Author: Edslov # Author: Fitoschido 'es': { - 'basic-changing': u'Robot: cambio de…', + 'basic-changing': u'Bot: Cambiando...', }, # Author: An13sa 'eu': { diff --git a/blockpageschecker.py b/blockpageschecker.py index aea3cf2..0d7367a 100644 --- a/blockpageschecker.py +++ b/blockpageschecker.py @@ -79,6 +79,10 @@ 'el': { 'blockpageschecker-summary': u'Bot: Διαγραφή παρωχημένου πρότυπου', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'blockpageschecker-summary': u'Bot: Deleting out-dated template', + }, # Author: KuboF 'eo': { 'blockpageschecker-summary': u'Roboto: Forigo de eksmoda ŝablono', diff --git a/capitalize_redirects.py b/capitalize_redirects.py index 1b27f64..e0629cb 100644 --- a/capitalize_redirects.py +++ b/capitalize_redirects.py @@ -121,6 +121,10 @@ 'eml': { 'capitalize_redirects-create-redirect': u'Robot: Creèr un rimànd vers [[%(to)s]]', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'capitalize_redirects-create-redirect': u'Bot: Create redirect to [[%(to)s]]', + }, # Author: Airon90 # Author: Objectivesea # Author: Remux diff --git a/casechecker.py b/casechecker.py index 3224ea2..39d3fd4 100644 --- a/casechecker.py +++ b/casechecker.py @@ -39,6 +39,8 @@ }, # Author: 1AnuraagPandey 'awa': { + 'casechecker-rename': u'बोट: मिश्रित वर्ण पूनर्नामाङ्कन', + 'casechecker-replacement-linklist': u'%(source)s→%(target)s', 'casechecker-replacement-summary': u'बॉट: केस (case) प्रतिस्थापन :', }, # Author: Рустам Нурыев @@ -148,18 +150,28 @@ 'casechecker-replacement-linklist': u'%(source)s→%(target)s', 'casechecker-replacement-summary': u'Bot: Αντικαταστάσεις πεζών/κεφαλαίων:', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'casechecker-delete-reason': u'This redirect used to point to %(target)s', + 'casechecker-delete-summary': u'Bot: This redirect contains identical looking Cyrillic and Latin letters in its title', + 'casechecker-rename': u'Bot: mixed case rename', + 'casechecker-replacement-linklist': u'%(source)s→%(target)s', + 'casechecker-replacement-summary': u'Bot: Case Replacements:', + }, # Author: KuboF 'eo': { 'casechecker-delete-reason': u'Tiu ĉi alidirektilo direktis al %(target)s', + 'casechecker-delete-summary': u'Roboto: Tiu ĉi alidirektilo en sia titolo enhavas samaspektajn cirilajn kaj latinajn literojn', 'casechecker-replacement-linklist': u'%(source)s→%(target)s', 'casechecker-replacement-summary': u'Roboto: Ŝanĝo de uskleco:', }, # Author: Fitoschido + # Author: Macofe # Author: Sporeunai # Author: VegaDark 'es': { 'casechecker-delete-reason': u'Esta redirección solía apuntar a %(target)s', - 'casechecker-delete-summary': u'Bot: esta redirección contiene caracteres cirílicos y latinos que lucen idénticos', + 'casechecker-delete-summary': u'Bot: esta redirección contiene en su título caracteres cirílicos y latinos que lucen idénticos', 'casechecker-rename': u'Bot: renombramiento con mayúsculas/minúsculas combinadas', 'casechecker-replacement-linklist': u'%(source)s→%(target)s', 'casechecker-replacement-summary': u'Bot: reemplazo de mayúsculas/minúsculas:', @@ -193,7 +205,6 @@ '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', @@ -398,9 +409,15 @@ 'casechecker-replacement-linklist': u'%(source)s→%(target)s', 'casechecker-replacement-summary': u'Bot: Zamiana wielkości liter:', }, + # Author: Giro720 # Author: Imperadeiro98 + # Author: Vitorvicentevalente 'pt': { + 'casechecker-delete-reason': u'Este redirecionamento é usado para apontar a %(target)s', + 'casechecker-delete-summary': u'Robô: Este redireccionamento contém caracteres cirílicos e latinos no seu título', + 'casechecker-rename': u'Robô: renomear com maiúsculas/minúsculas combinadas', 'casechecker-replacement-linklist': u'%(source)s→%(target)s', + 'casechecker-replacement-summary': u'Robô: Modificações de casos:', }, # Author: Minisarm 'ro': { diff --git a/catall.py b/catall.py index f0bdf65..61d69a2 100644 --- a/catall.py +++ b/catall.py @@ -32,6 +32,10 @@ 'ast': { 'catall-changing': u'Robó: Camudando categoríes', }, + # Author: 1AnuraagPandey + 'awa': { + 'catall-changing': u'रोबॉट: श्रेणि बदलत है', + }, # Author: AZISS 'az': { 'catall-changing': u'Robot: Kateqoriyaların dəyişdirilməsi', @@ -119,6 +123,10 @@ # Author: Gloria sah 'eml': { 'catall-changing': u'Robot: Cambièr el categorìi', + }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'catall-changing': u'Bot: Changing categories', }, # Author: Airon90 # Author: Objectivesea @@ -234,6 +242,10 @@ 'ksh': { 'catall-changing': u'Bot: Saachjruppe tuusche of dobei donn', }, + # Author: George Animal + 'ku': { + 'catall-changing': u'Bot: Kategoriyan diguherîne', + }, # Author: Викиней 'ky': { 'catall-changing': u'Бот: категорияларды өзгөртүү', diff --git a/category.py b/category.py index 90a4f54..a8c5d92 100644 --- a/category.py +++ b/category.py @@ -144,6 +144,20 @@ '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]]', }, + # Author: 1AnuraagPandey + 'awa': { + '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-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: AZISS # Author: Khutuck # Author: PPerviz @@ -502,6 +516,20 @@ 'eml': { 'category-adding': u'Robot: A Śònt category [[:Category:%(newcat)s|%(newcat)s]]', 'category-version-history': u'Robot: Salvèr al stòric 'dla versiòun 'dl antìg %(oldcat)s', + }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'category-adding': u'Bot: Adding category [[:Category:%(newcat)s|%(newcat)s]]', + 'category-also-in': u'(also in %(alsocat)s)', + 'category-changing': u'Bot: Changing %(oldcat)s to %(newcat)s', + 'category-listifying': u'Bot: Creating a list from %(fromcat)s ({{PLURAL:%(num)d|1 entry|%(num)d entries}})', + 'category-removing': u'Bot: Removing from %(oldcat)s', + '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-version-history': u'Bot: Saving version history of former %(oldcat)s', + 'category-was-disbanded': u'Bot: Category was disbanded', + 'category-was-moved': u'Bot: Category was moved to [[:Category:%(newcat)s|%(title)s]]', }, # Author: Airon90 # Author: Blahma @@ -1534,7 +1562,6 @@ # Author: Dima st bk # Author: Express2000 # Author: KorneySan - # Author: Rubin # Author: Rubin16 # Author: Volkov # Author: Xqt diff --git a/category_redirect.py b/category_redirect.py index 03a7379..5292618 100644 --- a/category_redirect.py +++ b/category_redirect.py @@ -70,6 +70,15 @@ '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', }, + # Author: 1AnuraagPandey + 'awa': { + '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'रोबॉट: दुगना अनुप्रेषण सही किया गया', + }, # Author: AZISS # Author: Ebrahimi-amir # Author: Khutuck @@ -260,6 +269,15 @@ 'category_redirect-edit-request-item': u'Το %(title)s είναι στην %(oldcat)s, η οποία είναι ανακατεύθυνση στην %(newcat)s', 'category_redirect-fix-double': u'Bot: επιδιόρθωση διπλής-ανακατεύθυνσης', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'category_redirect-add-template': u'Bot: Adding category redirect template for maintenance', + 'category_redirect-change-category': u'Bot: Change redirected category [[:%(oldCatLink)s|%(oldCatTitle)s]] to [[:%(newCatLink)s|%(newCatTitle)s]]', + 'category_redirect-comment': u'Category redirect maintenance bot', + 'category_redirect-edit-request': u'The following protected pages have been detected as requiring updates to category links: %(itemlist)s', + 'category_redirect-edit-request-item': u'* %(title)s is in %(oldcat)s, which is a redirect to %(newcat)s', + 'category_redirect-fix-double': u'Bot: Fixing double redirect', + }, # Author: Airon90 # Author: Blahma # Author: Objectivesea diff --git a/clean_sandbox.py b/clean_sandbox.py index 0de703b..537e97c 100644 --- a/clean_sandbox.py +++ b/clean_sandbox.py @@ -28,6 +28,10 @@ 'ast': { 'clean_sandbox-cleaned': u'Robot: Llimpia automática', }, + # Author: 1AnuraagPandey + 'awa': { + 'clean_sandbox-cleaned': u'रोबोट: स्वचालित रूप से साफ किया', + }, # Author: Ebrahimi-amir 'az': { 'clean_sandbox-cleaned': u'Bot: Avtomatik olaraq təmizləndi', @@ -111,6 +115,10 @@ 'el': { 'clean_sandbox-cleaned': u'Ρομπότ: Καθαρίστηκε αυτόματα', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'clean_sandbox-cleaned': u'Bot: Automatically cleaned', + }, # Author: Airon90 'eo': { 'clean_sandbox-cleaned': u'Roboto: Aŭtomate viŝita', diff --git a/commons.py b/commons.py index 2e45310..4e96447 100644 --- a/commons.py +++ b/commons.py @@ -31,6 +31,11 @@ 'commons-file-moved': u'[[:File:%(localfile)s|Ficheru]] treslladáu a [[:commons:File:%(commonsfile)s|commons]].', 'commons-file-now-available': u'El ficheru yá ta disponible en [[:commons:File:%(commonsfile)s|Wikimedia Commons]].', }, + # Author: 1AnuraagPandey + 'awa': { + 'commons-file-moved': u'[[:File:%(localfile)s|फ़ाइल]] को [[:commons:File:%(commonsfile)s|कॉमन्स]] पर स्थानांतरित किया गया।', + 'commons-file-now-available': u'फ़ाइल अब [[:commons:File:%(commonsfile)s|विकिमीडिया कॉमन्स]] पर उपलब्ध है।', + }, # Author: Ebrahimi-amir 'az': { 'commons-file-moved': u'[[:Fayl:%(localfile)s|Fayl]], [[:commons:File:%(commonsfile)s|commons]] saytına keçirildi.', @@ -127,6 +132,11 @@ 'commons-file-moved': u'Το [[:File:%(localfile)s|αρχείο]] μετακινήθηκε στα [[:commons:File:%(commonsfile)s|commons]].', 'commons-file-now-available': u'Το αρχείο είναι τώρα διαθέσιμο στα [[:commons:File:%(commonsfile)s|Wikimedia Commons]].', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'commons-file-moved': u'[[:File:%(localfile)s|File]] moved to [[:commons:File:%(commonsfile)s|commons]].', + 'commons-file-now-available': u'File is now available on [[:commons:File:%(commonsfile)s|Wikimedia Commons]].', + }, # Author: Airon90 # Author: Objectivesea 'eo': { diff --git a/commons_link.py b/commons_link.py index 786434d..6c4217c 100644 --- a/commons_link.py +++ b/commons_link.py @@ -24,6 +24,11 @@ 'commons_link-cat-template-added': u'Robó: Incluir plantía de commonscat', 'commons_link-template-added': u'Robó: Incluir plantía de commons', }, + # Author: 1AnuraagPandey + 'awa': { + 'commons_link-cat-template-added': u'रोबोट: commonscat साँचे को जोड़ा', + 'commons_link-template-added': u'रोबोट: कॉमन्स साँचे को जोड़ा', + }, # Author: Baloch Afghanistan 'bcc': { 'commons_link-cat-template-added': u'ربات: افزودن الگوی ردهبندی ویکیانبار', @@ -82,6 +87,11 @@ 'el': { 'commons_link-cat-template-added': u'Robot: Προσθήκη προτύπου commonscat', 'commons_link-template-added': u'Robot: Προσθήκη προτύπου commons', + }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'commons_link-cat-template-added': u'Bot: Include commonscat template', + 'commons_link-template-added': u'Bot: Include Commons template', }, # Author: KuboF 'eo': { @@ -214,6 +224,11 @@ 'commons_link-cat-template-added': u'Robot: Włącz szablon commonscat', 'commons_link-template-added': u'Robot: Włącz szablon commons', }, + # Author: Giro720 + 'pt': { + 'commons_link-cat-template-added': u'Robô: Incluir predefinição commonscat', + 'commons_link-template-added': u'Robô: Incluir predefinição do Commons', + }, # Author: Minisarm 'ro': { 'commons_link-cat-template-added': u'Robot: Introdus format commonscat', diff --git a/commonscat.py b/commonscat.py index 4d20d83..9a7f306 100644 --- a/commonscat.py +++ b/commonscat.py @@ -24,6 +24,14 @@ 'de': { 'commonscat-msg_change': u'Bot: Ändere commonscat link von [[:Commons:Category:%(oldcat)s|%(oldcat)s]] zu [[:Commons:Category:%(newcat)s|%(newcat)s]]', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'commonscat-msg_change': u'Bot: Changing commonscat link from [[:Commons:Category:%(oldcat)s|%(oldcat)s]] to [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, + # Author: Fitoschido + 'es': { + 'commonscat-msg_change': u'Bot: cambio de enlace «commonscat» de [[:Commons:Category:%(oldcat)s|%(oldcat)s]] a [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, # Author: Amir Sarabadani 'fa': { 'commonscat-msg_change': u'ربات: تغییر پیوند به انبار از [[:Commons:Category:%(oldcat)s|%(oldcat)s]] به [[:Commons:Category:%(newcat)s|%(newcat)s]]', @@ -39,9 +47,25 @@ 'is': { 'commonscat-msg_change': u'Vélmenni: Breyti Commonscat tengli frá [[:Commons:Category:%(oldcat)s|%(oldcat)s]] í [[:Commons:Category:%(newcat)s|%(newcat)s]]', }, + # Author: Purodha + 'ksh': { + 'commonscat-msg_change': u'Bot: Mer ändere dä Lenkt op en Saachjropp vun [[:Commons:Category:%(oldcat)s|%(oldcat)s]] op [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, + # 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: Bjankuloski06 + 'mk': { + 'commonscat-msg_change': u'Бот: Ја менувам врската за категорија на Ризницата од [[:Commons:Category:%(oldcat)s|%(oldcat)s]] на [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, # Author: Xqt 'pdc': { 'commonscat-msg_change': u'Waddefresser: commonscat Gleecher vun [[:Commons:Category:%(oldcat)s|%(oldcat)s]] nooch [[:Commons:Category:%(newcat)s|%(newcat)s]] geennert', + }, + # Author: Vitorvicentevalente + '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]]', }, 'ru': { 'commonscat-msg_change': u'Бот: Изменение commonscat-ссылки с [[:Commons:Category:%(oldcat)s|%(oldcat)s]] на [[:Commons:Category:%(newcat)s|%(newcat)s]]', @@ -50,6 +74,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: 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]]', + }, # Author: Mercy 'th': { 'commonscat-msg_change': u'บอต: เปลี่ยนลิงก์หมวดหมู่คอมมอนส์จาก [[:Commons:Category:%(oldcat)s|%(oldcat)s]] เป็น [[:Commons:Category:%(newcat)s|%(newcat)s]]', @@ -57,6 +85,10 @@ 'uk': { 'commonscat-msg_change': u'Бот: Зміна commonscat-посилання з [[:Commons:Category:%(oldcat)s|%(oldcat)s]] на [[:Commons:Category:%(newcat)s|%(newcat)s]]', }, + # Author: Minh Nguyen + 'vi': { + 'commonscat-msg_change': u'Bot: Thay thế liên kết thể loại Commons [[:Commons:Category:%(oldcat)s|%(oldcat)s]] bằng [[:Commons:Category:%(newcat)s|%(newcat)s]]', + }, # Author: YFdyh000 'zh': { 'commonscat-msg_change': u'機器人:更改 commonscat 連結,從 %(oldcat)s 至 %(newcat)s', diff --git a/cosmetic_changes.py b/cosmetic_changes.py index 2842ec7..f0464cd 100644 --- a/cosmetic_changes.py +++ b/cosmetic_changes.py @@ -43,6 +43,11 @@ 'cosmetic_changes-append': u'; cambeos cosméticos', 'cosmetic_changes-standalone': u'Robó: Cambeos cosméticos', }, + # Author: 1AnuraagPandey + 'awa': { + 'cosmetic_changes-append': u'; अंगराग परिवर्तन', + 'cosmetic_changes-standalone': u'रोबॉट: अंगराग परिवर्तन', + }, # Author: Khutuck # Author: Vago 'az': { @@ -151,6 +156,11 @@ 'cosmetic_changes-append': u'; διακοσμητικές αλλαγές', 'cosmetic_changes-standalone': u'Ρομπότ: διακοσμητικές αλλαγές', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'cosmetic_changes-append': u'; cosmetic changes', + 'cosmetic_changes-standalone': u'Bot: Cosmetic changes', + }, # Author: Remux 'eo': { 'cosmetic_changes-append': u'; kosmetikaj ŝanĝoj', diff --git a/delete.py b/delete.py index 0f2e512..61e9995 100644 --- a/delete.py +++ b/delete.py @@ -64,6 +64,14 @@ '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', }, + # Author: 1AnuraagPandey + 'awa': { + '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: Khutuck # Author: Vago 'az': { @@ -217,6 +225,14 @@ 'delete-linked-pages': u'Ρομπότ: Διαγραφή όλων των σελίδων που συνδέονται από την %(page)s', 'delete-referring-pages': u'Ρομπότ: Διαγραφή όλων των σελίδων που αναφέρονται από την %(page)s', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'delete-from-category': u'Bot: Deleting all pages from category %(page)s', + 'delete-from-file': u'Bot: Deleting a list of pages.', + 'delete-images': u'Bot: Deleting all images on page %(page)s', + 'delete-linked-pages': u'Bot: Deleting all pages linked from %(page)s', + 'delete-referring-pages': u'Bot: Deleting all pages referring from %(page)s', + }, # Author: Airon90 # Author: Blahma # Author: KuboF diff --git a/djvutext.py b/djvutext.py index 647ce45..3c26053 100644 --- a/djvutext.py +++ b/djvutext.py @@ -28,6 +28,10 @@ 'ast': { 'djvutext-creating': u'Robó: Creando una páxina con testu sacáu de DjVu', }, + # Author: 1AnuraagPandey + 'awa': { + 'djvutext-creating': u'रोबोट: DjVu से निकाले गए पाठ के साथ पृष्ठ बनाया जा रहा है', + }, # Author: AZISS 'az': { 'djvutext-creating': u'Robot: DjVu-dən çixarılmış mətnlə səhifə yaratmaq', @@ -91,6 +95,10 @@ 'el': { 'djvutext-creating': u'Ρομπότ: Δημιουργία σελίδας με κείμενο που έχει εξαχθεί από το DjVu', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'djvutext-creating': u'Bot: Creating page with text extracted from DjVu', + }, # Author: Objectivesea # Author: Remux 'eo': { diff --git a/editarticle.py b/editarticle.py index 7a1f405..d0037f2 100644 --- a/editarticle.py +++ b/editarticle.py @@ -24,6 +24,10 @@ 'ast': { 'editarticle-edit': u'Edición manual con robó: %(description)s', }, + # Author: 1AnuraagPandey + 'awa': { + 'editarticle-edit': u'रोबोट के साथ मैनुअल संपादन: %(description)s', + }, # Author: Ebrahimi-amir 'az': { 'editarticle-edit': u'Bot hesabından əllə tənzimləmə: %(description)s', @@ -101,6 +105,10 @@ 'el': { 'editarticle-edit': u'Μη αυτόματη επεξεργασία με ρομπότ: %(description)s', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'editarticle-edit': u'Manual edit with bot: %(description)s', + }, # Author: Airon90 'eo': { 'editarticle-edit': u'Permana redakto per roboto: %(description)s', diff --git a/featured.py b/featured.py index 9a3312d..28f634e 100644 --- a/featured.py +++ b/featured.py @@ -46,6 +46,13 @@ 'featured-good': u'Robó: %(page)s ye un artículu bonu', 'featured-list': u'Robó: %(page)s ye una llista destacada', }, + # Author: 1AnuraagPandey + 'awa': { + 'featured-featured': u'रोबोट: %(page)s एक निर्वाचित लेख है', + 'featured-former': u'रोबोट: %(page)s एक पूर्व निर्वाचित लेख है', + 'featured-good': u'रोबोट: %(page)s एक अच्छा लेख है', + 'featured-list': u'रोबोट: %(page)s एक निर्वाचित सूची है', + }, # Author: Ebrahimi-amir # Author: Khutuck 'az': { @@ -189,6 +196,13 @@ 'featured-good': u'Ρομπότ: το %(page)s είναι καλό άρθρο', 'featured-list': u'Ρομπότ: το %(page)s είναι ένας κατάλογος αξιόλογων', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'featured-featured': u'Bot: %(page)s is a Featured Article', + 'featured-former': u'Bot: %(page)s is a former Featured Article', + 'featured-good': u'Bot: %(page)s is a Good Article', + 'featured-list': u'Bot: %(page)s is a Featured List', + }, # Author: Blahma 'eo': { 'featured-featured': u'roboto: %(page)s estas artikolo elstara', diff --git a/fixing_redirects.py b/fixing_redirects.py index 6972a6f..a9b1ed7 100644 --- a/fixing_redirects.py +++ b/fixing_redirects.py @@ -32,6 +32,10 @@ 'ast': { 'fixing_redirects-fixing': u'Robó: Iguando redireiciones', }, + # Author: 1AnuraagPandey + 'awa': { + 'fixing_redirects-fixing': u'बॉट:पुनर्निर्देशन ठीक कर रहा है', + }, # Author: AZISS 'az': { 'fixing_redirects-fixing': u'Bot: Yönləndirmələrin düzəldilməsi', @@ -103,6 +107,10 @@ 'el': { 'fixing_redirects-fixing': u'Ρομπότ: Διόρθωση ανακατευθύνσεων', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'fixing_redirects-fixing': u'Bot: Fixing redirects', + }, # Author: Objectivesea # Author: Remux 'eo': { diff --git a/interwiki.py b/interwiki.py index 35c64eb..4524a2a 100644 --- a/interwiki.py +++ b/interwiki.py @@ -469,6 +469,17 @@ 'interwiki-removing': u'Robot: A tir vìa %(removing)s', 'interwiki-removing-modifying': u'Robot: A tir vìa %(removing)s; a cambi %(modifying)s', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'interwiki-adding': u'Bot: Adding %(adding)s', + 'interwiki-adding-modifying': u'Bot: Adding %(adding)s; modifying %(modifying)s', + 'interwiki-adding-removing': u'Bot: Adding %(adding)s; removing: %(removing)s', + 'interwiki-adding-removing-modifying': u'Bot: Adding %(adding)s; removing %(removing)s; modifying %(modifying)s', + 'interwiki-modifying': u'Bot: Modifying %(modifying)s', + 'interwiki-modifying-from': u'Bot: Modifying %(from)s to %(modifying)s', + 'interwiki-removing': u'Bot: Removing %(removing)s', + 'interwiki-removing-modifying': u'Bot: Removing %(removing)s; modifying %(modifying)s', + }, # Author: Objectivesea 'eo': { 'interwiki-adding': u'robota aldono de: %(adding)s', @@ -482,6 +493,7 @@ }, # Author: Fitoschido # Author: Invadinado + # Author: Macofe # Author: Xqt 'es': { 'interwiki-adding': u'Bot: adición de %(adding)s', @@ -489,7 +501,7 @@ 'interwiki-adding-removing': u'Bot: adición de %(adding)s; eliminación de %(removing)s', 'interwiki-adding-removing-modifying': u'Bot: adición de %(adding)s; eliminación de %(removing)s; modificación de %(modifying)s', 'interwiki-modifying': u'Bot: modificación de %(modifying)s', - 'interwiki-modifying-from': u'Bot: Modificando %(from)s por %(modifying)s', + 'interwiki-modifying-from': u'Bot: modificación de %(from)s por %(modifying)s', 'interwiki-removing': u'Bot: eliminación de %(removing)s', 'interwiki-removing-modifying': u'Bot: eliminación de %(removing)s; modificación de %(modifying)s', }, diff --git a/isbn.py b/isbn.py index f6031e3..4c50b36 100644 --- a/isbn.py +++ b/isbn.py @@ -124,6 +124,10 @@ 'el': { 'isbn-formatting': u'Ρομπότ: Μορφοποίηση ISBN', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'isbn-formatting': u'Bot: Formatting ISBN', + }, # Author: Mihxil # Author: Objectivesea 'eo': { diff --git a/lonelypages.py b/lonelypages.py index 1505fa8..493a1b4 100644 --- a/lonelypages.py +++ b/lonelypages.py @@ -77,15 +77,21 @@ 'lonelypages-comment-add-disambig-template': u'Ρομπότ: Προσθήκη μιας σελίδα αποσαφήνισης', 'lonelypages-comment-add-template': u'Ρομπότ: Ορφανή σελίδα, προσθήκη πρότυπου', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'lonelypages-comment-add-disambig-template': u'Bot: Adding a disambig page', + 'lonelypages-comment-add-template': u'Bot: Orphan page, add template', + }, # Author: KuboF 'eo': { 'lonelypages-comment-add-disambig-template': u'Roboto: Aldono de apartigilo', 'lonelypages-comment-add-template': u'Roboto: Orfa paĝo, aldonita ŝablono', }, # Author: Fitoschido + # Author: Macofe 'es': { - 'lonelypages-comment-add-disambig-template': u'Robot: adición de una página de desambiguación', - 'lonelypages-comment-add-template': u'Robot: Página huérfana, adición de plantilla', + 'lonelypages-comment-add-disambig-template': u'Bot: adición de una página de desambiguación', + 'lonelypages-comment-add-template': u'Bot: página huérfana, adición de plantilla', }, # Author: Subi 'eu': { @@ -216,9 +222,11 @@ 'lonelypages-comment-add-disambig-template': u'Bot: Dodawanie strony ujednoznaczniającej.', 'lonelypages-comment-add-template': u'Robot: osierocona strona, dodanie szablonu', }, + # Author: Giro720 # Author: Vitorvicentevalente 'pt': { 'lonelypages-comment-add-disambig-template': u'Robô: A adicionar página de desambiguação', + 'lonelypages-comment-add-template': u'Robô: Página órfã, adicionar predefinição', }, # Author: Minisarm 'ro': { diff --git a/makecat.py b/makecat.py index 7d9012b..11fd4bb 100644 --- a/makecat.py +++ b/makecat.py @@ -61,8 +61,17 @@ 'el': { 'makecat-create': u'Bot: Δημιουργία ή ενημέρωση της κατηγορίας [[:Category:%(cat)s|]]', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'makecat-create': u'Bot: Creation or update of category [[:Category:%(cat)s|]]', + }, + # Author: KuboF + 'eo': { + 'makecat-create': u'Roboto: Kreo aŭ ĝisdatigo de la kategorio [[:Category:%(cat)s|]]', + }, + # Author: Macofe 'es': { - 'makecat-create': u'Bot: Creación o actualiza de la categoría [[:Category:%(cat)s|]]', + 'makecat-create': u'Bot: creación o actualización de la categoría [[:Category:%(cat)s|]]', }, 'fa': { 'makecat-create': u'ربات: ایجاد یا تصحیح رده [[:Category:%(cat)s|]]', diff --git a/misspelling.py b/misspelling.py index a37597f..73254a7 100644 --- a/misspelling.py +++ b/misspelling.py @@ -52,6 +52,14 @@ 'el': { 'misspelling-fixing': u'Bot: Διόρθωση ανορθόγραφου συνδέσμου σε %(page)s', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'misspelling-fixing': u'Bot: Fixing misspelled link to %(page)s', + }, + # Author: KuboF + 'eo': { + 'misspelling-fixing': u'Roboto: Korekto de erare literumita ligilo al %(page)s', + }, # Author: Fitoschido 'es': { 'misspelling-fixing': u'Bot: corrección de enlace mal escrito hacia %(page)s', diff --git a/movepages.py b/movepages.py index e803d4a..24961bc 100644 --- a/movepages.py +++ b/movepages.py @@ -98,6 +98,10 @@ 'el': { 'movepages-moving': u'Μετακίνηση σελίδων με bot', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'movepages-moving': u'Bot: Moved page', + }, # Author: Objectivesea 'eo': { 'movepages-moving': u'Roboto: Paĝon moviĝis', diff --git a/ndashredir.py b/ndashredir.py index b9fc1a9..5be9b13 100644 --- a/ndashredir.py +++ b/ndashredir.py @@ -91,6 +91,10 @@ 'el': { 'ndashredir-create': u'Bot: Δημιουργία ανακατεύθυνσης με ενωτικό στο [[%(title)s]]', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'ndashredir-create': u'Bot: Creating hyphenated redirect to [[%(title)s]]', + }, # Author: Blahma # Author: Objectivesea 'eo': { diff --git a/noreferences.py b/noreferences.py index 4048b49..7b0c2e7 100644 --- a/noreferences.py +++ b/noreferences.py @@ -111,13 +111,18 @@ 'el': { 'noreferences-add-tag': u'Ρομπότ: προσθήκη ετικέτας <references /> που δεν υπήρχε', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'noreferences-add-tag': u'Bot: Adding missing <references /> tag', + }, 'eo': { 'noreferences-add-tag': u'Roboto: Aldono de "<references />"', }, # Author: Invadinado + # Author: Macofe # Author: Vivaelcelta 'es': { - 'noreferences-add-tag': u'Bot: Añadiendo etiqueta <references /> que faltaba', + 'noreferences-add-tag': u'Bot: adición de etiqueta <references /> faltante', }, # Author: Pikne 'et': { diff --git a/pagefromfile.py b/pagefromfile.py index 280c78e..ae7babf 100644 --- a/pagefromfile.py +++ b/pagefromfile.py @@ -7,11 +7,12 @@ 'pagefromfile-msg_force': u'existing text overwritten', 'pagefromfile-msg_top': u'append on top', }, + # Author: Chase me ladies, I'm the Cavalry 'qqq': { 'pagefromfile-msg': u'Edit summary for making a new page', 'pagefromfile-msg_bottom': u'Edit summary for appending text to the bottom of the page', 'pagefromfile-msg_force': u'Edit summary for substituting text of the page', - 'pagefromfile-msg_top': u'Edit summary for appending text to the top of the page', + 'pagefromfile-msg_top': u'Edit summary for prepending text to the top of the page', }, 'ar': { 'pagefromfile-msg': u'استيراد تلقائي للمقالات', @@ -75,8 +76,11 @@ 'pagefromfile-msg_top': u'лакхахьа тӀетохар', }, # Author: Chmee2 + # Author: Juandev 'cs': { 'pagefromfile-msg': u'Bot: Automatizovaný import článků', + 'pagefromfile-msg_bottom': u'připojit dole', + 'pagefromfile-msg_force': u'stávající text přepsán', 'pagefromfile-msg_top': u'připojit na vrchol', }, # Author: Christian List @@ -99,6 +103,20 @@ 'pagefromfile-msg_force': u'υπάρχον κείμενο αντικαταστάθηκε', 'pagefromfile-msg_top': u'προσάρτηση στην κορυφή', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'pagefromfile-msg': u'Bot: Automated import of articles', + 'pagefromfile-msg_bottom': u'appending text to the bottom of the page', + 'pagefromfile-msg_force': u'existing text overwritten', + 'pagefromfile-msg_top': u'prepending text to the top of the page', + }, + # Author: KuboF + 'eo': { + 'pagefromfile-msg': u'Roboto: Aŭtomata importo de artikoloj', + 'pagefromfile-msg_bottom': u'postaldoni malsupren', + 'pagefromfile-msg_force': u'ekzistanta teksto estas superskribita', + 'pagefromfile-msg_top': u'postaldoni supren', + }, # Author: Fitoschido 'es': { 'pagefromfile-msg': u'Bot: importación automatizada de artículos', diff --git a/protect.py b/protect.py index 149f884..2d0ed65 100644 --- a/protect.py +++ b/protect.py @@ -132,22 +132,32 @@ 'protect-ref': u'Ρομπότ: Προστασία όλων των σελίδων που αναφέρονται από την %(page)s', 'protect-simple': u'Ρομπότ: Προστασία μιας λίστας σελίδων.', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'protect-category': u'Bot: Protecting all pages from category %(cat)s', + 'protect-images': u'Bot: Protecting all images on page %(page)s', + 'protect-links': u'Bot: Protecting all pages linked from %(page)s', + 'protect-ref': u'Bot: Protecting all pages referring from %(page)s', + 'protect-simple': u'Bot: Protecting a list of files.', + }, # Author: KuboF 'eo': { 'protect-category': u'Roboto: Protekto de ĉiuj paĝoj de la kategorio %(cat)s', 'protect-images': u'Roboto: Protekto de ĉiuj bildoj ĉe la paĝo %(page)s', 'protect-links': u'Roboto: Protektitaj ĉiuj paĝoj ligitaj de %(page)s', + 'protect-ref': u'Roboto: Protekto de ĉiuj paĝoj ligantaj al %(page)s', 'protect-simple': u'Roboto: Protekto de listo da dosieroj.', }, # Author: Fitoschido + # Author: Macofe # Author: Sporeunai # Author: VegaDark 'es': { - 'protect-category': u'Robot: Protegiendo todas las páginas contenidas en la categoría %(cat)s', - 'protect-images': u'Robot: Protegiendo todas las imágenes de la página %(page)s', - 'protect-links': u'Robot: Protección de todas las páginas enlazadas en %(page)s', - 'protect-ref': u'Robot: Protegiendo todas las páginas que enlazan hacia %(page)s', - 'protect-simple': u'Robot: protección de una lista de archivos.', + 'protect-category': u'Bot: protección de todas las páginas de la categoría %(cat)s', + 'protect-images': u'Bot: protección de todas las imágenes de la página %(page)s', + 'protect-links': u'Bot: protección de todas las páginas enlazadas desde %(page)s', + 'protect-ref': u'Bot: protección de todas las páginas que enlazan hacia %(page)s', + 'protect-simple': u'Bot: protección de una lista de archivos.', }, # Author: Subi 'eu': { @@ -413,10 +423,10 @@ # Author: Liuxinyu970226 # Author: Yfdyh000 'zh': { - 'protect-category': u'机器人:保护来自分类%(cat)s的所有页面', + 'protect-category': u'机器人:保护分类%(cat)s的所有页面', 'protect-images': u'机器人:保护页面%(page)s的所有图片', - 'protect-links': u'机器人:保护所有连接自%(page)s的页面', - 'protect-ref': u'机器人:保护所有提及自%(page)s的页面', - 'protect-simple': u'机器人:保护文件列表。', + 'protect-links': u'机器人:保护%(page)s链接的所有页面', + 'protect-ref': u'机器人:保护%(page)s提及的所有页面', + 'protect-simple': u'机器人:保护一个文件列表。', }, }; diff --git a/pywikibot.py b/pywikibot.py index adeafff..28f9079 100644 --- a/pywikibot.py +++ b/pywikibot.py @@ -221,6 +221,16 @@ 'pywikibot-enter-page-processing': u'Ποια σελίδα να υποβληθεί σε επεξεργασία;', 'pywikibot-enter-xml-filename': u'Παρακαλώ εισάγετε το όνομα του αρχείου XML:', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'pywikibot-enter-category-name': u'Please enter the category name:', + 'pywikibot-enter-file-links-processing': u'Links to which file page should be processed?', + 'pywikibot-enter-finished-browser': u'Press Enter when finished in browser.', + 'pywikibot-enter-namespace-number': u'Please enter a namespace using it's number:', + '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:', + }, # Author: Blahma # Author: KuboF # Author: Objectivesea diff --git a/redirect.py b/redirect.py index 7adc808..07d6da3 100644 --- a/redirect.py +++ b/redirect.py @@ -267,6 +267,14 @@ 'redirect-remove-broken': u'Ρομπότ: Ανακατεύθυνση σε μια σελίδα διαγεγραμμένη ή ανύπαρκτη', 'redirect-remove-loop': u'Robot: Ανακατεύθυνση στόχου σχηματίζει έναν βρόγχο ανακατεύθυνσης', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'redirect-fix-broken-moved': u'Bot: Fixing broken redirect to moved target page %(to)s', + 'redirect-fix-double': u'Bot: Fixing double redirect to %(to)s', + 'redirect-fix-loop': u'Bot: Fixing redirect loop to %(to)s', + 'redirect-remove-broken': u'Bot: Redirect to a deleted or non-existent page', + 'redirect-remove-loop': u'Bot: Redirect target forms a redirect loop', + }, # Author: Blahma # Author: Mihxil # Author: Objectivesea @@ -283,6 +291,7 @@ # Author: Dferg # Author: Fitoschido # Author: Invadinado + # Author: Macofe # Author: Vivaelcelta # Author: Xqt 'es': { @@ -291,7 +300,7 @@ 'redirect-fix-double': u'Bot: arreglo de redirección doble a %(to)s', 'redirect-fix-loop': u'Bot: arreglo de redirección infinita a %(to)s', 'redirect-remove-broken': u'Bot: Redirige a una página borrada o que no existe', - 'redirect-remove-loop': u'[[WP:CSD#G8|G8]]: El destino de la [[Wikipedia:Redirect|redirección]] crea un bucle de redirección', + 'redirect-remove-loop': u'Bot: el destino de la redirección crea un bucle de redirección', }, # Author: Pikne 'et': { diff --git a/reflinks.py b/reflinks.py index 6941efc..318d3de 100644 --- a/reflinks.py +++ b/reflinks.py @@ -96,16 +96,24 @@ 'reflinks-comment': u'Τίτλος που δημιουργήθηκε από bot', 'reflinks-msg': u'Bot: Μετατροπή απλών αναφορών, χρησιμοποιώντας ονόματα ref για να αποφευχθούν διπλότυπες, δείτε το [[%(manual)s|FAQ]]', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'reflinks-autogen': u'autogenerated', + 'reflinks-comment': u'Bot generated title', + 'reflinks-msg': u'Bot: Converting bare references, using ref names to avoid duplicates, see [[%(manual)s|FAQ]]', + }, # Author: KuboF 'eo': { 'reflinks-autogen': u'kreita aŭtomate', 'reflinks-comment': u'Titolo kreita de roboto', + 'reflinks-msg': u'Roboto: Konverto de plataj referencoj, nomigo de referencoj por eviti duoblaĵojn, vidu [[%(manual)s|manlibron]]', }, # Author: Fitoschido + # Author: Macofe 'es': { 'reflinks-autogen': u'generado automáticamente', 'reflinks-comment': u'Título generado por robot', - 'reflinks-msg': u'Bot: Conversión de referencias sencillas usando nombres para evitar duplicados. Véanse [[%(manual)s|P+F]]', + 'reflinks-msg': u'Bot: conversión de referencias sencillas usando nombres para evitar duplicados. Véanse [[%(manual)s|P+F]]', }, # Author: Subi 'eu': { diff --git a/replace.py b/replace.py index d1383e7..22480c8 100644 --- a/replace.py +++ b/replace.py @@ -102,13 +102,18 @@ 'el': { 'replace-replacing': u'Ρομπότ: Αυτόματη αντικατάσταση κειμένου %(description)s', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'replace-replacing': u'Bot: Automated text replacement %(description)s', + }, # Author: Mihxil 'eo': { 'replace-replacing': u'Roboto: Automata tekst-anstataŭigo: %(description)s', }, + # Author: Macofe # Author: Xqt 'es': { - 'replace-replacing': u'Bot: Reemplazo automático de texto %(description)s', + 'replace-replacing': u'Bot: reemplazo automático de texto %(description)s', }, # Author: AivoK # Author: Pikne diff --git a/revertbot.py b/revertbot.py index d6d634b..5881210 100644 --- a/revertbot.py +++ b/revertbot.py @@ -60,6 +60,10 @@ 'el': { 'revertbot-revert': u'Bot: Επαναφορά στην έκδοση %(revid)s από τον %(author)s στις %(timestamp)s', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'revertbot-revert': u'Bot: Reverted to revision %(revid)s by %(author)s on %(timestamp)s', + }, # Author: VegaDark 'es': { 'revertbot-revert': u'Bot: Revertido a la revisión %(revid)s de %(author)s en %(timestamp)s', @@ -154,6 +158,10 @@ 'pl': { 'revertbot-revert': u'Bot: Cofnięto do wersji %(revid)s autorstwa %(author)s z %(timestamp)s', }, + # Author: Giro720 + 'pt': { + 'revertbot-revert': u'Robô: Revertida a revisão %(revid)s de %(author)s em %(timestamp)s', + }, # Author: Okras 'ru': { 'revertbot-revert': u'Бот: возврат к версии %(revid)s участника %(author)s от %(timestamp)s', diff --git a/selflink.py b/selflink.py index b8a200c..db7acf0 100644 --- a/selflink.py +++ b/selflink.py @@ -51,6 +51,10 @@ 'el': { 'selflink-remove': u'Bot: Αφαίρεση αυτοσυνδέσμων', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'selflink-remove': u'Bot: Removing selflinks', + }, # Author: Fitoschido 'es': { 'selflink-remove': u'Bot: eliminación de enlaces hacia la propia página', diff --git a/solve_disambiguation.py b/solve_disambiguation.py index 078ea1b..f4fe218 100644 --- a/solve_disambiguation.py +++ b/solve_disambiguation.py @@ -136,6 +136,10 @@ 'solve_disambiguation-redirect-resolved': u'Аўтаматычнае выпраўленьне неадназначнасьцяў: %(from)s — зьмененая спасылка(і) на %(to)s', 'solve_disambiguation-unknown-page': u'(невядома)', }, + # Author: Baloch Afghanistan + 'bgn': { + 'solve_disambiguation-unknown-page': u'(نامئلوم)', + }, # Author: Riemogerz 'bjn': { 'solve_disambiguation-links-resolved': u'Disambiguasi batutulungan bot: %(from)s - Tautan diubah manjadi %(to)s', @@ -271,6 +275,10 @@ 'eml': { 'solve_disambiguation-unknown-page': u'(mìa cgnusû)', }, + # Author: Chase me ladies, I'm the Cavalry + 'en-gb': { + 'solve_disambiguation-redirect-removed': u'Bot-assisted disambiguation: %(from)s - Removed link(s)', + }, # Author: Mihxil 'eo': { 'solve_disambiguation-adding-dn-template': u'Robota unusencigo: %(from)s - Markis ke ĝi bezonas atenton de eksperto.', diff --git a/spamremove.py b/spamremove.py index 532fac2..dfa0b3d 100644 --- a/spamremove.py +++ b/spamremove.py @@ -53,6 +53,10 @@ 'el': { 'spamremove-remove': u'Αφαίρεση συνδέσμων προς σπαμ ιστότοπο %(url)s', }, + # Author: KuboF + 'eo': { + 'spamremove-remove': u'Forigo de ligiloj al spam-retejo %(url)s', + }, # Author: Fitoschido 'es': { 'spamremove-remove': u'Eliminación de enlaces a sitio publicitario %(url)s', diff --git a/template.py b/template.py index 8ee4d4d..aac0b63 100644 --- a/template.py +++ b/template.py @@ -152,12 +152,13 @@ 'template-removing': u'Roboto: Forigas {{PLURAL:%(num)d|ŝablonon|ŝablonojn}}: %(list)s', 'template-substituting': u'Roboto: Anstataŭigas {{PLURAL:%(num)d|ŝablonon|ŝablonojn}}: %(list)s', }, + # Author: Macofe # Author: TheBITLINK # Author: Xqt 'es': { - 'template-changing': u'Bot: Cambiada la {{PLURAL:%(num)d|la plantilla|las plantillas}}: %(list)s', - 'template-removing': u'Bot: Retirando {{PLURAL:%(num)d|la plantilla|las plantillas}}: %(list)s', - 'template-substituting': u'Bot: Sustituyendo la {{PLURAL:%(num)d|la plantilla|las plantillas}}: %(list)s', + 'template-changing': u'Bot: cambio de {{PLURAL:%(num)d|la plantilla|las plantillas}}: %(list)s', + 'template-removing': u'Bot: eliminación de {{PLURAL:%(num)d|la plantilla|las plantillas}}: %(list)s', + 'template-substituting': u'Bot: sustitución de {{PLURAL:%(num)d|la plantilla|las plantillas}}: %(list)s', }, # Author: Huji # Author: ZxxZxxZ diff --git a/thirdparty.py b/thirdparty.py index 775c267..0d09bb6 100644 --- a/thirdparty.py +++ b/thirdparty.py @@ -282,6 +282,13 @@ 'bg': { 'thirdparty-drtrigonbot-sum_disc-summary-head': u'робот', }, + # Author: Baloch Afghanistan + 'bgn': { + 'thirdparty-drtrigonbot-sum_disc-parse': u':* %(notify)s: %(page_sections)s - [%(history_link)s آخرئین ایڈیٹ] (%(page_size)s بایٹ) شه %(user)s (%(time)s)', + 'thirdparty-drtrigonbot-sum_disc-parse-start': u'؛ %d. %B %Y', + 'thirdparty-drtrigonbot-sum_disc-parse-warning': u':*رباٹ ئی هشدار پیام: %(page)s «''%(warning)s''»', + 'thirdparty-drtrigonbot-sum_disc-summary-head': u'ربات', + }, # Author: Riemogerz 'bjn': { 'thirdparty-drtrigonbot-sum_disc-notify-changed': u'Diskusi diganti', diff --git a/undelete.py b/undelete.py index c137555..3bf3ccd 100644 --- a/undelete.py +++ b/undelete.py @@ -19,11 +19,29 @@ 'undelete-images': u'Робат: аднаўленьне ўсіх выяваў на старонцы %(page)s', 'undelete-linked-pages': u'Робат: аднаўленьне ўсіх старонак, на якія ёсьць спасылкі з %(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: Metalhead64 'de': { 'undelete-from-file': u'Bot: Stelle eine Liste mit Seiten wieder her', 'undelete-images': u'Bot: Stelle alle Bilder auf der Seite %(page)s wieder her', 'undelete-linked-pages': u'Bot: Stelle alle Seiten wieder her, die von %(page)s verlinkt sind', + }, + # Author: KuboF + 'eo': { + 'undelete-from-file': u'Roboto: Restarigado de listo de paĝoj', + 'undelete-images': u'Roboto: Restarigo de ĉiuj bildoj en la paĝo %(page)s', + 'undelete-linked-pages': u'Roboto: Restarigo de ĉiuj paĝoj ligitaj de %(page)s', + }, + # Author: Macofe + 'es': { + 'undelete-from-file': u'Bot: restauración de una lista de páginas.', + 'undelete-images': u'Bot: restauración de todas las imágenes de la página %(page)s', + 'undelete-linked-pages': u'Bot: restauración de todas las páginas enlazadas desde %(page)s', }, # Author: Reza1615 'fa': { @@ -38,10 +56,11 @@ 'undelete-linked-pages': u'Robot: Annulation de la suppression de toutes les pages liées à %(page)s', }, # Author: Elisardojm + # Author: Toliño 'gl': { - 'undelete-from-file': u'Bot: Restaurando unha lista de páxinas.', - 'undelete-images': u'Bot: Restaurando todas as imaxes da páxina %(page)s', - 'undelete-linked-pages': u'Bot: Restaurando todas as páxinas ligadas desde %(page)s', + 'undelete-from-file': u'Bot: Restauro unha lista de páxinas.', + 'undelete-images': u'Bot: Restauro todas as imaxes da páxina "%(page)s"', + 'undelete-linked-pages': u'Bot: Restauro todas as páxinas ligadas desde "%(page)s"', }, # Author: Amire80 'he': { @@ -53,7 +72,7 @@ # Author: Tacsipacsi 'hu': { 'undelete-from-file': u'Bot: törölt lapok listájának helyreállítása', - 'undelete-images': u'Bot: Minden kép helyreállítása a(z) %(page)s lapon', + 'undelete-images': u'Bot: minden kép helyreállítása a(z) %(page)s lapon', 'undelete-linked-pages': u'Bot: a(z) %(page)s oldalról hivatkozott összes lap visszaállítása', }, # Author: Gianfranco diff --git a/unprotect.py b/unprotect.py index f7a5725..73a4c01 100644 --- a/unprotect.py +++ b/unprotect.py @@ -19,4 +19,105 @@ '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: Red Winged Duck + 'be-x-old': { + 'unprotect-category': u'Робат: зьняцьце абароны з усіх старонак з катэгорыі %(cat)s', + 'unprotect-images': u'Робат: зьняцьце абароны з усіх выяваў на старонцы %(page)s', + 'unprotect-links': u'Робат: зьняцьце абароны з усіх старонак, на якія ёсьць спасылкі з %(page)s', + 'unprotect-ref': u'Робат: зьняцьце абароны з усіх старонак, на якія ёсьць спасылкі з %(page)s', + 'unprotect-simple': u'Робат: зьняцьце абароны зь сьпісу файлаў.', + }, + # Author: Juandev + 'cs': { + 'unprotect-category': u'Bot: Odemykám všechny stránky v kategorii %(cat)s', + 'unprotect-images': u'Bot: Odemykám všechny obrázky na stránce %(page)s', + '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: Metalhead64 + 'de': { + 'unprotect-category': u'Bot: Gebe alle Seiten aus der Kategorie %(cat)s frei', + 'unprotect-images': u'Bot: Gebe alle Bilder auf der Seite %(page)s frei', + 'unprotect-links': u'Bot: Gebe alle Seiten frei, die von %(page)s verlinkt sind', + 'unprotect-ref': u'Bot: Gebe alle Seiten frei, die von %(page)s verweisen', + 'unprotect-simple': u'Bot: Gebe eine Liste mit Dateien frei.', + }, + # Author: KuboF + 'eo': { + 'unprotect-category': u'Roboto: Malprotekto de ĉiuj paĝoj de la kategorio %(cat)s', + 'unprotect-links': u'Roboto: Malprotekto de ĉiuj paĝoj ligitaj de %(page)s', + }, + # Author: Fitoschido + 'es': { + 'unprotect-category': u'Bot: desprotección de todas las páginas de la categoría %(cat)s', + 'unprotect-images': u'Bot: desprotección de todas las imágenes de la página %(page)s', + 'unprotect-links': u'Bot: desprotección de todas las páginas enlazadas desde %(page)s', + '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: Gomoko + 'fr': { + 'unprotect-category': u'Robot : Suppression de la protection de toutes les pages de la catégorie %(cat)s', + 'unprotect-images': u'Robot : Suppression de la protection de toutes les images de la page %(page)s', + '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: Purodha + 'ksh': { + 'unprotect-category': u'Bot: Mer hävve er Schoz för alle Sigge uß dä Saachjropp %(cat)s op.', + 'unprotect-images': u'Bot: Mer hävve er Schoz för alle belder op, di en dä Sigg %(page)s jebruch wääde.', + 'unprotect-links': u'Bot: Mer hävve er Schoz för alle Sigge op, woh vun %(page)s ene Lengk drop jeiht.', + 'unprotect-ref': u'Bot: Mer hävve er Schoz för alle Sigge op, di en öhndsener Aat vun %(page)s jebruch wääde.', + 'unprotect-simple': u'Bot: Mer hävve er Schoz för en Leß vun Sigge op.', + }, + # Author: Robby + 'lb': { + 'unprotect-category': u'Bot: D'Spär vun alle Säiten aus der Kategorie %(cat)s gouf opgehuewen', + 'unprotect-images': u'Bot: D'Spär fir all Biller op der Säit %(page)s ophiewen', + 'unprotect-links': u'Bot: D'Spär vun alle Säiten, déi vu(n) %(page)s verlinkt sinn, gouf opgehuewen', + '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: Bjankuloski06 + 'mk': { + 'unprotect-category': u'Бот: Ги одзаштитувам сите страници од категоријата „%(cat)s“', + 'unprotect-images': u'Бот: Ги одзаштитувам сите слики на страницата „%(page)s“', + 'unprotect-links': u'Бот: Ги одзаштитувам сите страници што водат од „%(page)s“', + 'unprotect-ref': u'Бот: Ги одзаштитувам сите страници што водат од „%(page)s“', + 'unprotect-simple': u'Бот: Одзаштитувам список на податотеки.', + }, + # Author: Vitorvicentevalente + 'pt': { + 'unprotect-category': u'Robô: A desproteger todos as páginas da categoria %(cat)s', + 'unprotect-images': u'Robô: A desproteger todas as imagens na página %(page)s.', + 'unprotect-links': u'Robô: A desproteger todas as páginas ligadas a %(page)s.', + '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: Marfuas + 'sv': { + 'unprotect-category': u'Bot: Tar bort skydd från alla sidor i kategorin %(cat)s', + 'unprotect-images': u'Bot: Tar bort skydd från alla bilder på sidan %(page)s', + 'unprotect-links': u'Bot: Tar bort skydd från sidor som länkats från %(page)s', + 'unprotect-ref': u'Bot: Tar bort skydd från alla sidor som %(page)s refererar till', + 'unprotect-simple': u'Bot: Tar bort skydd från en lista över filer.', + }, + # Author: Minh Nguyen + 'vi': { + 'unprotect-category': u'Bot: Mở khóa tất cả các trang trong thể loại “%(cat)s”', + 'unprotect-images': u'Bot: Mở khóa tất cả các hình ảnh trên trang “%(page)s”', + 'unprotect-links': u'Bot: Mở khóa tất cả các trang được liên kết từ %(page)s', + 'unprotect-ref': u'Bot: Mở khóa tất cả các trang có liên kết đến “%(page)s”', + 'unprotect-simple': u'Bot: Mở khóa một danh sách trang', + }, + # Author: Yfdyh000 + 'zh': { + 'unprotect-category': u'机器人:取消保护分类%(cat)s的所有页面', + 'unprotect-images': u'机器人:取消保护页面%(page)s的所有图片', + 'unprotect-links': u'机器人:取消保护%(page)s链接的所有页面', + 'unprotect-ref': u'机器人:取消保护%(page)s提及的所有页面', + 'unprotect-simple': u'机器人:取消保护一个文件列表。', + }, }; diff --git a/weblinkchecker.py b/weblinkchecker.py index a5d73db..162bcab 100644 --- a/weblinkchecker.py +++ b/weblinkchecker.py @@ -100,9 +100,11 @@ 'weblinkchecker-report': u'Ботана гучадаьлла, хьара арахьара хьажоргаш болх цабеш хилар. Хьаьжна нисъе я дӀаяха уьш.', 'weblinkchecker-summary': u'бот: карина арахьара болх цабо хьажорг', }, + # Author: Juandev # Author: Tchoř 'cs': { 'weblinkchecker-archive_msg': u'Webová stránka je uložena v projektu Internet Archive. Prosím zvažte, zda neodkázat na patřičnou archivovanou verzi [%(URL)s].', + 'weblinkchecker-badurl': u'Nezdá se, že by byl poskytnutý odkaz platným URL', 'weblinkchecker-caption': u'Mrtvý odkaz', 'weblinkchecker-report': u'Během několika automatizovaných běhů byl následující externí odkaz nedostupný. Prosím, ověřte, zda je skutečně nedostupný, a pokud ano, pak jej opravte nebo odstraňte!', 'weblinkchecker-summary': u'Robot: Ohlašuji nedostupný externí odkaz.', @@ -208,6 +210,7 @@ # Author: Murma174 'frr': { 'weblinkchecker-archive_msg': u'Det wääbsidj as faan't Internet Archive seekert wurden. Wees so gud an ferwise üüb en werjuun uun't archiif: [%(URL)s].', + 'weblinkchecker-badurl': u'Detdiar ferwisang schocht ei efter en wäärdag URL ütj', 'weblinkchecker-caption': u'Duad ferwisang', 'weblinkchecker-report': u'Di bot hää muarsis fersoocht, det wääbsidj tu finjen, man saner lok. Wees so gud an preewe det ferwisang, an nem det wech, wan't uunstaken as!', 'weblinkchecker-summary': u'Bot: Beracht auer en uunstaken ferwisang',
pywikibot-commits@lists.wikimedia.org