jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/904454 )
Change subject: [i18n] Fix protect-ref and unprotect-ref messages ......................................................................
[i18n] Fix protect-ref and unprotect-ref messages
https://translatewiki.net/wiki/Thread:Support/About_Pywikibot:Protect-ref/en...)
Change-Id: Ibb924c42716448be013eac1bddbf0724e8fea2e0 --- M protect/qqq.json M unprotect/en.json M protect/en.json 3 files changed, 21 insertions(+), 5 deletions(-)
Approvals: MarcoAurelio: Looks good to me, approved jenkins-bot: Verified
diff --git a/protect/en.json b/protect/en.json index d523d9f..2df38e6 100644 --- a/protect/en.json +++ b/protect/en.json @@ -1,8 +1,12 @@ { - "@metadata": [], + "@metadata": { + "authors": [ + "Xqt" + ] + }, "protect-category": "Bot: Protecting all pages from category %(cat)s", "protect-images": "Bot: Protecting all images on page %(page)s", "protect-links": "Bot: Protecting all pages linked from %(page)s", - "protect-ref": "Bot: Protecting all pages referring from %(page)s", + "protect-ref": "Bot: Protecting all pages referring to %(page)s", "protect-simple": "Bot: Protecting a list of files." } diff --git a/protect/qqq.json b/protect/qqq.json index 4dd80cf..61d8a22 100644 --- a/protect/qqq.json +++ b/protect/qqq.json @@ -10,6 +10,6 @@ "protect-category": "Edit summary when the bot protects all pages from a category. Parameters:\n* %(cat)s - category name\nSee also:\n* {{msg-pywikibot|Delete-from-category}}", "protect-images": "Edit summary when the bot protects all images on a page. Parameters:\n* %(page)s - page title\nSee also:\n* {{msg-pywikibot|Delete-images}}", "protect-links": "Edit summary when the bot protects all pages linked from a page. Parameters:\n* $(page)s - page title\nSee also:\n* {{msg-pywikibot|Delete-linked-pages}}", - "protect-ref": "Edit summary when the bot protects all pages that link to/transclude a page (Special:WhatLinksHere); "referring from" can also be translated as "linked from". Parameters:\n* %(page)s - page title\nSee also:\n* {{msg-pywikibot|Delete-referring-pages}}", + "protect-ref": "Edit summary when the bot protects all pages that link to/transclude a page (Special:WhatLinksHere); "referring to" can also be translated as "linked from". Parameters:\n* %(page)s - page title\nSee also:\n* {{msg-pywikibot|Delete-referring-pages}}", "protect-simple": "Edit summary when the bot protects a list of files." } diff --git a/unprotect/en.json b/unprotect/en.json index 464d57b..ea886f7 100644 --- a/unprotect/en.json +++ b/unprotect/en.json @@ -1,12 +1,13 @@ { "@metadata": { "authors": [ - "Sn1per" + "Sn1per", + "Xqt" ] }, "unprotect-category": "Bot: Unprotecting all pages from category %(cat)s", "unprotect-images": "Bot: Unprotecting all files on page %(page)s", "unprotect-links": "Bot: Unprotecting all pages linked from %(page)s", - "unprotect-ref": "Bot: Unprotecting all pages referring from %(page)s", + "unprotect-ref": "Bot: Unprotecting all pages referring to %(page)s", "unprotect-simple": "Bot: Unprotecting a list of files" }
pywikibot-commits@lists.wikimedia.org