diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2c206b..a25256c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,8 @@ image: python:3.6-alpine +include: + - template: Code-Quality.gitlab-ci.yml + test: type: test script: @@ -11,4 +14,4 @@ test: - python3.6 start.py --test only: - testing - - merge_requests \ No newline at end of file + - merge_requests diff --git a/locale/bn/LC_MESSAGES/discussion_formatters.mo b/locale/bn/LC_MESSAGES/discussion_formatters.mo new file mode 100644 index 0000000..58a9365 Binary files /dev/null and b/locale/bn/LC_MESSAGES/discussion_formatters.mo differ diff --git a/locale/bn/LC_MESSAGES/discussion_formatters.po b/locale/bn/LC_MESSAGES/discussion_formatters.po new file mode 100644 index 0000000..a0ce3aa --- /dev/null +++ b/locale/bn/LC_MESSAGES/discussion_formatters.po @@ -0,0 +1,184 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: 2020-12-30 13:26+0000\n" +"Last-Translator: Creeper \n" +"Language-Team: Bengali \n" +"Language: bn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.2.1\n" + +#: src/discussion_formatters.py:25 src/discussion_formatters.py:81 +msgid "Unregistered user" +msgstr "রেজিস্টার না করা ব্যাবহারকারি" + +#: src/discussion_formatters.py:34 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " +"{forumName}" +msgstr "" +"[{author}]({author_url}) {forumName}তে [{title}](<{url}f/p/{threadId}>) " +"বানিয়েছে" + +#: src/discussion_formatters.py:36 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " +"{forumName}" +msgstr "" +"[{author}]({author_url}) {forumName}এ পোল [{title}](<{url}f/p/{threadId}>) " +"বানিয়েছে" + +#: src/discussion_formatters.py:38 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " +"{forumName}" +msgstr "" +"[{author}]({author_url}) {forumName}তে একটি কুইজ [{title}](<{url}f/p/" +"{threadId}>) বানিয়েছে" + +#: src/discussion_formatters.py:43 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " +"to [{title}](<{url}f/p/{threadId}>) in {forumName}" +msgstr "" +"[{author}]({author_url}) {forumName}এ [{title}](<{url}f/p/{threadId}>)তে একটি" +" [উত্তর](<{url}f/p/{threadId}/r/{postId}>) দিয়েছে" + +#: src/discussion_formatters.py:45 src/discussion_formatters.py:54 +#: src/discussion_formatters.py:137 src/discussion_formatters.py:150 +msgid "unknown" +msgstr "অজানা" + +#: src/discussion_formatters.py:49 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" +"{user_wall}?threadId={threadId}>) on [{user}'s Message Wall](<{url}wiki/" +"Message_Wall:{user_wall}>)" +msgstr "" +"[{author}]({author_url}) [{user}এর মেসেজ ওয়ালে](<{url}wiki/" +"Message_Wall:{user_wall}>)এ [{title}](<{url}wiki/" +"Message_Wall:{user_wall}?threadId={threadId}>) বানিয়েছে" + +#: src/discussion_formatters.py:51 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" +"{user_wall}?threadId={threadId}#{replyId}>) to [{title}](<{url}wiki/" +"Message_Wall:{user_wall}?threadId={threadId}>) on [{user}'s Message Wall]" +"(<{url}wiki/Message_Wall:{user_wall}>)" +msgstr "" +"[{author}]({author_url}) [{user}এর মেসেজ ওয়ালে](<{url}wiki/" +"Message_Wall:{user_wall}>) [{title}](<{url}wiki/" +"Message_Wall:{user_wall}?threadId={threadId}>)তে একটি [উত্তর](<{url}wiki/" +"Message_Wall:{user_wall}?threadId={threadId}#{replyId}>) দিয়েছে" + +#: src/discussion_formatters.py:57 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " +"on [{article}](<{url}>)" +msgstr "" +"[{author}]({author_url}) [{article}](<{url}>)এ একটি " +"[কমেন্ট](<{url}?commentId={commentId}>) লিখেছে" + +#: src/discussion_formatters.py:62 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created a [reply](<{url}?commentId={commentId}" +"&replyId={replyId}>) to a [comment](<{url}?commentId={commentId}>) on " +"[{article}](<{url}>)" +msgstr "" +"[{author}]({author_url}) [{article}](<{url}>)এর একটি " +"[কমেন্ট](<{url}?commentId={commentId}>)এ একটি " +"[উত্তর](<{url}?commentId={commentId}&replyId={replyId}>) দিয়েছে" + +#: src/discussion_formatters.py:70 +#, python-brace-format +msgid "" +"Unknown event `{event}` by [{author}]({author_url}), report it on the " +"[support server](<{support}>)." +msgstr "" +"[{author}]({author_url})দ্বারা অজানা ঘটনা `{event}` , [সাহায্য " +"সার্ভারে](<{support}>) রিপোর্ট করুন।" + +#: src/discussion_formatters.py:98 +#, python-brace-format +msgid "Created \"{title}\"" +msgstr "\"{title}\" বানানো হলো" + +#: src/discussion_formatters.py:102 +#, python-brace-format +msgid "Created a poll \"{title}\"" +msgstr "পোল \"{title}\" বানানো হলো" + +#: src/discussion_formatters.py:109 +msgid "Option {}" +msgstr "বিকল্প {}" + +#: src/discussion_formatters.py:110 +#, python-brace-format +msgid "__[View image]({image_url})__" +msgstr "__[চিত্র দেখুন]({image_url})__" + +#: src/discussion_formatters.py:114 +#, python-brace-format +msgid "Created a quiz \"{title}\"" +msgstr "একটি কুইজ \"{title}\" বানানো হলো" + +#: src/discussion_formatters.py:129 src/discussion_formatters.py:131 +msgid "Tags" +msgstr "ট্যাগ" + +#: src/discussion_formatters.py:129 +msgid "{} tags" +msgstr "{}টি ট্যাগ" + +#: src/discussion_formatters.py:134 +#, python-brace-format +msgid "Replied to \"{title}\"" +msgstr "\"{title}\"এ উত্তর দেওয়া হলো" + +#: src/discussion_formatters.py:143 +#, python-brace-format +msgid "Created \"{title}\" on {user}'s Message Wall" +msgstr "{user}এর মেসেজ ওয়ালে \"{title}\" বানানো হলো" + +#: src/discussion_formatters.py:147 +#, python-brace-format +msgid "Replied to \"{title}\" on {user}'s Message Wall" +msgstr "{user}এর মেসেজ ওয়ালের \"{title}\"তে উত্তর দেওয়া হলো" + +#: src/discussion_formatters.py:154 +#, python-brace-format +msgid "Commented on {article}" +msgstr "{article}এ কমেন্ট করা হলো" + +#: src/discussion_formatters.py:158 +#, python-brace-format +msgid "Replied to a comment on {article}" +msgstr "{article}এর একটি কমেন্টে উত্তর দেওয়া হলো" + +#: src/discussion_formatters.py:162 +#, python-brace-format +msgid "Unknown event `{event}`" +msgstr "অজানা ঘটনা `{event}`" + +#: src/discussion_formatters.py:168 src/discussion_formatters.py:170 +msgid "Report this on the support server" +msgstr "এটিকে সাহায্য সার্ভারে রিপোর্ট করুন" diff --git a/locale/bn/LC_MESSAGES/misc.mo b/locale/bn/LC_MESSAGES/misc.mo new file mode 100644 index 0000000..5526f8c Binary files /dev/null and b/locale/bn/LC_MESSAGES/misc.mo differ diff --git a/locale/bn/LC_MESSAGES/misc.po b/locale/bn/LC_MESSAGES/misc.po new file mode 100644 index 0000000..a321c27 --- /dev/null +++ b/locale/bn/LC_MESSAGES/misc.po @@ -0,0 +1,88 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: 2020-12-30 13:26+0000\n" +"Last-Translator: Creeper \n" +"Language-Team: Bengali \n" +"Language: bn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.2.1\n" + +#: src/misc.py:45 +msgid "Location" +msgstr "জায়গা" + +#: src/misc.py:45 +msgid "About me" +msgstr "আমার বিষয়ে" + +#: src/misc.py:45 +msgid "Google link" +msgstr "গুগল লিংক" + +#: src/misc.py:45 +msgid "Facebook link" +msgstr "ফেইসবুক লিংক" + +#: src/misc.py:45 +msgid "Twitter link" +msgstr "টুইটার লিংক" + +#: src/misc.py:45 +msgid "Reddit link" +msgstr "রেড্ডিট লিংক" + +#: src/misc.py:45 +msgid "Twitch link" +msgstr "টুইচ লিংক" + +#: src/misc.py:45 +msgid "PSN link" +msgstr "PSN লিংক" + +#: src/misc.py:45 +msgid "VK link" +msgstr "VK লিংক" + +#: src/misc.py:45 +msgid "XBL link" +msgstr "XBL লিংক" + +#: src/misc.py:45 +msgid "Steam link" +msgstr "স্টিম লিংক" + +#: src/misc.py:45 +msgid "Discord handle" +msgstr "ডিসকর্ড একাউন্ট" + +#: src/misc.py:45 +msgid "Battle.net handle" +msgstr "Battle.net একাউন্ট" + +#: src/misc.py:119 +msgid "" +"\n" +"__And more__" +msgstr "" +"\n" +"__আরও অনেকটি__" + +#: src/misc.py:276 +msgid "Unknown" +msgstr "অজানা" + +#: src/misc.py:278 +msgid "unknown" +msgstr "অজানা" diff --git a/locale/bn/LC_MESSAGES/rc.mo b/locale/bn/LC_MESSAGES/rc.mo new file mode 100644 index 0000000..754cedf Binary files /dev/null and b/locale/bn/LC_MESSAGES/rc.mo differ diff --git a/locale/bn/LC_MESSAGES/rc.po b/locale/bn/LC_MESSAGES/rc.po new file mode 100644 index 0000000..94f8290 --- /dev/null +++ b/locale/bn/LC_MESSAGES/rc.po @@ -0,0 +1,42 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: 2020-12-30 13:26+0000\n" +"Last-Translator: Creeper \n" +"Language-Team: Bengali " +"\n" +"Language: bn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.2.1\n" + +#: src/rc.py:321 +#, python-brace-format +msgid "{wiki} seems to be down or unreachable." +msgstr "মনে হয় {wiki} ডাউন বা এ পর্যন্ত পৌঁছানো যাচ্ছে না।" + +#: src/rc.py:322 src/rc.py:334 +msgid "Connection status" +msgstr "কানেক্শনের স্থিতি" + +#: src/rc.py:332 +#, python-brace-format +msgid "Connection to {wiki} seems to be stable now." +msgstr "{wiki}র সম্পর্ক এখন স্থির লাগছে।" + +#: src/rc.py:403 +msgid "~~hidden~~" +msgstr "~~লুকানো~~" + +#: src/rc.py:407 +msgid "hidden" +msgstr "লুকানো" diff --git a/locale/bn/LC_MESSAGES/rc_formatters.mo b/locale/bn/LC_MESSAGES/rc_formatters.mo new file mode 100644 index 0000000..55f93c7 Binary files /dev/null and b/locale/bn/LC_MESSAGES/rc_formatters.mo differ diff --git a/locale/bn/LC_MESSAGES/rc_formatters.po b/locale/bn/LC_MESSAGES/rc_formatters.po new file mode 100644 index 0000000..764eaab --- /dev/null +++ b/locale/bn/LC_MESSAGES/rc_formatters.po @@ -0,0 +1,1307 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: 2021-04-14 14:22+0000\n" +"Last-Translator: R4356th \n" +"Language-Team: Bengali \n" +"Language: bn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.4.2\n" + +#: src/rc_formatters.py:28 +msgid "None" +msgstr "কিছুই না" + +#: src/rc_formatters.py:28 +msgid "Warning issued" +msgstr "সতর্কতা জারি করা হয়েছে" + +#: src/rc_formatters.py:28 +msgid "**Blocked user**" +msgstr "**অবরুদ্ধ ব্যবহারকারী**" + +#: src/rc_formatters.py:28 +msgid "Tagged the edit" +msgstr "সম্পাদনা ট্যাগ করা হয়েছিল" + +#: src/rc_formatters.py:28 +msgid "Disallowed the action" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "**IP range blocked**" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Throttled actions" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Removed autoconfirmed group" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "**Removed from privileged groups**" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Edit" +msgstr "সম্পাদনা" + +#: src/rc_formatters.py:29 +msgid "Upload" +msgstr "আপলোড" + +#: src/rc_formatters.py:29 +msgid "Move" +msgstr "সরানো" + +#: src/rc_formatters.py:29 +msgid "Stash upload" +msgstr "স্ট্যাশ আপলোড" + +#: src/rc_formatters.py:29 +msgid "Deletion" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Account creation" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Auto account creation" +msgstr "" + +#: src/rc_formatters.py:46 src/rc_formatters.py:53 src/rc_formatters.py:60 +#: src/rc_formatters.py:75 src/rc_formatters.py:96 +msgid "Unregistered user" +msgstr "" + +#: src/rc_formatters.py:83 +#, python-brace-format +msgid "" +"[{author}]({author_url}) triggered *{abuse_filter}*, performing the action " +"\"{action}\" on *[{target}]({target_url})* - action taken: {result}." +msgstr "" + +#: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 +#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 +#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 +#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 +#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 +#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 +#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 +#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 +#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +msgid "Unknown" +msgstr "" + +#: src/rc_formatters.py:116 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" +msgstr "" + +#: src/rc_formatters.py:118 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" +msgstr "" + +#: src/rc_formatters.py:121 +#, python-brace-format +msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:128 +#, python-brace-format +msgid "" +"[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:132 +#, python-brace-format +msgid "" +"[{author}]({author_url}) uploaded a new version of [{file}]({file_link})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:135 +#, python-brace-format +msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:141 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted redirect by overwriting [{page}]" +"({page_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:147 src/rc_formatters.py:152 +msgid "without making a redirect" +msgstr "পুনঃনির্দেশ না করে" + +#: src/rc_formatters.py:147 src/rc_formatters.py:153 +msgid "with a redirect" +msgstr "পুনঃনির্দেশ করে" + +#: src/rc_formatters.py:148 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]" +"({target_url}) {made_a_redirect}{comment}" +msgstr "" + +#: src/rc_formatters.py:154 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved {redirect}*{article}* over redirect to " +"[{target}]({target_url}) {made_a_redirect}{comment}" +msgstr "" + +#: src/rc_formatters.py:159 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved protection settings from {redirect}*{article}" +"* to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:170 src/rc_formatters.py:823 +msgid "for infinity and beyond" +msgstr "অনন্ত এবং এর বাইরেও" + +#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#, python-brace-format +msgid "for {num} {translated_length}" +msgstr "{num} {translated_length} -এর জন্য" + +#: src/rc_formatters.py:185 src/rc_formatters.py:835 +msgid "until {}" +msgstr "{} অবধি" + +#: src/rc_formatters.py:189 +msgid " on pages: " +msgstr "" + +#: src/rc_formatters.py:196 src/rc_formatters.py:849 +msgid " and namespaces: " +msgstr "" + +#: src/rc_formatters.py:198 +msgid " on namespaces: " +msgstr "" + +#: src/rc_formatters.py:210 +#, python-brace-format +msgid "" +"[{author}]({author_url}) blocked [{user}]({user_url}) {time}" +"{restriction_desc}{comment}" +msgstr "" + +#: src/rc_formatters.py:214 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed block settings for [{blocked_user}]" +"({user_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:218 +#, python-brace-format +msgid "" +"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:223 +#, python-brace-format +msgid "" +"[{author}]({author_url}) left a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:225 +#, python-brace-format +msgid "" +"[{author}]({author_url}) left a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:231 +#, python-brace-format +msgid "" +"[{author}]({author_url}) replied to a [comment]({comment}) on {target}'s " +"profile" +msgstr "" + +#: src/rc_formatters.py:237 +#, python-brace-format +msgid "" +"[{author}]({author_url}) replied to a [comment]({comment}) on their own " +"profile" +msgstr "" + +#: src/rc_formatters.py:245 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:251 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:257 +#, python-brace-format +msgid "[{author}]({author_url}) purged a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:259 +#, python-brace-format +msgid "[{author}]({author_url}) purged a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:267 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:269 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:274 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the {field} on [{target}]({target_url})'s " +"profile. *({desc})*" +msgstr "" + +#: src/rc_formatters.py:281 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the {field} on [their own]({target_url}) " +"profile. *({desc})*" +msgstr "" + +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 +#: src/rc_formatters.py:947 +msgid "none" +msgstr "কিছুই না" + +#: src/rc_formatters.py:301 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) changed group membership for [{target}]" +"({target_url}) from {old_groups} to {new_groups}{comment}" +msgstr "" +"[{author}]({author_url}) [{target}] ({target_url})-এর দলীয় সদস্যপদ " +"{old_groups} থেকে {new_groups} -এ পরিবর্তন করেছেন {comment}" + +#: src/rc_formatters.py:303 +#, python-brace-format +msgid "" +"{author} autopromoted [{target}]({target_url}) from {old_groups} to " +"{new_groups}{comment}" +msgstr "" + +#: src/rc_formatters.py:304 src/rc_formatters.py:933 +msgid "System" +msgstr "পদ্ধতি" + +#: src/rc_formatters.py:309 +#, python-brace-format +msgid "" +"[{author}]({author_url}) protected [{article}]({article_url}) with the " +"following settings: {settings}{comment}" +msgstr "" + +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 +#: src/rc_formatters.py:961 +msgid " [cascading]" +msgstr "" + +#: src/rc_formatters.py:316 +#, python-brace-format +msgid "" +"[{author}]({author_url}) modified protection settings of [{article}]" +"({article_url}) to: {settings}{comment}" +msgstr "" + +#: src/rc_formatters.py:323 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed protection from [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:327 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed visibility of revision on page [{article}]" +"({article_url}){comment}" +msgid_plural "" +"[{author}]({author_url}) changed visibility of {amount} revisions on page " +"[{article}]({article_url}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:340 +#, python-brace-format +msgid "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revision{comment}" +msgid_plural "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revisions{comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:345 +#, python-brace-format +msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:347 +#, python-brace-format +msgid "[{author}]({author_url}) changed visibility of log events{comment}" +msgstr "" + +#: src/rc_formatters.py:359 +#, python-brace-format +msgid "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revision from [{source}]({source_url}){comment}" +msgid_plural "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revisions from [{source}]({source_url}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:364 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})" +msgstr "" + +#: src/rc_formatters.py:368 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})" +msgstr "" + +#: src/rc_formatters.py:372 +#, python-brace-format +msgid "" +"[{author}]({author_url}) merged revision histories of [{article}]" +"({article_url}) into [{dest}]({dest_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:375 +#, python-brace-format +msgid "Account [{author}]({author_url}) was created automatically" +msgstr "[{author}]({author_url}) অ্যাকাউন্টটি স্বয়ংক্রিয়ভাবে তৈরি হয়েছে" + +#: src/rc_formatters.py:377 src/rc_formatters.py:385 +#, python-brace-format +msgid "Account [{author}]({author_url}) was created" +msgstr "ব্যবহারকারী অ্যাকাউন্ট [{author}]({author_url}) তৈরি করা হয়েছে" + +#: src/rc_formatters.py:380 +#, python-brace-format +msgid "" +"Account [{article}]({article_url}) was created by [{author}]({author_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:383 +#, python-brace-format +msgid "" +"Account [{article}]({article_url}) was created by [{author}]({author_url}) " +"and password was sent by email{comment}" +msgstr "" + +#: src/rc_formatters.py:388 +#, python-brace-format +msgid "" +"[{author}]({author_url}) added an entry to the [interwiki table]" +"({table_url}) pointing to {website} with {prefix} prefix" +msgstr "" + +#: src/rc_formatters.py:394 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) " +"pointing to {website} with {prefix} prefix" +msgstr "" + +#: src/rc_formatters.py:400 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})" +msgstr "" + +#: src/rc_formatters.py:403 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the content model of the page [{article}]" +"({article_url}) from {old} to {new}{comment}" +msgstr "" + +#: src/rc_formatters.py:407 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the sprite for [{article}]({article_url})" +msgstr "" + +#: src/rc_formatters.py:410 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created the sprite sheet for [{article}]" +"({article_url})" +msgstr "" + +#: src/rc_formatters.py:413 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the slice for [{article}]({article_url})" +msgstr "" + +#: src/rc_formatters.py:418 +#, python-brace-format +msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:420 +#, python-brace-format +msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:425 +#, python-brace-format +msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:430 +#, python-brace-format +msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:433 +#, python-brace-format +msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:437 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:441 +#, python-brace-format +msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:444 +#, python-brace-format +msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:446 +#, python-brace-format +msgid "[{author}]({author_url}) changed wiki settings{reason}" +msgstr "" + +#: src/rc_formatters.py:448 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:451 +#, python-brace-format +msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:454 +#, python-brace-format +msgid "" +"[{author}]({author_url}) modified a namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:459 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:465 +#, python-brace-format +msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:469 +#, python-brace-format +msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:473 +#, python-brace-format +msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:484 +#, python-brace-format +msgid "" +"[{author}]({author_url}) marked [{article}]({article_url}) for " +"translation{comment}" +msgstr "" +"[{author}]({author_url}) [{article}]({article_url}) অনুবাদের জন্য চিহ্নিত " +"করেছেন {comment}" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed [{article}]({article_url}) from the " +"translation system{comment}" +msgstr "" +"[{author}]({author_url}) অনুবাদের পাতা [{article}]({article_url}) অপসারণ " +"করেছেন {comment}" + +#: src/rc_formatters.py:498 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed moving translation pages from *{article}* " +"to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:506 +#, python-brace-format +msgid "" +"[{author}]({author_url}) encountered a problem while moving [{article}]" +"({article_url}) to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:514 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed deletion of translatable page [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:522 +#, python-brace-format +msgid "" +"[{author}]({author_url}) failed to delete [{article}]({article_url}) which " +"belongs to translatable page [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:530 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed deletion of translation page [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:538 +#, python-brace-format +msgid "" +"[{author}]({author_url}) failed to delete [{article}]({article_url}) which " +"belongs to translation page [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:546 +#, python-brace-format +msgid "" +"[{author}]({author_url}) encouraged translation of [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:553 +#, python-brace-format +msgid "" +"[{author}]({author_url}) discouraged translation of [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:563 +#, python-brace-format +msgid "" +"[{author}]({author_url}) limited languages for [{article}]({article_url}) to " +"`{languages}`{comment}" +msgstr "" + +#: src/rc_formatters.py:569 +#, python-brace-format +msgid "" +"[{author}]({author_url}) set the priority languages for [{article}]" +"({article_url}) to `{languages}`{comment}" +msgstr "" + +#: src/rc_formatters.py:575 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed priority languages from [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:582 +#, python-brace-format +msgid "" +"[{author}]({author_url}) added translatable page [{article}]({article_url}) " +"to aggregate group \"{group}\"{comment}" +msgstr "" + +#: src/rc_formatters.py:589 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed translatable page [{article}]" +"({article_url}) from aggregate group \"{group}\"{comment}" +msgstr "" + +#: src/rc_formatters.py:601 +#, python-brace-format +msgid "" +"[{author}]({author_url}) reviewed translation [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:609 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the state of `{language}` translations of " +"[{article}]({article_url}) from `{old_state}` to `{new_state}`{comment}" +msgstr "" + +#: src/rc_formatters.py:616 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the state of `{language}` translations of " +"[{article}]({article_url}) to `{new_state}`{comment}" +msgstr "" + +#: src/rc_formatters.py:625 +#, python-brace-format +msgid "" +"[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " +"[{new_name}]({link}){comment}" +msgid_plural "" +"[{author}]({author_url}) renamed user *{old_name}* with {edits} edits to " +"[{new_name}]({link}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:630 +#, python-brace-format +msgid "" +"[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:634 +msgid "An action has been hidden by administration." +msgstr "" + +#: src/rc_formatters.py:641 +#, python-brace-format +msgid "" +"Unknown event `{event}` by [{author}]({author_url}), report it on the " +"[support server](<{support}>)." +msgstr "" + +#: src/rc_formatters.py:649 +#, python-brace-format +msgid "{user} triggered \"{abuse_filter}\"" +msgstr "" + +#: src/rc_formatters.py:650 +msgid "Performed" +msgstr "সম্পাদিত" + +#: src/rc_formatters.py:651 +msgid "Action taken" +msgstr "ব্যবস্থা নেওয়া হয়েছে" + +#: src/rc_formatters.py:652 +msgid "Title" +msgstr "শিরোনাম" + +#: src/rc_formatters.py:661 src/rc_formatters.py:948 +msgid "No description provided" +msgstr "কোনও বিবরণ সরবরাহ করা হয়নি" + +#: src/rc_formatters.py:685 +msgid "(N!) " +msgstr "(N!) " + +#: src/rc_formatters.py:686 +msgid "m" +msgstr "m" + +#: src/rc_formatters.py:686 +msgid "b" +msgstr "b" + +#: src/rc_formatters.py:703 src/rc_formatters.py:708 +msgid "__Only whitespace__" +msgstr "__Only whitespace__" + +#: src/rc_formatters.py:713 +msgid "Removed" +msgstr "সরানো হয়েছে" + +#: src/rc_formatters.py:715 +msgid "Added" +msgstr "যুক্ত হয়েছে" + +#: src/rc_formatters.py:749 src/rc_formatters.py:788 +msgid "Options" +msgstr "বিকল্পগুলি" + +#: src/rc_formatters.py:749 +#, python-brace-format +msgid "([preview]({link}) | [undo]({undolink}))" +msgstr "" + +#: src/rc_formatters.py:754 +#, python-brace-format +msgid "Uploaded a new version of {name}" +msgstr "{name} -এর একটি নতুন সংস্করণ আপলোড হয়েছে" + +#: src/rc_formatters.py:756 +#, python-brace-format +msgid "Reverted a version of {name}" +msgstr "" + +#: src/rc_formatters.py:758 +#, python-brace-format +msgid "Uploaded {name}" +msgstr "" + +#: src/rc_formatters.py:774 +msgid "**No license!**" +msgstr "" + +#: src/rc_formatters.py:786 +msgid "" +"\n" +"License: {}" +msgstr "" + +#: src/rc_formatters.py:788 +#, python-brace-format +msgid "([preview]({link}))" +msgstr "" + +#: src/rc_formatters.py:793 +#, python-brace-format +msgid "Deleted page {article}" +msgstr "" + +#: src/rc_formatters.py:798 +#, python-brace-format +msgid "Deleted redirect {article} by overwriting" +msgstr "" + +#: src/rc_formatters.py:804 +msgid "No redirect has been made" +msgstr "" + +#: src/rc_formatters.py:805 +msgid "A redirect has been made" +msgstr "" + +#: src/rc_formatters.py:806 +#, python-brace-format +msgid "Moved {redirect}{article} to {target}" +msgstr "" + +#: src/rc_formatters.py:809 +#, python-brace-format +msgid "Moved {redirect}{article} to {title} over redirect" +msgstr "" + +#: src/rc_formatters.py:813 +#, python-brace-format +msgid "Moved protection settings from {redirect}{article} to {title}" +msgstr "" + +#: src/rc_formatters.py:837 +msgid "unknown expiry time" +msgstr "" + +#: src/rc_formatters.py:842 +msgid "Blocked from editing the following pages: " +msgstr "" + +#: src/rc_formatters.py:851 +msgid "Blocked from editing pages on following namespaces: " +msgstr "" + +#: src/rc_formatters.py:862 +msgid "Partial block details" +msgstr "" + +#: src/rc_formatters.py:863 +#, python-brace-format +msgid "Blocked {blocked_user} {time}" +msgstr "" + +#: src/rc_formatters.py:867 +#, python-brace-format +msgid "Changed block settings for {blocked_user}" +msgstr "" + +#: src/rc_formatters.py:871 +#, python-brace-format +msgid "Unblocked {blocked_user}" +msgstr "" + +#: src/rc_formatters.py:878 +#, python-brace-format +msgid "Left a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:880 +msgid "Left a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:887 +#, python-brace-format +msgid "Replied to a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:889 +msgid "Replied to a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:896 +#, python-brace-format +msgid "Edited a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:898 +msgid "Edited a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:903 +#, python-brace-format +msgid "Edited {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:905 +msgid "Edited their own profile" +msgstr "" + +#: src/rc_formatters.py:907 +#, python-brace-format +msgid "Cleared the {field} field" +msgstr "" + +#: src/rc_formatters.py:909 +#, python-brace-format +msgid "{field} field changed to: {desc}" +msgstr "" + +#: src/rc_formatters.py:914 +#, python-brace-format +msgid "Purged a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:916 +msgid "Purged a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:924 +#, python-brace-format +msgid "Deleted a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:926 +msgid "Deleted a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:930 +#, python-brace-format +msgid "Changed group membership for {target}" +msgstr "" + +#: src/rc_formatters.py:934 +#, python-brace-format +msgid "{target} got autopromoted to a new usergroup" +msgstr "" + +#: src/rc_formatters.py:949 +#, python-brace-format +msgid "Groups changed from {old_groups} to {new_groups}{reason}" +msgstr "" + +#: src/rc_formatters.py:953 +#, python-brace-format +msgid "Protected {target}" +msgstr "" + +#: src/rc_formatters.py:959 +#, python-brace-format +msgid "Changed protection level for {article}" +msgstr "" + +#: src/rc_formatters.py:965 +#, python-brace-format +msgid "Removed protection from {article}" +msgstr "" + +#: src/rc_formatters.py:969 +#, python-brace-format +msgid "Changed visibility of revision on page {article} " +msgid_plural "Changed visibility of {amount} revisions on page {article} " +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:981 +#, python-brace-format +msgid "Imported {article} with {count} revision" +msgid_plural "Imported {article} with {count} revisions" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:986 +#, python-brace-format +msgid "Restored {article}" +msgstr "" + +#: src/rc_formatters.py:989 +msgid "Changed visibility of log events" +msgstr "" + +#: src/rc_formatters.py:999 +#, python-brace-format +msgid "Imported {article} with {count} revision from \"{source}\"" +msgid_plural "Imported {article} with {count} revisions from \"{source}\"" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1004 +#, python-brace-format +msgid "Edited abuse filter number {number}" +msgstr "" + +#: src/rc_formatters.py:1007 +#, python-brace-format +msgid "Created abuse filter number {number}" +msgstr "" + +#: src/rc_formatters.py:1010 +#, python-brace-format +msgid "Merged revision histories of {article} into {dest}" +msgstr "" + +#: src/rc_formatters.py:1014 +msgid "Created account automatically" +msgstr "" + +#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +msgid "Created account" +msgstr "" + +#: src/rc_formatters.py:1020 +#, python-brace-format +msgid "Created account {article}" +msgstr "" + +#: src/rc_formatters.py:1023 +#, python-brace-format +msgid "Created account {article} and password was sent by email" +msgstr "" + +#: src/rc_formatters.py:1029 +msgid "Added an entry to the interwiki table" +msgstr "" + +#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#, python-brace-format +msgid "Prefix: {prefix}, website: {website} | {desc}" +msgstr "" + +#: src/rc_formatters.py:1035 +msgid "Edited an entry in interwiki table" +msgstr "" + +#: src/rc_formatters.py:1041 +msgid "Deleted an entry in interwiki table" +msgstr "" + +#: src/rc_formatters.py:1042 +#, python-brace-format +msgid "Prefix: {prefix} | {desc}" +msgstr "" + +#: src/rc_formatters.py:1045 +#, python-brace-format +msgid "Changed the content model of the page {article}" +msgstr "" + +#: src/rc_formatters.py:1046 +#, python-brace-format +msgid "Model changed from {old} to {new}: {reason}" +msgstr "" + +#: src/rc_formatters.py:1051 +#, python-brace-format +msgid "Edited the sprite for {article}" +msgstr "" + +#: src/rc_formatters.py:1054 +#, python-brace-format +msgid "Created the sprite sheet for {article}" +msgstr "" + +#: src/rc_formatters.py:1057 +#, python-brace-format +msgid "Edited the slice for {article}" +msgstr "" + +#: src/rc_formatters.py:1063 +#, python-brace-format +msgid "Created the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1067 +#, python-brace-format +msgid "Deleted the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1074 +#, python-brace-format +msgid "Recreated the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1081 +#, python-brace-format +msgid "Replaced the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1085 +#, python-brace-format +msgid "Created a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1089 +#, python-brace-format +msgid "Deleted a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1093 +#, python-brace-format +msgid "Activated a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1096 +#, python-brace-format +msgid "Deactivated a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1099 +msgid "Changed wiki settings" +msgstr "" + +#: src/rc_formatters.py:1103 +#, python-brace-format +msgid "Deleted a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1106 +#, python-brace-format +msgid "Locked a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1109 +#, python-brace-format +msgid "Modified a \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 +msgid "Wiki" +msgstr "" + +#: src/rc_formatters.py:1113 +#, python-brace-format +msgid "Deleted a \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1119 +#, python-brace-format +msgid "Modified \"{usergroup_name}\" usergroup" +msgstr "" + +#: src/rc_formatters.py:1122 +#, python-brace-format +msgid "Restored a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1125 +#, python-brace-format +msgid "Unlocked a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1133 +#, python-brace-format +msgid "Marked \"{article}\" for translation" +msgstr "" + +#: src/rc_formatters.py:1136 +#, python-brace-format +msgid "Removed \"{article}\" from the translation system" +msgstr "" + +#: src/rc_formatters.py:1139 +#, python-brace-format +msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1142 +#, python-brace-format +msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1145 +#, python-brace-format +msgid "Completed deletion of translatable page \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1148 +#, python-brace-format +msgid "" +"Failed to delete \"{article}\" which belongs to translatable page " +"\"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1151 +#, python-brace-format +msgid "Completed deletion of translation page \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1154 +#, python-brace-format +msgid "" +"Failed to delete \"{article}\" which belongs to translation page \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1157 +#, python-brace-format +msgid "Encouraged translation of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1160 +#, python-brace-format +msgid "Discouraged translation of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Limited languages for \"{article}\" to `{languages}`" +msgstr "" + +#: src/rc_formatters.py:1168 +#, python-brace-format +msgid "Priority languages for \"{article}\" set to `{languages}`" +msgstr "" + +#: src/rc_formatters.py:1170 +#, python-brace-format +msgid "Removed priority languages from \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1173 +#, python-brace-format +msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" +msgstr "" + +#: src/rc_formatters.py:1176 +#, python-brace-format +msgid "" +"Removed translatable page \"{article}\" from aggregate group \"{group}\"" +msgstr "" + +#: src/rc_formatters.py:1183 +#, python-brace-format +msgid "Reviewed translation \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1186 +#, python-brace-format +msgid "Changed the state of `{language}` translations of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1188 +msgid "Old state" +msgstr "" + +#: src/rc_formatters.py:1189 +msgid "New state" +msgstr "" + +#: src/rc_formatters.py:1193 +#, python-brace-format +msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" +msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1195 +#, python-brace-format +msgid "Renamed user \"{old_name}\" to \"{new_name}\"" +msgstr "" + +#: src/rc_formatters.py:1199 +msgid "Action has been hidden by administration" +msgstr "" + +#: src/rc_formatters.py:1204 +#, python-brace-format +msgid "Unknown event `{event}`" +msgstr "" + +#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +msgid "Report this on the support server" +msgstr "" + +#: src/rc_formatters.py:1229 +msgid "Tags" +msgstr "" + +#: src/rc_formatters.py:1234 +msgid "**Added**: " +msgstr "" + +#: src/rc_formatters.py:1234 +msgid " and {} more\n" +msgstr "" + +#: src/rc_formatters.py:1235 +msgid "**Removed**: " +msgstr "" + +#: src/rc_formatters.py:1235 +msgid " and {} more" +msgstr "" + +#: src/rc_formatters.py:1236 +msgid "Changed categories" +msgstr "" diff --git a/locale/bn/LC_MESSAGES/rcgcdw.mo b/locale/bn/LC_MESSAGES/rcgcdw.mo new file mode 100644 index 0000000..766fa4f Binary files /dev/null and b/locale/bn/LC_MESSAGES/rcgcdw.mo differ diff --git a/locale/bn/LC_MESSAGES/rcgcdw.po b/locale/bn/LC_MESSAGES/rcgcdw.po new file mode 100644 index 0000000..e2976dd --- /dev/null +++ b/locale/bn/LC_MESSAGES/rcgcdw.po @@ -0,0 +1,1311 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: 2021-04-14 14:22+0000\n" +"Last-Translator: Creeper \n" +"Language-Team: Bengali \n" +"Language: bn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.4.2\n" + +#: src/rc_formatters.py:28 +msgid "None" +msgstr "কিছুই না" + +#: src/rc_formatters.py:28 +msgid "Warning issued" +msgstr "সতর্কতা জারি করা হয়েছে" + +#: src/rc_formatters.py:28 +msgid "**Blocked user**" +msgstr "**অবরুদ্ধ ব্যবহারকারী**" + +#: src/rc_formatters.py:28 +msgid "Tagged the edit" +msgstr "সম্পাদনা ট্যাগ" + +#: src/rc_formatters.py:28 +msgid "Disallowed the action" +msgstr "ক্রিয়াটি নিষিদ্ধ করা হয়েছে" + +#: src/rc_formatters.py:28 +msgid "**IP range blocked**" +msgstr "**আইপি পরিসীমা অবরুদ্ধ**" + +#: src/rc_formatters.py:28 +msgid "Throttled actions" +msgstr "থ্রোটলেড ক্রিয়া" + +#: src/rc_formatters.py:28 +msgid "Removed autoconfirmed group" +msgstr "স্বতঃসিদ্ধ গ্রুপটি সরানো হয়েছে" + +#: src/rc_formatters.py:28 +msgid "**Removed from privileged groups**" +msgstr "**সুবিধাভুক্ত গোষ্ঠী থেকে সরানো**" + +#: src/rc_formatters.py:29 +msgid "Edit" +msgstr "সম্পাদনা" + +#: src/rc_formatters.py:29 +msgid "Upload" +msgstr "আপলোড" + +#: src/rc_formatters.py:29 +msgid "Move" +msgstr "সরান" + +#: src/rc_formatters.py:29 +msgid "Stash upload" +msgstr "স্ট্যাশ আপলোড" + +#: src/rc_formatters.py:29 +msgid "Deletion" +msgstr "মোছা" + +#: src/rc_formatters.py:29 +msgid "Account creation" +msgstr "হিসাব খোলা" + +#: src/rc_formatters.py:29 +msgid "Auto account creation" +msgstr "অটো অ্যাকাউন্ট তৈরি" + +#: src/rc_formatters.py:46 src/rc_formatters.py:53 src/rc_formatters.py:60 +#: src/rc_formatters.py:75 src/rc_formatters.py:96 +msgid "Unregistered user" +msgstr "রেজিসটার না করা ব্যবহারকারী" + +#: src/rc_formatters.py:83 +#, python-brace-format +msgid "" +"[{author}]({author_url}) triggered *{abuse_filter}*, performing the action " +"\"{action}\" on *[{target}]({target_url})* - action taken: {result}." +msgstr "" +"[{author}]({author_url}) *[{target}]({target_url})*তে এক্সন {action} করতে " +"গিয়ে*{abuse_filter}* ট্রিগার করেছে- নেওয়া এক্সন: {result}।" + +#: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 +#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 +#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 +#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 +#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 +#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 +#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 +#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 +#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +msgid "Unknown" +msgstr "অজানা" + +#: src/rc_formatters.py:116 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" +msgstr "" +"[{author}]({author_url}) [{article}]({edit_link}) কে সম্পাদিত করেছে{comment} " +"{bold}({sign}{edit_size}){bold}" + +#: src/rc_formatters.py:118 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" +msgstr "" +"[{author}]({author_url}) [{article}]({edit_link}) বানিয়েছে{comment} " +"{bold}({sign}{edit_size}){bold}" + +#: src/rc_formatters.py:121 +#, python-brace-format +msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}" +msgstr "[{author}]({author_url}) [{file}]({file_link}) আপলোড করেছে{comment}" + +#: src/rc_formatters.py:128 +#, python-brace-format +msgid "" +"[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}" +msgstr "" +"[{author}]({author_url}) [{file}]({file_link})এর একটি সংস্করণ পূর্ববত " +"করেছে{comment}" + +#: src/rc_formatters.py:132 +#, python-brace-format +msgid "" +"[{author}]({author_url}) uploaded a new version of [{file}]({file_link})" +"{comment}" +msgstr "" +"[{author}]({author_url}) [{file}]({file_link})এর একটি নতুন সংস্করণ আপলোড " +"করেছে{comment}" + +#: src/rc_formatters.py:135 +#, python-brace-format +msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}" +msgstr "[{author}]({author_url}) [{page}]({page_link})কে ডিলিট করেছে{comment}" + +#: src/rc_formatters.py:141 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted redirect by overwriting [{page}]" +"({page_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:147 src/rc_formatters.py:152 +msgid "without making a redirect" +msgstr "" + +#: src/rc_formatters.py:147 src/rc_formatters.py:153 +msgid "with a redirect" +msgstr "" + +#: src/rc_formatters.py:148 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]" +"({target_url}) {made_a_redirect}{comment}" +msgstr "" + +#: src/rc_formatters.py:154 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved {redirect}*{article}* over redirect to " +"[{target}]({target_url}) {made_a_redirect}{comment}" +msgstr "" + +#: src/rc_formatters.py:159 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved protection settings from {redirect}*{article}" +"* to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:170 src/rc_formatters.py:823 +msgid "for infinity and beyond" +msgstr "" + +#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#, python-brace-format +msgid "for {num} {translated_length}" +msgstr "" + +#: src/rc_formatters.py:185 src/rc_formatters.py:835 +msgid "until {}" +msgstr "" + +#: src/rc_formatters.py:189 +msgid " on pages: " +msgstr "" + +#: src/rc_formatters.py:196 src/rc_formatters.py:849 +msgid " and namespaces: " +msgstr "" + +#: src/rc_formatters.py:198 +msgid " on namespaces: " +msgstr "" + +#: src/rc_formatters.py:210 +#, python-brace-format +msgid "" +"[{author}]({author_url}) blocked [{user}]({user_url}) {time}" +"{restriction_desc}{comment}" +msgstr "" + +#: src/rc_formatters.py:214 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed block settings for [{blocked_user}]" +"({user_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:218 +#, python-brace-format +msgid "" +"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:223 +#, python-brace-format +msgid "" +"[{author}]({author_url}) left a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:225 +#, python-brace-format +msgid "" +"[{author}]({author_url}) left a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:231 +#, python-brace-format +msgid "" +"[{author}]({author_url}) replied to a [comment]({comment}) on {target}'s " +"profile" +msgstr "" + +#: src/rc_formatters.py:237 +#, python-brace-format +msgid "" +"[{author}]({author_url}) replied to a [comment]({comment}) on their own " +"profile" +msgstr "" + +#: src/rc_formatters.py:245 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:251 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:257 +#, python-brace-format +msgid "[{author}]({author_url}) purged a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:259 +#, python-brace-format +msgid "[{author}]({author_url}) purged a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:267 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:269 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:274 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the {field} on [{target}]({target_url})'s " +"profile. *({desc})*" +msgstr "" + +#: src/rc_formatters.py:281 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the {field} on [their own]({target_url}) " +"profile. *({desc})*" +msgstr "" + +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 +#: src/rc_formatters.py:947 +msgid "none" +msgstr "" + +#: src/rc_formatters.py:301 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed group membership for [{target}]" +"({target_url}) from {old_groups} to {new_groups}{comment}" +msgstr "" + +#: src/rc_formatters.py:303 +#, python-brace-format +msgid "" +"{author} autopromoted [{target}]({target_url}) from {old_groups} to " +"{new_groups}{comment}" +msgstr "" + +#: src/rc_formatters.py:304 src/rc_formatters.py:933 +msgid "System" +msgstr "" + +#: src/rc_formatters.py:309 +#, python-brace-format +msgid "" +"[{author}]({author_url}) protected [{article}]({article_url}) with the " +"following settings: {settings}{comment}" +msgstr "" + +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 +#: src/rc_formatters.py:961 +msgid " [cascading]" +msgstr "" + +#: src/rc_formatters.py:316 +#, python-brace-format +msgid "" +"[{author}]({author_url}) modified protection settings of [{article}]" +"({article_url}) to: {settings}{comment}" +msgstr "" + +#: src/rc_formatters.py:323 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed protection from [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:327 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed visibility of revision on page [{article}]" +"({article_url}){comment}" +msgid_plural "" +"[{author}]({author_url}) changed visibility of {amount} revisions on page " +"[{article}]({article_url}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:340 +#, python-brace-format +msgid "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revision{comment}" +msgid_plural "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revisions{comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:345 +#, python-brace-format +msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:347 +#, python-brace-format +msgid "[{author}]({author_url}) changed visibility of log events{comment}" +msgstr "" + +#: src/rc_formatters.py:359 +#, python-brace-format +msgid "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revision from [{source}]({source_url}){comment}" +msgid_plural "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revisions from [{source}]({source_url}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:364 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})" +msgstr "" + +#: src/rc_formatters.py:368 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})" +msgstr "" + +#: src/rc_formatters.py:372 +#, python-brace-format +msgid "" +"[{author}]({author_url}) merged revision histories of [{article}]" +"({article_url}) into [{dest}]({dest_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:375 +#, python-brace-format +msgid "Account [{author}]({author_url}) was created automatically" +msgstr "" + +#: src/rc_formatters.py:377 src/rc_formatters.py:385 +#, python-brace-format +msgid "Account [{author}]({author_url}) was created" +msgstr "" + +#: src/rc_formatters.py:380 +#, python-brace-format +msgid "" +"Account [{article}]({article_url}) was created by [{author}]({author_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:383 +#, python-brace-format +msgid "" +"Account [{article}]({article_url}) was created by [{author}]({author_url}) " +"and password was sent by email{comment}" +msgstr "" + +#: src/rc_formatters.py:388 +#, python-brace-format +msgid "" +"[{author}]({author_url}) added an entry to the [interwiki table]" +"({table_url}) pointing to {website} with {prefix} prefix" +msgstr "" + +#: src/rc_formatters.py:394 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) " +"pointing to {website} with {prefix} prefix" +msgstr "" + +#: src/rc_formatters.py:400 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})" +msgstr "" + +#: src/rc_formatters.py:403 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the content model of the page [{article}]" +"({article_url}) from {old} to {new}{comment}" +msgstr "" + +#: src/rc_formatters.py:407 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the sprite for [{article}]({article_url})" +msgstr "" + +#: src/rc_formatters.py:410 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created the sprite sheet for [{article}]" +"({article_url})" +msgstr "" + +#: src/rc_formatters.py:413 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the slice for [{article}]({article_url})" +msgstr "" + +#: src/rc_formatters.py:418 +#, python-brace-format +msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:420 +#, python-brace-format +msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:425 +#, python-brace-format +msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:430 +#, python-brace-format +msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:433 +#, python-brace-format +msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:437 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:441 +#, python-brace-format +msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:444 +#, python-brace-format +msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:446 +#, python-brace-format +msgid "[{author}]({author_url}) changed wiki settings{reason}" +msgstr "" + +#: src/rc_formatters.py:448 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:451 +#, python-brace-format +msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:454 +#, python-brace-format +msgid "" +"[{author}]({author_url}) modified a namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:459 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:465 +#, python-brace-format +msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:469 +#, python-brace-format +msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:473 +#, python-brace-format +msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:484 +#, python-brace-format +msgid "" +"[{author}]({author_url}) marked [{article}]({article_url}) for " +"translation{comment}" +msgstr "" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed [{article}]({article_url}) from the " +"translation system{comment}" +msgstr "" + +#: src/rc_formatters.py:498 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed moving translation pages from *{article}* " +"to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:506 +#, python-brace-format +msgid "" +"[{author}]({author_url}) encountered a problem while moving [{article}]" +"({article_url}) to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:514 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed deletion of translatable page [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:522 +#, python-brace-format +msgid "" +"[{author}]({author_url}) failed to delete [{article}]({article_url}) which " +"belongs to translatable page [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:530 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed deletion of translation page [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:538 +#, python-brace-format +msgid "" +"[{author}]({author_url}) failed to delete [{article}]({article_url}) which " +"belongs to translation page [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:546 +#, python-brace-format +msgid "" +"[{author}]({author_url}) encouraged translation of [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:553 +#, python-brace-format +msgid "" +"[{author}]({author_url}) discouraged translation of [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:563 +#, python-brace-format +msgid "" +"[{author}]({author_url}) limited languages for [{article}]({article_url}) to " +"`{languages}`{comment}" +msgstr "" + +#: src/rc_formatters.py:569 +#, python-brace-format +msgid "" +"[{author}]({author_url}) set the priority languages for [{article}]" +"({article_url}) to `{languages}`{comment}" +msgstr "" + +#: src/rc_formatters.py:575 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed priority languages from [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:582 +#, python-brace-format +msgid "" +"[{author}]({author_url}) added translatable page [{article}]({article_url}) " +"to aggregate group \"{group}\"{comment}" +msgstr "" + +#: src/rc_formatters.py:589 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed translatable page [{article}]" +"({article_url}) from aggregate group \"{group}\"{comment}" +msgstr "" + +#: src/rc_formatters.py:601 +#, python-brace-format +msgid "" +"[{author}]({author_url}) reviewed translation [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:609 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the state of `{language}` translations of " +"[{article}]({article_url}) from `{old_state}` to `{new_state}`{comment}" +msgstr "" + +#: src/rc_formatters.py:616 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the state of `{language}` translations of " +"[{article}]({article_url}) to `{new_state}`{comment}" +msgstr "" + +#: src/rc_formatters.py:625 +#, python-brace-format +msgid "" +"[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " +"[{new_name}]({link}){comment}" +msgid_plural "" +"[{author}]({author_url}) renamed user *{old_name}* with {edits} edits to " +"[{new_name}]({link}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:630 +#, python-brace-format +msgid "" +"[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:634 +msgid "An action has been hidden by administration." +msgstr "" + +#: src/rc_formatters.py:641 +#, python-brace-format +msgid "" +"Unknown event `{event}` by [{author}]({author_url}), report it on the " +"[support server](<{support}>)." +msgstr "" + +#: src/rc_formatters.py:649 +#, python-brace-format +msgid "{user} triggered \"{abuse_filter}\"" +msgstr "" + +#: src/rc_formatters.py:650 +msgid "Performed" +msgstr "" + +#: src/rc_formatters.py:651 +msgid "Action taken" +msgstr "" + +#: src/rc_formatters.py:652 +msgid "Title" +msgstr "" + +#: src/rc_formatters.py:661 src/rc_formatters.py:948 +msgid "No description provided" +msgstr "" + +#: src/rc_formatters.py:685 +msgid "(N!) " +msgstr "" + +#: src/rc_formatters.py:686 +msgid "m" +msgstr "" + +#: src/rc_formatters.py:686 +msgid "b" +msgstr "" + +#: src/rc_formatters.py:703 src/rc_formatters.py:708 +msgid "__Only whitespace__" +msgstr "" + +#: src/rc_formatters.py:713 +msgid "Removed" +msgstr "" + +#: src/rc_formatters.py:715 +msgid "Added" +msgstr "" + +#: src/rc_formatters.py:749 src/rc_formatters.py:788 +msgid "Options" +msgstr "" + +#: src/rc_formatters.py:749 +#, python-brace-format +msgid "([preview]({link}) | [undo]({undolink}))" +msgstr "" + +#: src/rc_formatters.py:754 +#, python-brace-format +msgid "Uploaded a new version of {name}" +msgstr "" + +#: src/rc_formatters.py:756 +#, python-brace-format +msgid "Reverted a version of {name}" +msgstr "" + +#: src/rc_formatters.py:758 +#, python-brace-format +msgid "Uploaded {name}" +msgstr "" + +#: src/rc_formatters.py:774 +msgid "**No license!**" +msgstr "" + +#: src/rc_formatters.py:786 +msgid "" +"\n" +"License: {}" +msgstr "" + +#: src/rc_formatters.py:788 +#, python-brace-format +msgid "([preview]({link}))" +msgstr "" + +#: src/rc_formatters.py:793 +#, python-brace-format +msgid "Deleted page {article}" +msgstr "" + +#: src/rc_formatters.py:798 +#, python-brace-format +msgid "Deleted redirect {article} by overwriting" +msgstr "" + +#: src/rc_formatters.py:804 +msgid "No redirect has been made" +msgstr "" + +#: src/rc_formatters.py:805 +msgid "A redirect has been made" +msgstr "" + +#: src/rc_formatters.py:806 +#, python-brace-format +msgid "Moved {redirect}{article} to {target}" +msgstr "" + +#: src/rc_formatters.py:809 +#, python-brace-format +msgid "Moved {redirect}{article} to {title} over redirect" +msgstr "" + +#: src/rc_formatters.py:813 +#, python-brace-format +msgid "Moved protection settings from {redirect}{article} to {title}" +msgstr "" + +#: src/rc_formatters.py:837 +msgid "unknown expiry time" +msgstr "" + +#: src/rc_formatters.py:842 +msgid "Blocked from editing the following pages: " +msgstr "" + +#: src/rc_formatters.py:851 +msgid "Blocked from editing pages on following namespaces: " +msgstr "" + +#: src/rc_formatters.py:862 +msgid "Partial block details" +msgstr "" + +#: src/rc_formatters.py:863 +#, python-brace-format +msgid "Blocked {blocked_user} {time}" +msgstr "" + +#: src/rc_formatters.py:867 +#, python-brace-format +msgid "Changed block settings for {blocked_user}" +msgstr "" + +#: src/rc_formatters.py:871 +#, python-brace-format +msgid "Unblocked {blocked_user}" +msgstr "" + +#: src/rc_formatters.py:878 +#, python-brace-format +msgid "Left a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:880 +msgid "Left a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:887 +#, python-brace-format +msgid "Replied to a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:889 +msgid "Replied to a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:896 +#, python-brace-format +msgid "Edited a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:898 +msgid "Edited a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:903 +#, python-brace-format +msgid "Edited {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:905 +msgid "Edited their own profile" +msgstr "" + +#: src/rc_formatters.py:907 +#, python-brace-format +msgid "Cleared the {field} field" +msgstr "" + +#: src/rc_formatters.py:909 +#, python-brace-format +msgid "{field} field changed to: {desc}" +msgstr "" + +#: src/rc_formatters.py:914 +#, python-brace-format +msgid "Purged a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:916 +msgid "Purged a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:924 +#, python-brace-format +msgid "Deleted a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:926 +msgid "Deleted a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:930 +#, python-brace-format +msgid "Changed group membership for {target}" +msgstr "" + +#: src/rc_formatters.py:934 +#, python-brace-format +msgid "{target} got autopromoted to a new usergroup" +msgstr "" + +#: src/rc_formatters.py:949 +#, python-brace-format +msgid "Groups changed from {old_groups} to {new_groups}{reason}" +msgstr "" + +#: src/rc_formatters.py:953 +#, python-brace-format +msgid "Protected {target}" +msgstr "" + +#: src/rc_formatters.py:959 +#, python-brace-format +msgid "Changed protection level for {article}" +msgstr "" + +#: src/rc_formatters.py:965 +#, python-brace-format +msgid "Removed protection from {article}" +msgstr "" + +#: src/rc_formatters.py:969 +#, python-brace-format +msgid "Changed visibility of revision on page {article} " +msgid_plural "Changed visibility of {amount} revisions on page {article} " +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:981 +#, python-brace-format +msgid "Imported {article} with {count} revision" +msgid_plural "Imported {article} with {count} revisions" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:986 +#, python-brace-format +msgid "Restored {article}" +msgstr "" + +#: src/rc_formatters.py:989 +msgid "Changed visibility of log events" +msgstr "" + +#: src/rc_formatters.py:999 +#, python-brace-format +msgid "Imported {article} with {count} revision from \"{source}\"" +msgid_plural "Imported {article} with {count} revisions from \"{source}\"" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1004 +#, python-brace-format +msgid "Edited abuse filter number {number}" +msgstr "" + +#: src/rc_formatters.py:1007 +#, python-brace-format +msgid "Created abuse filter number {number}" +msgstr "" + +#: src/rc_formatters.py:1010 +#, python-brace-format +msgid "Merged revision histories of {article} into {dest}" +msgstr "" + +#: src/rc_formatters.py:1014 +msgid "Created account automatically" +msgstr "" + +#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +msgid "Created account" +msgstr "" + +#: src/rc_formatters.py:1020 +#, python-brace-format +msgid "Created account {article}" +msgstr "" + +#: src/rc_formatters.py:1023 +#, python-brace-format +msgid "Created account {article} and password was sent by email" +msgstr "" + +#: src/rc_formatters.py:1029 +msgid "Added an entry to the interwiki table" +msgstr "" + +#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#, python-brace-format +msgid "Prefix: {prefix}, website: {website} | {desc}" +msgstr "" + +#: src/rc_formatters.py:1035 +msgid "Edited an entry in interwiki table" +msgstr "" + +#: src/rc_formatters.py:1041 +msgid "Deleted an entry in interwiki table" +msgstr "" + +#: src/rc_formatters.py:1042 +#, python-brace-format +msgid "Prefix: {prefix} | {desc}" +msgstr "" + +#: src/rc_formatters.py:1045 +#, python-brace-format +msgid "Changed the content model of the page {article}" +msgstr "" + +#: src/rc_formatters.py:1046 +#, python-brace-format +msgid "Model changed from {old} to {new}: {reason}" +msgstr "" + +#: src/rc_formatters.py:1051 +#, python-brace-format +msgid "Edited the sprite for {article}" +msgstr "" + +#: src/rc_formatters.py:1054 +#, python-brace-format +msgid "Created the sprite sheet for {article}" +msgstr "" + +#: src/rc_formatters.py:1057 +#, python-brace-format +msgid "Edited the slice for {article}" +msgstr "" + +#: src/rc_formatters.py:1063 +#, python-brace-format +msgid "Created the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1067 +#, python-brace-format +msgid "Deleted the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1074 +#, python-brace-format +msgid "Recreated the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1081 +#, python-brace-format +msgid "Replaced the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1085 +#, python-brace-format +msgid "Created a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1089 +#, python-brace-format +msgid "Deleted a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1093 +#, python-brace-format +msgid "Activated a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1096 +#, python-brace-format +msgid "Deactivated a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1099 +msgid "Changed wiki settings" +msgstr "" + +#: src/rc_formatters.py:1103 +#, python-brace-format +msgid "Deleted a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1106 +#, python-brace-format +msgid "Locked a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1109 +#, python-brace-format +msgid "Modified a \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 +msgid "Wiki" +msgstr "" + +#: src/rc_formatters.py:1113 +#, python-brace-format +msgid "Deleted a \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1119 +#, python-brace-format +msgid "Modified \"{usergroup_name}\" usergroup" +msgstr "" + +#: src/rc_formatters.py:1122 +#, python-brace-format +msgid "Restored a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1125 +#, python-brace-format +msgid "Unlocked a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1133 +#, python-brace-format +msgid "Marked \"{article}\" for translation" +msgstr "" + +#: src/rc_formatters.py:1136 +#, python-brace-format +msgid "Removed \"{article}\" from the translation system" +msgstr "" + +#: src/rc_formatters.py:1139 +#, python-brace-format +msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1142 +#, python-brace-format +msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1145 +#, python-brace-format +msgid "Completed deletion of translatable page \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1148 +#, python-brace-format +msgid "" +"Failed to delete \"{article}\" which belongs to translatable page " +"\"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1151 +#, python-brace-format +msgid "Completed deletion of translation page \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1154 +#, python-brace-format +msgid "" +"Failed to delete \"{article}\" which belongs to translation page \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1157 +#, python-brace-format +msgid "Encouraged translation of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1160 +#, python-brace-format +msgid "Discouraged translation of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Limited languages for \"{article}\" to `{languages}`" +msgstr "" + +#: src/rc_formatters.py:1168 +#, python-brace-format +msgid "Priority languages for \"{article}\" set to `{languages}`" +msgstr "" + +#: src/rc_formatters.py:1170 +#, python-brace-format +msgid "Removed priority languages from \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1173 +#, python-brace-format +msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" +msgstr "" + +#: src/rc_formatters.py:1176 +#, python-brace-format +msgid "" +"Removed translatable page \"{article}\" from aggregate group \"{group}\"" +msgstr "" + +#: src/rc_formatters.py:1183 +#, python-brace-format +msgid "Reviewed translation \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1186 +#, python-brace-format +msgid "Changed the state of `{language}` translations of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1188 +msgid "Old state" +msgstr "" + +#: src/rc_formatters.py:1189 +msgid "New state" +msgstr "" + +#: src/rc_formatters.py:1193 +#, python-brace-format +msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" +msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1195 +#, python-brace-format +msgid "Renamed user \"{old_name}\" to \"{new_name}\"" +msgstr "" + +#: src/rc_formatters.py:1199 +msgid "Action has been hidden by administration" +msgstr "" + +#: src/rc_formatters.py:1204 +#, python-brace-format +msgid "Unknown event `{event}`" +msgstr "" + +#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +msgid "Report this on the support server" +msgstr "" + +#: src/rc_formatters.py:1229 +msgid "Tags" +msgstr "" + +#: src/rc_formatters.py:1234 +msgid "**Added**: " +msgstr "" + +#: src/rc_formatters.py:1234 +msgid " and {} more\n" +msgstr "" + +#: src/rc_formatters.py:1235 +msgid "**Removed**: " +msgstr "" + +#: src/rc_formatters.py:1235 +msgid " and {} more" +msgstr "" + +#: src/rc_formatters.py:1236 +msgid "Changed categories" +msgstr "" diff --git a/locale/bn/LC_MESSAGES/redaction.mo b/locale/bn/LC_MESSAGES/redaction.mo new file mode 100644 index 0000000..410968f Binary files /dev/null and b/locale/bn/LC_MESSAGES/redaction.mo differ diff --git a/locale/bn/LC_MESSAGES/redaction.po b/locale/bn/LC_MESSAGES/redaction.po new file mode 100644 index 0000000..0231490 --- /dev/null +++ b/locale/bn/LC_MESSAGES/redaction.po @@ -0,0 +1,25 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: 2020-12-30 13:26+0000\n" +"Last-Translator: R4356th \n" +"Language-Team: Bengali \n" +"Language: bn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.2.1\n" + +#: src/discord/redaction.py:59 src/discord/redaction.py:62 +#: src/discord/redaction.py:67 +msgid "Removed" +msgstr "সরানো হয়েছে" diff --git a/locale/de/LC_MESSAGES/discussion_formatters.mo b/locale/de/LC_MESSAGES/discussion_formatters.mo index 50657e8..e393df6 100644 Binary files a/locale/de/LC_MESSAGES/discussion_formatters.mo and b/locale/de/LC_MESSAGES/discussion_formatters.mo differ diff --git a/locale/de/LC_MESSAGES/discussion_formatters.po b/locale/de/LC_MESSAGES/discussion_formatters.po index 6e3bce7..ab647c4 100644 --- a/locale/de/LC_MESSAGES/discussion_formatters.po +++ b/locale/de/LC_MESSAGES/discussion_formatters.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 14:13+0100\n" -"PO-Revision-Date: 2020-12-01 12:29+0000\n" -"Last-Translator: MarkusRost \n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" +"PO-Revision-Date: 2020-12-13 14:30+0000\n" +"Last-Translator: Frisk The Evil Goat Overlord \n" "Language-Team: German \n" "Language: de\n" @@ -19,11 +19,17 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 4.2.1\n" -#: src/discussion_formatters.py:25 src/discussion_formatters.py:81 +#: src/discussion_formatters.py:21 src/discussion_formatters.py:56 +#: src/discussion_formatters.py:67 src/discussion_formatters.py:95 +#: src/discussion_formatters.py:163 src/discussion_formatters.py:176 +msgid "unknown" +msgstr "Unbekannt" + +#: src/discussion_formatters.py:27 src/discussion_formatters.py:102 msgid "Unregistered user" msgstr "Nicht angemeldeter Benutzer" -#: src/discussion_formatters.py:34 +#: src/discussion_formatters.py:39 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " @@ -32,7 +38,7 @@ msgstr "" "[{author}]({author_url}) erstellte [{title}](<{url}f/p/{threadId}>) in " "{forumName}" -#: src/discussion_formatters.py:36 +#: src/discussion_formatters.py:42 #, python-brace-format msgid "" "[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " @@ -41,7 +47,7 @@ msgstr "" "[{author}]({author_url}) erstellte eine Umfrage [{title}](<{url}f/p/" "{threadId}>) in {forumName}" -#: src/discussion_formatters.py:38 +#: src/discussion_formatters.py:45 #, python-brace-format msgid "" "[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " @@ -50,7 +56,7 @@ msgstr "" "[{author}]({author_url}) erstellte ein Quiz [{title}](<{url}f/p/{threadId}>) " "in {forumName}" -#: src/discussion_formatters.py:43 +#: src/discussion_formatters.py:54 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " @@ -59,23 +65,18 @@ msgstr "" "[{author}]({author_url}) erstellte eine [Antwort](<{url}f/p/{threadId}/r/" "{postId}>) zu [{title}](<{url}f/p/{threadId}>) in {forumName}" -#: src/discussion_formatters.py:45 src/discussion_formatters.py:54 -#: src/discussion_formatters.py:137 src/discussion_formatters.py:150 -msgid "unknown" -msgstr "Unbekannt" - -#: src/discussion_formatters.py:49 +#: src/discussion_formatters.py:61 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" "{user_wall}?threadId={threadId}>) on [{user}'s Message Wall](<{url}wiki/" "Message_Wall:{user_wall}>)" msgstr "" -"[{author}]({author_url}) erstellte [{title}](<{wikiurl}wiki/Message_Wall:" +"[{author}]({author_url}) erstellte [{title}](<{url}wiki/Message_Wall:" "{user_wall}?threadId={threadId}>) auf der [Nachrichtenseite von {user}]" "(<{url}wiki/Message_Wall:{user_wall}>)" -#: src/discussion_formatters.py:51 +#: src/discussion_formatters.py:64 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" @@ -88,7 +89,7 @@ msgstr "" "Message_Wall:{user_wall}?threadId={threadId}>) auf der [Nachrichtenseite von " "{user}](<{url}wiki/Message_Wall:{user_wall}>)" -#: src/discussion_formatters.py:57 +#: src/discussion_formatters.py:72 #, python-brace-format msgid "" "[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " @@ -97,7 +98,7 @@ msgstr "" "[{author}]({author_url}) erstellte ein [Kommentar](<{url}?" "commentId={commentId}>) zu [{article}](<{url}>)" -#: src/discussion_formatters.py:62 +#: src/discussion_formatters.py:78 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}?commentId={commentId}" @@ -108,7 +109,7 @@ msgstr "" "commentId={commentId}&replyId={replyId}>) auf ein [Kommentar](<{url}?" "commentId={commentId}>) zu [{article}](<{url}>)" -#: src/discussion_formatters.py:70 +#: src/discussion_formatters.py:86 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " @@ -117,68 +118,68 @@ msgstr "" "Unbekanntes Event `{event}` von [{author}]({author_url}), melde es auf dem " "[Support-Server](<{support}>)." -#: src/discussion_formatters.py:98 +#: src/discussion_formatters.py:123 #, python-brace-format msgid "Created \"{title}\"" msgstr "Erstellte „{title}“" -#: src/discussion_formatters.py:102 +#: src/discussion_formatters.py:127 #, python-brace-format msgid "Created a poll \"{title}\"" msgstr "Erstellte eine Umfrage „{title}“" -#: src/discussion_formatters.py:109 +#: src/discussion_formatters.py:134 msgid "Option {}" msgstr "Option {}" -#: src/discussion_formatters.py:110 +#: src/discussion_formatters.py:135 #, python-brace-format msgid "__[View image]({image_url})__" msgstr "__[Bild öffnen]({image_url})__" -#: src/discussion_formatters.py:114 +#: src/discussion_formatters.py:139 #, python-brace-format msgid "Created a quiz \"{title}\"" msgstr "Erstellte ein Quiz „{title}“" -#: src/discussion_formatters.py:129 src/discussion_formatters.py:131 +#: src/discussion_formatters.py:155 src/discussion_formatters.py:157 msgid "Tags" msgstr "Tags" -#: src/discussion_formatters.py:129 +#: src/discussion_formatters.py:155 msgid "{} tags" msgstr "{} Tags" -#: src/discussion_formatters.py:134 +#: src/discussion_formatters.py:160 #, python-brace-format msgid "Replied to \"{title}\"" msgstr "Antwortete auf „{title}“" -#: src/discussion_formatters.py:143 +#: src/discussion_formatters.py:169 #, python-brace-format msgid "Created \"{title}\" on {user}'s Message Wall" msgstr "Erstellte „{title}“ auf der Nachrichtenseite von {user}" -#: src/discussion_formatters.py:147 +#: src/discussion_formatters.py:173 #, python-brace-format msgid "Replied to \"{title}\" on {user}'s Message Wall" msgstr "Antwortete auf „{title}“ auf der Nachrichtenseite von {user}" -#: src/discussion_formatters.py:154 +#: src/discussion_formatters.py:180 #, python-brace-format msgid "Commented on {article}" msgstr "Kommentierte zu „{article}“" -#: src/discussion_formatters.py:158 +#: src/discussion_formatters.py:184 #, python-brace-format msgid "Replied to a comment on {article}" msgstr "Antwortete auf ein Kommentar zu „{article}“" -#: src/discussion_formatters.py:162 +#: src/discussion_formatters.py:188 #, python-brace-format msgid "Unknown event `{event}`" msgstr "Unbekanntes Event `{event}`" -#: src/discussion_formatters.py:168 src/discussion_formatters.py:170 +#: src/discussion_formatters.py:194 src/discussion_formatters.py:196 msgid "Report this on the support server" msgstr "Melde es auf dem Support-Server" diff --git a/locale/de/LC_MESSAGES/rc.po b/locale/de/LC_MESSAGES/rc.po index d952653..cb67555 100644 --- a/locale/de/LC_MESSAGES/rc.po +++ b/locale/de/LC_MESSAGES/rc.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-08-03 13:44+0000\n" "Last-Translator: MarkusRost <>\n" "Language-Team: German \n" "Language-Team: German \n" @@ -39,7 +39,7 @@ msgstr "Aktion verhindert" #: src/rc_formatters.py:28 msgid "**IP range blocked**" -msgstr "IP-Adressbereich gesperrt" +msgstr "**IP-Adressbereich gesperrt**" #: src/rc_formatters.py:28 msgid "Throttled actions" @@ -97,14 +97,14 @@ msgstr "" "Maßnahmen: {result}." #: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 -#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 -#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 -#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 -#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 -#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 -#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 -#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 -#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +#: src/rc_formatters.py:457 src/rc_formatters.py:460 src/rc_formatters.py:463 +#: src/rc_formatters.py:464 src/rc_formatters.py:469 src/rc_formatters.py:470 +#: src/rc_formatters.py:478 src/rc_formatters.py:482 src/rc_formatters.py:682 +#: src/rc_formatters.py:683 src/rc_formatters.py:684 src/rc_formatters.py:1141 +#: src/rc_formatters.py:1144 src/rc_formatters.py:1147 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1152 +#: src/rc_formatters.py:1154 src/rc_formatters.py:1160 +#: src/rc_formatters.py:1163 src/rc_formatters.py:1255 msgid "Unknown" msgstr "Unbekannt" @@ -114,8 +114,8 @@ msgid "" "[{author}]({author_url}) edited [{article}]({edit_link}){comment} {bold}" "({sign}{edit_size}){bold}" msgstr "" -"[{author}]({author_url}) bearbeitete [{article}]({edit_link}){comment} " -"{bold}({sign}{edit_size}){bold}" +"[{author}]({author_url}) bearbeitete [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" #: src/rc_formatters.py:118 #, python-brace-format @@ -123,8 +123,8 @@ msgid "" "[{author}]({author_url}) created [{article}]({edit_link}){comment} {bold}" "({sign}{edit_size}){bold}" msgstr "" -"[{author}]({author_url}) erstellte [{article}]({edit_link}){comment} " -"{bold}({sign}{edit_size}){bold}" +"[{author}]({author_url}) erstellte [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" #: src/rc_formatters.py:121 #, python-brace-format @@ -197,16 +197,16 @@ msgstr "" "[{author}]({author_url}) verschob die Schutzeinstellungen von {redirect}" "*{article}* nach [{target}]({target_url}){comment}" -#: src/rc_formatters.py:170 src/rc_formatters.py:823 +#: src/rc_formatters.py:170 src/rc_formatters.py:855 msgid "for infinity and beyond" msgstr "für alle Ewigkeit" -#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#: src/rc_formatters.py:179 src/rc_formatters.py:863 #, python-brace-format msgid "for {num} {translated_length}" msgstr "für {num} {translated_length}" -#: src/rc_formatters.py:185 src/rc_formatters.py:835 +#: src/rc_formatters.py:185 src/rc_formatters.py:867 msgid "until {}" msgstr "bis {}" @@ -214,7 +214,7 @@ msgstr "bis {}" msgid " on pages: " msgstr " auf Seiten: " -#: src/rc_formatters.py:196 src/rc_formatters.py:849 +#: src/rc_formatters.py:196 src/rc_formatters.py:881 msgid " and namespaces: " msgstr " und Namensräumen: " @@ -343,11 +343,11 @@ msgid "" "[{author}]({author_url}) edited the {field} on [their own]({target_url}) " "profile. *({desc})*" msgstr "" -"[{author}]({author_url}) bearbeitete den {field} auf dem [eigenen " -"Profil]({target_url}). *({desc})*" +"[{author}]({author_url}) bearbeitete den {field} auf dem [eigenen Profil]" +"({target_url}). *({desc})*" -#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 -#: src/rc_formatters.py:947 +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:977 +#: src/rc_formatters.py:979 msgid "none" msgstr "keine" @@ -369,7 +369,7 @@ msgstr "" "{author} änderte die Benutzergruppen für [{target}]({target_url}) " "automatisch von {old_groups} zu {new_groups}{comment}" -#: src/rc_formatters.py:304 src/rc_formatters.py:933 +#: src/rc_formatters.py:304 src/rc_formatters.py:965 msgid "System" msgstr "System" @@ -382,8 +382,8 @@ msgstr "" "[{author}]({author_url}) schützte [{article}]({article_url}) {settings}" "{comment}" -#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 -#: src/rc_formatters.py:961 +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:987 +#: src/rc_formatters.py:993 msgid " [cascading]" msgstr " [kaskadierend]" @@ -551,11 +551,20 @@ msgstr "" #: src/rc_formatters.py:407 #, python-brace-format msgid "" +"[{author}]({author_url}) created the page [{article}]({article_url}) using a " +"non-default content model {new}{comment}" +msgstr "" +"[{author}]({author_url}) erstellte die Seite [{article}]({article_url}) mit " +"dem Inhaltsmodell {new}{comment}" + +#: src/rc_formatters.py:410 +#, python-brace-format +msgid "" "[{author}]({author_url}) edited the sprite for [{article}]({article_url})" msgstr "" "[{author}]({author_url}) änderte das Sprite für [{article}]({article_url})" -#: src/rc_formatters.py:410 +#: src/rc_formatters.py:413 #, python-brace-format msgid "" "[{author}]({author_url}) created the sprite sheet for [{article}]" @@ -564,81 +573,100 @@ msgstr "" "[{author}]({author_url}) erstellte das Sprite-sheet für [{article}]" "({article_url})" -#: src/rc_formatters.py:413 +#: src/rc_formatters.py:416 #, python-brace-format msgid "" "[{author}]({author_url}) edited the slice for [{article}]({article_url})" msgstr "" "[{author}]({author_url}) änderte das Stück für [{article}]({article_url})" -#: src/rc_formatters.py:418 +#: src/rc_formatters.py:421 #, python-brace-format msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) erstellte die Cargo-Tabelle „{table}“" -#: src/rc_formatters.py:420 +#: src/rc_formatters.py:423 #, python-brace-format msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) löschte die Cargo-Tabelle „{table}“" -#: src/rc_formatters.py:425 +#: src/rc_formatters.py:428 #, python-brace-format msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) erstellte die Cargo-Tabelle „{table}“ neu" -#: src/rc_formatters.py:430 +#: src/rc_formatters.py:433 #, python-brace-format msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) ersetzte die Cargo-Tabelle „{table}“" -#: src/rc_formatters.py:433 -#, python-brace-format -msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:436 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) created the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" "[{author}]({author_url}) erstellte eine [Markierung]({tag_url}) „{tag}“" -#: src/rc_formatters.py:437 -#, python-brace-format -msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:441 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) löschte eine [Markierung]({tag_url}) „{tag}“" -#: src/rc_formatters.py:441 -#, python-brace-format -msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:443 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revision or log entry{comment}" +msgid_plural "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revisions and/or log entries{comment}" +msgstr[0] "" +"[{author}]({author_url}) importierte [{article}]({article_url}) mit einer " +"Version{comment}" +msgstr[1] "" +"[{author}]({author_url}) importierte [{article}]({article_url}) mit {count} " +"Versionen{comment}" + +#: src/rc_formatters.py:449 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) activated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" "[{author}]({author_url}) aktivierte eine [Markierung]({tag_url}) „{tag}“" -#: src/rc_formatters.py:444 -#, python-brace-format -msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:452 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deactivated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" "[{author}]({author_url}) deaktivierte eine [Markierung]({tag_url}) „{tag}“" -#: src/rc_formatters.py:446 +#: src/rc_formatters.py:454 #, python-brace-format msgid "[{author}]({author_url}) changed wiki settings{reason}" msgstr "[{author}]({author_url}) änderte Wiki-Einstellungen{reason}" -#: src/rc_formatters.py:448 +#: src/rc_formatters.py:456 #, python-brace-format msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" msgstr "[{author}]({author_url}) löschte das Wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:451 +#: src/rc_formatters.py:459 #, python-brace-format msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" msgstr "[{author}]({author_url}) sperrte das Wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:454 -#, python-brace-format +#: src/rc_formatters.py:462 +#, fuzzy, python-brace-format msgid "" -"[{author}]({author_url}) modified a namespace *{namespace_name}* on " +"[{author}]({author_url}) modified namespace *{namespace_name}* on " "*{wiki_name}*{comment}" msgstr "" "[{author}]({author_url}) bearbeitete den Namensraum *{namespace_name}* für " "*{wiki_name}*{comment}" -#: src/rc_formatters.py:459 +#: src/rc_formatters.py:467 #, python-brace-format msgid "" "[{author}]({author_url}) deleted a namespace *{namespace_name}* on " @@ -647,25 +675,34 @@ msgstr "" "[{author}]({author_url}) löschte den Namesraum *{namespace_name}* für " "*{wiki_name}*{comment}" -#: src/rc_formatters.py:465 +#: src/rc_formatters.py:473 #, python-brace-format msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" msgstr "" "[{author}]({author_url}) bearbeitete die Benutzergruppe *{group_name}" "*{comment}" -#: src/rc_formatters.py:469 -#, python-brace-format -msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" -msgstr "" -"[{author}]({author_url}) stellte das Wiki *{wiki_name}* wieder her{comment}" +#: src/rc_formatters.py:477 +#, fuzzy, python-brace-format +msgid "[{author}]({author_url}) undeleted a wiki *{wiki_name}*{comment}" +msgstr "[{author}]({author_url}) löschte das Wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:473 +#: src/rc_formatters.py:481 #, python-brace-format msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" msgstr "[{author}]({author_url}) entsperrte das Wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:484 +#: src/rc_formatters.py:486 +#, python-brace-format +msgid "[{author}]({author_url}) generated *{file}* dump{comment}" +msgstr "[{author}]({author_url}) generierte *{file}* Dump{comment}" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "[{author}]({author_url}) deleted *{file}* dump{comment}" +msgstr "[{author}]({author_url}) löschte *{file}* Dump{comment}" + +#: src/rc_formatters.py:502 #, python-brace-format msgid "" "[{author}]({author_url}) marked [{article}]({article_url}) for " @@ -674,7 +711,7 @@ msgstr "" "[{author}]({author_url}) markierte [{article}]({article_url}) zur " "Übersetzung{comment}" -#: src/rc_formatters.py:491 +#: src/rc_formatters.py:509 #, python-brace-format msgid "" "[{author}]({author_url}) removed [{article}]({article_url}) from the " @@ -683,7 +720,7 @@ msgstr "" "[{author}]({author_url}) entfernte [{article}]({article_url}) aus dem " "Übersetzungssystem{comment}" -#: src/rc_formatters.py:498 +#: src/rc_formatters.py:516 #, python-brace-format msgid "" "[{author}]({author_url}) completed moving translation pages from *{article}* " @@ -692,7 +729,7 @@ msgstr "" "[{author}]({author_url}) schloss die Umbenennung der übersetzbaren Seite von " "*{article}* nach [{target}]({target_url}) ab{comment}" -#: src/rc_formatters.py:506 +#: src/rc_formatters.py:524 #, python-brace-format msgid "" "[{author}]({author_url}) encountered a problem while moving [{article}]" @@ -701,7 +738,7 @@ msgstr "" "[{author}]({author_url}) hatte ein Problem beim Verschieben der Seite von " "[{article}]({article_url}) nach [{target}]({target_url}){comment}" -#: src/rc_formatters.py:514 +#: src/rc_formatters.py:532 #, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translatable page [{article}]" @@ -710,7 +747,7 @@ msgstr "" "[{author}]({author_url}) schloss die Löschung der übersetzbaren Seite " "[{article}]({article_url}) ab{comment}" -#: src/rc_formatters.py:522 +#: src/rc_formatters.py:540 #, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " @@ -719,7 +756,7 @@ msgstr "" "[{author}]({author_url}) konnte die Seite [{article}]({article_url}) nicht " "löschen, die zur übersetzbaren Seite [{target}]({target_url}) gehört{comment}" -#: src/rc_formatters.py:530 +#: src/rc_formatters.py:548 #, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translation page [{article}]" @@ -728,7 +765,7 @@ msgstr "" "[{author}]({author_url}) schloss die Löschung der Übersetzungsseite " "[{article}]({article_url}) ab{comment}" -#: src/rc_formatters.py:538 +#: src/rc_formatters.py:556 #, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " @@ -737,81 +774,79 @@ msgstr "" "[{author}]({author_url}) konnte die Seite [{article}]({article_url}) nicht " "löschen, die zur Übersetzungsseite [{target}]({target_url}) gehört{comment}" -#: src/rc_formatters.py:546 +#: src/rc_formatters.py:564 #, python-brace-format msgid "" "[{author}]({author_url}) encouraged translation of [{article}]({article_url})" "{comment}" msgstr "" -"[{author}]({author_url}) empfahl die Übersetzung der Seite " -"[{article}]({article_url}){comment}" +"[{author}]({author_url}) empfahl die Übersetzung der Seite [{article}]" +"({article_url}){comment}" -#: src/rc_formatters.py:553 +#: src/rc_formatters.py:571 #, python-brace-format msgid "" "[{author}]({author_url}) discouraged translation of [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) riet von der Übersetzung der Seite " -"[{article}]({article_url}) ab{comment}" +"[{author}]({author_url}) riet von der Übersetzung der Seite [{article}]" +"({article_url}) ab{comment}" -#: src/rc_formatters.py:563 +#: src/rc_formatters.py:581 #, python-brace-format msgid "" "[{author}]({author_url}) limited languages for [{article}]({article_url}) to " "`{languages}`{comment}" msgstr "" -"[{author}]({author_url}) begrenzte die Sprachen für " -"[{article}]({article_url}) auf `{languages}`{comment}" +"[{author}]({author_url}) begrenzte die Sprachen für [{article}]" +"({article_url}) auf `{languages}`{comment}" -#: src/rc_formatters.py:569 +#: src/rc_formatters.py:587 #, python-brace-format msgid "" "[{author}]({author_url}) set the priority languages for [{article}]" "({article_url}) to `{languages}`{comment}" msgstr "" -"[{author}]({author_url}) legte die priorisierten Sprachen für " -"[{article}]({article_url}) auf `{languages}` fest{comment}" +"[{author}]({author_url}) legte die priorisierten Sprachen für [{article}]" +"({article_url}) auf `{languages}` fest{comment}" -#: src/rc_formatters.py:575 +#: src/rc_formatters.py:593 #, python-brace-format msgid "" "[{author}]({author_url}) removed priority languages from [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) entfernte die priorisierten Sprachen von " -"[{article}]({article_url}){comment}" +"[{author}]({author_url}) entfernte die priorisierten Sprachen von [{article}]" +"({article_url}){comment}" -#: src/rc_formatters.py:582 +#: src/rc_formatters.py:600 #, python-brace-format msgid "" "[{author}]({author_url}) added translatable page [{article}]({article_url}) " "to aggregate group \"{group}\"{comment}" msgstr "" -"[{author}]({author_url}) fügte die übersetzbare Seite " -"[{article}]({article_url}) zur zusammenfassenden Gruppe „{group}“ " -"hinzu{comment}" +"[{author}]({author_url}) fügte die übersetzbare Seite [{article}]" +"({article_url}) zur zusammenfassenden Gruppe „{group}“ hinzu{comment}" -#: src/rc_formatters.py:589 +#: src/rc_formatters.py:607 #, python-brace-format msgid "" "[{author}]({author_url}) removed translatable page [{article}]" "({article_url}) from aggregate group \"{group}\"{comment}" msgstr "" -"[{author}]({author_url}) entfernte die übersetzbare Seite " -"[{article}]({article_url}) von der zusammenfassenden Gruppe " -"„{group}“{comment}" +"[{author}]({author_url}) entfernte die übersetzbare Seite [{article}]" +"({article_url}) von der zusammenfassenden Gruppe „{group}“{comment}" -#: src/rc_formatters.py:601 +#: src/rc_formatters.py:619 #, python-brace-format msgid "" "[{author}]({author_url}) reviewed translation [{article}]({article_url})" "{comment}" msgstr "" -"[{author}]({author_url}) überprüfte die Übersetzung " -"[{article}]({article_url}){comment}" +"[{author}]({author_url}) überprüfte die Übersetzung [{article}]" +"({article_url}){comment}" -#: src/rc_formatters.py:609 +#: src/rc_formatters.py:627 #, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " @@ -821,7 +856,7 @@ msgstr "" "`{language}` der Seite [{article}]({article_url}) von `{old_state}` in " "`{new_state}`{comment}" -#: src/rc_formatters.py:616 +#: src/rc_formatters.py:634 #, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " @@ -830,7 +865,21 @@ msgstr "" "[{author}]({author_url}) änderte den Status der Übersetzungen in der Sprache " "`{language}` der Seite [{article}]({article_url}) in `{new_state}`{comment}" -#: src/rc_formatters.py:625 +#: src/rc_formatters.py:643 src/rc_formatters.py:646 src/rc_formatters.py:1238 +#: src/rc_formatters.py:1241 +msgid "(default)" +msgstr "(Standard)" + +#: src/rc_formatters.py:647 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the language of [{article}]({article_url}) " +"from {old_lang} to {new_lang}{comment}" +msgstr "" +"[{author}]({author_url}) änderte die Sprache für [{article}]({article_url}) " +"von {old_lang} zu {new_lang}{comment}" + +#: src/rc_formatters.py:656 #, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " @@ -845,7 +894,7 @@ msgstr[1] "" "[{author}]({author_url}) hat den Benutzer *{old_name}* mit {edits} " "Bearbeitungen zu [{new_name}]({link}) umbenannt{comment}" -#: src/rc_formatters.py:630 +#: src/rc_formatters.py:661 #, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" @@ -854,11 +903,11 @@ msgstr "" "[{author}]({author_url}) hat den Benutzer *{old_name}* zu [{new_name}]" "({link}) umbenannt{comment}" -#: src/rc_formatters.py:634 +#: src/rc_formatters.py:665 msgid "An action has been hidden by administration." msgstr "Eine Aktion wurde versteckt." -#: src/rc_formatters.py:641 +#: src/rc_formatters.py:672 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " @@ -867,80 +916,80 @@ msgstr "" "Unbekanntes Event `{event}` von [{author}]({author_url}), melde es auf dem " "[Support-Server](<{support}>)." -#: src/rc_formatters.py:649 +#: src/rc_formatters.py:681 #, python-brace-format msgid "{user} triggered \"{abuse_filter}\"" msgstr "{user} löste „{abuse_filter}“ aus" -#: src/rc_formatters.py:650 +#: src/rc_formatters.py:682 msgid "Performed" msgstr "Aktion" -#: src/rc_formatters.py:651 +#: src/rc_formatters.py:683 msgid "Action taken" msgstr "Maßnahmen" -#: src/rc_formatters.py:652 +#: src/rc_formatters.py:684 msgid "Title" msgstr "Seite" -#: src/rc_formatters.py:661 src/rc_formatters.py:948 +#: src/rc_formatters.py:693 src/rc_formatters.py:980 msgid "No description provided" msgstr "Keine Zusammenfassung angegeben" -#: src/rc_formatters.py:685 +#: src/rc_formatters.py:717 msgid "(N!) " msgstr "(N!) " -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "m" msgstr "K" -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "b" msgstr "B" -#: src/rc_formatters.py:703 src/rc_formatters.py:708 +#: src/rc_formatters.py:735 src/rc_formatters.py:740 msgid "__Only whitespace__" msgstr "__Nur Leerraum__" -#: src/rc_formatters.py:713 +#: src/rc_formatters.py:745 msgid "Removed" msgstr "Entfernt" -#: src/rc_formatters.py:715 +#: src/rc_formatters.py:747 msgid "Added" msgstr "Hinzugefügt" -#: src/rc_formatters.py:749 src/rc_formatters.py:788 +#: src/rc_formatters.py:781 src/rc_formatters.py:820 msgid "Options" msgstr "Optionen" -#: src/rc_formatters.py:749 +#: src/rc_formatters.py:781 #, python-brace-format msgid "([preview]({link}) | [undo]({undolink}))" msgstr "([Vorschau]({link}) | [zurücksetzen]({undolink}))" -#: src/rc_formatters.py:754 +#: src/rc_formatters.py:786 #, python-brace-format msgid "Uploaded a new version of {name}" msgstr "Neue Dateiversion {name}" -#: src/rc_formatters.py:756 +#: src/rc_formatters.py:788 #, python-brace-format msgid "Reverted a version of {name}" msgstr "Setzte {name} auf eine alte Version zurück" -#: src/rc_formatters.py:758 +#: src/rc_formatters.py:790 #, python-brace-format msgid "Uploaded {name}" msgstr "Neue Datei {name}" -#: src/rc_formatters.py:774 +#: src/rc_formatters.py:806 msgid "**No license!**" msgstr "**Keine Lizenz!**" -#: src/rc_formatters.py:786 +#: src/rc_formatters.py:818 msgid "" "\n" "License: {}" @@ -948,392 +997,423 @@ msgstr "" "\n" "Lizenz: {}" -#: src/rc_formatters.py:788 +#: src/rc_formatters.py:820 #, python-brace-format msgid "([preview]({link}))" msgstr "([Vorschau]({link}))" -#: src/rc_formatters.py:793 +#: src/rc_formatters.py:825 #, python-brace-format msgid "Deleted page {article}" msgstr "Löschte {article}" -#: src/rc_formatters.py:798 +#: src/rc_formatters.py:830 #, python-brace-format msgid "Deleted redirect {article} by overwriting" msgstr "Löschte die Weiterleitung {article} um Platz zu machen" -#: src/rc_formatters.py:804 +#: src/rc_formatters.py:836 msgid "No redirect has been made" msgstr "Die Erstellung einer Weiterleitung wurde unterdrückt" -#: src/rc_formatters.py:805 +#: src/rc_formatters.py:837 msgid "A redirect has been made" msgstr "Eine Weiterleitung wurde erstellt" -#: src/rc_formatters.py:806 +#: src/rc_formatters.py:838 #, python-brace-format msgid "Moved {redirect}{article} to {target}" msgstr "Verschob {redirect}{article} nach {target}" -#: src/rc_formatters.py:809 +#: src/rc_formatters.py:841 #, python-brace-format msgid "Moved {redirect}{article} to {title} over redirect" msgstr "" "Verschob {redirect}{article} nach {title} und überschrieb eine Weiterleitung" -#: src/rc_formatters.py:813 +#: src/rc_formatters.py:845 #, python-brace-format msgid "Moved protection settings from {redirect}{article} to {title}" msgstr "Verschob die Schutzeinstellungen von {redirect}{article} nach {title}" -#: src/rc_formatters.py:837 +#: src/rc_formatters.py:869 msgid "unknown expiry time" msgstr "unbekannte Ablaufdauer" -#: src/rc_formatters.py:842 +#: src/rc_formatters.py:874 msgid "Blocked from editing the following pages: " msgstr "Bearbeiten von folgenden Seiten gesperrt: " -#: src/rc_formatters.py:851 +#: src/rc_formatters.py:883 msgid "Blocked from editing pages on following namespaces: " msgstr "Bearbeiten von Seiten in folgenden Namensräumen gesperrt: " -#: src/rc_formatters.py:862 +#: src/rc_formatters.py:894 msgid "Partial block details" msgstr "Teilweise Sperre" -#: src/rc_formatters.py:863 +#: src/rc_formatters.py:895 #, python-brace-format msgid "Blocked {blocked_user} {time}" msgstr "Sperrte {blocked_user} {time}" -#: src/rc_formatters.py:867 +#: src/rc_formatters.py:899 #, python-brace-format msgid "Changed block settings for {blocked_user}" msgstr "Änderte die Sperreinstellungen für {blocked_user}" -#: src/rc_formatters.py:871 +#: src/rc_formatters.py:903 #, python-brace-format msgid "Unblocked {blocked_user}" msgstr "Hob die Sperre von {blocked_user} auf" -#: src/rc_formatters.py:878 +#: src/rc_formatters.py:910 #, python-brace-format msgid "Left a comment on {target}'s profile" msgstr "Hinterließ ein Kommentar auf dem Profil von {target}" -#: src/rc_formatters.py:880 +#: src/rc_formatters.py:912 msgid "Left a comment on their own profile" msgstr "Hinterließ ein Kommentar auf dem eigenen Profil" -#: src/rc_formatters.py:887 +#: src/rc_formatters.py:919 #, python-brace-format msgid "Replied to a comment on {target}'s profile" msgstr "Antwortete auf ein Kommentar auf dem Profil von {target}" -#: src/rc_formatters.py:889 +#: src/rc_formatters.py:921 msgid "Replied to a comment on their own profile" msgstr "Antwortete auf ein Kommentar auf dem eigenen Profil" -#: src/rc_formatters.py:896 +#: src/rc_formatters.py:928 #, python-brace-format msgid "Edited a comment on {target}'s profile" msgstr "Bearbeitete ein Kommentar auf dem Profil von {target}" -#: src/rc_formatters.py:898 +#: src/rc_formatters.py:930 msgid "Edited a comment on their own profile" msgstr "Bearbeitete ein Kommentar auf dem eigenen Profil" -#: src/rc_formatters.py:903 +#: src/rc_formatters.py:935 #, python-brace-format msgid "Edited {target}'s profile" msgstr "Bearbeitete das Profil von {target}" -#: src/rc_formatters.py:905 +#: src/rc_formatters.py:937 msgid "Edited their own profile" msgstr "Bearbeitete das eigene Profil" -#: src/rc_formatters.py:907 +#: src/rc_formatters.py:939 #, python-brace-format msgid "Cleared the {field} field" msgstr "Entfernte den {field}" -#: src/rc_formatters.py:909 +#: src/rc_formatters.py:941 #, python-brace-format msgid "{field} field changed to: {desc}" msgstr "{field} geändert zu: {desc}" -#: src/rc_formatters.py:914 +#: src/rc_formatters.py:946 #, python-brace-format msgid "Purged a comment on {target}'s profile" msgstr "Löschte ein Kommentar auf dem Profil von {target} dauerhaft" -#: src/rc_formatters.py:916 +#: src/rc_formatters.py:948 msgid "Purged a comment on their own profile" msgstr "Löschte ein Kommentar auf dem eigenen Profil dauerhaft" -#: src/rc_formatters.py:924 +#: src/rc_formatters.py:956 #, python-brace-format msgid "Deleted a comment on {target}'s profile" msgstr "Löschte ein Kommentar auf dem Profil von {target}" -#: src/rc_formatters.py:926 +#: src/rc_formatters.py:958 msgid "Deleted a comment on their own profile" msgstr "Löschte ein Kommentar auf dem eigenen Profil" -#: src/rc_formatters.py:930 +#: src/rc_formatters.py:962 #, python-brace-format msgid "Changed group membership for {target}" msgstr "Änderte die Gruppenzugehörigkeit von {target}" -#: src/rc_formatters.py:934 +#: src/rc_formatters.py:966 #, python-brace-format msgid "{target} got autopromoted to a new usergroup" msgstr "{target} wurde automatisch einer neuen Benutzergruppe zugeordnet" -#: src/rc_formatters.py:949 +#: src/rc_formatters.py:981 #, python-brace-format msgid "Groups changed from {old_groups} to {new_groups}{reason}" msgstr "" "Änderte die Gruppenzugehörigkeit von {old_groups} auf {new_groups}{reason}" -#: src/rc_formatters.py:953 +#: src/rc_formatters.py:985 #, python-brace-format msgid "Protected {target}" msgstr "Schützte {target}" -#: src/rc_formatters.py:959 +#: src/rc_formatters.py:991 #, python-brace-format msgid "Changed protection level for {article}" msgstr "Änderte den Schutzstatus von {article}" -#: src/rc_formatters.py:965 +#: src/rc_formatters.py:997 #, python-brace-format msgid "Removed protection from {article}" msgstr "Entfernte den Schutz von {article}" -#: src/rc_formatters.py:969 +#: src/rc_formatters.py:1001 #, python-brace-format msgid "Changed visibility of revision on page {article} " msgid_plural "Changed visibility of {amount} revisions on page {article} " msgstr[0] "Änderte die Sichtbarkeit einer Versionen von {article} " msgstr[1] "Änderte die Sichtbarkeit von {amount} Versionen von {article} " -#: src/rc_formatters.py:981 +#: src/rc_formatters.py:1013 #, python-brace-format msgid "Imported {article} with {count} revision" msgid_plural "Imported {article} with {count} revisions" msgstr[0] "Importierte {article} mit einer Version" msgstr[1] "Importierte {article} mit {count} Versionen" -#: src/rc_formatters.py:986 +#: src/rc_formatters.py:1018 #, python-brace-format msgid "Restored {article}" msgstr "Stellte {article} wieder her" -#: src/rc_formatters.py:989 +#: src/rc_formatters.py:1021 msgid "Changed visibility of log events" msgstr "Änderte die Sichtbarkeit eines Logbucheintrags" -#: src/rc_formatters.py:999 +#: src/rc_formatters.py:1031 #, python-brace-format msgid "Imported {article} with {count} revision from \"{source}\"" msgid_plural "Imported {article} with {count} revisions from \"{source}\"" msgstr[0] "Importierte {article} mit einer Version von „{source}“" msgstr[1] "Importierte {article} mit {count} Versionen von „{source}“" -#: src/rc_formatters.py:1004 +#: src/rc_formatters.py:1036 #, python-brace-format msgid "Edited abuse filter number {number}" msgstr "Änderte Missbrauchsfilter {number}" -#: src/rc_formatters.py:1007 +#: src/rc_formatters.py:1039 #, python-brace-format msgid "Created abuse filter number {number}" msgstr "Erstellte Missbrauchsfilter {number}" -#: src/rc_formatters.py:1010 +#: src/rc_formatters.py:1042 #, python-brace-format msgid "Merged revision histories of {article} into {dest}" msgstr "Vereinigte Versionen von {article} in {dest}" -#: src/rc_formatters.py:1014 +#: src/rc_formatters.py:1046 msgid "Created account automatically" msgstr "Erstellte Konto automatisch" -#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +#: src/rc_formatters.py:1049 src/rc_formatters.py:1058 msgid "Created account" msgstr "Erstellte Konto" -#: src/rc_formatters.py:1020 +#: src/rc_formatters.py:1052 #, python-brace-format msgid "Created account {article}" msgstr "Erstellte Konto {article}" -#: src/rc_formatters.py:1023 +#: src/rc_formatters.py:1055 #, python-brace-format msgid "Created account {article} and password was sent by email" msgstr "Erstellte Konto {article} und das Passwort wurde per E-Mail zugesandt" -#: src/rc_formatters.py:1029 +#: src/rc_formatters.py:1061 msgid "Added an entry to the interwiki table" msgstr "Fügte ein Interwiki-Präfix hinzu" -#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#: src/rc_formatters.py:1062 src/rc_formatters.py:1068 #, python-brace-format msgid "Prefix: {prefix}, website: {website} | {desc}" msgstr "Präfix: {prefix}, URL: {website} | {desc}" -#: src/rc_formatters.py:1035 +#: src/rc_formatters.py:1067 msgid "Edited an entry in interwiki table" msgstr "Änderte ein Interwiki-Präfix" -#: src/rc_formatters.py:1041 +#: src/rc_formatters.py:1073 msgid "Deleted an entry in interwiki table" msgstr "Entfernte ein Interwiki-Präfix" -#: src/rc_formatters.py:1042 +#: src/rc_formatters.py:1074 #, python-brace-format msgid "Prefix: {prefix} | {desc}" msgstr "Präfix: {prefix} | {desc}" -#: src/rc_formatters.py:1045 +#: src/rc_formatters.py:1077 #, python-brace-format msgid "Changed the content model of the page {article}" msgstr "Änderte das Inhaltsmodell von {article}" -#: src/rc_formatters.py:1046 +#: src/rc_formatters.py:1078 #, python-brace-format msgid "Model changed from {old} to {new}: {reason}" msgstr "Modell geändert von {old} zu {new}: {reason}" -#: src/rc_formatters.py:1051 +#: src/rc_formatters.py:1083 +#, python-brace-format +msgid "Created the page {article} using a non-default content model" +msgstr "Erstellte die Seite {article}mit einem nicht-standard Inhaltsmodell" + +#: src/rc_formatters.py:1084 +#, python-brace-format +msgid "Created with model {new}: {reason}" +msgstr "Erstellt mit Modell {new}: {reason}" + +#: src/rc_formatters.py:1087 #, python-brace-format msgid "Edited the sprite for {article}" msgstr "Änderte das Sprite für {article}" -#: src/rc_formatters.py:1054 +#: src/rc_formatters.py:1090 #, python-brace-format msgid "Created the sprite sheet for {article}" msgstr "Erstellte das Sprite-sheet für {article}" -#: src/rc_formatters.py:1057 +#: src/rc_formatters.py:1093 #, python-brace-format msgid "Edited the slice for {article}" msgstr "Änderte das Stück für {article}" -#: src/rc_formatters.py:1063 +#: src/rc_formatters.py:1099 #, python-brace-format msgid "Created the Cargo table \"{table}\"" msgstr "Erstellte die Cargo-Tabelle „{table}“" -#: src/rc_formatters.py:1067 +#: src/rc_formatters.py:1103 #, python-brace-format msgid "Deleted the Cargo table \"{table}\"" msgstr "Löschte die Cargo-Tabelle „{table}“" -#: src/rc_formatters.py:1074 +#: src/rc_formatters.py:1110 #, python-brace-format msgid "Recreated the Cargo table \"{table}\"" msgstr "Erstellte die Cargo-Tabelle „{table}“ neu" -#: src/rc_formatters.py:1081 +#: src/rc_formatters.py:1117 #, python-brace-format msgid "Replaced the Cargo table \"{table}\"" msgstr "Ersetzte die Cargo-Tabelle „{table}“" -#: src/rc_formatters.py:1085 -#, python-brace-format -msgid "Created a tag \"{tag}\"" +#: src/rc_formatters.py:1121 +#, fuzzy, python-brace-format +msgid "Created the tag \"{tag}\"" msgstr "Erstellte die Markierung „{tag}“" -#: src/rc_formatters.py:1089 -#, python-brace-format -msgid "Deleted a tag \"{tag}\"" +#: src/rc_formatters.py:1125 +#, fuzzy, python-brace-format +msgid "Deleted the tag \"{tag}\"" msgstr "Löschte die Markierung „{tag}“" -#: src/rc_formatters.py:1093 -#, python-brace-format -msgid "Activated a tag \"{tag}\"" +#: src/rc_formatters.py:1127 +#, fuzzy +msgid "Removed from" +msgstr "Entfernt" + +#: src/rc_formatters.py:1127 +msgid "{} revision or log entry" +msgid_plural "{} revisions and/or log entries" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1131 +#, fuzzy, python-brace-format +msgid "Activated the tag \"{tag}\"" msgstr "Aktivierte die Markierung „{tag}“" -#: src/rc_formatters.py:1096 -#, python-brace-format -msgid "Deactivated a tag \"{tag}\"" +#: src/rc_formatters.py:1134 +#, fuzzy, python-brace-format +msgid "Deactivated the tag \"{tag}\"" msgstr "Deaktivierte die Markierung „{tag}“" -#: src/rc_formatters.py:1099 +#: src/rc_formatters.py:1137 msgid "Changed wiki settings" msgstr "Änderte Wiki-Einstellungen" -#: src/rc_formatters.py:1103 +#: src/rc_formatters.py:1141 #, python-brace-format msgid "Deleted a \"{wiki}\" wiki" msgstr "Löschte das Wiki „{wiki}“" -#: src/rc_formatters.py:1106 +#: src/rc_formatters.py:1144 #, python-brace-format msgid "Locked a \"{wiki}\" wiki" msgstr "Sperrte das Wiki „{wiki}“" -#: src/rc_formatters.py:1109 -#, python-brace-format -msgid "Modified a \"{namespace_name}\" namespace" +#: src/rc_formatters.py:1147 +#, fuzzy, python-brace-format +msgid "Modified \"{namespace_name}\" namespace" msgstr "Bearbeitete den Namensraum „{namespace_name}“" -#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1154 msgid "Wiki" msgstr "Wiki" -#: src/rc_formatters.py:1113 +#: src/rc_formatters.py:1151 #, python-brace-format msgid "Deleted a \"{namespace_name}\" namespace" msgstr "Löschte den Namensraum „{namespace_name}“" -#: src/rc_formatters.py:1119 +#: src/rc_formatters.py:1157 #, python-brace-format msgid "Modified \"{usergroup_name}\" usergroup" msgstr "Bearbeitete die Benutzergruppe „{usergroup_name}“" -#: src/rc_formatters.py:1122 -#, python-brace-format -msgid "Restored a \"{wiki}\" wiki" -msgstr "Stellte das Wiki „{wiki}“ wieder her" +#: src/rc_formatters.py:1160 +#, fuzzy, python-brace-format +msgid "Undeleted a \"{wiki}\" wiki" +msgstr "Löschte das Wiki „{wiki}“" -#: src/rc_formatters.py:1125 +#: src/rc_formatters.py:1163 #, python-brace-format msgid "Unlocked a \"{wiki}\" wiki" msgstr "Entsperrte das Wiki „{wiki}“" -#: src/rc_formatters.py:1133 +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Generated {file} dump" +msgstr "Generierte {file} Dump" + +#: src/rc_formatters.py:1169 +#, python-brace-format +msgid "Deleted {file} dump" +msgstr "Löschte {file} Dump" + +#: src/rc_formatters.py:1177 #, python-brace-format msgid "Marked \"{article}\" for translation" msgstr "Markierte „{article}“ zum Übersetzen" -#: src/rc_formatters.py:1136 +#: src/rc_formatters.py:1180 #, python-brace-format msgid "Removed \"{article}\" from the translation system" msgstr "Entfernte „{article}“ aus dem Übersetzungssystem" -#: src/rc_formatters.py:1139 +#: src/rc_formatters.py:1183 #, python-brace-format msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" msgstr "" "Schloss die Verschiebung der Übersetzungsseiten von „{article}“ nach " "„{target}“ ab" -#: src/rc_formatters.py:1142 +#: src/rc_formatters.py:1186 #, python-brace-format msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" msgstr "Hatte ein Problem beim Verschieben von „{article}“ nach „{target}“" -#: src/rc_formatters.py:1145 +#: src/rc_formatters.py:1189 #, python-brace-format msgid "Completed deletion of translatable page \"{article}\"" msgstr "Schloss die Löschung der übersetzbaren Seite „{article}“ ab" -#: src/rc_formatters.py:1148 +#: src/rc_formatters.py:1192 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translatable page " @@ -1342,51 +1422,52 @@ msgstr "" "Konnte „{article}“ nicht löschen, die zur übersetzbaren Seite „{target}“ " "gehört" -#: src/rc_formatters.py:1151 +#: src/rc_formatters.py:1195 #, python-brace-format msgid "Completed deletion of translation page \"{article}\"" msgstr "Schloss die Löschung der Übersetzungsseite „{article}“ ab" -#: src/rc_formatters.py:1154 +#: src/rc_formatters.py:1198 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translation page \"{target}\"" msgstr "" "Konnte „{article}“ nicht löschen, die zur Übersetzungsseite „{target}“ gehört" -#: src/rc_formatters.py:1157 +#: src/rc_formatters.py:1201 #, python-brace-format msgid "Encouraged translation of \"{article}\"" msgstr "Empfahl die Übersetzung von „{article}“" -#: src/rc_formatters.py:1160 +#: src/rc_formatters.py:1204 #, python-brace-format msgid "Discouraged translation of \"{article}\"" msgstr "Riet von der Übersetzung von „{article}“ ab" -#: src/rc_formatters.py:1166 +#: src/rc_formatters.py:1210 #, python-brace-format msgid "Limited languages for \"{article}\" to `{languages}`" msgstr "Begrenzte die Sprachen für „{article}“ auf `{languages}`" -#: src/rc_formatters.py:1168 +#: src/rc_formatters.py:1212 #, python-brace-format msgid "Priority languages for \"{article}\" set to `{languages}`" -msgstr "Legte die priorisierten Sprachen für „{article}“ auf `{languages}` fest" +msgstr "" +"Legte die priorisierten Sprachen für „{article}“ auf `{languages}` fest" -#: src/rc_formatters.py:1170 +#: src/rc_formatters.py:1214 #, python-brace-format msgid "Removed priority languages from \"{article}\"" msgstr "Entfernte die priorisierten Sprachen von „{article}“" -#: src/rc_formatters.py:1173 +#: src/rc_formatters.py:1217 #, python-brace-format msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" msgstr "" "Fügte die übersetzbare Seite „{article}“ zur zusammenfassenden Gruppe " "„{group}“ hinzu" -#: src/rc_formatters.py:1176 +#: src/rc_formatters.py:1220 #, python-brace-format msgid "" "Removed translatable page \"{article}\" from aggregate group \"{group}\"" @@ -1394,25 +1475,38 @@ msgstr "" "Entfernte die übersetzbare Seite „{article}“ von der zusammenfassenden " "Gruppe „{group}“" -#: src/rc_formatters.py:1183 +#: src/rc_formatters.py:1227 #, python-brace-format msgid "Reviewed translation \"{article}\"" msgstr "Überprüfte die Übersetzung „{article}“" -#: src/rc_formatters.py:1186 +#: src/rc_formatters.py:1230 #, python-brace-format msgid "Changed the state of `{language}` translations of \"{article}\"" msgstr "Änderte den Status der Übersetzungen in `{language}` für „{article}“" -#: src/rc_formatters.py:1188 +#: src/rc_formatters.py:1232 msgid "Old state" msgstr "Alter Status" -#: src/rc_formatters.py:1189 +#: src/rc_formatters.py:1233 msgid "New state" msgstr "Neuer Status" -#: src/rc_formatters.py:1193 +#: src/rc_formatters.py:1242 +#, python-brace-format +msgid "Changed the language of \"{article}\"" +msgstr "Änderte die Sprache für „{article}“" + +#: src/rc_formatters.py:1243 +msgid "Old language" +msgstr "Alte Sprache" + +#: src/rc_formatters.py:1244 +msgid "New language" +msgstr "Neue Sprache" + +#: src/rc_formatters.py:1248 #, python-brace-format msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" @@ -1421,48 +1515,58 @@ msgstr[0] "" msgstr[1] "" "Nannte den Benutzer „{old_name}“ mit {edits} Bearbeitungen zu „{new_name}“ um" -#: src/rc_formatters.py:1195 +#: src/rc_formatters.py:1250 #, python-brace-format msgid "Renamed user \"{old_name}\" to \"{new_name}\"" msgstr "Nannte den Benutzer „{old_name}“ zu „{new_name}“ um" -#: src/rc_formatters.py:1199 +#: src/rc_formatters.py:1254 msgid "Action has been hidden by administration" msgstr "Aktion wurde versteckt" -#: src/rc_formatters.py:1204 +#: src/rc_formatters.py:1259 #, python-brace-format msgid "Unknown event `{event}`" msgstr "Unbekanntes Event `{event}`" -#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +#: src/rc_formatters.py:1265 src/rc_formatters.py:1267 msgid "Report this on the support server" msgstr "Melde es auf dem Support-Server" -#: src/rc_formatters.py:1229 +#: src/rc_formatters.py:1283 msgid "Tags" msgstr "Markierungen" -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid "**Added**: " msgstr "**Hinzugefügt:** " -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid " and {} more\n" msgstr " und {} mehr\n" -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid "**Removed**: " msgstr "**Entfernt:** " -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid " and {} more" msgstr " und {} mehr" -#: src/rc_formatters.py:1236 +#: src/rc_formatters.py:1290 msgid "Changed categories" msgstr "Geänderte Kategorien" +#, python-brace-format +#~ msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +#~ msgstr "" +#~ "[{author}]({author_url}) stellte das Wiki *{wiki_name}* wieder " +#~ "her{comment}" + +#, python-brace-format +#~ msgid "Restored a \"{wiki}\" wiki" +#~ msgstr "Stellte das Wiki „{wiki}“ wieder her" + #, python-brace-format #~ msgid "[{author}]({author_url}) deleted a comment on {target}'s profile" #~ msgstr "" diff --git a/locale/de/LC_MESSAGES/rcgcdw.po b/locale/de/LC_MESSAGES/rcgcdw.po index 5fa6148..7eb52d8 100644 --- a/locale/de/LC_MESSAGES/rcgcdw.po +++ b/locale/de/LC_MESSAGES/rcgcdw.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 08:29+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-09-03 13:14+0200\n" "Last-Translator: MarkusRost <>\n" "Language-Team: German \n" "Language-Team: German \n" -"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" @@ -29,6 +29,7 @@ msgid "" "[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" +"[{author}]({author_url}) creó [{title}](<{url}f/p/{threadId}>) en {forumName}" #: src/discussion_formatters.py:36 #, python-brace-format @@ -36,6 +37,8 @@ msgid "" "[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" +"[{author}]({author_url}) creó una encuesta [{title}](<{url}f/p/{threadId}>) " +"en {forumName}" #: src/discussion_formatters.py:38 #, python-brace-format @@ -43,6 +46,8 @@ msgid "" "[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" +"[{author}]({author_url}) creó un cuestionario [{title}](<{url}f/p/" +"{threadId}>) en {forumName}" #: src/discussion_formatters.py:43 #, python-brace-format @@ -50,6 +55,8 @@ msgid "" "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " "to [{title}](<{url}f/p/{threadId}>) in {forumName}" msgstr "" +"[{author}]({author_url}) creó una [respuesta](<{url}f/p/{threadId}/r/" +"{postId}>) a [{title}](<{url}f/p/{threadId}>) en {forumName}" #: src/discussion_formatters.py:45 src/discussion_formatters.py:54 #: src/discussion_formatters.py:137 src/discussion_formatters.py:150 @@ -63,6 +70,9 @@ msgid "" "{user_wall}?threadId={threadId}>) on [{user}'s Message Wall](<{url}wiki/" "Message_Wall:{user_wall}>)" msgstr "" +"[{author}]({author_url}) creó [{title}](<{url}wiki/" +"Message_Wall:{user_wall}?threadId={threadId}>) en [{user}'s Message " +"Wall](<{url}wiki/Message_Wall:{user_wall}>)" #: src/discussion_formatters.py:51 #, python-brace-format @@ -72,6 +82,10 @@ msgid "" "Message_Wall:{user_wall}?threadId={threadId}>) on [{user}'s Message Wall]" "(<{url}wiki/Message_Wall:{user_wall}>)" msgstr "" +"[{author}]({author_url}) creó una [respuesta](<{url}wiki/" +"Message_Wall:{user_wall}?threadId={threadId}#{replyId}>) a [{title}](<{url}" +"wiki/Message_Wall:{user_wall}?threadId={threadId}>) en el [{user} Muro de " +"Mensajes](<{url}wiki/Message_Wall:{user_wall}>)" #: src/discussion_formatters.py:57 #, python-brace-format @@ -79,6 +93,8 @@ msgid "" "[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " "on [{article}](<{url}>)" msgstr "" +"[{author}]({author_url}) creó un [comentario](<{url}?commentId={commentId}>) " +"en [{article}](<{url}>)" #: src/discussion_formatters.py:62 #, python-brace-format @@ -87,6 +103,9 @@ msgid "" "&replyId={replyId}>) to a [comment](<{url}?commentId={commentId}>) on " "[{article}](<{url}>)" msgstr "" +"[{author}]({author_url}) creó una " +"[respuesta](<{url}?commentId={commentId}&replyId={replyId}>) a un " +"[comentario](<{url}?commentId={commentId}>) en [{article}](<{url}>)" #: src/discussion_formatters.py:70 #, python-brace-format @@ -94,16 +113,18 @@ msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" +"Evento desconocido `{event}` por [{author}]({author_url}), repórtalo en el [" +"servidor de soporte](<{support}>)." #: src/discussion_formatters.py:98 #, python-brace-format msgid "Created \"{title}\"" -msgstr "" +msgstr "Creó \"{title}\"" #: src/discussion_formatters.py:102 #, python-brace-format msgid "Created a poll \"{title}\"" -msgstr "" +msgstr "Creó una encuesta \"{title}\"" #: src/discussion_formatters.py:109 msgid "Option {}" @@ -112,12 +133,12 @@ msgstr "Opción {}" #: src/discussion_formatters.py:110 #, python-brace-format msgid "__[View image]({image_url})__" -msgstr "" +msgstr "__[Ver imagen]({image_url})__" #: src/discussion_formatters.py:114 #, python-brace-format msgid "Created a quiz \"{title}\"" -msgstr "" +msgstr "Creó un cuestionario \"{title}\"" #: src/discussion_formatters.py:129 src/discussion_formatters.py:131 msgid "Tags" @@ -130,33 +151,33 @@ msgstr "{} etiquetas" #: src/discussion_formatters.py:134 #, python-brace-format msgid "Replied to \"{title}\"" -msgstr "" +msgstr "Respondió a \"{title}\"" #: src/discussion_formatters.py:143 #, python-brace-format msgid "Created \"{title}\" on {user}'s Message Wall" -msgstr "" +msgstr "Creó \"{title}\" en el muro de mensajes de {user}" #: src/discussion_formatters.py:147 #, python-brace-format msgid "Replied to \"{title}\" on {user}'s Message Wall" -msgstr "" +msgstr "Respondió a \"{title}\" en el muro de mensajes de {user}" #: src/discussion_formatters.py:154 #, python-brace-format msgid "Commented on {article}" -msgstr "" +msgstr "Comentó en {article}" #: src/discussion_formatters.py:158 #, python-brace-format msgid "Replied to a comment on {article}" -msgstr "" +msgstr "Respondió a un comentario en {article}" #: src/discussion_formatters.py:162 #, python-brace-format msgid "Unknown event `{event}`" -msgstr "" +msgstr "Evento desconocido `{event}`" #: src/discussion_formatters.py:168 src/discussion_formatters.py:170 msgid "Report this on the support server" -msgstr "" +msgstr "Reporta esto en el servidor de soporte" diff --git a/locale/es/LC_MESSAGES/rc.mo b/locale/es/LC_MESSAGES/rc.mo index 8665861..5bc5c98 100644 Binary files a/locale/es/LC_MESSAGES/rc.mo and b/locale/es/LC_MESSAGES/rc.mo differ diff --git a/locale/es/LC_MESSAGES/rc.po b/locale/es/LC_MESSAGES/rc.po index 51d6f4d..ebfdcb9 100644 --- a/locale/es/LC_MESSAGES/rc.po +++ b/locale/es/LC_MESSAGES/rc.po @@ -8,9 +8,10 @@ msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-18 14:13+0100\n" -"PO-Revision-Date: 2020-11-28 22:44+0000\n" +"PO-Revision-Date: 2020-12-06 14:17+0000\n" "Last-Translator: Tamara Carvallo \n" -"Language-Team: Spanish \n" +"Language-Team: Spanish " +"\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -21,7 +22,7 @@ msgstr "" #: src/rc.py:319 #, python-brace-format msgid "{wiki} seems to be down or unreachable." -msgstr "" +msgstr "{wiki} parece estar caído o no alcanzable." #: src/rc.py:320 src/rc.py:332 msgid "Connection status" @@ -30,11 +31,11 @@ msgstr "Estado de la conexión" #: src/rc.py:330 #, python-brace-format msgid "Connection to {wiki} seems to be stable now." -msgstr "" +msgstr "La conexión a {wiki} parece estar estable ahora." #: src/rc.py:401 msgid "~~hidden~~" -msgstr "" +msgstr "~~oculto~~" #: src/rc.py:405 msgid "hidden" diff --git a/locale/es/LC_MESSAGES/rc_formatters.mo b/locale/es/LC_MESSAGES/rc_formatters.mo index 7a6b999..d25e423 100644 Binary files a/locale/es/LC_MESSAGES/rc_formatters.mo and b/locale/es/LC_MESSAGES/rc_formatters.mo differ diff --git a/locale/es/LC_MESSAGES/rc_formatters.po b/locale/es/LC_MESSAGES/rc_formatters.po index dafa80b..e1fbea5 100644 --- a/locale/es/LC_MESSAGES/rc_formatters.po +++ b/locale/es/LC_MESSAGES/rc_formatters.po @@ -8,9 +8,9 @@ msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-18 14:13+0100\n" -"PO-Revision-Date: 2020-11-28 22:44+0000\n" +"PO-Revision-Date: 2021-01-22 13:58+0000\n" "Last-Translator: Tamara Carvallo \n" -"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" @@ -33,60 +33,60 @@ msgstr "**Usuario bloqueado**" #: src/rc_formatters.py:28 msgid "Tagged the edit" -msgstr "" +msgstr "Etiquetó la edición" #: src/rc_formatters.py:28 msgid "Disallowed the action" -msgstr "" +msgstr "Anuló la acción" #: src/rc_formatters.py:28 msgid "**IP range blocked**" -msgstr "" +msgstr "**Rango de IP bloqueado**" #: src/rc_formatters.py:28 msgid "Throttled actions" -msgstr "" +msgstr "Limitó acciones" #: src/rc_formatters.py:28 msgid "Removed autoconfirmed group" -msgstr "" +msgstr "Eliminó grupo autoconfirmado" #: src/rc_formatters.py:28 msgid "**Removed from privileged groups**" -msgstr "" +msgstr "** Eliminado de los grupos privilegiados **" #: src/rc_formatters.py:29 msgid "Edit" -msgstr "" +msgstr "Edición" #: src/rc_formatters.py:29 msgid "Upload" -msgstr "" +msgstr "Carga" #: src/rc_formatters.py:29 msgid "Move" -msgstr "" +msgstr "Traslado" #: src/rc_formatters.py:29 msgid "Stash upload" -msgstr "" +msgstr "Carga de archivos" #: src/rc_formatters.py:29 msgid "Deletion" -msgstr "" +msgstr "Eliminación" #: src/rc_formatters.py:29 msgid "Account creation" -msgstr "" +msgstr "Creación de cuenta" #: src/rc_formatters.py:29 msgid "Auto account creation" -msgstr "" +msgstr "Creación de cuenta automática" #: src/rc_formatters.py:46 src/rc_formatters.py:53 src/rc_formatters.py:60 #: src/rc_formatters.py:75 src/rc_formatters.py:96 msgid "Unregistered user" -msgstr "" +msgstr "Usuario no registrado" #: src/rc_formatters.py:83 #, python-brace-format @@ -94,6 +94,8 @@ msgid "" "[{author}]({author_url}) triggered *{abuse_filter}*, performing the action " "\"{action}\" on *[{target}]({target_url})* - action taken: {result}." msgstr "" +"[{author}]({author_url}) activó *{abuse_filter}*, realizando la acción \"" +"{action}\" en *[{target}]({target_url})* - acción tomada: {result}." #: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 #: src/rc_formatters.py:445 src/rc_formatters.py:448 src/rc_formatters.py:451 @@ -104,7 +106,7 @@ msgstr "" #: src/rc_formatters.py:932 src/rc_formatters.py:934 src/rc_formatters.py:939 #: src/rc_formatters.py:942 src/rc_formatters.py:947 msgid "Unknown" -msgstr "" +msgstr "Desconocido" #: src/rc_formatters.py:117 #, python-brace-format @@ -112,6 +114,8 @@ msgid "" "[{author}]({author_url}) edited [{article}]({edit_link}){comment} ({bold}" "{sign}{edit_size}{bold})" msgstr "" +"[{author}]({author_url}) editó [{article}]({edit_link}){comment} " +"({bold}{sign}{edit_size}{bold})" #: src/rc_formatters.py:119 #, python-brace-format @@ -119,17 +123,21 @@ msgid "" "[{author}]({author_url}) created [{article}]({edit_link}){comment} ({bold}" "{sign}{edit_size}{bold})" msgstr "" +"[{author}]({author_url}) creó [{article}]({edit_link}){comment} " +"({bold}{sign}{edit_size}{bold})" #: src/rc_formatters.py:122 #, python-brace-format msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}" -msgstr "" +msgstr "[{author}]({author_url}) subió [{file}]({file_link}){comment}" #: src/rc_formatters.py:129 #, python-brace-format msgid "" "[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}" msgstr "" +"[{author}]({author_url}) revirtió una versión de " +"[{file}]({file_link}){comment}" #: src/rc_formatters.py:133 #, python-brace-format @@ -137,11 +145,13 @@ msgid "" "[{author}]({author_url}) uploaded a new version of [{file}]({file_link})" "{comment}" msgstr "" +"[{author}]({author_url}) subió una nueva versión de " +"[{file}]({file_link}){comment}" #: src/rc_formatters.py:136 #, python-brace-format msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}" -msgstr "" +msgstr "[{author}]({author_url}) eliminó [{page}]({page_link}){comment}" #: src/rc_formatters.py:142 #, python-brace-format @@ -149,14 +159,16 @@ msgid "" "[{author}]({author_url}) deleted redirect by overwriting [{page}]" "({page_link}){comment}" msgstr "" +"[{author}]({author_url}) eliminó la redirección al sobrescribir " +"[{page}]({page_link}){comment}" #: src/rc_formatters.py:148 src/rc_formatters.py:153 msgid "without making a redirect" -msgstr "" +msgstr "sin crear una redirección" #: src/rc_formatters.py:148 src/rc_formatters.py:154 msgid "with a redirect" -msgstr "" +msgstr "con una redirección" #: src/rc_formatters.py:149 #, python-brace-format @@ -164,6 +176,8 @@ msgid "" "[{author}]({author_url}) moved {redirect}*{article}* to [{target}]" "({target_url}) {made_a_redirect}{comment}" msgstr "" +"[{author}]({author_url}) movió {redirect}*{article}* a " +"[{target}]({target_url}) {made_a_redirect}{comment}" #: src/rc_formatters.py:155 #, python-brace-format @@ -171,6 +185,8 @@ msgid "" "[{author}]({author_url}) moved {redirect}*{article}* over redirect to " "[{target}]({target_url}) {made_a_redirect}{comment}" msgstr "" +"[{author}]({author_url}) movió {redirect}*{article}* sobre la redirección a " +"[{target}]({target_url}) {made_a_redirect}{comment}" #: src/rc_formatters.py:160 #, python-brace-format @@ -178,31 +194,33 @@ msgid "" "[{author}]({author_url}) moved protection settings from {redirect}*{article}" "* to [{target}]({target_url}){comment}" msgstr "" +"[{author}]({author_url}) movió la configuración de protección de " +"{redirect}*{article}* a [{target}]({target_url}){comment}" #: src/rc_formatters.py:171 src/rc_formatters.py:662 msgid "for infinity and beyond" -msgstr "" +msgstr "por toda la eternidad" #: src/rc_formatters.py:180 src/rc_formatters.py:670 #, python-brace-format msgid "for {num} {translated_length}" -msgstr "" +msgstr "por {num}{translated_length}" #: src/rc_formatters.py:186 src/rc_formatters.py:674 msgid "until {}" -msgstr "" +msgstr "hasta {}" #: src/rc_formatters.py:190 msgid " on pages: " -msgstr "" +msgstr " en las páginas: " #: src/rc_formatters.py:197 src/rc_formatters.py:687 msgid " and namespaces: " -msgstr "" +msgstr " y espacios de nombres: " #: src/rc_formatters.py:199 msgid " on namespaces: " -msgstr "" +msgstr " en espacios de nombres: " #: src/rc_formatters.py:211 #, python-brace-format @@ -210,6 +228,8 @@ msgid "" "[{author}]({author_url}) blocked [{user}]({user_url}) {time}" "{restriction_desc}{comment}" msgstr "" +"[{author}]({author_url}) bloqueó a [{user}]({user_url}) " +"{time}{restriction_desc}{comment}" #: src/rc_formatters.py:215 #, python-brace-format @@ -217,24 +237,30 @@ msgid "" "[{author}]({author_url}) changed block settings for [{blocked_user}]" "({user_url}){comment}" msgstr "" +"[{author}]({author_url}) cambió la configuración de bloqueo de " +"[{blocked_user}]({user_url}){comment}" #: src/rc_formatters.py:219 #, python-brace-format msgid "" "[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}" msgstr "" +"[{author}]({author_url}) desbloqueó a [{blocked_user}]({user_url}){comment}" #: src/rc_formatters.py:224 #, python-brace-format msgid "" "[{author}]({author_url}) left a [comment]({comment}) on {target}'s profile" msgstr "" +"[{author}]({author_url}) dejó un [comentario]({comment}) en el perfil de " +"{target}" #: src/rc_formatters.py:226 #, python-brace-format msgid "" "[{author}]({author_url}) left a [comment]({comment}) on their own profile" msgstr "" +"[{author}]({author_url}) dejó un [comentario]({comment}) en su propio perfil" #: src/rc_formatters.py:232 #, python-brace-format @@ -242,6 +268,8 @@ msgid "" "[{author}]({author_url}) replied to a [comment]({comment}) on {target}'s " "profile" msgstr "" +"[{author}]({author_url}) respondió a un [comentario]({comment}) en el perfil " +"de {target}" #: src/rc_formatters.py:238 #, python-brace-format @@ -249,55 +277,63 @@ msgid "" "[{author}]({author_url}) replied to a [comment]({comment}) on their own " "profile" msgstr "" +"[{author}]({author_url}) respondió a un [comentario]({comment}) en su propio " +"perfil" #: src/rc_formatters.py:246 #, python-brace-format msgid "" "[{author}]({author_url}) edited a [comment]({comment}) on {target}'s profile" msgstr "" +"[{author}]({author_url}) editó un [comentario]({comment}) en el perfil de " +"{target}" #: src/rc_formatters.py:252 #, python-brace-format msgid "" "[{author}]({author_url}) edited a [comment]({comment}) on their own profile" msgstr "" +"[{author}]({author_url}) editó un [comentario]({comment}) en su propio perfil" #: src/rc_formatters.py:259 #, python-brace-format msgid "[{author}]({author_url}) purged a comment on {target}'s profile" -msgstr "" +msgstr "[{author}]({author_url}) eliminó un comentario en el perfil de {target}" #: src/rc_formatters.py:261 #, python-brace-format msgid "[{author}]({author_url}) purged a comment on their own profile" -msgstr "" +msgstr "[{author}]({author_url}) eliminó un comentario en su propio perfil" #: src/rc_formatters.py:265 #, python-brace-format msgid "[{author}]({author_url}) deleted a comment on {target}'s profile" -msgstr "" +msgstr "[{author}]({author_url}) eliminó un comentario en el perfil de {target}" #: src/rc_formatters.py:267 #, python-brace-format msgid "[{author}]({author_url}) deleted a comment on their own profile" -msgstr "" +msgstr "[{author}]({author_url}) eliminó un comentario en su propio perfil" #: src/rc_formatters.py:273 #, python-brace-format msgid "" "[{author}]({author_url}) edited the {field} on {target}'s profile. *({desc})*" msgstr "" +"[{author}]({author_url}) editó el {field} en el perfil de {target}. " +"*({desc})*" #: src/rc_formatters.py:279 #, python-brace-format msgid "" "[{author}]({author_url}) edited the {field} on their own profile. *({desc})*" msgstr "" +"[{author}]({author_url}) editó el {field} en su propio perfil. *({desc})*" #: src/rc_formatters.py:293 src/rc_formatters.py:295 src/rc_formatters.py:765 #: src/rc_formatters.py:767 msgid "none" -msgstr "" +msgstr "ninguno" #: src/rc_formatters.py:298 #, python-brace-format @@ -305,6 +341,8 @@ msgid "" "[{author}]({author_url}) changed group membership for [{target}]" "({target_url}) from {old_groups} to {new_groups}{comment}" msgstr "" +"[{author}]({author_url}) cambió el grupo de [{target}]({target_url}) de " +"{old_groups} a {new_groups}{comment}" #: src/rc_formatters.py:300 #, python-brace-format @@ -312,10 +350,12 @@ msgid "" "{author} autopromoted [{target}]({target_url}) from {old_groups} to " "{new_groups}{comment}" msgstr "" +"{author} promovió automáticamente [{target}]({target_url}) de {old_groups} a " +"{new_groups}{comment}" #: src/rc_formatters.py:301 src/rc_formatters.py:752 msgid "System" -msgstr "" +msgstr "Sistema" #: src/rc_formatters.py:306 #, python-brace-format @@ -323,11 +363,13 @@ msgid "" "[{author}]({author_url}) protected [{article}]({article_url}) with the " "following settings: {settings}{comment}" msgstr "" +"[{author}]({author_url}) protegió [{article}]({article_url}) con la " +"siguiente configuración: {settings}{comment}" #: src/rc_formatters.py:308 src/rc_formatters.py:316 src/rc_formatters.py:775 #: src/rc_formatters.py:781 msgid " [cascading]" -msgstr "" +msgstr " [en cascada]" #: src/rc_formatters.py:313 #, python-brace-format @@ -335,6 +377,8 @@ msgid "" "[{author}]({author_url}) modified protection settings of [{article}]" "({article_url}) to: {settings}{comment}" msgstr "" +"[{author}]({author_url}) modificó la configuración de protección de " +"[{article}]({article_url}) a: {settings}{comment}" #: src/rc_formatters.py:320 #, python-brace-format @@ -342,6 +386,8 @@ msgid "" "[{author}]({author_url}) removed protection from [{article}]({article_url})" "{comment}" msgstr "" +"[{author}]({author_url}) quitó la protección de " +"[{article}]({article_url}){comment}" #: src/rc_formatters.py:324 #, python-brace-format @@ -352,7 +398,11 @@ msgid_plural "" "[{author}]({author_url}) changed visibility of {amount} revisions on page " "[{article}]({article_url}){comment}" msgstr[0] "" +"[{author}]({author_url}) cambió la visibilidad de la revisión en la página " +"[{article}]({article_url}){comment}" msgstr[1] "" +"[{author}]({author_url}) cambió la visibilidad de {amount} revisiones en la " +"página [{article}]({article_url}){comment}" #: src/rc_formatters.py:337 #, python-brace-format @@ -363,34 +413,44 @@ msgid_plural "" "[{author}]({author_url}) imported [{article}]({article_url}) with {count} " "revisions{comment}" msgstr[0] "" +"[{author}]({author_url}) importó [{article}]({article_url}) con {count} " +"revisión{comment}" msgstr[1] "" +"[{author}]({author_url}) importó [{article}]({article_url}) con {count} " +"revisiones{comment}" #: src/rc_formatters.py:342 #, python-brace-format msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}" -msgstr "" +msgstr "[{author}]({author_url}) restauró [{article}]({article_url}){comment}" #: src/rc_formatters.py:344 #, python-brace-format msgid "[{author}]({author_url}) changed visibility of log events{comment}" msgstr "" +"[{author}]({author_url}) cambió la visibilidad del registro de " +"eventos{comment}" #: src/rc_formatters.py:354 #, python-brace-format msgid "[{author}]({author_url}) imported interwiki{comment}" -msgstr "" +msgstr "[{author}]({author_url}) importó interwiki{comment}" #: src/rc_formatters.py:357 #, python-brace-format msgid "" "[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})" msgstr "" +"[{author}]({author_url}) editó el filtro de abuso [número " +"{number}]({filter_url})" #: src/rc_formatters.py:361 #, python-brace-format msgid "" "[{author}]({author_url}) created abuse filter [number {number}]({filter_url})" msgstr "" +"[{author}]({author_url}) creó el filtro de abuso [número " +"{number}]({filter_url})" #: src/rc_formatters.py:365 #, python-brace-format @@ -398,16 +458,18 @@ msgid "" "[{author}]({author_url}) merged revision histories of [{article}]" "({article_url}) into [{dest}]({dest_url}){comment}" msgstr "" +"[{author}]({author_url}) fusionó los historiales de revisión de " +"[{article}]({article_url}) en [{dest}]({dest_url}){comment}" #: src/rc_formatters.py:369 #, python-brace-format msgid "Account [{author}]({author_url}) was created automatically" -msgstr "" +msgstr "La cuenta [{author}]({author_url}) se creó automáticamente" #: src/rc_formatters.py:372 src/rc_formatters.py:381 #, python-brace-format msgid "Account [{author}]({author_url}) was created" -msgstr "" +msgstr "Se creó la cuenta [{author}]({author_url})" #: src/rc_formatters.py:375 #, python-brace-format @@ -415,6 +477,8 @@ msgid "" "Account [{article}]({article_url}) was created by [{author}]({author_url})" "{comment}" msgstr "" +"La cuenta [{article}]({article_url}) fue creada por " +"[{author}]({author_url}){comment}" #: src/rc_formatters.py:378 #, python-brace-format @@ -422,6 +486,8 @@ msgid "" "Account [{article}]({article_url}) was created by [{author}]({author_url}) " "and password was sent by email{comment}" msgstr "" +"La cuenta [{article}]({article_url}) fue creada por [{author}]({author_url}) " +"y la contraseña se envió por correo electrónico{comment}" #: src/rc_formatters.py:384 #, python-brace-format @@ -429,6 +495,8 @@ msgid "" "[{author}]({author_url}) added an entry to the [interwiki table]" "({table_url}) pointing to {website} with {prefix} prefix" msgstr "" +"[{author}]({author_url}) agregó una entrada a la [tabla " +"interwiki]({table_url}) que apunta a {website} con el prefijo {prefix}" #: src/rc_formatters.py:390 #, python-brace-format @@ -436,12 +504,16 @@ msgid "" "[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) " "pointing to {website} with {prefix} prefix" msgstr "" +"[{author}]({author_url}) editó una entrada en la [tabla " +"interwiki]({table_url}) que apunta a {website} con el prefijo {prefix}" #: src/rc_formatters.py:396 #, python-brace-format msgid "" "[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})" msgstr "" +"[{author}]({author_url}) eliminó una entrada en la [tabla " +"interwiki]({table_url})" #: src/rc_formatters.py:399 #, python-brace-format @@ -449,12 +521,14 @@ msgid "" "[{author}]({author_url}) changed the content model of the page [{article}]" "({article_url}) from {old} to {new}{comment}" msgstr "" +"[{author}]({author_url}) cambió el modelo de contenido de la página " +"[{article}]({article_url}) de {old} a {new}{comment}" #: src/rc_formatters.py:403 #, python-brace-format msgid "" "[{author}]({author_url}) edited the sprite for [{article}]({article_url})" -msgstr "" +msgstr "[{author}]({author_url}) editó el sprite de [{article}]({article_url})" #: src/rc_formatters.py:406 #, python-brace-format @@ -462,67 +536,69 @@ msgid "" "[{author}]({author_url}) created the sprite sheet for [{article}]" "({article_url})" msgstr "" +"[{author}]({author_url}) creó la hoja de sprites de " +"[{article}]({article_url})" #: src/rc_formatters.py:409 #, python-brace-format msgid "" "[{author}]({author_url}) edited the slice for [{article}]({article_url})" -msgstr "" +msgstr "[{author}]({author_url}) editó el sector de [{article}]({article_url})" #: src/rc_formatters.py:414 #, python-brace-format msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" -msgstr "" +msgstr "[{author}]({author_url}) creó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:416 #, python-brace-format msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" -msgstr "" +msgstr "[{author}]({author_url}) eliminó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:421 #, python-brace-format msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" -msgstr "" +msgstr "[{author}]({author_url}) recreó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:426 #, python-brace-format msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" -msgstr "" +msgstr "[{author}]({author_url}) reemplazó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:429 #, python-brace-format msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" -msgstr "" +msgstr "[{author}]({author_url}) creó una [etiqueta]({tag_url}) \"{tag}\"" #: src/rc_formatters.py:433 #, python-brace-format msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" -msgstr "" +msgstr "[{author}]({author_url}) eliminó una [etiqueta]({tag_url}) \"{tag}\"" #: src/rc_formatters.py:437 #, python-brace-format msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" -msgstr "" +msgstr "[{author}]({author_url}) activó una [etiqueta]({tag_url}) \"{tag}\"" #: src/rc_formatters.py:440 #, python-brace-format msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" -msgstr "" +msgstr "[{author}]({author_url}) desactivó una [etiqueta]({tag_url}) \"{tag}\"" #: src/rc_formatters.py:442 #, python-brace-format msgid "[{author}]({author_url}) changed wiki settings ({reason})" -msgstr "" +msgstr "[{author}]({author_url}) cambió la configuración del wiki ({reason})" #: src/rc_formatters.py:444 #, python-brace-format msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}* ({comment})" -msgstr "" +msgstr "[{author}]({author_url}) eliminó un wiki *{wiki_name}* ({comment})" #: src/rc_formatters.py:447 #, python-brace-format msgid "[{author}]({author_url}) locked a wiki *{wiki_name}* ({comment})" -msgstr "" +msgstr "[{author}]({author_url}) protegió un wiki *{wiki_name}* ({comment})" #: src/rc_formatters.py:450 #, python-brace-format @@ -530,6 +606,8 @@ msgid "" "[{author}]({author_url}) modified a namespace *{namespace_name}* on " "*{wiki_name}* ({comment})" msgstr "" +"[{author}]({author_url}) modificó un espacio de nombres *{namespace_name}* " +"en *{wiki_name}* ({comment})" #: src/rc_formatters.py:455 #, python-brace-format @@ -537,25 +615,29 @@ msgid "" "[{author}]({author_url}) deleted a namespace *{namespace_name}* on " "*{wiki_name}* ({comment})" msgstr "" +"[{author}]({author_url}) eliminó un espacio de nombres *{namespace_name}* en " +"*{wiki_name}* ({comment})" #: src/rc_formatters.py:460 #, python-brace-format msgid "[{author}]({author_url}) modified user group *{group_name}* ({comment})" msgstr "" +"[{author}]({author_url}) modificó el grupo de usuarios *{group_name}* " +"({comment})" #: src/rc_formatters.py:464 #, python-brace-format msgid "[{author}]({author_url}) restored a wiki *{wiki_name}* ({comment})" -msgstr "" +msgstr "[{author}]({author_url}) restauró un wiki *{wiki_name}* ({comment})" #: src/rc_formatters.py:468 #, python-brace-format msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}* ({comment})" -msgstr "" +msgstr "[{author}]({author_url}) desprotegió un wiki *{wiki_name}* ({comment})" #: src/rc_formatters.py:473 msgid "An action has been hidden by administration." -msgstr "" +msgstr "La administración ha ocultado una acción." #: src/rc_formatters.py:480 #, python-brace-format @@ -563,464 +645,469 @@ msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" +"Evento desconocido `{event}` por [{author}]({author_url}), repórtalo en el [" +"servidor de soporte](<{support}>)." #: src/rc_formatters.py:488 #, python-brace-format msgid "{user} triggered \"{abuse_filter}\"" -msgstr "" +msgstr "{user} activó \"{abuse_filter}\"" #: src/rc_formatters.py:489 msgid "Performed" -msgstr "" +msgstr "Realizó" #: src/rc_formatters.py:490 msgid "Action taken" -msgstr "" +msgstr "Acción tomada" #: src/rc_formatters.py:491 msgid "Title" -msgstr "" +msgstr "Título" #: src/rc_formatters.py:500 src/rc_formatters.py:768 msgid "No description provided" -msgstr "" +msgstr "No se proporcionó una descripción" #: src/rc_formatters.py:524 msgid "(N!) " -msgstr "" +msgstr "(N!) " #: src/rc_formatters.py:525 msgid "m" -msgstr "" +msgstr "m" #: src/rc_formatters.py:525 msgid "b" -msgstr "" +msgstr "b" #: src/rc_formatters.py:542 src/rc_formatters.py:547 msgid "__Only whitespace__" -msgstr "" +msgstr "__Solo espacios en blanco__" #: src/rc_formatters.py:552 msgid "Removed" -msgstr "" +msgstr "Eliminado" #: src/rc_formatters.py:554 msgid "Added" -msgstr "" +msgstr "Agregado" #: src/rc_formatters.py:588 src/rc_formatters.py:627 msgid "Options" -msgstr "" +msgstr "Opciones" #: src/rc_formatters.py:588 #, python-brace-format msgid "([preview]({link}) | [undo]({undolink}))" -msgstr "" +msgstr "([vista previa]({link}) | [deshacer]({undolink}))" #: src/rc_formatters.py:593 #, python-brace-format msgid "Uploaded a new version of {name}" -msgstr "" +msgstr "Subió una nueva versión de {name}" #: src/rc_formatters.py:595 #, python-brace-format msgid "Reverted a version of {name}" -msgstr "" +msgstr "Revirtió una versión de {name}" #: src/rc_formatters.py:597 #, python-brace-format msgid "Uploaded {name}" -msgstr "" +msgstr "Subió {name}" #: src/rc_formatters.py:613 msgid "**No license!**" -msgstr "" +msgstr "**¡Sin licencia!**" #: src/rc_formatters.py:625 msgid "" "\n" "License: {}" msgstr "" +"\n" +"Licencia: {}" #: src/rc_formatters.py:627 #, python-brace-format msgid "([preview]({link}))" -msgstr "" +msgstr "([vista previa]({link}))" #: src/rc_formatters.py:632 #, python-brace-format msgid "Deleted page {article}" -msgstr "" +msgstr "Página eliminada {article}" #: src/rc_formatters.py:637 #, python-brace-format msgid "Deleted redirect {article} by overwriting" -msgstr "" +msgstr "Eliminó la redirección {article} sobrescribiéndola" #: src/rc_formatters.py:643 msgid "No redirect has been made" -msgstr "" +msgstr "No se ha creado una redirección" #: src/rc_formatters.py:644 msgid "A redirect has been made" -msgstr "" +msgstr "Se creó una redirección" #: src/rc_formatters.py:645 #, python-brace-format msgid "Moved {redirect}{article} to {target}" -msgstr "" +msgstr "Movió {redirect}{article} a {target}" #: src/rc_formatters.py:648 #, python-brace-format msgid "Moved {redirect}{article} to {title} over redirect" -msgstr "" +msgstr "Movió {redirect}{article} a {title} sobre la redirección" #: src/rc_formatters.py:652 #, python-brace-format msgid "Moved protection settings from {redirect}{article} to {title}" -msgstr "" +msgstr "Movió la configuración de protección de {redirect}{article} a {title}" #: src/rc_formatters.py:676 msgid "unknown expiry time" -msgstr "" +msgstr "tiempo de caducidad desconocido" #: src/rc_formatters.py:680 msgid "Blocked from editing the following pages: " -msgstr "" +msgstr "Bloqueado de editar las siguientes páginas: " #: src/rc_formatters.py:689 msgid "Blocked from editing pages on following namespaces: " -msgstr "" +msgstr "Bloqueado de editar páginas en los siguientes espacios de nombres: " #: src/rc_formatters.py:700 msgid "Partial block details" -msgstr "" +msgstr "Detalles del bloqueo parcial" #: src/rc_formatters.py:701 #, python-brace-format msgid "Blocked {blocked_user} {time}" -msgstr "" +msgstr "Bloqueado {blocked_user}{time}" #: src/rc_formatters.py:705 #, python-brace-format msgid "Changed block settings for {blocked_user}" -msgstr "" +msgstr "Se modificó la configuración de bloqueo de {blocked_user}" #: src/rc_formatters.py:709 #, python-brace-format msgid "Unblocked {blocked_user}" -msgstr "" +msgstr "Desbloqueado {blocked_user}" #: src/rc_formatters.py:714 #, python-brace-format msgid "Left a comment on {target}'s profile" -msgstr "" +msgstr "Dejó un comentario en el perfil de {target}" #: src/rc_formatters.py:716 msgid "Left a comment on their own profile" -msgstr "" +msgstr "Dejó un comentario en su propio perfil" #: src/rc_formatters.py:721 #, python-brace-format msgid "Replied to a comment on {target}'s profile" -msgstr "" +msgstr "Respondió a un comentario en el perfil de {target}" #: src/rc_formatters.py:723 msgid "Replied to a comment on their own profile" -msgstr "" +msgstr "Respondió a un comentario en su propio perfil" #: src/rc_formatters.py:728 #, python-brace-format msgid "Edited a comment on {target}'s profile" -msgstr "" +msgstr "Editó un comentario en el perfil de {target}" #: src/rc_formatters.py:730 msgid "Edited a comment on their own profile" -msgstr "" +msgstr "Editó un comentario en su propio perfil" #: src/rc_formatters.py:733 #, python-brace-format msgid "Edited {target}'s profile" -msgstr "" +msgstr "Editó el perfil de {target}" #: src/rc_formatters.py:733 msgid "Edited their own profile" -msgstr "" +msgstr "Editó su propio perfil" #: src/rc_formatters.py:735 #, python-brace-format msgid "Cleared the {field} field" -msgstr "" +msgstr "Borró el campo {field}" #: src/rc_formatters.py:737 #, python-brace-format msgid "{field} field changed to: {desc}" -msgstr "" +msgstr "El campo {field} cambió a: {desc}" #: src/rc_formatters.py:740 #, python-brace-format msgid "Purged a comment on {target}'s profile" -msgstr "" +msgstr "Borró un comentario en el perfil de {target}" #: src/rc_formatters.py:746 #, python-brace-format msgid "Deleted a comment on {target}'s profile" -msgstr "" +msgstr "Eliminó un comentario en el perfil de {target}" #: src/rc_formatters.py:750 #, python-brace-format msgid "Changed group membership for {target}" -msgstr "" +msgstr "Modificó el grupo de {target}" #: src/rc_formatters.py:754 #, python-brace-format msgid "{target} got autopromoted to a new usergroup" -msgstr "" +msgstr "{target} obtuvo una promoción automática a un nuevo grupo de usuarios" #: src/rc_formatters.py:769 #, python-brace-format msgid "Groups changed from {old_groups} to {new_groups}{reason}" -msgstr "" +msgstr "Los grupos cambiaron de {old_groups} a {new_groups}{reason}" #: src/rc_formatters.py:773 #, python-brace-format msgid "Protected {target}" -msgstr "" +msgstr "Protegió {target}" #: src/rc_formatters.py:779 #, python-brace-format msgid "Changed protection level for {article}" -msgstr "" +msgstr "Modificó el nivel de protección de {article}" #: src/rc_formatters.py:785 #, python-brace-format msgid "Removed protection from {article}" -msgstr "" +msgstr "Eliminó la protección de {article}" #: src/rc_formatters.py:789 #, python-brace-format msgid "Changed visibility of revision on page {article} " msgid_plural "Changed visibility of {amount} revisions on page {article} " -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Modificó la visibilidad de la revisión en la página {article} " +msgstr[1] "Modificó la visibilidad de {amount} revisiones en la página {article} " #: src/rc_formatters.py:801 #, python-brace-format msgid "Imported {article} with {count} revision" msgid_plural "Imported {article} with {count} revisions" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Importó {article} con {count} revisión" +msgstr[1] "Importó {article} con {count} revisiones" #: src/rc_formatters.py:806 #, python-brace-format msgid "Restored {article}" -msgstr "" +msgstr "Restauró {article}" #: src/rc_formatters.py:809 msgid "Changed visibility of log events" -msgstr "" +msgstr "Modificó la visibilidad del registro de eventos" #: src/rc_formatters.py:819 msgid "Imported interwiki" -msgstr "" +msgstr "Importó interwiki" #: src/rc_formatters.py:822 #, python-brace-format msgid "Edited abuse filter number {number}" -msgstr "" +msgstr "Editó el número del filtro de abuso {number}" #: src/rc_formatters.py:825 #, python-brace-format msgid "Created abuse filter number {number}" -msgstr "" +msgstr "Creó el número de filtro de abuso {number}" #: src/rc_formatters.py:828 #, python-brace-format msgid "Merged revision histories of {article} into {dest}" -msgstr "" +msgstr "Fusionó los historiales de revisión de {article} en {dest}" #: src/rc_formatters.py:832 msgid "Created account automatically" -msgstr "" +msgstr "Creó una cuenta automáticamente" #: src/rc_formatters.py:835 src/rc_formatters.py:844 msgid "Created account" -msgstr "" +msgstr "Creó una cuenta" #: src/rc_formatters.py:838 #, python-brace-format msgid "Created account {article}" -msgstr "" +msgstr "Creó la cuenta {article}" #: src/rc_formatters.py:841 #, python-brace-format msgid "Created account {article} and password was sent by email" msgstr "" +"Creó la cuenta {article} y la contraseña se envió por correo electrónico" #: src/rc_formatters.py:847 msgid "Added an entry to the interwiki table" -msgstr "" +msgstr "Agregó una entrada a la tabla interwiki" #: src/rc_formatters.py:848 src/rc_formatters.py:854 #, python-brace-format msgid "Prefix: {prefix}, website: {website} | {desc}" -msgstr "" +msgstr "Prefijo: {prefix}, sitio web: {website} | {desc}" #: src/rc_formatters.py:853 msgid "Edited an entry in interwiki table" -msgstr "" +msgstr "Editó una entrada en la tabla interwiki" #: src/rc_formatters.py:859 msgid "Deleted an entry in interwiki table" -msgstr "" +msgstr "Eliminó una entrada en la tabla interwiki" #: src/rc_formatters.py:860 #, python-brace-format msgid "Prefix: {prefix} | {desc}" -msgstr "" +msgstr "Prefijo: {prefix} | {desc}" #: src/rc_formatters.py:863 #, python-brace-format msgid "Changed the content model of the page {article}" -msgstr "" +msgstr "Cambió el modelo de contenido de la página {article}" #: src/rc_formatters.py:864 #, python-brace-format msgid "Model changed from {old} to {new}: {reason}" -msgstr "" +msgstr "El modelo cambió de {old} a {new}: {reason}" #: src/rc_formatters.py:869 #, python-brace-format msgid "Edited the sprite for {article}" -msgstr "" +msgstr "Editó el sprite de {article}" #: src/rc_formatters.py:872 #, python-brace-format msgid "Created the sprite sheet for {article}" -msgstr "" +msgstr "Creó la hoja de sprites de {article}" #: src/rc_formatters.py:875 #, python-brace-format msgid "Edited the slice for {article}" -msgstr "" +msgstr "Editó el sector de {article}" #: src/rc_formatters.py:881 #, python-brace-format msgid "Created the Cargo table \"{table}\"" -msgstr "" +msgstr "Creó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:885 #, python-brace-format msgid "Deleted the Cargo table \"{table}\"" -msgstr "" +msgstr "Eliminó la tabla Cargo\"{table}\"" #: src/rc_formatters.py:892 #, python-brace-format msgid "Recreated the Cargo table \"{table}\"" -msgstr "" +msgstr "Recreó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:899 #, python-brace-format msgid "Replaced the Cargo table \"{table}\"" -msgstr "" +msgstr "Reemplazó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:903 #, python-brace-format msgid "Created a tag \"{tag}\"" -msgstr "" +msgstr "Creó una etiqueta \"{tag}\"" #: src/rc_formatters.py:907 #, python-brace-format msgid "Deleted a tag \"{tag}\"" -msgstr "" +msgstr "Eliminó una etiqueta \"{tag}\"" #: src/rc_formatters.py:911 #, python-brace-format msgid "Activated a tag \"{tag}\"" -msgstr "" +msgstr "Activó una etiqueta \"{tag}\"" #: src/rc_formatters.py:914 #, python-brace-format msgid "Deactivated a tag \"{tag}\"" -msgstr "" +msgstr "Desactivó una etiqueta \"{tag}\"" #: src/rc_formatters.py:917 msgid "Changed wiki settings" -msgstr "" +msgstr "Modificó la configuración del wiki" #: src/rc_formatters.py:921 #, python-brace-format msgid "Deleted a \"{wiki}\" wiki" -msgstr "" +msgstr "Eliminó un wiki \"{wiki}\"" #: src/rc_formatters.py:924 #, python-brace-format msgid "Locked a \"{wiki}\" wiki" -msgstr "" +msgstr "Protegió un wiki \"{wiki}\"" #: src/rc_formatters.py:927 #, python-brace-format msgid "Modified a \"{namespace_name}\" namespace" -msgstr "" +msgstr "Modificó un espacio de nombres \"{namespace_name}\"" #: src/rc_formatters.py:929 src/rc_formatters.py:934 msgid "Wiki" -msgstr "" +msgstr "Wiki" #: src/rc_formatters.py:931 #, python-brace-format msgid "Deleted a \"{namespace_name}\" namespace" -msgstr "" +msgstr "Eliminó un espacio de nombres \"{namespace_name}\"" #: src/rc_formatters.py:936 #, python-brace-format msgid "Modified \"{usergroup_name}\" usergroup" -msgstr "" +msgstr "Modificó el grupo de usuarios \"{usergroup_name}\"" #: src/rc_formatters.py:939 #, python-brace-format msgid "Restored a \"{wiki}\" wiki" -msgstr "" +msgstr "Restauró un wiki \"{wiki}\"" #: src/rc_formatters.py:942 #, python-brace-format msgid "Unlocked a \"{wiki}\" wiki" -msgstr "" +msgstr "Desprotegió un wiki \"{wiki}\"" #: src/rc_formatters.py:946 msgid "Action has been hidden by administration" -msgstr "" +msgstr "La administración ha ocultado la acción" #: src/rc_formatters.py:951 #, python-brace-format msgid "Unknown event `{event}`" -msgstr "" +msgstr "Evento desconocido `{event}`" #: src/rc_formatters.py:957 src/rc_formatters.py:959 msgid "Report this on the support server" -msgstr "" +msgstr "Reporta esto en el servidor de soporte" #: src/rc_formatters.py:976 msgid "Tags" -msgstr "" +msgstr "Etiquetas" #: src/rc_formatters.py:979 msgid "**Added**: " -msgstr "" +msgstr "**Agregó**: " #: src/rc_formatters.py:979 msgid " and {} more\n" -msgstr "" +msgstr " y {} más\n" #: src/rc_formatters.py:980 msgid "**Removed**: " -msgstr "" +msgstr "**Eliminó**: " #: src/rc_formatters.py:980 msgid " and {} more" -msgstr "" +msgstr " y {} más" #: src/rc_formatters.py:981 msgid "Changed categories" -msgstr "" +msgstr "Cambio las categorías" diff --git a/locale/es/LC_MESSAGES/rcgcdw.mo b/locale/es/LC_MESSAGES/rcgcdw.mo index 386c5a9..0d8da67 100644 Binary files a/locale/es/LC_MESSAGES/rcgcdw.mo and b/locale/es/LC_MESSAGES/rcgcdw.mo differ diff --git a/locale/es/LC_MESSAGES/rcgcdw.po b/locale/es/LC_MESSAGES/rcgcdw.po index 95e89c3..e25bbf0 100644 --- a/locale/es/LC_MESSAGES/rcgcdw.po +++ b/locale/es/LC_MESSAGES/rcgcdw.po @@ -8,83 +8,85 @@ msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-18 14:13+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2021-01-22 13:58+0000\n" +"Last-Translator: Tamara Carvallo \n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.2.1\n" #: src/rc_formatters.py:28 msgid "None" -msgstr "" +msgstr "Ninguno" #: src/rc_formatters.py:28 msgid "Warning issued" -msgstr "" +msgstr "Advertencia emitida" #: src/rc_formatters.py:28 msgid "**Blocked user**" -msgstr "" +msgstr "**Usuario bloqueado**" #: src/rc_formatters.py:28 msgid "Tagged the edit" -msgstr "" +msgstr "Etiqueto la edición" #: src/rc_formatters.py:28 msgid "Disallowed the action" -msgstr "" +msgstr "Anuló la acción" #: src/rc_formatters.py:28 msgid "**IP range blocked**" -msgstr "" +msgstr "**Rango de IP bloqueado**" #: src/rc_formatters.py:28 msgid "Throttled actions" -msgstr "" +msgstr "Limitó acciones" #: src/rc_formatters.py:28 msgid "Removed autoconfirmed group" -msgstr "" +msgstr "Eliminó el grupo autoconfirmado" #: src/rc_formatters.py:28 msgid "**Removed from privileged groups**" -msgstr "" +msgstr "**Eliminado de los grupos privilegiados**" #: src/rc_formatters.py:29 msgid "Edit" -msgstr "" +msgstr "Edición" #: src/rc_formatters.py:29 msgid "Upload" -msgstr "" +msgstr "Carga" #: src/rc_formatters.py:29 msgid "Move" -msgstr "" +msgstr "Traslado" #: src/rc_formatters.py:29 msgid "Stash upload" -msgstr "" +msgstr "Carga de archivos" #: src/rc_formatters.py:29 msgid "Deletion" -msgstr "" +msgstr "Borrado" #: src/rc_formatters.py:29 msgid "Account creation" -msgstr "" +msgstr "Creación de cuenta" #: src/rc_formatters.py:29 msgid "Auto account creation" -msgstr "" +msgstr "Creación de cuenta automática" #: src/rc_formatters.py:46 src/rc_formatters.py:53 src/rc_formatters.py:60 #: src/rc_formatters.py:75 src/rc_formatters.py:96 msgid "Unregistered user" -msgstr "" +msgstr "Usuario no registrado" #: src/rc_formatters.py:83 #, python-brace-format @@ -92,6 +94,8 @@ msgid "" "[{author}]({author_url}) triggered *{abuse_filter}*, performing the action " "\"{action}\" on *[{target}]({target_url})* - action taken: {result}." msgstr "" +"[{author}]({author_url}) activó *{abuse_filter}*, realizando la acción \"" +"{action}\" en *[{target}]({target_url})* - acción tomada: {result}." #: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 #: src/rc_formatters.py:445 src/rc_formatters.py:448 src/rc_formatters.py:451 @@ -102,7 +106,7 @@ msgstr "" #: src/rc_formatters.py:932 src/rc_formatters.py:934 src/rc_formatters.py:939 #: src/rc_formatters.py:942 src/rc_formatters.py:947 msgid "Unknown" -msgstr "" +msgstr "Desconocido" #: src/rc_formatters.py:117 #, python-brace-format @@ -110,6 +114,8 @@ msgid "" "[{author}]({author_url}) edited [{article}]({edit_link}){comment} ({bold}" "{sign}{edit_size}{bold})" msgstr "" +"[{author}]({author_url}) editó [{article}]({edit_link}){comment} " +"({bold}{sign}{edit_size}{bold})" #: src/rc_formatters.py:119 #, python-brace-format @@ -117,17 +123,21 @@ msgid "" "[{author}]({author_url}) created [{article}]({edit_link}){comment} ({bold}" "{sign}{edit_size}{bold})" msgstr "" +"[{author}]({author_url}) creó [{article}]({edit_link}){comment} " +"({bold}{sign}{edit_size}{bold})" #: src/rc_formatters.py:122 #, python-brace-format msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}" -msgstr "" +msgstr "[{author}]({author_url}) subió [{file}]({file_link}){comment}" #: src/rc_formatters.py:129 #, python-brace-format msgid "" "[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}" msgstr "" +"[{author}]({author_url}) revirtió una versión de " +"[{file}]({file_link}){comment}" #: src/rc_formatters.py:133 #, python-brace-format @@ -135,11 +145,13 @@ msgid "" "[{author}]({author_url}) uploaded a new version of [{file}]({file_link})" "{comment}" msgstr "" +"[{author}]({author_url}) subió una nueva versión de " +"[{file}]({file_link}){comment}" #: src/rc_formatters.py:136 #, python-brace-format msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}" -msgstr "" +msgstr "[{author}]({author_url}) eliminó [{page}]({page_link}){comment}" #: src/rc_formatters.py:142 #, python-brace-format @@ -147,14 +159,16 @@ msgid "" "[{author}]({author_url}) deleted redirect by overwriting [{page}]" "({page_link}){comment}" msgstr "" +"[{author}]({author_url}) eliminó la redirección al sobrescribir " +"[{page}]({page_link}){comment}" #: src/rc_formatters.py:148 src/rc_formatters.py:153 msgid "without making a redirect" -msgstr "" +msgstr "sin crear una redirección" #: src/rc_formatters.py:148 src/rc_formatters.py:154 msgid "with a redirect" -msgstr "" +msgstr "con una redirección" #: src/rc_formatters.py:149 #, python-brace-format @@ -162,6 +176,8 @@ msgid "" "[{author}]({author_url}) moved {redirect}*{article}* to [{target}]" "({target_url}) {made_a_redirect}{comment}" msgstr "" +"[{author}]({author_url}) movió {redirect}*{article}* a " +"[{target}]({target_url}) {made_a_redirect}{comment}" #: src/rc_formatters.py:155 #, python-brace-format @@ -169,6 +185,8 @@ msgid "" "[{author}]({author_url}) moved {redirect}*{article}* over redirect to " "[{target}]({target_url}) {made_a_redirect}{comment}" msgstr "" +"[{author}]({author_url}) movió {redirect}*{article}* sobre la redirección a " +"[{target}]({target_url}) {made_a_redirect}{comment}" #: src/rc_formatters.py:160 #, python-brace-format @@ -176,31 +194,33 @@ msgid "" "[{author}]({author_url}) moved protection settings from {redirect}*{article}" "* to [{target}]({target_url}){comment}" msgstr "" +"[{author}]({author_url}) movió la configuración de protección de " +"{redirect}*{article}* a [{target}]({target_url}){comment}" #: src/rc_formatters.py:171 src/rc_formatters.py:662 msgid "for infinity and beyond" -msgstr "" +msgstr "hasta el fin de nuestros días" #: src/rc_formatters.py:180 src/rc_formatters.py:670 #, python-brace-format msgid "for {num} {translated_length}" -msgstr "" +msgstr "por {num}{translated_length}" #: src/rc_formatters.py:186 src/rc_formatters.py:674 msgid "until {}" -msgstr "" +msgstr "hasta {}" #: src/rc_formatters.py:190 msgid " on pages: " -msgstr "" +msgstr " en las páginas: " #: src/rc_formatters.py:197 src/rc_formatters.py:687 msgid " and namespaces: " -msgstr "" +msgstr " y los espacios de nombres: " #: src/rc_formatters.py:199 msgid " on namespaces: " -msgstr "" +msgstr " en los espacios de nombres: " #: src/rc_formatters.py:211 #, python-brace-format @@ -208,6 +228,8 @@ msgid "" "[{author}]({author_url}) blocked [{user}]({user_url}) {time}" "{restriction_desc}{comment}" msgstr "" +"[{author}]({author_url}) bloqueó [{user}]({user_url}) " +"{time}{restriction_desc}{comment}" #: src/rc_formatters.py:215 #, python-brace-format @@ -215,24 +237,30 @@ msgid "" "[{author}]({author_url}) changed block settings for [{blocked_user}]" "({user_url}){comment}" msgstr "" +"[{author}]({author_url}) cambió la configuración de bloqueo de " +"[{blocked_user}]({user_url}){comment}" #: src/rc_formatters.py:219 #, python-brace-format msgid "" "[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}" msgstr "" +"[{author}]({author_url}) desbloqueó [{blocked_user}]({user_url}){comment}" #: src/rc_formatters.py:224 #, python-brace-format msgid "" "[{author}]({author_url}) left a [comment]({comment}) on {target}'s profile" msgstr "" +"[{author}]({author_url}) dejó un [comentario]({comment}) en el perfil de " +"{target}" #: src/rc_formatters.py:226 #, python-brace-format msgid "" "[{author}]({author_url}) left a [comment]({comment}) on their own profile" msgstr "" +"[{author}]({author_url}) dejó un [comentario]({comment}) en su propio perfil" #: src/rc_formatters.py:232 #, python-brace-format @@ -240,6 +268,8 @@ msgid "" "[{author}]({author_url}) replied to a [comment]({comment}) on {target}'s " "profile" msgstr "" +"[{author}]({author_url}) respondió a un [comentario]({comment}) en el perfil " +"de {target}" #: src/rc_formatters.py:238 #, python-brace-format @@ -247,55 +277,63 @@ msgid "" "[{author}]({author_url}) replied to a [comment]({comment}) on their own " "profile" msgstr "" +"[{author}]({author_url}) respondió a un [comentario]({comment}) en su propio " +"perfil" #: src/rc_formatters.py:246 #, python-brace-format msgid "" "[{author}]({author_url}) edited a [comment]({comment}) on {target}'s profile" msgstr "" +"[{author}]({author_url}) editó un [comentario]({comment}) en el perfil de " +"{target}" #: src/rc_formatters.py:252 #, python-brace-format msgid "" "[{author}]({author_url}) edited a [comment]({comment}) on their own profile" msgstr "" +"[{author}]({author_url}) editó un [comentario]({comment}) en su propio perfil" #: src/rc_formatters.py:259 #, python-brace-format msgid "[{author}]({author_url}) purged a comment on {target}'s profile" -msgstr "" +msgstr "[{author}]({author_url}) borró un comentario en el perfil de {target}" #: src/rc_formatters.py:261 #, python-brace-format msgid "[{author}]({author_url}) purged a comment on their own profile" -msgstr "" +msgstr "[{author}]({author_url}) borró un comentario en su propio perfil" #: src/rc_formatters.py:265 #, python-brace-format msgid "[{author}]({author_url}) deleted a comment on {target}'s profile" -msgstr "" +msgstr "[{author}]({author_url}) eliminó un comentario en el perfil de {target}" #: src/rc_formatters.py:267 #, python-brace-format msgid "[{author}]({author_url}) deleted a comment on their own profile" -msgstr "" +msgstr "[{author}]({author_url}) eliminó un comentario en su propio perfil" #: src/rc_formatters.py:273 #, python-brace-format msgid "" "[{author}]({author_url}) edited the {field} on {target}'s profile. *({desc})*" msgstr "" +"[{author}]({author_url}) editó el {field} en el perfil de {target}. " +"*({desc})*" #: src/rc_formatters.py:279 #, python-brace-format msgid "" "[{author}]({author_url}) edited the {field} on their own profile. *({desc})*" msgstr "" +"[{author}]({author_url}) editó el {field} en su propio perfil. *({desc})*" #: src/rc_formatters.py:293 src/rc_formatters.py:295 src/rc_formatters.py:765 #: src/rc_formatters.py:767 msgid "none" -msgstr "" +msgstr "ninguno" #: src/rc_formatters.py:298 #, python-brace-format @@ -303,6 +341,8 @@ msgid "" "[{author}]({author_url}) changed group membership for [{target}]" "({target_url}) from {old_groups} to {new_groups}{comment}" msgstr "" +"[{author}]({author_url}) cambió la pertenencia al grupo de " +"[{target}]({target_url}) de {old_groups} a {new_groups}{comment}" #: src/rc_formatters.py:300 #, python-brace-format @@ -310,10 +350,12 @@ msgid "" "{author} autopromoted [{target}]({target_url}) from {old_groups} to " "{new_groups}{comment}" msgstr "" +"{author} promovió automáticamente a [{target}]({target_url}) de {old_groups} " +"a {new_groups}{comment}" #: src/rc_formatters.py:301 src/rc_formatters.py:752 msgid "System" -msgstr "" +msgstr "Sistema" #: src/rc_formatters.py:306 #, python-brace-format @@ -321,11 +363,13 @@ msgid "" "[{author}]({author_url}) protected [{article}]({article_url}) with the " "following settings: {settings}{comment}" msgstr "" +"[{author}]({author_url}) protegió [{article}]({article_url}) con la " +"siguiente configuración: {settings}{comment}" #: src/rc_formatters.py:308 src/rc_formatters.py:316 src/rc_formatters.py:775 #: src/rc_formatters.py:781 msgid " [cascading]" -msgstr "" +msgstr " [en cascada]" #: src/rc_formatters.py:313 #, python-brace-format @@ -333,6 +377,8 @@ msgid "" "[{author}]({author_url}) modified protection settings of [{article}]" "({article_url}) to: {settings}{comment}" msgstr "" +"[{author}]({author_url}) modificó la configuración de protección de " +"[{article}]({article_url}) a: {settings}{comment}" #: src/rc_formatters.py:320 #, python-brace-format @@ -340,6 +386,8 @@ msgid "" "[{author}]({author_url}) removed protection from [{article}]({article_url})" "{comment}" msgstr "" +"[{author}]({author_url}) eliminó la protección de " +"[{article}]({article_url}){comment}" #: src/rc_formatters.py:324 #, python-brace-format @@ -350,7 +398,11 @@ msgid_plural "" "[{author}]({author_url}) changed visibility of {amount} revisions on page " "[{article}]({article_url}){comment}" msgstr[0] "" +"[{author}]({author_url}) cambió la visibilidad de la revisión en la página " +"[{article}]({article_url}){comment}" msgstr[1] "" +"[{author}]({author_url}) cambió la visibilidad de {amount} revisiones en la " +"página [{article}]({article_url}){comment}" #: src/rc_formatters.py:337 #, python-brace-format @@ -361,34 +413,44 @@ msgid_plural "" "[{author}]({author_url}) imported [{article}]({article_url}) with {count} " "revisions{comment}" msgstr[0] "" +"[{author}]({author_url}) importó [{article}]({article_url}) con {count} " +"revisión{comment}" msgstr[1] "" +"[{author}]({author_url}) importó [{article}]({article_url}) con {count} " +"revisiones{comment}" #: src/rc_formatters.py:342 #, python-brace-format msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}" -msgstr "" +msgstr "[{author}]({author_url}) restauró [{article}]({article_url}){comment}" #: src/rc_formatters.py:344 #, python-brace-format msgid "[{author}]({author_url}) changed visibility of log events{comment}" msgstr "" +"[{author}]({author_url}) cambió la visibilidad del registro de " +"eventos{comment}" #: src/rc_formatters.py:354 #, python-brace-format msgid "[{author}]({author_url}) imported interwiki{comment}" -msgstr "" +msgstr "[{author}]({author_url}) importó interwiki{comment}" #: src/rc_formatters.py:357 #, python-brace-format msgid "" "[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})" msgstr "" +"[{author}]({author_url}) editó el filtro de abuso [número " +"{number}]({filter_url})" #: src/rc_formatters.py:361 #, python-brace-format msgid "" "[{author}]({author_url}) created abuse filter [number {number}]({filter_url})" msgstr "" +"[{author}]({author_url}) creó el filtro de abuso [número " +"{number}]({filter_url})" #: src/rc_formatters.py:365 #, python-brace-format @@ -396,16 +458,18 @@ msgid "" "[{author}]({author_url}) merged revision histories of [{article}]" "({article_url}) into [{dest}]({dest_url}){comment}" msgstr "" +"[{author}]({author_url}) fusionó los historiales de revisión de " +"[{article}]({article_url}) con [{dest}]({dest_url}){comment}" #: src/rc_formatters.py:369 #, python-brace-format msgid "Account [{author}]({author_url}) was created automatically" -msgstr "" +msgstr "La cuenta [{author}]({author_url}) se creó automáticamente" #: src/rc_formatters.py:372 src/rc_formatters.py:381 #, python-brace-format msgid "Account [{author}]({author_url}) was created" -msgstr "" +msgstr "Se creó la cuenta [{author}]({author_url})" #: src/rc_formatters.py:375 #, python-brace-format @@ -413,6 +477,8 @@ msgid "" "Account [{article}]({article_url}) was created by [{author}]({author_url})" "{comment}" msgstr "" +"La cuenta [{article}]({article_url}) fue creada por " +"[{author}]({author_url}){comment}" #: src/rc_formatters.py:378 #, python-brace-format @@ -420,6 +486,8 @@ msgid "" "Account [{article}]({article_url}) was created by [{author}]({author_url}) " "and password was sent by email{comment}" msgstr "" +"La cuenta [{article}]({article_url}) fue creada por [{author}]({author_url}) " +"y la contraseña se envió por correo electrónico{comment}" #: src/rc_formatters.py:384 #, python-brace-format @@ -427,6 +495,8 @@ msgid "" "[{author}]({author_url}) added an entry to the [interwiki table]" "({table_url}) pointing to {website} with {prefix} prefix" msgstr "" +"[{author}]({author_url}) agregó una entrada a la [tabla " +"interwiki]({table_url}) que apunta a {website} con el prefijo {prefix}" #: src/rc_formatters.py:390 #, python-brace-format @@ -434,12 +504,16 @@ msgid "" "[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) " "pointing to {website} with {prefix} prefix" msgstr "" +"[{author}]({author_url}) editó una entrada en la [tabla " +"interwiki]({table_url}) que apunta a {website} con el prefijo {prefix}" #: src/rc_formatters.py:396 #, python-brace-format msgid "" "[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})" msgstr "" +"[{author}]({author_url}) eliminó una entrada en la [tabla " +"interwiki]({table_url})" #: src/rc_formatters.py:399 #, python-brace-format @@ -447,12 +521,14 @@ msgid "" "[{author}]({author_url}) changed the content model of the page [{article}]" "({article_url}) from {old} to {new}{comment}" msgstr "" +"[{author}]({author_url}) cambió el modelo de contenido de la página " +"[{article}]({article_url}) de {old} a {new}{comment}" #: src/rc_formatters.py:403 #, python-brace-format msgid "" "[{author}]({author_url}) edited the sprite for [{article}]({article_url})" -msgstr "" +msgstr "[{author}]({author_url}) editó el sprite de [{article}]({article_url})" #: src/rc_formatters.py:406 #, python-brace-format @@ -460,67 +536,69 @@ msgid "" "[{author}]({author_url}) created the sprite sheet for [{article}]" "({article_url})" msgstr "" +"[{author}]({author_url}) creó la hoja de sprites de " +"[{article}]({article_url})" #: src/rc_formatters.py:409 #, python-brace-format msgid "" "[{author}]({author_url}) edited the slice for [{article}]({article_url})" -msgstr "" +msgstr "[{author}]({author_url}) editó el sector de [{article}]({article_url})" #: src/rc_formatters.py:414 #, python-brace-format msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" -msgstr "" +msgstr "[{author}]({author_url}) creó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:416 #, python-brace-format msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" -msgstr "" +msgstr "[{author}]({author_url}) eliminó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:421 #, python-brace-format msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" -msgstr "" +msgstr "[{author}]({author_url}) recreó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:426 #, python-brace-format msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" -msgstr "" +msgstr "[{author}]({author_url}) reemplazó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:429 #, python-brace-format msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" -msgstr "" +msgstr "[{author}]({author_url}) creó una [etiqueta]({tag_url}) \"{tag}\"" #: src/rc_formatters.py:433 #, python-brace-format msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" -msgstr "" +msgstr "[{author}]({author_url}) eliminó una [etiqueta]({tag_url}) \"{tag}\"" #: src/rc_formatters.py:437 #, python-brace-format msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" -msgstr "" +msgstr "[{author}]({author_url}) activó una [etiqueta]({tag_url}) \"{tag}\"" #: src/rc_formatters.py:440 #, python-brace-format msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" -msgstr "" +msgstr "[{author}]({author_url}) desactivó una [etiqueta]({tag_url}) \"{tag}\"" #: src/rc_formatters.py:442 #, python-brace-format msgid "[{author}]({author_url}) changed wiki settings ({reason})" -msgstr "" +msgstr "[{author}]({author_url}) cambió la configuración del wiki ({reason})" #: src/rc_formatters.py:444 #, python-brace-format msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}* ({comment})" -msgstr "" +msgstr "[{author}]({author_url}) eliminó un wiki *{wiki_name}* ({comment})" #: src/rc_formatters.py:447 #, python-brace-format msgid "[{author}]({author_url}) locked a wiki *{wiki_name}* ({comment})" -msgstr "" +msgstr "[{author}]({author_url}) protegió un wiki *{wiki_name}* ({comment})" #: src/rc_formatters.py:450 #, python-brace-format @@ -528,6 +606,8 @@ msgid "" "[{author}]({author_url}) modified a namespace *{namespace_name}* on " "*{wiki_name}* ({comment})" msgstr "" +"[{author}]({author_url}) modificó un espacio de nombres *{namespace_name}* " +"en *{wiki_name}* ({comment})" #: src/rc_formatters.py:455 #, python-brace-format @@ -535,25 +615,29 @@ msgid "" "[{author}]({author_url}) deleted a namespace *{namespace_name}* on " "*{wiki_name}* ({comment})" msgstr "" +"[{author}]({author_url}) eliminó un espacio de nombres *{namespace_name}* en " +"*{wiki_name}* ({comment})" #: src/rc_formatters.py:460 #, python-brace-format msgid "[{author}]({author_url}) modified user group *{group_name}* ({comment})" msgstr "" +"[{author}]({author_url}) modificó el grupo de usuarios *{group_name}* " +"({comment})" #: src/rc_formatters.py:464 #, python-brace-format msgid "[{author}]({author_url}) restored a wiki *{wiki_name}* ({comment})" -msgstr "" +msgstr "[{author}]({author_url}) restauró un wiki *{wiki_name}* ({comment})" #: src/rc_formatters.py:468 #, python-brace-format msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}* ({comment})" -msgstr "" +msgstr "[{author}]({author_url}) desprotegió un wiki *{wiki_name}* ({comment})" #: src/rc_formatters.py:473 msgid "An action has been hidden by administration." -msgstr "" +msgstr "La administración ha ocultado una acción." #: src/rc_formatters.py:480 #, python-brace-format @@ -561,464 +645,469 @@ msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" +"Evento desconocido `{event}` por [{author}]({author_url}), repórtalo en el [" +"servidor de soporte](<{support}>)." #: src/rc_formatters.py:488 #, python-brace-format msgid "{user} triggered \"{abuse_filter}\"" -msgstr "" +msgstr "{user} activó \"{abuse_filter}\"" #: src/rc_formatters.py:489 msgid "Performed" -msgstr "" +msgstr "Realizó" #: src/rc_formatters.py:490 msgid "Action taken" -msgstr "" +msgstr "Acción tomada" #: src/rc_formatters.py:491 msgid "Title" -msgstr "" +msgstr "Título" #: src/rc_formatters.py:500 src/rc_formatters.py:768 msgid "No description provided" -msgstr "" +msgstr "No se proporcionó descripción" #: src/rc_formatters.py:524 msgid "(N!) " -msgstr "" +msgstr "(N!) " #: src/rc_formatters.py:525 msgid "m" -msgstr "" +msgstr "m" #: src/rc_formatters.py:525 msgid "b" -msgstr "" +msgstr "b" #: src/rc_formatters.py:542 src/rc_formatters.py:547 msgid "__Only whitespace__" -msgstr "" +msgstr "__Sólo espacios en blanco__" #: src/rc_formatters.py:552 msgid "Removed" -msgstr "" +msgstr "Eliminado" #: src/rc_formatters.py:554 msgid "Added" -msgstr "" +msgstr "Agregado" #: src/rc_formatters.py:588 src/rc_formatters.py:627 msgid "Options" -msgstr "" +msgstr "Opciones" #: src/rc_formatters.py:588 #, python-brace-format msgid "([preview]({link}) | [undo]({undolink}))" -msgstr "" +msgstr "([vista previa]({link}) | [deshacer]({undolink}))" #: src/rc_formatters.py:593 #, python-brace-format msgid "Uploaded a new version of {name}" -msgstr "" +msgstr "Subió una nueva versión de {name}" #: src/rc_formatters.py:595 #, python-brace-format msgid "Reverted a version of {name}" -msgstr "" +msgstr "Revirtió una versión de {name}" #: src/rc_formatters.py:597 #, python-brace-format msgid "Uploaded {name}" -msgstr "" +msgstr "Subió {name}" #: src/rc_formatters.py:613 msgid "**No license!**" -msgstr "" +msgstr "**¡Sin licencia!**" #: src/rc_formatters.py:625 msgid "" "\n" "License: {}" msgstr "" +"\n" +"Licencia: {}" #: src/rc_formatters.py:627 #, python-brace-format msgid "([preview]({link}))" -msgstr "" +msgstr "([vista previa]({link}))" #: src/rc_formatters.py:632 #, python-brace-format msgid "Deleted page {article}" -msgstr "" +msgstr "Eliminó la página {article}" #: src/rc_formatters.py:637 #, python-brace-format msgid "Deleted redirect {article} by overwriting" -msgstr "" +msgstr "Eliminó la redirección {article} sobrescribiendola" #: src/rc_formatters.py:643 msgid "No redirect has been made" -msgstr "" +msgstr "No se ha creado una redirección" #: src/rc_formatters.py:644 msgid "A redirect has been made" -msgstr "" +msgstr "Se ha creado una redirección" #: src/rc_formatters.py:645 #, python-brace-format msgid "Moved {redirect}{article} to {target}" -msgstr "" +msgstr "Movió {redirect}{article} a {target}" #: src/rc_formatters.py:648 #, python-brace-format msgid "Moved {redirect}{article} to {title} over redirect" -msgstr "" +msgstr "Movió {redirect}{article} a {title} sobre la redirección" #: src/rc_formatters.py:652 #, python-brace-format msgid "Moved protection settings from {redirect}{article} to {title}" -msgstr "" +msgstr "Movió la configuración de protección de {redirect}{article} a {title}" #: src/rc_formatters.py:676 msgid "unknown expiry time" -msgstr "" +msgstr "tiempo de caducidad desconocido" #: src/rc_formatters.py:680 msgid "Blocked from editing the following pages: " -msgstr "" +msgstr "Bloqueado de editar las siguientes páginas: " #: src/rc_formatters.py:689 msgid "Blocked from editing pages on following namespaces: " -msgstr "" +msgstr "Bloqueado de editar páginas en los siguientes espacios de nombres: " #: src/rc_formatters.py:700 msgid "Partial block details" -msgstr "" +msgstr "Detalles del bloqueo parcial" #: src/rc_formatters.py:701 #, python-brace-format msgid "Blocked {blocked_user} {time}" -msgstr "" +msgstr "Bloqueó a {blocked_user} {time}" #: src/rc_formatters.py:705 #, python-brace-format msgid "Changed block settings for {blocked_user}" -msgstr "" +msgstr "Modificó la configuración de bloqueo de {blocked_user}" #: src/rc_formatters.py:709 #, python-brace-format msgid "Unblocked {blocked_user}" -msgstr "" +msgstr "Desbloqueó a {blocked_user}" #: src/rc_formatters.py:714 #, python-brace-format msgid "Left a comment on {target}'s profile" -msgstr "" +msgstr "Dejó un comentario en el perfil de {target}" #: src/rc_formatters.py:716 msgid "Left a comment on their own profile" -msgstr "" +msgstr "Dejó un comentario en su propio perfil" #: src/rc_formatters.py:721 #, python-brace-format msgid "Replied to a comment on {target}'s profile" -msgstr "" +msgstr "Respondió a un comentario en el perfil de {target}" #: src/rc_formatters.py:723 msgid "Replied to a comment on their own profile" -msgstr "" +msgstr "Respondió a un comentario en su propio perfil" #: src/rc_formatters.py:728 #, python-brace-format msgid "Edited a comment on {target}'s profile" -msgstr "" +msgstr "Editó un comentario en el perfil de {target}" #: src/rc_formatters.py:730 msgid "Edited a comment on their own profile" -msgstr "" +msgstr "Editó un comentario en su propio perfil" #: src/rc_formatters.py:733 #, python-brace-format msgid "Edited {target}'s profile" -msgstr "" +msgstr "Editó el perfil de {target}" #: src/rc_formatters.py:733 msgid "Edited their own profile" -msgstr "" +msgstr "Editó su propio perfil" #: src/rc_formatters.py:735 #, python-brace-format msgid "Cleared the {field} field" -msgstr "" +msgstr "Borró el campo {field}" #: src/rc_formatters.py:737 #, python-brace-format msgid "{field} field changed to: {desc}" -msgstr "" +msgstr "El campo {field} cambió a: {desc}" #: src/rc_formatters.py:740 #, python-brace-format msgid "Purged a comment on {target}'s profile" -msgstr "" +msgstr "Borró un comentario en el perfil de {target}" #: src/rc_formatters.py:746 #, python-brace-format msgid "Deleted a comment on {target}'s profile" -msgstr "" +msgstr "Eliminó un comentario en el perfil de {target}" #: src/rc_formatters.py:750 #, python-brace-format msgid "Changed group membership for {target}" -msgstr "" +msgstr "Cambió la membresía del grupo para {target}" #: src/rc_formatters.py:754 #, python-brace-format msgid "{target} got autopromoted to a new usergroup" -msgstr "" +msgstr "{target} obtuvo una promoción automática a un nuevo grupo de usuarios" #: src/rc_formatters.py:769 #, python-brace-format msgid "Groups changed from {old_groups} to {new_groups}{reason}" -msgstr "" +msgstr "Los grupos cambiaron de {old_groups} a {new_groups}{reason}" #: src/rc_formatters.py:773 #, python-brace-format msgid "Protected {target}" -msgstr "" +msgstr "Protegió a {target}" #: src/rc_formatters.py:779 #, python-brace-format msgid "Changed protection level for {article}" -msgstr "" +msgstr "Cambió el nivel de protección de {article}" #: src/rc_formatters.py:785 #, python-brace-format msgid "Removed protection from {article}" -msgstr "" +msgstr "Quitó la protección de {article}" #: src/rc_formatters.py:789 #, python-brace-format msgid "Changed visibility of revision on page {article} " msgid_plural "Changed visibility of {amount} revisions on page {article} " -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Modificó la visibilidad de la revisión en la página {article} " +msgstr[1] "Modificó la visibilidad de {amount} revisiones en la página {article} " #: src/rc_formatters.py:801 #, python-brace-format msgid "Imported {article} with {count} revision" msgid_plural "Imported {article} with {count} revisions" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Importó {article} con {count} revisión" +msgstr[1] "Importó {article} con {count} revisiones" #: src/rc_formatters.py:806 #, python-brace-format msgid "Restored {article}" -msgstr "" +msgstr "Restauró {article}" #: src/rc_formatters.py:809 msgid "Changed visibility of log events" -msgstr "" +msgstr "Cambió la visibilidad del registro de eventos" #: src/rc_formatters.py:819 msgid "Imported interwiki" -msgstr "" +msgstr "Importó interwiki" #: src/rc_formatters.py:822 #, python-brace-format msgid "Edited abuse filter number {number}" -msgstr "" +msgstr "Editó el número de filtro de abuso {number}" #: src/rc_formatters.py:825 #, python-brace-format msgid "Created abuse filter number {number}" -msgstr "" +msgstr "Creó el filtro de abuso número {number}" #: src/rc_formatters.py:828 #, python-brace-format msgid "Merged revision histories of {article} into {dest}" -msgstr "" +msgstr "Fusionó los historiales de revisión de {article} en {dest}" #: src/rc_formatters.py:832 msgid "Created account automatically" -msgstr "" +msgstr "Creó la cuenta automáticamente" #: src/rc_formatters.py:835 src/rc_formatters.py:844 msgid "Created account" -msgstr "" +msgstr "Creó la cuenta" #: src/rc_formatters.py:838 #, python-brace-format msgid "Created account {article}" -msgstr "" +msgstr "Creó la cuenta {article}" #: src/rc_formatters.py:841 #, python-brace-format msgid "Created account {article} and password was sent by email" msgstr "" +"Creó la cuenta {article} y la contraseña se envió por correo electrónico" #: src/rc_formatters.py:847 msgid "Added an entry to the interwiki table" -msgstr "" +msgstr "Agregó una entrada a la tabla interwiki" #: src/rc_formatters.py:848 src/rc_formatters.py:854 #, python-brace-format msgid "Prefix: {prefix}, website: {website} | {desc}" -msgstr "" +msgstr "Prefijo: {prefix}, sitio web: {website} | {desc}" #: src/rc_formatters.py:853 msgid "Edited an entry in interwiki table" -msgstr "" +msgstr "Editó una entrada en la tabla de interwiki" #: src/rc_formatters.py:859 msgid "Deleted an entry in interwiki table" -msgstr "" +msgstr "Eliminó una entrada en la tabla interwiki" #: src/rc_formatters.py:860 #, python-brace-format msgid "Prefix: {prefix} | {desc}" -msgstr "" +msgstr "Prefijo: {prefix} | {desc}" #: src/rc_formatters.py:863 #, python-brace-format msgid "Changed the content model of the page {article}" -msgstr "" +msgstr "Modificó el modelo de contenido de la página {article}" #: src/rc_formatters.py:864 #, python-brace-format msgid "Model changed from {old} to {new}: {reason}" -msgstr "" +msgstr "El modelo cambió de {old} a {new}: {reason}" #: src/rc_formatters.py:869 #, python-brace-format msgid "Edited the sprite for {article}" -msgstr "" +msgstr "Editó el sprite de {article}" #: src/rc_formatters.py:872 #, python-brace-format msgid "Created the sprite sheet for {article}" -msgstr "" +msgstr "Creó la hoja de sprites de {article}" #: src/rc_formatters.py:875 #, python-brace-format msgid "Edited the slice for {article}" -msgstr "" +msgstr "Editó el sector de {article}" #: src/rc_formatters.py:881 #, python-brace-format msgid "Created the Cargo table \"{table}\"" -msgstr "" +msgstr "Creó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:885 #, python-brace-format msgid "Deleted the Cargo table \"{table}\"" -msgstr "" +msgstr "Eliminó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:892 #, python-brace-format msgid "Recreated the Cargo table \"{table}\"" -msgstr "" +msgstr "Recreó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:899 #, python-brace-format msgid "Replaced the Cargo table \"{table}\"" -msgstr "" +msgstr "Reemplazó la tabla Cargo \"{table}\"" #: src/rc_formatters.py:903 #, python-brace-format msgid "Created a tag \"{tag}\"" -msgstr "" +msgstr "Creó una etiqueta \"{tag}\"" #: src/rc_formatters.py:907 #, python-brace-format msgid "Deleted a tag \"{tag}\"" -msgstr "" +msgstr "Eliminó una etiqueta \"{tag}\"" #: src/rc_formatters.py:911 #, python-brace-format msgid "Activated a tag \"{tag}\"" -msgstr "" +msgstr "Activó una etiqueta \"{tag}\"" #: src/rc_formatters.py:914 #, python-brace-format msgid "Deactivated a tag \"{tag}\"" -msgstr "" +msgstr "Desactivó una etiqueta \"{tag}\"" #: src/rc_formatters.py:917 msgid "Changed wiki settings" -msgstr "" +msgstr "Cambió la configuración del wiki" #: src/rc_formatters.py:921 #, python-brace-format msgid "Deleted a \"{wiki}\" wiki" -msgstr "" +msgstr "Eliminó un wiki \"{wiki}\"" #: src/rc_formatters.py:924 #, python-brace-format msgid "Locked a \"{wiki}\" wiki" -msgstr "" +msgstr "Protegió un wiki \"{wiki}\"" #: src/rc_formatters.py:927 #, python-brace-format msgid "Modified a \"{namespace_name}\" namespace" -msgstr "" +msgstr "Modificó un espacio de nombres \"{namespace_name}\"" #: src/rc_formatters.py:929 src/rc_formatters.py:934 msgid "Wiki" -msgstr "" +msgstr "Wiki" #: src/rc_formatters.py:931 #, python-brace-format msgid "Deleted a \"{namespace_name}\" namespace" -msgstr "" +msgstr "Eliminó un espacio de nombres \"{namespace_name}\"" #: src/rc_formatters.py:936 #, python-brace-format msgid "Modified \"{usergroup_name}\" usergroup" -msgstr "" +msgstr "Modificó el grupo de usuarios \"{usergroup_name}\"" #: src/rc_formatters.py:939 #, python-brace-format msgid "Restored a \"{wiki}\" wiki" -msgstr "" +msgstr "Restauró un wiki \"{wiki}\"" #: src/rc_formatters.py:942 #, python-brace-format msgid "Unlocked a \"{wiki}\" wiki" -msgstr "" +msgstr "Desbloqueó un wiki \"{wiki}\"" #: src/rc_formatters.py:946 msgid "Action has been hidden by administration" -msgstr "" +msgstr "La administración ha ocultado la acción" #: src/rc_formatters.py:951 #, python-brace-format msgid "Unknown event `{event}`" -msgstr "" +msgstr "Evento desconocido `{event}`" #: src/rc_formatters.py:957 src/rc_formatters.py:959 msgid "Report this on the support server" -msgstr "" +msgstr "Reportar esto en el servidor de soporte" #: src/rc_formatters.py:976 msgid "Tags" -msgstr "" +msgstr "Etiquetas" #: src/rc_formatters.py:979 msgid "**Added**: " -msgstr "" +msgstr "**Añadió**: " #: src/rc_formatters.py:979 msgid " and {} more\n" -msgstr "" +msgstr " y {} más\n" #: src/rc_formatters.py:980 msgid "**Removed**: " -msgstr "" +msgstr "**Eliminó**: " #: src/rc_formatters.py:980 msgid " and {} more" -msgstr "" +msgstr " y {} más" #: src/rc_formatters.py:981 msgid "Changed categories" -msgstr "" +msgstr "Cambió de categorías" diff --git a/locale/es/LC_MESSAGES/redaction.mo b/locale/es/LC_MESSAGES/redaction.mo new file mode 100644 index 0000000..fc4dd9b Binary files /dev/null and b/locale/es/LC_MESSAGES/redaction.mo differ diff --git a/locale/es/LC_MESSAGES/redaction.po b/locale/es/LC_MESSAGES/redaction.po new file mode 100644 index 0000000..b92e082 --- /dev/null +++ b/locale/es/LC_MESSAGES/redaction.po @@ -0,0 +1,25 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: 2020-12-06 14:17+0000\n" +"Last-Translator: Tamara Carvallo \n" +"Language-Team: Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.2.1\n" + +#: src/discord/redaction.py:59 src/discord/redaction.py:62 +#: src/discord/redaction.py:67 +msgid "Removed" +msgstr "Eliminado" diff --git a/locale/fr/LC_MESSAGES/discussion_formatters.po b/locale/fr/LC_MESSAGES/discussion_formatters.po index f38ab4d..61e6d91 100644 --- a/locale/fr/LC_MESSAGES/discussion_formatters.po +++ b/locale/fr/LC_MESSAGES/discussion_formatters.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 14:13+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-07-04 01:08+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -18,11 +18,17 @@ msgstr "" "X-Generator: Poedit 2.3\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: src/discussion_formatters.py:25 src/discussion_formatters.py:81 +#: src/discussion_formatters.py:21 src/discussion_formatters.py:56 +#: src/discussion_formatters.py:67 src/discussion_formatters.py:95 +#: src/discussion_formatters.py:163 src/discussion_formatters.py:176 +msgid "unknown" +msgstr "inconnu" + +#: src/discussion_formatters.py:27 src/discussion_formatters.py:102 msgid "Unregistered user" msgstr "" -#: src/discussion_formatters.py:34 +#: src/discussion_formatters.py:39 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " @@ -31,7 +37,7 @@ msgstr "" "Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/" "{creatorId}>) dans {forumName}" -#: src/discussion_formatters.py:36 +#: src/discussion_formatters.py:42 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " @@ -40,7 +46,7 @@ msgstr "" "Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/" "{creatorId}>) dans {forumName}" -#: src/discussion_formatters.py:38 +#: src/discussion_formatters.py:45 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " @@ -49,7 +55,7 @@ msgstr "" "Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/" "{creatorId}>) dans {forumName}" -#: src/discussion_formatters.py:43 +#: src/discussion_formatters.py:54 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " @@ -58,12 +64,7 @@ msgstr "" "[Réponse](<{url}f/p/{threadId}/r/{postId}>) de [{author}](<{url}f/u/" "{creatorId}>) à [{title}](<{url}f/p/{threadId}>) dans {forumName}" -#: src/discussion_formatters.py:45 src/discussion_formatters.py:54 -#: src/discussion_formatters.py:137 src/discussion_formatters.py:150 -msgid "unknown" -msgstr "inconnu" - -#: src/discussion_formatters.py:49 +#: src/discussion_formatters.py:61 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" @@ -73,7 +74,7 @@ msgstr "" "Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/" "{creatorId}>) dans {forumName}" -#: src/discussion_formatters.py:51 +#: src/discussion_formatters.py:64 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" @@ -84,7 +85,7 @@ msgstr "" "Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/" "{creatorId}>) dans {forumName}" -#: src/discussion_formatters.py:57 +#: src/discussion_formatters.py:72 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " @@ -93,7 +94,7 @@ msgstr "" "[Réponse](<{url}f/p/{threadId}/r/{postId}>) de [{author}](<{url}f/u/" "{creatorId}>) à [{title}](<{url}f/p/{threadId}>) dans {forumName}" -#: src/discussion_formatters.py:62 +#: src/discussion_formatters.py:78 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}?commentId={commentId}" @@ -103,75 +104,75 @@ msgstr "" "[Réponse](<{url}f/p/{threadId}/r/{postId}>) de [{author}](<{url}f/u/" "{creatorId}>) à [{title}](<{url}f/p/{threadId}>) dans {forumName}" -#: src/discussion_formatters.py:70 +#: src/discussion_formatters.py:86 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" -#: src/discussion_formatters.py:98 +#: src/discussion_formatters.py:123 #, python-brace-format msgid "Created \"{title}\"" msgstr "Création de {title}" -#: src/discussion_formatters.py:102 +#: src/discussion_formatters.py:127 #, fuzzy, python-brace-format msgid "Created a poll \"{title}\"" msgstr "Création de {title}" -#: src/discussion_formatters.py:109 +#: src/discussion_formatters.py:134 msgid "Option {}" msgstr "" -#: src/discussion_formatters.py:110 +#: src/discussion_formatters.py:135 #, python-brace-format msgid "__[View image]({image_url})__" msgstr "" -#: src/discussion_formatters.py:114 +#: src/discussion_formatters.py:139 #, fuzzy, python-brace-format msgid "Created a quiz \"{title}\"" msgstr "Création de {title}" -#: src/discussion_formatters.py:129 src/discussion_formatters.py:131 +#: src/discussion_formatters.py:155 src/discussion_formatters.py:157 msgid "Tags" msgstr "" -#: src/discussion_formatters.py:129 +#: src/discussion_formatters.py:155 msgid "{} tags" msgstr "" -#: src/discussion_formatters.py:134 +#: src/discussion_formatters.py:160 #, python-brace-format msgid "Replied to \"{title}\"" msgstr "A répondu à « {title} »" -#: src/discussion_formatters.py:143 +#: src/discussion_formatters.py:169 #, python-brace-format msgid "Created \"{title}\" on {user}'s Message Wall" msgstr "Création de « {title} » sur le mur de {user}" -#: src/discussion_formatters.py:147 +#: src/discussion_formatters.py:173 #, python-brace-format msgid "Replied to \"{title}\" on {user}'s Message Wall" msgstr "Réponse à « {title} » sur le mur de {user}" -#: src/discussion_formatters.py:154 +#: src/discussion_formatters.py:180 #, fuzzy, python-brace-format msgid "Commented on {article}" msgstr "Création de {title}" -#: src/discussion_formatters.py:158 +#: src/discussion_formatters.py:184 #, fuzzy, python-brace-format msgid "Replied to a comment on {article}" msgstr "A répondu à « {title} »" -#: src/discussion_formatters.py:162 +#: src/discussion_formatters.py:188 #, python-brace-format msgid "Unknown event `{event}`" msgstr "" -#: src/discussion_formatters.py:168 src/discussion_formatters.py:170 +#: src/discussion_formatters.py:194 src/discussion_formatters.py:196 msgid "Report this on the support server" msgstr "" diff --git a/locale/fr/LC_MESSAGES/rc.po b/locale/fr/LC_MESSAGES/rc.po index 62b7523..8317435 100644 --- a/locale/fr/LC_MESSAGES/rc.po +++ b/locale/fr/LC_MESSAGES/rc.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-03-17 21:40+0100\n" "Last-Translator: Frisk <>\n" "Language-Team: \n" @@ -20,24 +20,24 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Poedit-SearchPath-0: rcgcdw.pot\n" -#: src/rc.py:321 +#: src/rc.py:322 #, python-brace-format msgid "{wiki} seems to be down or unreachable." msgstr "{wiki} semble être down ou inatteignable." -#: src/rc.py:322 src/rc.py:334 +#: src/rc.py:323 src/rc.py:335 msgid "Connection status" msgstr "Statut de connexion" -#: src/rc.py:332 +#: src/rc.py:333 #, python-brace-format msgid "Connection to {wiki} seems to be stable now." msgstr "La connexion avec {wiki} semble stable maintenant." -#: src/rc.py:403 +#: src/rc.py:404 msgid "~~hidden~~" msgstr "" -#: src/rc.py:407 +#: src/rc.py:408 msgid "hidden" msgstr "" diff --git a/locale/fr/LC_MESSAGES/rc_formatters.po b/locale/fr/LC_MESSAGES/rc_formatters.po index 76b3db4..47a33f7 100644 --- a/locale/fr/LC_MESSAGES/rc_formatters.po +++ b/locale/fr/LC_MESSAGES/rc_formatters.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" "PO-Revision-Date: 2020-03-17 21:40+0100\n" "Last-Translator: Frisk <>\n" "Language-Team: \n" @@ -98,14 +98,14 @@ msgstr "" "Transfert des paramètres de protection de {redirect}{article} vers {title}" #: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 -#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 -#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 -#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 -#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 -#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 -#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 -#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 -#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +#: src/rc_formatters.py:457 src/rc_formatters.py:460 src/rc_formatters.py:463 +#: src/rc_formatters.py:464 src/rc_formatters.py:469 src/rc_formatters.py:470 +#: src/rc_formatters.py:478 src/rc_formatters.py:482 src/rc_formatters.py:682 +#: src/rc_formatters.py:683 src/rc_formatters.py:684 src/rc_formatters.py:1141 +#: src/rc_formatters.py:1144 src/rc_formatters.py:1147 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1152 +#: src/rc_formatters.py:1154 src/rc_formatters.py:1160 +#: src/rc_formatters.py:1163 src/rc_formatters.py:1255 msgid "Unknown" msgstr "Inconnu" @@ -188,17 +188,17 @@ msgid "" msgstr "" "Transfert des paramètres de protection de {redirect}{article} vers {title}" -#: src/rc_formatters.py:170 src/rc_formatters.py:823 +#: src/rc_formatters.py:170 src/rc_formatters.py:855 #, fuzzy msgid "for infinity and beyond" msgstr "toujours" -#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#: src/rc_formatters.py:179 src/rc_formatters.py:863 #, python-brace-format msgid "for {num} {translated_length}" msgstr "" -#: src/rc_formatters.py:185 src/rc_formatters.py:835 +#: src/rc_formatters.py:185 src/rc_formatters.py:867 msgid "until {}" msgstr "" @@ -206,7 +206,7 @@ msgstr "" msgid " on pages: " msgstr " on pages: " -#: src/rc_formatters.py:196 src/rc_formatters.py:849 +#: src/rc_formatters.py:196 src/rc_formatters.py:881 msgid " and namespaces: " msgstr " et ces espaces de noms: " @@ -310,8 +310,8 @@ msgid "" "profile. *({desc})*" msgstr "Retrait d'un commentaire sur le profil de {target}" -#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 -#: src/rc_formatters.py:947 +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:977 +#: src/rc_formatters.py:979 msgid "none" msgstr "aucun" @@ -329,7 +329,7 @@ msgid "" "{new_groups}{comment}" msgstr "Modification de la visibilité d'une révision de la page {article} " -#: src/rc_formatters.py:304 src/rc_formatters.py:933 +#: src/rc_formatters.py:304 src/rc_formatters.py:965 msgid "System" msgstr "Système" @@ -340,8 +340,8 @@ msgid "" "following settings: {settings}{comment}" msgstr "Modification des paramètres de blocage pour {blocked_user}" -#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 -#: src/rc_formatters.py:961 +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:987 +#: src/rc_formatters.py:993 msgid " [cascading]" msgstr " [protection en cascade]" @@ -478,121 +478,153 @@ msgstr "Modification de la visibilité d'une révision de la page {article} " #: src/rc_formatters.py:407 #, fuzzy, python-brace-format msgid "" +"[{author}]({author_url}) created the page [{article}]({article_url}) using a " +"non-default content model {new}{comment}" +msgstr "Modification de la visibilité d'une révision de la page {article} " + +#: src/rc_formatters.py:410 +#, fuzzy, python-brace-format +msgid "" "[{author}]({author_url}) edited the sprite for [{article}]({article_url})" msgstr "Création d'une feuille de sprite pour {article}" -#: src/rc_formatters.py:410 +#: src/rc_formatters.py:413 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) created the sprite sheet for [{article}]" "({article_url})" msgstr "Création d'une feuille de sprite pour {article}" -#: src/rc_formatters.py:413 +#: src/rc_formatters.py:416 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) edited the slice for [{article}]({article_url})" msgstr "Création d'une feuille de sprite pour {article}" -#: src/rc_formatters.py:418 +#: src/rc_formatters.py:421 #, python-brace-format msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) a créé le tableau Cargo « {table} »" -#: src/rc_formatters.py:420 +#: src/rc_formatters.py:423 #, python-brace-format msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) a supprimé le tableau Cargo « {table} »" -#: src/rc_formatters.py:425 +#: src/rc_formatters.py:428 #, python-brace-format msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) a recréé le tableau Cargo « {table} »" -#: src/rc_formatters.py:430 +#: src/rc_formatters.py:433 #, python-brace-format msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) a remplacé le tableau cargo « {table} »" -#: src/rc_formatters.py:433 +#: src/rc_formatters.py:436 #, fuzzy, python-brace-format -msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" +msgid "" +"[{author}]({author_url}) created the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) a créé le tableau Cargo « {table} »" -#: src/rc_formatters.py:437 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" -msgstr "[{author}]({author_url}) a supprimé le tableau Cargo « {table} »" - #: src/rc_formatters.py:441 #, fuzzy, python-brace-format -msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\"{comment}" +msgstr "[{author}]({author_url}) a supprimé le tableau Cargo « {table} »" + +#: src/rc_formatters.py:443 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revision or log entry{comment}" +msgid_plural "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revisions and/or log entries{comment}" +msgstr[0] "Modification des paramètres de blocage pour {blocked_user}" +msgstr[1] "Modification des paramètres de blocage pour {blocked_user}" + +#: src/rc_formatters.py:449 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) activated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) a créé le tableau Cargo « {table} »" -#: src/rc_formatters.py:444 +#: src/rc_formatters.py:452 #, fuzzy, python-brace-format -msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +msgid "" +"[{author}]({author_url}) deactivated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) a recréé le tableau Cargo « {table} »" -#: src/rc_formatters.py:446 +#: src/rc_formatters.py:454 #, fuzzy, python-brace-format msgid "[{author}]({author_url}) changed wiki settings{reason}" msgstr "Modification de la visibilité d'évènements des journaux" -#: src/rc_formatters.py:448 +#: src/rc_formatters.py:456 #, fuzzy, python-brace-format msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" msgstr "Modification de la visibilité d'évènements des journaux" -#: src/rc_formatters.py:451 +#: src/rc_formatters.py:459 #, fuzzy, python-brace-format msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" msgstr "Modification de la visibilité d'évènements des journaux" -#: src/rc_formatters.py:454 +#: src/rc_formatters.py:462 #, fuzzy, python-brace-format msgid "" -"[{author}]({author_url}) modified a namespace *{namespace_name}* on " +"[{author}]({author_url}) modified namespace *{namespace_name}* on " "*{wiki_name}*{comment}" msgstr "Modification de la visibilité d'une révision de la page {article} " -#: src/rc_formatters.py:459 +#: src/rc_formatters.py:467 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) deleted a namespace *{namespace_name}* on " "*{wiki_name}*{comment}" msgstr "[{author}]({author_url}) a supprimé le tableau Cargo « {table} »" -#: src/rc_formatters.py:465 +#: src/rc_formatters.py:473 #, fuzzy, python-brace-format msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" msgstr "Modification de la visibilité d'évènements des journaux" -#: src/rc_formatters.py:469 +#: src/rc_formatters.py:477 #, fuzzy, python-brace-format -msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +msgid "[{author}]({author_url}) undeleted a wiki *{wiki_name}*{comment}" msgstr "Modification de la visibilité d'évènements des journaux" -#: src/rc_formatters.py:473 +#: src/rc_formatters.py:481 #, fuzzy, python-brace-format msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" msgstr "Modification de la visibilité d'évènements des journaux" -#: src/rc_formatters.py:484 +#: src/rc_formatters.py:486 +#, fuzzy, python-brace-format +msgid "[{author}]({author_url}) generated *{file}* dump{comment}" +msgstr "Modification de la visibilité d'évènements des journaux" + +#: src/rc_formatters.py:491 +#, fuzzy, python-brace-format +msgid "[{author}]({author_url}) deleted *{file}* dump{comment}" +msgstr "Modification de la visibilité d'évènements des journaux" + +#: src/rc_formatters.py:502 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) marked [{article}]({article_url}) for " "translation{comment}" msgstr "Modification de la visibilité d'une révision de la page {article} " -#: src/rc_formatters.py:491 +#: src/rc_formatters.py:509 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) removed [{article}]({article_url}) from the " "translation system{comment}" msgstr "Modification des paramètres de blocage pour {blocked_user}" -#: src/rc_formatters.py:498 +#: src/rc_formatters.py:516 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) completed moving translation pages from *{article}* " @@ -600,7 +632,7 @@ msgid "" msgstr "" "Transfert des paramètres de protection de {redirect}{article} vers {title}" -#: src/rc_formatters.py:506 +#: src/rc_formatters.py:524 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) encountered a problem while moving [{article}]" @@ -608,49 +640,49 @@ msgid "" msgstr "" "Transfert des paramètres de protection de {redirect}{article} vers {title}" -#: src/rc_formatters.py:514 +#: src/rc_formatters.py:532 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translatable page [{article}]" "({article_url}){comment}" msgstr "Création d'une feuille de sprite pour {article}" -#: src/rc_formatters.py:522 +#: src/rc_formatters.py:540 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " "belongs to translatable page [{target}]({target_url}){comment}" msgstr "Modification des paramètres de blocage pour {blocked_user}" -#: src/rc_formatters.py:530 +#: src/rc_formatters.py:548 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translation page [{article}]" "({article_url}){comment}" msgstr "Modification de la visibilité d'une révision de la page {article} " -#: src/rc_formatters.py:538 +#: src/rc_formatters.py:556 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " "belongs to translation page [{target}]({target_url}){comment}" msgstr "Modification des paramètres de blocage pour {blocked_user}" -#: src/rc_formatters.py:546 +#: src/rc_formatters.py:564 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) encouraged translation of [{article}]({article_url})" "{comment}" msgstr "Création d'une feuille de sprite pour {article}" -#: src/rc_formatters.py:553 +#: src/rc_formatters.py:571 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) discouraged translation of [{article}]" "({article_url}){comment}" msgstr "Modification de la visibilité d'une révision de la page {article} " -#: src/rc_formatters.py:563 +#: src/rc_formatters.py:581 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) limited languages for [{article}]({article_url}) to " @@ -658,7 +690,7 @@ msgid "" msgstr "" "Transfert des paramètres de protection de {redirect}{article} vers {title}" -#: src/rc_formatters.py:569 +#: src/rc_formatters.py:587 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) set the priority languages for [{article}]" @@ -666,49 +698,61 @@ msgid "" msgstr "" "Transfert des paramètres de protection de {redirect}{article} vers {title}" -#: src/rc_formatters.py:575 +#: src/rc_formatters.py:593 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) removed priority languages from [{article}]" "({article_url}){comment}" msgstr "Création d'une feuille de sprite pour {article}" -#: src/rc_formatters.py:582 +#: src/rc_formatters.py:600 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) added translatable page [{article}]({article_url}) " "to aggregate group \"{group}\"{comment}" msgstr "Modification de la visibilité d'une révision de la page {article} " -#: src/rc_formatters.py:589 +#: src/rc_formatters.py:607 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) removed translatable page [{article}]" "({article_url}) from aggregate group \"{group}\"{comment}" msgstr "Création d'une feuille de sprite pour {article}" -#: src/rc_formatters.py:601 +#: src/rc_formatters.py:619 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) reviewed translation [{article}]({article_url})" "{comment}" msgstr "Modification de la visibilité d'une révision de la page {article} " -#: src/rc_formatters.py:609 +#: src/rc_formatters.py:627 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) from `{old_state}` to `{new_state}`{comment}" msgstr "Modification de la visibilité d'une révision de la page {article} " -#: src/rc_formatters.py:616 +#: src/rc_formatters.py:634 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) to `{new_state}`{comment}" msgstr "Modification de la visibilité d'une révision de la page {article} " -#: src/rc_formatters.py:625 +#: src/rc_formatters.py:643 src/rc_formatters.py:646 src/rc_formatters.py:1238 +#: src/rc_formatters.py:1241 +msgid "(default)" +msgstr "" + +#: src/rc_formatters.py:647 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) changed the language of [{article}]({article_url}) " +"from {old_lang} to {new_lang}{comment}" +msgstr "Modification de la visibilité d'une révision de la page {article} " + +#: src/rc_formatters.py:656 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " @@ -719,99 +763,99 @@ msgid_plural "" msgstr[0] "[{author}]({author_url}) a supprimé le tableau Cargo « {table} »" msgstr[1] "[{author}]({author_url}) a supprimé le tableau Cargo « {table} »" -#: src/rc_formatters.py:630 +#: src/rc_formatters.py:661 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" "{comment}" msgstr "[{author}]({author_url}) a supprimé le tableau Cargo « {table} »" -#: src/rc_formatters.py:634 +#: src/rc_formatters.py:665 #, fuzzy msgid "An action has been hidden by administration." msgstr "L'action a été masquée par le personnel de Gamepedia." -#: src/rc_formatters.py:641 +#: src/rc_formatters.py:672 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" -#: src/rc_formatters.py:649 +#: src/rc_formatters.py:681 #, python-brace-format msgid "{user} triggered \"{abuse_filter}\"" msgstr "" -#: src/rc_formatters.py:650 +#: src/rc_formatters.py:682 msgid "Performed" msgstr "" -#: src/rc_formatters.py:651 +#: src/rc_formatters.py:683 msgid "Action taken" msgstr "" -#: src/rc_formatters.py:652 +#: src/rc_formatters.py:684 msgid "Title" msgstr "" -#: src/rc_formatters.py:661 src/rc_formatters.py:948 +#: src/rc_formatters.py:693 src/rc_formatters.py:980 msgid "No description provided" msgstr "Aucune description" -#: src/rc_formatters.py:685 +#: src/rc_formatters.py:717 msgid "(N!) " msgstr "(N!) " -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "m" msgstr "m" -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "b" msgstr "b" -#: src/rc_formatters.py:703 src/rc_formatters.py:708 +#: src/rc_formatters.py:735 src/rc_formatters.py:740 msgid "__Only whitespace__" msgstr "__Espaces uniquement__" -#: src/rc_formatters.py:713 +#: src/rc_formatters.py:745 msgid "Removed" msgstr "Retirés" -#: src/rc_formatters.py:715 +#: src/rc_formatters.py:747 msgid "Added" msgstr "Ajoutés" -#: src/rc_formatters.py:749 src/rc_formatters.py:788 +#: src/rc_formatters.py:781 src/rc_formatters.py:820 msgid "Options" msgstr "Options" -#: src/rc_formatters.py:749 +#: src/rc_formatters.py:781 #, python-brace-format msgid "([preview]({link}) | [undo]({undolink}))" msgstr "([Aperçu]({link}) | [Annuler]({undolink}))" -#: src/rc_formatters.py:754 +#: src/rc_formatters.py:786 #, python-brace-format msgid "Uploaded a new version of {name}" msgstr "Téléversement d'une nouvelle version de {name}" -#: src/rc_formatters.py:756 +#: src/rc_formatters.py:788 #, python-brace-format msgid "Reverted a version of {name}" msgstr "Rétablissement d'une version de {name}" -#: src/rc_formatters.py:758 +#: src/rc_formatters.py:790 #, python-brace-format msgid "Uploaded {name}" msgstr "Téléversement de {name}" -#: src/rc_formatters.py:774 +#: src/rc_formatters.py:806 msgid "**No license!**" msgstr "**Aucune license!**" -#: src/rc_formatters.py:786 +#: src/rc_formatters.py:818 msgid "" "\n" "License: {}" @@ -819,173 +863,173 @@ msgstr "" "\n" "License: {}" -#: src/rc_formatters.py:788 +#: src/rc_formatters.py:820 #, python-brace-format msgid "([preview]({link}))" msgstr "([Aperçu]({link}))" -#: src/rc_formatters.py:793 +#: src/rc_formatters.py:825 #, python-brace-format msgid "Deleted page {article}" msgstr "Suppression de la page {article}" -#: src/rc_formatters.py:798 +#: src/rc_formatters.py:830 #, python-brace-format msgid "Deleted redirect {article} by overwriting" msgstr "Suppression par écrasement de la redirection {article}" -#: src/rc_formatters.py:804 +#: src/rc_formatters.py:836 msgid "No redirect has been made" msgstr "Aucune redirection créée" -#: src/rc_formatters.py:805 +#: src/rc_formatters.py:837 msgid "A redirect has been made" msgstr "Une redirection a été créée" -#: src/rc_formatters.py:806 +#: src/rc_formatters.py:838 #, python-brace-format msgid "Moved {redirect}{article} to {target}" msgstr "Déplacement de {redirect}{article} vers {target}" -#: src/rc_formatters.py:809 +#: src/rc_formatters.py:841 #, python-brace-format msgid "Moved {redirect}{article} to {title} over redirect" msgstr "Déplacement de {redirect}{article} vers {title} par redirection" -#: src/rc_formatters.py:813 +#: src/rc_formatters.py:845 #, python-brace-format msgid "Moved protection settings from {redirect}{article} to {title}" msgstr "" "Transfert des paramètres de protection de {redirect}{article} vers {title}" -#: src/rc_formatters.py:837 +#: src/rc_formatters.py:869 msgid "unknown expiry time" msgstr "" -#: src/rc_formatters.py:842 +#: src/rc_formatters.py:874 msgid "Blocked from editing the following pages: " msgstr "Ne peut plus modifier les pages suivantes : " -#: src/rc_formatters.py:851 +#: src/rc_formatters.py:883 msgid "Blocked from editing pages on following namespaces: " msgstr "Ne peut plus modifier les pages des espaces de noms suivants : " -#: src/rc_formatters.py:862 +#: src/rc_formatters.py:894 msgid "Partial block details" msgstr "Détails partiaux du blocage" -#: src/rc_formatters.py:863 +#: src/rc_formatters.py:895 #, fuzzy, python-brace-format msgid "Blocked {blocked_user} {time}" msgstr "{blocked_user} a été bloqué pour {time}" -#: src/rc_formatters.py:867 +#: src/rc_formatters.py:899 #, python-brace-format msgid "Changed block settings for {blocked_user}" msgstr "Modification des paramètres de blocage pour {blocked_user}" -#: src/rc_formatters.py:871 +#: src/rc_formatters.py:903 #, python-brace-format msgid "Unblocked {blocked_user}" msgstr "{blocked_user} a été débloqué" -#: src/rc_formatters.py:878 +#: src/rc_formatters.py:910 #, python-brace-format msgid "Left a comment on {target}'s profile" msgstr "Ajout d'un commentaire sur le profil de {target}" -#: src/rc_formatters.py:880 +#: src/rc_formatters.py:912 msgid "Left a comment on their own profile" msgstr "Ajout d'un commentaire sur son propre profil" -#: src/rc_formatters.py:887 +#: src/rc_formatters.py:919 #, python-brace-format msgid "Replied to a comment on {target}'s profile" msgstr "Réponse à un commentaire sur le profil de {target}" -#: src/rc_formatters.py:889 +#: src/rc_formatters.py:921 msgid "Replied to a comment on their own profile" msgstr "Réponse à un commentaire sur son propre profil" -#: src/rc_formatters.py:896 +#: src/rc_formatters.py:928 #, python-brace-format msgid "Edited a comment on {target}'s profile" msgstr "Édition d'un commentaire sur le profil de {target}" -#: src/rc_formatters.py:898 +#: src/rc_formatters.py:930 msgid "Edited a comment on their own profile" msgstr "Modification d'un commentaire sur son propre profil" -#: src/rc_formatters.py:903 +#: src/rc_formatters.py:935 #, python-brace-format msgid "Edited {target}'s profile" msgstr "Modification du profil de {target}" -#: src/rc_formatters.py:905 +#: src/rc_formatters.py:937 msgid "Edited their own profile" msgstr "Modification de son propre profil" -#: src/rc_formatters.py:907 +#: src/rc_formatters.py:939 #, python-brace-format msgid "Cleared the {field} field" msgstr "" -#: src/rc_formatters.py:909 +#: src/rc_formatters.py:941 #, python-brace-format msgid "{field} field changed to: {desc}" msgstr "{field} modifié pour: {desc}" -#: src/rc_formatters.py:914 +#: src/rc_formatters.py:946 #, python-brace-format msgid "Purged a comment on {target}'s profile" msgstr "Retrait d'un commentaire sur le profil de {target}." -#: src/rc_formatters.py:916 +#: src/rc_formatters.py:948 #, fuzzy msgid "Purged a comment on their own profile" msgstr "Modification d'un commentaire sur son propre profil" -#: src/rc_formatters.py:924 +#: src/rc_formatters.py:956 #, python-brace-format msgid "Deleted a comment on {target}'s profile" msgstr "Retrait d'un commentaire sur le profil de {target}" -#: src/rc_formatters.py:926 +#: src/rc_formatters.py:958 #, fuzzy msgid "Deleted a comment on their own profile" msgstr "Modification d'un commentaire sur son propre profil" -#: src/rc_formatters.py:930 +#: src/rc_formatters.py:962 #, python-brace-format msgid "Changed group membership for {target}" msgstr "Modification des groupes pour {target}" -#: src/rc_formatters.py:934 +#: src/rc_formatters.py:966 #, python-brace-format msgid "{target} got autopromoted to a new usergroup" msgstr "{target} a été auto-promu dans un nouveau groupe" -#: src/rc_formatters.py:949 +#: src/rc_formatters.py:981 #, python-brace-format msgid "Groups changed from {old_groups} to {new_groups}{reason}" msgstr "Groupe modifié de {old_groups} vers {new_groups}{reason}" -#: src/rc_formatters.py:953 +#: src/rc_formatters.py:985 #, python-brace-format msgid "Protected {target}" msgstr "Protection de {target}" -#: src/rc_formatters.py:959 +#: src/rc_formatters.py:991 #, python-brace-format msgid "Changed protection level for {article}" msgstr "Modification du niveau de protection de {article}" -#: src/rc_formatters.py:965 +#: src/rc_formatters.py:997 #, python-brace-format msgid "Removed protection from {article}" msgstr "Retrait de la protection de {article}" -#: src/rc_formatters.py:969 +#: src/rc_formatters.py:1001 #, python-brace-format msgid "Changed visibility of revision on page {article} " msgid_plural "Changed visibility of {amount} revisions on page {article} " @@ -993,339 +1037,387 @@ msgstr[0] "Modification de la visibilité d'une révision de la page {article} " msgstr[1] "" "Modification de la visibilité de {amount} révisions sur la page {article} " -#: src/rc_formatters.py:981 +#: src/rc_formatters.py:1013 #, python-brace-format msgid "Imported {article} with {count} revision" msgid_plural "Imported {article} with {count} revisions" msgstr[0] "Article {article} importé avec {count} révision" msgstr[1] "Article {article} importé avec {count} révisions" -#: src/rc_formatters.py:986 +#: src/rc_formatters.py:1018 #, python-brace-format msgid "Restored {article}" msgstr "Restauration de {article}" -#: src/rc_formatters.py:989 +#: src/rc_formatters.py:1021 msgid "Changed visibility of log events" msgstr "Modification de la visibilité d'évènements des journaux" -#: src/rc_formatters.py:999 +#: src/rc_formatters.py:1031 #, fuzzy, python-brace-format msgid "Imported {article} with {count} revision from \"{source}\"" msgid_plural "Imported {article} with {count} revisions from \"{source}\"" msgstr[0] "Article {article} importé avec {count} révision" msgstr[1] "Article {article} importé avec {count} révisions" -#: src/rc_formatters.py:1004 +#: src/rc_formatters.py:1036 #, python-brace-format msgid "Edited abuse filter number {number}" msgstr "Édition de la règle {number} du filtre anti-abus" -#: src/rc_formatters.py:1007 +#: src/rc_formatters.py:1039 #, fuzzy, python-brace-format msgid "Created abuse filter number {number}" msgstr "Édition de la règle {number} du filtre anti-abus" -#: src/rc_formatters.py:1010 +#: src/rc_formatters.py:1042 #, python-brace-format msgid "Merged revision histories of {article} into {dest}" msgstr "Fusion de l'historique de {article} vers {dest}" -#: src/rc_formatters.py:1014 +#: src/rc_formatters.py:1046 msgid "Created account automatically" msgstr "" -#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +#: src/rc_formatters.py:1049 src/rc_formatters.py:1058 msgid "Created account" msgstr "" -#: src/rc_formatters.py:1020 +#: src/rc_formatters.py:1052 #, fuzzy, python-brace-format msgid "Created account {article}" msgstr "Suppression de la page {article}" -#: src/rc_formatters.py:1023 +#: src/rc_formatters.py:1055 #, python-brace-format msgid "Created account {article} and password was sent by email" msgstr "" -#: src/rc_formatters.py:1029 +#: src/rc_formatters.py:1061 msgid "Added an entry to the interwiki table" msgstr "Ajout d'une entrée à la table interwiki" -#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#: src/rc_formatters.py:1062 src/rc_formatters.py:1068 #, python-brace-format msgid "Prefix: {prefix}, website: {website} | {desc}" msgstr "Préfixe: {prefix}, site: {website} | {desc}" -#: src/rc_formatters.py:1035 +#: src/rc_formatters.py:1067 msgid "Edited an entry in interwiki table" msgstr "Modification d'une entrée de la table interwiki" -#: src/rc_formatters.py:1041 +#: src/rc_formatters.py:1073 msgid "Deleted an entry in interwiki table" msgstr "Retrait d'une entrée de la table interwiki" -#: src/rc_formatters.py:1042 +#: src/rc_formatters.py:1074 #, python-brace-format msgid "Prefix: {prefix} | {desc}" msgstr "Préfixe: {prefix} | {desc}" -#: src/rc_formatters.py:1045 +#: src/rc_formatters.py:1077 #, python-brace-format msgid "Changed the content model of the page {article}" msgstr "Modification du modèle de contenu de l'article {article}" -#: src/rc_formatters.py:1046 +#: src/rc_formatters.py:1078 #, python-brace-format msgid "Model changed from {old} to {new}: {reason}" msgstr "Modèle changé de {old} à {new}: {reason}" -#: src/rc_formatters.py:1051 +#: src/rc_formatters.py:1083 +#, python-brace-format +msgid "Created the page {article} using a non-default content model" +msgstr "" + +#: src/rc_formatters.py:1084 +#, fuzzy, python-brace-format +msgid "Created with model {new}: {reason}" +msgstr "Modèle changé de {old} à {new}: {reason}" + +#: src/rc_formatters.py:1087 #, python-brace-format msgid "Edited the sprite for {article}" msgstr "Édition du sprite de {article}" -#: src/rc_formatters.py:1054 +#: src/rc_formatters.py:1090 #, python-brace-format msgid "Created the sprite sheet for {article}" msgstr "Création d'une feuille de sprite pour {article}" -#: src/rc_formatters.py:1057 +#: src/rc_formatters.py:1093 #, python-brace-format msgid "Edited the slice for {article}" msgstr "Edited the slice for {article}" -#: src/rc_formatters.py:1063 +#: src/rc_formatters.py:1099 #, python-brace-format msgid "Created the Cargo table \"{table}\"" msgstr "Création du tableau Cargo « {table} »" -#: src/rc_formatters.py:1067 +#: src/rc_formatters.py:1103 #, python-brace-format msgid "Deleted the Cargo table \"{table}\"" msgstr "Suppression du tableau Cargo « {table} »" -#: src/rc_formatters.py:1074 +#: src/rc_formatters.py:1110 #, python-brace-format msgid "Recreated the Cargo table \"{table}\"" msgstr "Recréation du tableau Cargo « {table} »" -#: src/rc_formatters.py:1081 +#: src/rc_formatters.py:1117 #, python-brace-format msgid "Replaced the Cargo table \"{table}\"" msgstr "Remplacement du tableau Cargo « {table} »" -#: src/rc_formatters.py:1085 -#, python-brace-format -msgid "Created a tag \"{tag}\"" +#: src/rc_formatters.py:1121 +#, fuzzy, python-brace-format +msgid "Created the tag \"{tag}\"" msgstr "Création du tag « {tag} »" -#: src/rc_formatters.py:1089 -#, python-brace-format -msgid "Deleted a tag \"{tag}\"" +#: src/rc_formatters.py:1125 +#, fuzzy, python-brace-format +msgid "Deleted the tag \"{tag}\"" msgstr "Suppression du tag « {tag} »" -#: src/rc_formatters.py:1093 -#, python-brace-format -msgid "Activated a tag \"{tag}\"" +#: src/rc_formatters.py:1127 +#, fuzzy +msgid "Removed from" +msgstr "Retirés" + +#: src/rc_formatters.py:1127 +msgid "{} revision or log entry" +msgid_plural "{} revisions and/or log entries" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1131 +#, fuzzy, python-brace-format +msgid "Activated the tag \"{tag}\"" msgstr "Activation du tag « {tag} »" -#: src/rc_formatters.py:1096 -#, python-brace-format -msgid "Deactivated a tag \"{tag}\"" +#: src/rc_formatters.py:1134 +#, fuzzy, python-brace-format +msgid "Deactivated the tag \"{tag}\"" msgstr "Désactivation du tag « {tag} »" -#: src/rc_formatters.py:1099 +#: src/rc_formatters.py:1137 msgid "Changed wiki settings" msgstr "" -#: src/rc_formatters.py:1103 +#: src/rc_formatters.py:1141 #, fuzzy, python-brace-format msgid "Deleted a \"{wiki}\" wiki" msgstr "Suppression du tag « {tag} »" -#: src/rc_formatters.py:1106 +#: src/rc_formatters.py:1144 #, python-brace-format msgid "Locked a \"{wiki}\" wiki" msgstr "" -#: src/rc_formatters.py:1109 +#: src/rc_formatters.py:1147 #, python-brace-format -msgid "Modified a \"{namespace_name}\" namespace" +msgid "Modified \"{namespace_name}\" namespace" msgstr "" -#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1154 msgid "Wiki" msgstr "" -#: src/rc_formatters.py:1113 +#: src/rc_formatters.py:1151 #, python-brace-format msgid "Deleted a \"{namespace_name}\" namespace" msgstr "" -#: src/rc_formatters.py:1119 +#: src/rc_formatters.py:1157 #, python-brace-format msgid "Modified \"{usergroup_name}\" usergroup" msgstr "" -#: src/rc_formatters.py:1122 -#, python-brace-format -msgid "Restored a \"{wiki}\" wiki" -msgstr "" +#: src/rc_formatters.py:1160 +#, fuzzy, python-brace-format +msgid "Undeleted a \"{wiki}\" wiki" +msgstr "Suppression du tag « {tag} »" -#: src/rc_formatters.py:1125 +#: src/rc_formatters.py:1163 #, python-brace-format msgid "Unlocked a \"{wiki}\" wiki" msgstr "" -#: src/rc_formatters.py:1133 +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Generated {file} dump" +msgstr "" + +#: src/rc_formatters.py:1169 +#, fuzzy, python-brace-format +msgid "Deleted {file} dump" +msgstr "Suppression de la page {article}" + +#: src/rc_formatters.py:1177 #, python-brace-format msgid "Marked \"{article}\" for translation" msgstr "" -#: src/rc_formatters.py:1136 +#: src/rc_formatters.py:1180 #, python-brace-format msgid "Removed \"{article}\" from the translation system" msgstr "" -#: src/rc_formatters.py:1139 +#: src/rc_formatters.py:1183 #, python-brace-format msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" msgstr "" -#: src/rc_formatters.py:1142 +#: src/rc_formatters.py:1186 #, python-brace-format msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" msgstr "" -#: src/rc_formatters.py:1145 +#: src/rc_formatters.py:1189 #, python-brace-format msgid "Completed deletion of translatable page \"{article}\"" msgstr "" -#: src/rc_formatters.py:1148 +#: src/rc_formatters.py:1192 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translatable page " "\"{target}\"" msgstr "" -#: src/rc_formatters.py:1151 +#: src/rc_formatters.py:1195 #, fuzzy, python-brace-format msgid "Completed deletion of translation page \"{article}\"" msgstr "Modification de la visibilité d'une révision de la page {article} " -#: src/rc_formatters.py:1154 +#: src/rc_formatters.py:1198 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translation page \"{target}\"" msgstr "" -#: src/rc_formatters.py:1157 +#: src/rc_formatters.py:1201 #, fuzzy, python-brace-format msgid "Encouraged translation of \"{article}\"" msgstr "Retrait de la protection de {article}" -#: src/rc_formatters.py:1160 +#: src/rc_formatters.py:1204 #, python-brace-format msgid "Discouraged translation of \"{article}\"" msgstr "" -#: src/rc_formatters.py:1166 +#: src/rc_formatters.py:1210 #, python-brace-format msgid "Limited languages for \"{article}\" to `{languages}`" msgstr "" -#: src/rc_formatters.py:1168 +#: src/rc_formatters.py:1212 #, python-brace-format msgid "Priority languages for \"{article}\" set to `{languages}`" msgstr "" -#: src/rc_formatters.py:1170 +#: src/rc_formatters.py:1214 #, fuzzy, python-brace-format msgid "Removed priority languages from \"{article}\"" msgstr "Retrait de la protection de {article}" -#: src/rc_formatters.py:1173 +#: src/rc_formatters.py:1217 #, python-brace-format msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" msgstr "" -#: src/rc_formatters.py:1176 +#: src/rc_formatters.py:1220 #, python-brace-format msgid "" "Removed translatable page \"{article}\" from aggregate group \"{group}\"" msgstr "" -#: src/rc_formatters.py:1183 +#: src/rc_formatters.py:1227 #, fuzzy, python-brace-format msgid "Reviewed translation \"{article}\"" msgstr "Retrait de la protection de {article}" -#: src/rc_formatters.py:1186 +#: src/rc_formatters.py:1230 #, python-brace-format msgid "Changed the state of `{language}` translations of \"{article}\"" msgstr "" -#: src/rc_formatters.py:1188 +#: src/rc_formatters.py:1232 msgid "Old state" msgstr "" -#: src/rc_formatters.py:1189 +#: src/rc_formatters.py:1233 msgid "New state" msgstr "" -#: src/rc_formatters.py:1193 +#: src/rc_formatters.py:1242 +#, fuzzy, python-brace-format +msgid "Changed the language of \"{article}\"" +msgstr "Retrait de la protection de {article}" + +#: src/rc_formatters.py:1243 +msgid "Old language" +msgstr "" + +#: src/rc_formatters.py:1244 +msgid "New language" +msgstr "" + +#: src/rc_formatters.py:1248 #, python-brace-format msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:1195 +#: src/rc_formatters.py:1250 #, python-brace-format msgid "Renamed user \"{old_name}\" to \"{new_name}\"" msgstr "" -#: src/rc_formatters.py:1199 +#: src/rc_formatters.py:1254 #, fuzzy msgid "Action has been hidden by administration" msgstr "L'action a été masquée par le personnel de Gamepedia." -#: src/rc_formatters.py:1204 +#: src/rc_formatters.py:1259 #, python-brace-format msgid "Unknown event `{event}`" msgstr "" -#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +#: src/rc_formatters.py:1265 src/rc_formatters.py:1267 msgid "Report this on the support server" msgstr "" -#: src/rc_formatters.py:1229 +#: src/rc_formatters.py:1283 msgid "Tags" msgstr "Tags" -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid "**Added**: " msgstr "**Ajoutées : ** " -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid " and {} more\n" msgstr " et {} autres\n" -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid "**Removed**: " msgstr "**Retirées : ** " -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid " and {} more" msgstr " et {} autres" -#: src/rc_formatters.py:1236 +#: src/rc_formatters.py:1290 msgid "Changed categories" msgstr "Catégories modifiées" +#, fuzzy, python-brace-format +#~ msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +#~ msgstr "Modification de la visibilité d'évènements des journaux" + #, fuzzy, python-brace-format #~ msgid "[{author}]({author_url}) deleted a comment on {target}'s profile" #~ msgstr "Retrait d'un commentaire sur le profil de {target}" diff --git a/locale/fr/LC_MESSAGES/rcgcdw.mo b/locale/fr/LC_MESSAGES/rcgcdw.mo index 407b91a..7fb6f6f 100644 Binary files a/locale/fr/LC_MESSAGES/rcgcdw.mo and b/locale/fr/LC_MESSAGES/rcgcdw.mo differ diff --git a/locale/fr/LC_MESSAGES/rcgcdw.po b/locale/fr/LC_MESSAGES/rcgcdw.po index 30cb217..75d19f4 100644 --- a/locale/fr/LC_MESSAGES/rcgcdw.po +++ b/locale/fr/LC_MESSAGES/rcgcdw.po @@ -6,18 +6,19 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 08:29+0100\n" -"PO-Revision-Date: 2020-09-03 13:14+0200\n" -"Last-Translator: Frisk <>\n" -"Language-Team: \n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" +"PO-Revision-Date: 2020-12-13 14:30+0000\n" +"Last-Translator: magiczocker \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.2.1\n" "Generated-By: pygettext.py 1.5\n" -"X-Generator: Poedit 2.4.1\n" "X-Poedit-Basepath: ../../..\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Poedit-SearchPath-0: rcgcdw.pot\n" #: src/rcgcdw.py:115 src/rcgcdw.py:117 src/rcgcdw.py:119 src/rcgcdw.py:121 @@ -30,173 +31,173 @@ msgstr "" msgid "Daily overview" msgstr "Résumé de la journée" -#: src/rcgcdw.py:155 +#: src/rcgcdw.py:154 msgid "No activity" msgstr "Aucune activité" -#: src/rcgcdw.py:179 +#: src/rcgcdw.py:178 msgid " ({} action)" msgid_plural " ({} actions)" -msgstr[0] " ({} action)" +msgstr[0] " ({} action)" msgstr[1] " ({} actions)" -#: src/rcgcdw.py:181 +#: src/rcgcdw.py:180 msgid " ({} edit)" msgid_plural " ({} edits)" msgstr[0] " ({} modification)" msgstr[1] " ({} modifications)" -#: src/rcgcdw.py:186 +#: src/rcgcdw.py:185 msgid " UTC ({} action)" msgid_plural " UTC ({} actions)" msgstr[0] " UTC ({} action)" msgstr[1] " UTC ({} actions)" -#: src/rcgcdw.py:188 src/rcgcdw.py:189 src/rcgcdw.py:193 +#: src/rcgcdw.py:187 src/rcgcdw.py:188 src/rcgcdw.py:192 msgid "But nobody came" msgstr "Aucune activité" -#: src/rcgcdw.py:196 +#: src/rcgcdw.py:195 msgid "Most active user" msgid_plural "Most active users" msgstr[0] "Membre le plus actif" msgstr[1] "Membres les plus actifs" -#: src/rcgcdw.py:197 +#: src/rcgcdw.py:196 msgid "Most edited article" msgid_plural "Most edited articles" msgstr[0] "Article le plus modifié" msgstr[1] "Articles les plus modifiés" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "Edits made" msgstr "Modifications effectuées" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "New files" msgstr "Nouveaux fichiers" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "Admin actions" msgstr "Actions d'administrateur" -#: src/rcgcdw.py:199 +#: src/rcgcdw.py:198 msgid "Bytes changed" msgstr "Octets modifiés" -#: src/rcgcdw.py:199 +#: src/rcgcdw.py:198 msgid "New articles" msgstr "Nouveaux articles" -#: src/rcgcdw.py:200 +#: src/rcgcdw.py:199 msgid "Unique contributors" msgstr "Contributeurs uniques" -#: src/rcgcdw.py:201 +#: src/rcgcdw.py:200 msgid "Most active hour" msgid_plural "Most active hours" msgstr[0] "Heure la plus active" msgstr[1] "Heures les plus actives" -#: src/rcgcdw.py:202 +#: src/rcgcdw.py:201 msgid "Day score" msgstr "Score du jour" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "director" msgstr "Directeur" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "bot" msgstr "Robot" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "editor" msgstr "editor" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "directors" msgstr "Directeur" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "sysop" msgstr "Administrateur" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "bureaucrat" msgstr "Bureaucrate" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "reviewer" msgstr "reviewer" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "autoreview" msgstr "autoreview" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "autopatrol" msgstr "autopatrol" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "wiki_guardian" msgstr "Gardien du wiki" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "second" msgid_plural "seconds" msgstr[0] "seconde" msgstr[1] "secondes" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "minute" msgid_plural "minutes" msgstr[0] "minute" msgstr[1] "minutes" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "hour" msgid_plural "hours" msgstr[0] "heure" msgstr[1] "heures" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "day" msgid_plural "days" msgstr[0] "jour" msgstr[1] "jours" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "week" msgid_plural "weeks" msgstr[0] "semaine" msgstr[1] "semaines" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "month" msgid_plural "months" msgstr[0] "mois" msgstr[1] "mois" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "year" msgid_plural "years" msgstr[0] "année" msgstr[1] "années" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "millennium" msgid_plural "millennia" msgstr[0] "millénaire" msgstr[1] "millénaires" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "decade" msgid_plural "decades" msgstr[0] "décennie" msgstr[1] "décennies" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "century" msgid_plural "centuries" msgstr[0] "centenaire" diff --git a/locale/fr/LC_MESSAGES/redaction.mo b/locale/fr/LC_MESSAGES/redaction.mo index e96667c..e57c70e 100644 Binary files a/locale/fr/LC_MESSAGES/redaction.mo and b/locale/fr/LC_MESSAGES/redaction.mo differ diff --git a/locale/fr/LC_MESSAGES/redaction.po b/locale/fr/LC_MESSAGES/redaction.po index ec53a5d..8dca631 100644 --- a/locale/fr/LC_MESSAGES/redaction.po +++ b/locale/fr/LC_MESSAGES/redaction.po @@ -7,18 +7,19 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" -"PO-Revision-Date: 2020-11-18 15:17+0100\n" -"Last-Translator: \n" -"Language-Team: \n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" +"PO-Revision-Date: 2021-04-14 14:22+0000\n" +"Last-Translator: Arnaud0865 \n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" +"X-Generator: Weblate 4.4.2\n" -#: src/discord/redaction.py:59 src/discord/redaction.py:62 -#: src/discord/redaction.py:67 +#: src/discord/redaction.py:62 src/discord/redaction.py:65 +#: src/discord/redaction.py:70 msgid "Removed" -msgstr "" +msgstr "Retiré" diff --git a/locale/hi/LC_MESSAGES/discussion_formatters.mo b/locale/hi/LC_MESSAGES/discussion_formatters.mo index a8ee5f3..fb9d901 100644 Binary files a/locale/hi/LC_MESSAGES/discussion_formatters.mo and b/locale/hi/LC_MESSAGES/discussion_formatters.mo differ diff --git a/locale/hi/LC_MESSAGES/discussion_formatters.po b/locale/hi/LC_MESSAGES/discussion_formatters.po index 513b8f6..3356f74 100644 --- a/locale/hi/LC_MESSAGES/discussion_formatters.po +++ b/locale/hi/LC_MESSAGES/discussion_formatters.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 14:13+0100\n" -"PO-Revision-Date: 2020-11-25 10:16+0000\n" -"Last-Translator: Creeper \n" -"Language-Team: Hindi \n" +"Language-Team: Hindi \n" "Language: hi\n" "MIME-Version: 1.0\n" @@ -19,63 +19,64 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.2.1\n" -#: src/discussion_formatters.py:25 src/discussion_formatters.py:81 +#: src/discussion_formatters.py:21 src/discussion_formatters.py:56 +#: src/discussion_formatters.py:67 src/discussion_formatters.py:95 +#: src/discussion_formatters.py:163 src/discussion_formatters.py:176 +msgid "unknown" +msgstr "अनजान" + +#: src/discussion_formatters.py:27 src/discussion_formatters.py:102 msgid "Unregistered user" msgstr "अनरेजिसटर्ड सदस्य" -#: src/discussion_formatters.py:34 +#: src/discussion_formatters.py:39 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -"{author}({author_url}) ने {forumName} में [{title}](<{url}f/p/{threadId}>) " +"[{author}]({author_url}) ने {forumName} में [{title}](<{url}f/p/{threadId}>) " "बनाया" -#: src/discussion_formatters.py:36 +#: src/discussion_formatters.py:42 #, python-brace-format msgid "" "[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -"[{author}]({author_url}) ने {forumName} में पॉल [{title}](<{url}f/p/" -"{threadId}>) बनाया" +"[{author}]({author_url}) ने {forumName} में पॉल [{title}](<{url}f/p/{threadId}" +">) बनाया" -#: src/discussion_formatters.py:38 +#: src/discussion_formatters.py:45 #, python-brace-format msgid "" "[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -"[{author}]({author_url}) ने {forumName} में क्विज़ [{title}](<{url}f/p/" -"{threadId}>) बनाया" +"[{author}]({author_url}) ने {forumName} में क्विज़ [{title}](<{url}f/p/{threadId}" +">) बनाया" -#: src/discussion_formatters.py:43 +#: src/discussion_formatters.py:54 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " "to [{title}](<{url}f/p/{threadId}>) in {forumName}" msgstr "" -"[{author}]({author_url}) ने {forumName} में [{title}](<{url}f/p/{threadId}> " -"पर [जवाब](<{url}f/p/{threadId}/r/{postId}>) दिया" +"[{author}]({author_url}) ने {forumName} में [{title}](<{url}f/p/{threadId}>) पर " +"[जवाब](<{url}f/p/{threadId}/r/{postId}>) दिया" -#: src/discussion_formatters.py:45 src/discussion_formatters.py:54 -#: src/discussion_formatters.py:137 src/discussion_formatters.py:150 -msgid "unknown" -msgstr "अनजान" - -#: src/discussion_formatters.py:49 +#: src/discussion_formatters.py:61 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" "{user_wall}?threadId={threadId}>) on [{user}'s Message Wall](<{url}wiki/" "Message_Wall:{user_wall}>)" msgstr "" -"{author}({author_url}) ने [{user} के मैसेज वॉल](<{url}wiki/" -"Message_Wall:{user_wall}>) पर [{title}(<{url}wiki/" -"Message_Wall:{user_wall}?threadId={threadId}>) बनाया" +"[{author}]({author_url}) ने [{user} के मैसेज वॉल](<{url}wiki/Message_Wall:" +"{user_wall}>) पर [{title}](<{url}wiki/Message_Wall:{user_wall}?" +"threadId={threadId}>) बनाया" -#: src/discussion_formatters.py:51 +#: src/discussion_formatters.py:64 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" @@ -83,102 +84,102 @@ msgid "" "Message_Wall:{user_wall}?threadId={threadId}>) on [{user}'s Message Wall]" "(<{url}wiki/Message_Wall:{user_wall}>)" msgstr "" -"[{author}]({author_url}) ने [{user} के मैसेज वॉल](<{url}wiki/" -"Message_Wall:{user_wall}>) के [{title}](<{url}wiki/" -"Message_Wall:{user_wall}?threadId={threadId}>) पर [जवाब](<{url}wiki/" -"Message_Wall:{user_wall}?threadId={threadId}#{replyId}>) दिया" +"[{author}]({author_url}) ने [{user} के मैसेज वॉल](<{url}wiki/Message_Wall:" +"{user_wall}>) के [{title}](<{url}wiki/Message_Wall:{user_wall}?" +"threadId={threadId}>) पर [जवाब](<{url}wiki/Message_Wall:{user_wall}?" +"threadId={threadId}#{replyId}>) दिया" -#: src/discussion_formatters.py:57 +#: src/discussion_formatters.py:72 #, python-brace-format msgid "" "[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " "on [{article}](<{url}>)" msgstr "" -"[{author}]({author_url}) ने [{article}](<{url}>) पर " -"[कमेंट](<{url}?commentId={commentId}>) किया" +"[{author}]({author_url}) ने [{article}](<{url}>) पर [कमेंट](<{url}?" +"commentId={commentId}>) किया" -#: src/discussion_formatters.py:62 +#: src/discussion_formatters.py:78 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}?commentId={commentId}" "&replyId={replyId}>) to a [comment](<{url}?commentId={commentId}>) on " "[{article}](<{url}>)" msgstr "" -"[{author}]({author_url}) ने [{article}](<{url}>) के एक " -"[कमेंट](<{url}?commentId={commentId}>) पर " -"[जवाब](<{url}?commentId={commentId}&replyId={replyId}>) दिया" +"[{author}]({author_url}) ने [{article}](<{url}>) के एक [कमेंट](<{url}?" +"commentId={commentId}>) पर [जवाब](<{url}?commentId={commentId}" +"&replyId={replyId}>) दिया" -#: src/discussion_formatters.py:70 +#: src/discussion_formatters.py:86 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" -"[{author}]({author_url}) द्वारा अनजान घटना `{event}`, [सहायता " -"सर्वर](<{support}>) पर रिपोर्ट करें।" +"[{author}]({author_url}) द्वारा अनजान घटना `{event}`, [सहायता सर्वर](<{support}" +">) पर रिपोर्ट करें।" -#: src/discussion_formatters.py:98 +#: src/discussion_formatters.py:123 #, python-brace-format msgid "Created \"{title}\"" msgstr "\"{title}\" बनाया" -#: src/discussion_formatters.py:102 +#: src/discussion_formatters.py:127 #, python-brace-format msgid "Created a poll \"{title}\"" msgstr "पॉल \"{title}\" बनाया" -#: src/discussion_formatters.py:109 +#: src/discussion_formatters.py:134 msgid "Option {}" msgstr "विकल्प {}" -#: src/discussion_formatters.py:110 +#: src/discussion_formatters.py:135 #, python-brace-format msgid "__[View image]({image_url})__" msgstr "__[चित्र देखें]({image_url})__" -#: src/discussion_formatters.py:114 +#: src/discussion_formatters.py:139 #, python-brace-format msgid "Created a quiz \"{title}\"" msgstr "एक क्विज़ \"{title}\" बनाया" -#: src/discussion_formatters.py:129 src/discussion_formatters.py:131 +#: src/discussion_formatters.py:155 src/discussion_formatters.py:157 msgid "Tags" msgstr "टैग" -#: src/discussion_formatters.py:129 +#: src/discussion_formatters.py:155 msgid "{} tags" msgstr "{} टैग" -#: src/discussion_formatters.py:134 +#: src/discussion_formatters.py:160 #, python-brace-format msgid "Replied to \"{title}\"" msgstr "\"{title}\" पर जवाब दिया" -#: src/discussion_formatters.py:143 +#: src/discussion_formatters.py:169 #, python-brace-format msgid "Created \"{title}\" on {user}'s Message Wall" msgstr "{user} के मैसेज वॉल पर \"{title}\" बनाया" -#: src/discussion_formatters.py:147 +#: src/discussion_formatters.py:173 #, python-brace-format msgid "Replied to \"{title}\" on {user}'s Message Wall" msgstr "{user} के मैसेज वॉल के \"{title}\" पर जवाब दिया" -#: src/discussion_formatters.py:154 +#: src/discussion_formatters.py:180 #, python-brace-format msgid "Commented on {article}" msgstr "{article} पर कमेंट किया" -#: src/discussion_formatters.py:158 +#: src/discussion_formatters.py:184 #, python-brace-format msgid "Replied to a comment on {article}" msgstr "{article} के एक कमेंट पर जवाब दिया" -#: src/discussion_formatters.py:162 +#: src/discussion_formatters.py:188 #, python-brace-format msgid "Unknown event `{event}`" msgstr "अनजान घटना `{event}`" -#: src/discussion_formatters.py:168 src/discussion_formatters.py:170 +#: src/discussion_formatters.py:194 src/discussion_formatters.py:196 msgid "Report this on the support server" msgstr "इसे सहायता सर्वर पर रिपोर्ट करें" diff --git a/locale/hi/LC_MESSAGES/rc.po b/locale/hi/LC_MESSAGES/rc.po index 62b45a7..4b242a4 100644 --- a/locale/hi/LC_MESSAGES/rc.po +++ b/locale/hi/LC_MESSAGES/rc.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-29 00:05+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-11-25 10:16+0000\n" "Last-Translator: Creeper \n" "Language-Team: Hindi \n" @@ -18,24 +18,24 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 4.2.1\n" -#: src/rc.py:321 +#: src/rc.py:322 #, python-brace-format msgid "{wiki} seems to be down or unreachable." msgstr "शायद {wiki} डाउन है या इस तक पहुँचा नहीं जा सकता।" -#: src/rc.py:322 src/rc.py:334 +#: src/rc.py:323 src/rc.py:335 msgid "Connection status" msgstr "कनेक्शन की स्थिति" -#: src/rc.py:332 +#: src/rc.py:333 #, python-brace-format msgid "Connection to {wiki} seems to be stable now." msgstr "{wiki} से सम्पर्क अब स्थिर होने लगा है।" -#: src/rc.py:403 +#: src/rc.py:404 msgid "~~hidden~~" msgstr "~~छिपाया गया~~" -#: src/rc.py:407 +#: src/rc.py:408 msgid "hidden" msgstr "छिपाया गया" diff --git a/locale/hi/LC_MESSAGES/rc_formatters.mo b/locale/hi/LC_MESSAGES/rc_formatters.mo index d659d27..1d792b3 100644 Binary files a/locale/hi/LC_MESSAGES/rc_formatters.mo and b/locale/hi/LC_MESSAGES/rc_formatters.mo differ diff --git a/locale/hi/LC_MESSAGES/rc_formatters.po b/locale/hi/LC_MESSAGES/rc_formatters.po index d228da2..aa6862d 100644 --- a/locale/hi/LC_MESSAGES/rc_formatters.po +++ b/locale/hi/LC_MESSAGES/rc_formatters.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" -"PO-Revision-Date: 2020-11-25 10:16+0000\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" +"PO-Revision-Date: 2020-12-30 13:26+0000\n" "Last-Translator: Creeper \n" -"Language-Team: Hindi \n" "Language: hi\n" "MIME-Version: 1.0\n" @@ -98,34 +98,34 @@ msgstr "" "लेते हुए *{abuse_filter}* को ट्रिगर किया - लिया गया ऐक्शन: {result}।" #: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 -#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 -#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 -#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 -#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 -#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 -#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 -#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 -#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +#: src/rc_formatters.py:457 src/rc_formatters.py:460 src/rc_formatters.py:463 +#: src/rc_formatters.py:464 src/rc_formatters.py:469 src/rc_formatters.py:470 +#: src/rc_formatters.py:478 src/rc_formatters.py:482 src/rc_formatters.py:682 +#: src/rc_formatters.py:683 src/rc_formatters.py:684 src/rc_formatters.py:1141 +#: src/rc_formatters.py:1144 src/rc_formatters.py:1147 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1152 +#: src/rc_formatters.py:1154 src/rc_formatters.py:1160 +#: src/rc_formatters.py:1163 src/rc_formatters.py:1255 msgid "Unknown" msgstr "अनजान" #: src/rc_formatters.py:116 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) edited [{article}]({edit_link}){comment} {bold}" "({sign}{edit_size}){bold}" msgstr "" -"[{author}]({author_url}) ने [{article}]({edit_link}){comment} ({bold}{sign}" -"{edit_size}{bold}) को सम्पादित किया" +"[{author}]({author_url}) ने [{article}]({edit_link}){comment} ({bold}({sign}" +"{edit_size}){bold} को सम्पादित किया" #: src/rc_formatters.py:118 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) created [{article}]({edit_link}){comment} {bold}" "({sign}{edit_size}){bold}" msgstr "" -"[{author}]({author_url}) ने [{article}]({edit_link}){comment} ({bold}{sign}" -"{edit_size}{bold}) बनाया" +"[{author}]({author_url}) ने [{article}]({edit_link}){comment} {bold}({sign}" +"{edit_size}){bold} बनाया" #: src/rc_formatters.py:121 #, python-brace-format @@ -162,7 +162,7 @@ msgid "" "[{author}]({author_url}) deleted redirect by overwriting [{page}]" "({page_link}){comment}" msgstr "" -"[{author}]({author_url} ने [{page}]({page_link}){comment} को ओवर्राइट करके " +"[{author}]({author_url}) ने [{page}]({page_link}){comment} को ओवर्राइट करके " "रेडिरेक्ट को डिलीट किया" #: src/rc_formatters.py:147 src/rc_formatters.py:152 @@ -200,16 +200,16 @@ msgstr "" "[{author}]({author_url}) ने प्रॉटेक्शन सेटिंगस को {redirect}*{article}* से " "[{target}]({target_url}){comment} पर मूव किया" -#: src/rc_formatters.py:170 src/rc_formatters.py:823 +#: src/rc_formatters.py:170 src/rc_formatters.py:855 msgid "for infinity and beyond" msgstr "अनंत और इसके परे तक" -#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#: src/rc_formatters.py:179 src/rc_formatters.py:863 #, python-brace-format msgid "for {num} {translated_length}" msgstr "{num} {translated_length} के लिए" -#: src/rc_formatters.py:185 src/rc_formatters.py:835 +#: src/rc_formatters.py:185 src/rc_formatters.py:867 msgid "until {}" msgstr "{} के लिए" @@ -217,7 +217,7 @@ msgstr "{} के लिए" msgid " on pages: " msgstr " इन पृष्ठों पर: " -#: src/rc_formatters.py:196 src/rc_formatters.py:849 +#: src/rc_formatters.py:196 src/rc_formatters.py:881 msgid " and namespaces: " msgstr " और इन नेमस्पेसों पर: " @@ -279,7 +279,7 @@ msgid "" "[{author}]({author_url}) replied to a [comment]({comment}) on their own " "profile" msgstr "" -"[{author}]({author_url}) ने अपने प्रॉफाइल के एक [कमेंट] ({comment}) पर जवाब दिया" +"[{author}]({author_url}) ने अपने प्रॉफाइल के एक [कमेंट]({comment}) पर जवाब दिया" #: src/rc_formatters.py:245 #, python-brace-format @@ -307,39 +307,40 @@ msgid "[{author}]({author_url}) purged a comment on their own profile" msgstr "[{author}]({author_url}) ने अपने प्रॉफाइल के एक कमेंट को पर्ज किया" #: src/rc_formatters.py:267 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) deleted a [comment]({comment}) on {target}'s profile" msgstr "" -"[{author}]({author_url}) ने {target} के प्रॉफाइल के एक [कमेंट]({comment}) पर जवाब " -"दिया" +"[{author}]({author_url}) ने {target} के प्रॉफाइल के एक [कमेंट]({comment}) को डिलीट " +"किया" #: src/rc_formatters.py:269 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) deleted a [comment]({comment}) on their own profile" msgstr "" -"[{author}]({author_url}) ने अपने प्रॉफाइल के एक [कमेंट]({comment}) को सम्पादित किया" +"[{author}]({author_url}) ने अपने प्रॉफाइल के एक [कमेंट]({comment}) को डिलीट किया" #: src/rc_formatters.py:274 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) edited the {field} on [{target}]({target_url})'s " "profile. *({desc})*" msgstr "" -"[{author}]({author_url}) ने {target} के प्रॉफाइल पर {field} को सम्पादित किया। " -"*({desc})*" +"[{author}]({author_url}) ने [{target}]({target_url}) के प्रॉफाइल पर {field} को " +"सम्पादित किया। *({desc})*" #: src/rc_formatters.py:281 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) edited the {field} on [their own]({target_url}) " "profile. *({desc})*" msgstr "" -"[{author}]({author_url}) ने अपने प्रॉफाइल पर {field} को सम्पादित किया। *({desc})*" +"[{author}]({author_url}) ने [अपने]({target_url}) प्रॉफाइल पर {field} को सम्पादित " +"किया। *({desc})*" -#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 -#: src/rc_formatters.py:947 +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:977 +#: src/rc_formatters.py:979 msgid "none" msgstr "कुछ नहीं" @@ -361,7 +362,7 @@ msgstr "" "{author} ने [{target}]({target_url}) को {old_groups} से {new_groups} में " "ऑटोप्रमोट किया{comment}" -#: src/rc_formatters.py:304 src/rc_formatters.py:933 +#: src/rc_formatters.py:304 src/rc_formatters.py:965 msgid "System" msgstr "सिस्टम" @@ -374,8 +375,8 @@ msgstr "" "[{author}]({author_url}) ने [{article}]({article_url}) को इन सेटिंग्स के साथ " "प्रॉटेक्ट किया: {settings}{comment}" -#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 -#: src/rc_formatters.py:961 +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:987 +#: src/rc_formatters.py:993 msgid " [cascading]" msgstr " [कैस्केडिंग]" @@ -406,10 +407,10 @@ msgid_plural "" "[{author}]({author_url}) changed visibility of {amount} revisions on page " "[{article}]({article_url}){comment}" msgstr[0] "" -"[{author}]({author_url} ने [{article}]({article_url}) पर रिवीशन के दृश्यता को " +"[{author}]({author_url}) ने [{article}]({article_url}) पर रिवीशन के दृश्यता को " "बदल दिया{comment}" msgstr[1] "" -"[{author}]({author_url} ने [{article}]({article_url}) पर {amount} रिवीशनों के " +"[{author}]({author_url}) ने [{article}]({article_url}) पर {amount} रिवीशनों के " "दृश्यता को बदल दिया{comment}" #: src/rc_formatters.py:340 @@ -439,7 +440,7 @@ msgid "[{author}]({author_url}) changed visibility of log events{comment}" msgstr "[{author}]({author_url}) ने लॉग घटनाओं के दृश्यता को बदल दिया{comment}" #: src/rc_formatters.py:359 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) imported [{article}]({article_url}) with {count} " "revision from [{source}]({source_url}){comment}" @@ -447,11 +448,11 @@ msgid_plural "" "[{author}]({author_url}) imported [{article}]({article_url}) with {count} " "revisions from [{source}]({source_url}){comment}" msgstr[0] "" -"[{author}]({author_url}) ने [{article}]({article_url}) को {count} रिवीशन के " -"साथ ({article_url}) इम्पोर्ट किया{comment}" +"[{author}]({author_url}) ने [{source}]({source_url}) से [{article}]" +"({article_url}) को {count} रिवीशन के साथ ({article_url}) इम्पोर्ट किया{comment}" msgstr[1] "" -"[{author}]({author_url}) ने [{article}]({article_url}) को {count} रिवीशनों के " -"साथ ({article_url}) इम्पोर्ट किया{comment}" +"[{author}]({author_url}) ने [{source}]({source_url}) से [{article}]" +"({article_url}) को {count} रिवीशनों के साथ ({article_url}) इम्पोर्ट किया{comment}" #: src/rc_formatters.py:364 #, python-brace-format @@ -543,11 +544,20 @@ msgstr "" #: src/rc_formatters.py:407 #, python-brace-format msgid "" +"[{author}]({author_url}) created the page [{article}]({article_url}) using a " +"non-default content model {new}{comment}" +msgstr "" +"[{author}]({author_url}) ने पृष्ठ [{article}]({article_url}) को गैर-डिफ़ॉल्ट कंटेंट " +"मॉडल की मदद से बनाया {new}{comment}" + +#: src/rc_formatters.py:410 +#, python-brace-format +msgid "" "[{author}]({author_url}) edited the sprite for [{article}]({article_url})" msgstr "" "[{author}]({author_url}) [{article}]({article_url}) के स्प्राइट को सम्पादित किया" -#: src/rc_formatters.py:410 +#: src/rc_formatters.py:413 #, python-brace-format msgid "" "[{author}]({author_url}) created the sprite sheet for [{article}]" @@ -555,267 +565,311 @@ msgid "" msgstr "" "[{author}]({author_url}) ने [{article}]({article_url}) के लिए स्प्राइट शीट बनाया" -#: src/rc_formatters.py:413 +#: src/rc_formatters.py:416 #, python-brace-format msgid "" "[{author}]({author_url}) edited the slice for [{article}]({article_url})" msgstr "" "[{author}]({author_url}) ने [{article}]({article_url}) के स्लाइस को सम्पादित किया" -#: src/rc_formatters.py:418 +#: src/rc_formatters.py:421 #, python-brace-format msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) ने कीर्गो टेबल \"{table}\" बनाया" -#: src/rc_formatters.py:420 +#: src/rc_formatters.py:423 #, python-brace-format msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) ने कार्गो टेबल \"{table}\" को डिलीट किया" -#: src/rc_formatters.py:425 +#: src/rc_formatters.py:428 #, python-brace-format msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) ने कार्गो टेबल \"{table}\" को फिर से बनाया" -#: src/rc_formatters.py:430 +#: src/rc_formatters.py:433 #, python-brace-format msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) ने कार्गो टेबल \"{table}\" को बदल दिया" -#: src/rc_formatters.py:433 -#, python-brace-format -msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:436 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) created the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) ने एक [टैग]({tag_url}) \"{tag}\" बनाया" -#: src/rc_formatters.py:437 -#, python-brace-format -msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:441 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) ने एक [टैग]({tag_url}) \"{tag}\" को डिलीट किया" -#: src/rc_formatters.py:441 -#, python-brace-format -msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:443 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revision or log entry{comment}" +msgid_plural "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revisions and/or log entries{comment}" +msgstr[0] "" +"[{author}]({author_url}) ने [{article}]({article_url}) को {count} रिवीशन के " +"साथ ({article_url}) इम्पोर्ट किया{comment}" +msgstr[1] "" +"[{author}]({author_url}) ने [{article}]({article_url}) को {count} रिवीशनों के " +"साथ ({article_url}) इम्पोर्ट किया{comment}" + +#: src/rc_formatters.py:449 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) activated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) ने एक [टैग]({tag_url}) \"{tag}\" को ऐक्टिवेट किया" -#: src/rc_formatters.py:444 -#, python-brace-format -msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:452 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deactivated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" "[{author}]({author_url}) ने एक [टैग]({tag_url}) \"{tag}\" को डिऐक्टिवेट किया" -#: src/rc_formatters.py:446 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) changed wiki settings{reason}" -msgstr "[{author}]({author_url}) ने विकी सेटिंग्स को बदला ({reason})" - -#: src/rc_formatters.py:448 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" -msgstr "" -"[{author}]({author_url}) ने विकी *{wiki_name}* को डिलीट किया ({comment})" - -#: src/rc_formatters.py:451 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" -msgstr "[{author}]({author_url}) ने विकी *{wiki_name}* ({comment}) के लॉक किया" - #: src/rc_formatters.py:454 +#, python-brace-format +msgid "[{author}]({author_url}) changed wiki settings{reason}" +msgstr "[{author}]({author_url}) ने विकी सेटिंग्स को बदला{reason}" + +#: src/rc_formatters.py:456 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" +msgstr "[{author}]({author_url}) ने विकी *{wiki_name}* को डिलीट किया{comment}" + +#: src/rc_formatters.py:459 +#, python-brace-format +msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" +msgstr "[{author}]({author_url}) ने विकी *{wiki_name}* के लॉक किया{comment}" + +#: src/rc_formatters.py:462 #, fuzzy, python-brace-format msgid "" -"[{author}]({author_url}) modified a namespace *{namespace_name}* on " +"[{author}]({author_url}) modified namespace *{namespace_name}* on " "*{wiki_name}*{comment}" msgstr "" "[{author}]({author_url}) ने *{wiki_name}* पर एक नेमस्पेस *{namespace_name}* को " -"मॉडिफाइ किया ({comment})" +"मॉडिफाइ किया{comment}" -#: src/rc_formatters.py:459 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:467 +#, python-brace-format msgid "" "[{author}]({author_url}) deleted a namespace *{namespace_name}* on " "*{wiki_name}*{comment}" msgstr "" "[{author}]({author_url}) ने *{wiki_name}* पर नेमस्पेस *{namespace_name}* को " -"डिलीट किया ({comment})" - -#: src/rc_formatters.py:465 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" -msgstr "" -"[{author}]({author_url}) ने यूज़र ग्रुप *{group_name}* को मॉडिफाइ किया ({comment})" - -#: src/rc_formatters.py:469 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" -msgstr "" -"[{author}]({author_url}) ने एक विकी *{wiki_name}* को रिस्टोर किया ({comment})" +"डिलीट किया{comment}" #: src/rc_formatters.py:473 +#, python-brace-format +msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" +msgstr "" +"[{author}]({author_url}) ने यूज़र ग्रुप *{group_name}* को मॉडिफाइ किया{comment}" + +#: src/rc_formatters.py:477 #, fuzzy, python-brace-format +msgid "[{author}]({author_url}) undeleted a wiki *{wiki_name}*{comment}" +msgstr "[{author}]({author_url}) ने विकी *{wiki_name}* को डिलीट किया{comment}" + +#: src/rc_formatters.py:481 +#, python-brace-format msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" msgstr "" -"[{author}]({author_url}) ने एक विकी *{wiki_name}* को अनलॉक किया ({comment})" +"[{author}]({author_url}) ने एक विकी *{wiki_name}* को अनलॉक किया{comment}" -#: src/rc_formatters.py:484 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:486 +#, python-brace-format +msgid "[{author}]({author_url}) generated *{file}* dump{comment}" +msgstr "[{author}]({author_url}) ने *{file}* डंप जनरेट किया{comment}" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "[{author}]({author_url}) deleted *{file}* dump{comment}" +msgstr "[{author}]({author_url}) *{file}* डंप को डिलीट किया{comment}" + +#: src/rc_formatters.py:502 +#, python-brace-format msgid "" "[{author}]({author_url}) marked [{article}]({article_url}) for " "translation{comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) को रिस्टोर किया{comment}" +"[{author}]({author_url}) ने [{article}]({article_url}) को अनुवाद के लिए मार्क " +"किया{comment}" -#: src/rc_formatters.py:491 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:509 +#, python-brace-format msgid "" "[{author}]({author_url}) removed [{article}]({article_url}) from the " "translation system{comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) को {count} रिवीशन के " -"साथ ({article_url}) इम्पोर्ट किया{comment}" +"[{author}]({author_url}) ने अनुवाद सिस्टम से [{article}]({article_url}) को " +"हटाया{comment}" -#: src/rc_formatters.py:498 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:516 +#, python-brace-format msgid "" "[{author}]({author_url}) completed moving translation pages from *{article}* " "to [{target}]({target_url}){comment}" msgstr "" -"[{author}]({author_url}) ने प्रॉटेक्शन सेटिंगस को {redirect}*{article}* से " -"[{target}]({target_url}){comment} पर मूव किया" +"[{author}]({author_url}) ने *{article}* से [{target}]({target_url}) पर अनुवाद " +"पृष्ठ को लाना ख़त्म किया{comment}" -#: src/rc_formatters.py:506 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:524 +#, python-brace-format msgid "" "[{author}]({author_url}) encountered a problem while moving [{article}]" "({article_url}) to [{target}]({target_url}){comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) के रिवीशन इतिहास को " -"[{dest}]({dest_url}) में मर्ज किया{comment}" +"[{author}]({author_url}) ने [{article}]({article_url}) को [{target}]" +"({target_url}) पर लाते वक्त मुश्किलें पाई{comment}" -#: src/rc_formatters.py:514 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:532 +#, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translatable page [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) से प्रॉटेक्शन हटा " -"दिया{comment}" +"[{author}]({author_url}) ने अनुवाद लायक पृष्ठ [{article}]({article_url}) के " +"डिलीशन को पूरा किया{comment}" -#: src/rc_formatters.py:522 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:540 +#, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " "belongs to translatable page [{target}]({target_url}){comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) को {count} रिवीशन के " -"साथ ({article_url}) इम्पोर्ट किया{comment}" +"[{author}]({author_url}) [{article}]({article_url}) को डिलीट न कर पाए, जो " +"अनुवाद-लायक पृष्ठ [{target}]({target_url}) का है{comment}" -#: src/rc_formatters.py:530 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:548 +#, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translation page [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url} ने [{article}]({article_url}) पर रिवीशन के दृश्यता को " -"बदल दिया{comment}" +"[{author}]({author_url}) ने अनुवाद पृष्ठ [{article}]({article_url}) के डिलीशन को " +"पूरा किया{comment}" -#: src/rc_formatters.py:538 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:556 +#, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " "belongs to translation page [{target}]({target_url}){comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) को {count} रिवीशन के " -"साथ ({article_url}) इम्पोर्ट किया{comment}" +"[{author}]({author_url}) [{article}]({article_url}) को डिलीट न कर पाए, जो " +"अनुवाद पृष्ठ [{target}]({target_url}) का है{comment}" -#: src/rc_formatters.py:546 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:564 +#, python-brace-format msgid "" "[{author}]({author_url}) encouraged translation of [{article}]({article_url})" "{comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) से प्रॉटेक्शन हटा " +"[{author}]({author_url}) [{article}]({article_url}) को अनुवाद करने का बढ़ावा " "दिया{comment}" -#: src/rc_formatters.py:553 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:571 +#, python-brace-format msgid "" "[{author}]({author_url}) discouraged translation of [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) को रिस्टोर किया{comment}" +"[{author}]({author_url}) ने [{article}]({article_url}) के अनुवाद के बढ़ावे को कम " +"किया{comment}" -#: src/rc_formatters.py:563 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:581 +#, python-brace-format msgid "" "[{author}]({author_url}) limited languages for [{article}]({article_url}) to " "`{languages}`{comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) के प्रॉटेक्शन सेटिंग्स को इसमें " -"मॉडिफाइ किया: {settings}{comment}" +"[{author}]({author_url}) ने [{article}]({article_url}) के भाषाओं को `{languages}" +"` तक सीमित किया{comment}" -#: src/rc_formatters.py:569 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:587 +#, python-brace-format msgid "" "[{author}]({author_url}) set the priority languages for [{article}]" "({article_url}) to `{languages}`{comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) के प्रॉटेक्शन सेटिंग्स को इसमें " -"मॉडिफाइ किया: {settings}{comment}" +"[{author}]({author_url}) ने [{article}]({article_url}) के मुख्य भाषाओं को " +"`{languages}` में सेट किया{comment}" -#: src/rc_formatters.py:575 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:593 +#, python-brace-format msgid "" "[{author}]({author_url}) removed priority languages from [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) से प्रॉटेक्शन हटा " -"दिया{comment}" +"[{author}]({author_url}) ने [{article}]({article_url}) से मुख्य भाषाओं को " +"हटाया{comment}" -#: src/rc_formatters.py:582 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:600 +#, python-brace-format msgid "" "[{author}]({author_url}) added translatable page [{article}]({article_url}) " "to aggregate group \"{group}\"{comment}" msgstr "" -"[{author}]({author_url}) ने पृष्ठ [{article}]({article_url}) के कंटेंट मॉडल को " -"{old} से {new} में बदला{comment}" +"[{author}]({author_url}) ने अनुवाद-लायक पृष्ठ [{article}]({article_url}) को " +"एग्रीगेट ग्रुप \"{group}\" में डाला{comment}" -#: src/rc_formatters.py:589 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:607 +#, python-brace-format msgid "" "[{author}]({author_url}) removed translatable page [{article}]" "({article_url}) from aggregate group \"{group}\"{comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) से प्रॉटेक्शन हटा " -"दिया{comment}" +"[{author}]({author_url}) ने अनुवाद-लायक [{article}]({article_url}) को एग्रीगेट " +"ग्रुप \"{group}\" से हटाया{comment}" -#: src/rc_formatters.py:601 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:619 +#, python-brace-format msgid "" "[{author}]({author_url}) reviewed translation [{article}]({article_url})" "{comment}" msgstr "" -"[{author}]({author_url}) ने [{article}]({article_url}) को रिस्टोर किया{comment}" +"[{author}]({author_url}) ने अनुवाद [{article}]({article_url}) को रिव्यु " +"किया{comment}" -#: src/rc_formatters.py:609 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:627 +#, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) from `{old_state}` to `{new_state}`{comment}" msgstr "" -"[{author}]({author_url}) ने पृष्ठ [{article}]({article_url}) के कंटेंट मॉडल को " -"{old} से {new} में बदला{comment}" +"[{author}]({author_url}) ने पृष्ठ [{article}]({article_url}) के `{language}` के " +"स्थिति को `{old_state}` से `{new_state}` में बदला{comment}" -#: src/rc_formatters.py:616 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:634 +#, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) to `{new_state}`{comment}" msgstr "" -"[{author}]({author_url}) ने पृष्ठ [{article}]({article_url}) के कंटेंट मॉडल को " -"{old} से {new} में बदला{comment}" +"[{author}]({author_url}) ने पृष्ठ [{article}]({article_url}) के `{language}` " +"अनुवादों को `{new_state}` में बदला{comment}" -#: src/rc_formatters.py:625 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:643 src/rc_formatters.py:646 src/rc_formatters.py:1238 +#: src/rc_formatters.py:1241 +msgid "(default)" +msgstr "(डिफ़ॉल्ट)" + +#: src/rc_formatters.py:647 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the language of [{article}]({article_url}) " +"from {old_lang} to {new_lang}{comment}" +msgstr "" +"[{author}]({author_url}) [{article}]({article_url}) के भाषा को {old_lang} से " +"{new_lang} में बदला{comment}" + +#: src/rc_formatters.py:656 +#, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " "[{new_name}]({link}){comment}" @@ -823,23 +877,26 @@ msgid_plural "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edits to " "[{new_name}]({link}){comment}" msgstr[0] "" -"[{author}]({author_url}) ने [{page}]({page_link}){comment} को डिलीट किया" +"[{author}]({author_url}) ने {edits} सम्पादना वाले सदस्य *{old_name}* को " +"[{new_name}]({link}) में रीनेम किया{comment}" msgstr[1] "" -"[{author}]({author_url}) ने [{page}]({page_link}){comment} को डिलीट किया" +"[{author}]({author_url}) ने {edits} सम्पादनाओं वाले सदस्य *{old_name}* को " +"[{new_name}]({link}) में रीनेम किया{comment}" -#: src/rc_formatters.py:630 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:661 +#, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" "{comment}" msgstr "" -"[{author}]({author_url}) ने [{page}]({page_link}){comment} को डिलीट किया" +"[{author}]({author_url}) ने सदस्य *{old_name}* को [{new_name}]({link}) में रीनेम " +"किया{comment}" -#: src/rc_formatters.py:634 +#: src/rc_formatters.py:665 msgid "An action has been hidden by administration." msgstr "एक ऐक्शन ऐडमिनिस्ट्रेशन द्वारा छिपाया गया है।" -#: src/rc_formatters.py:641 +#: src/rc_formatters.py:672 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " @@ -848,80 +905,80 @@ msgstr "" "[{author}]({author_url}) द्वारा अनजान घटना `{event}`, इसे [सहायता सर्वर]" "(<{support}>) पर रिपोर्ट करें।" -#: src/rc_formatters.py:649 +#: src/rc_formatters.py:681 #, python-brace-format msgid "{user} triggered \"{abuse_filter}\"" msgstr "{user} ने \"{abuse_filter}\" को ट्रिगर किया" -#: src/rc_formatters.py:650 +#: src/rc_formatters.py:682 msgid "Performed" msgstr "ऐक्शन" -#: src/rc_formatters.py:651 +#: src/rc_formatters.py:683 msgid "Action taken" msgstr "लिया गया ऐक्शन" -#: src/rc_formatters.py:652 +#: src/rc_formatters.py:684 msgid "Title" msgstr "शीर्षक" -#: src/rc_formatters.py:661 src/rc_formatters.py:948 +#: src/rc_formatters.py:693 src/rc_formatters.py:980 msgid "No description provided" msgstr "कोई विवरण नहीं दिया गया" -#: src/rc_formatters.py:685 +#: src/rc_formatters.py:717 msgid "(N!) " msgstr "(न!) " -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "m" msgstr "छो" -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "b" msgstr "बॉ" -#: src/rc_formatters.py:703 src/rc_formatters.py:708 +#: src/rc_formatters.py:735 src/rc_formatters.py:740 msgid "__Only whitespace__" msgstr "__सिर्फ वाइटस्पेस__" -#: src/rc_formatters.py:713 +#: src/rc_formatters.py:745 msgid "Removed" msgstr "हटाया गया" -#: src/rc_formatters.py:715 +#: src/rc_formatters.py:747 msgid "Added" msgstr "जोड़ा" -#: src/rc_formatters.py:749 src/rc_formatters.py:788 +#: src/rc_formatters.py:781 src/rc_formatters.py:820 msgid "Options" msgstr "विकल्प" -#: src/rc_formatters.py:749 +#: src/rc_formatters.py:781 #, python-brace-format msgid "([preview]({link}) | [undo]({undolink}))" msgstr "([पूर्वावलोकन]({link}) | [पूर्ववत करें]({undolink}))" -#: src/rc_formatters.py:754 +#: src/rc_formatters.py:786 #, python-brace-format msgid "Uploaded a new version of {name}" msgstr "{name} के एक नए संसकरण को अपलोड किया" -#: src/rc_formatters.py:756 +#: src/rc_formatters.py:788 #, python-brace-format msgid "Reverted a version of {name}" msgstr "{name} के एक संसकरण को पूर्ववत किया" -#: src/rc_formatters.py:758 +#: src/rc_formatters.py:790 #, python-brace-format msgid "Uploaded {name}" msgstr "{name} को अपलोड किया" -#: src/rc_formatters.py:774 +#: src/rc_formatters.py:806 msgid "**No license!**" msgstr "**कोई लाइसेंस नहीं है!**" -#: src/rc_formatters.py:786 +#: src/rc_formatters.py:818 msgid "" "\n" "License: {}" @@ -929,510 +986,564 @@ msgstr "" "\n" "लाइसेंस: {}" -#: src/rc_formatters.py:788 +#: src/rc_formatters.py:820 #, python-brace-format msgid "([preview]({link}))" msgstr "([पूर्वावलोकन]({link}))" -#: src/rc_formatters.py:793 +#: src/rc_formatters.py:825 #, python-brace-format msgid "Deleted page {article}" msgstr "पृष्ठ {article} को डिलीट किया" -#: src/rc_formatters.py:798 +#: src/rc_formatters.py:830 #, python-brace-format msgid "Deleted redirect {article} by overwriting" msgstr "ओवर्राइट करके रेडिरेक्ट {article} को डिलीट किया" -#: src/rc_formatters.py:804 +#: src/rc_formatters.py:836 msgid "No redirect has been made" msgstr "कोई रेडिरेक्ट नहीं बनाया गया" -#: src/rc_formatters.py:805 +#: src/rc_formatters.py:837 msgid "A redirect has been made" msgstr "एक रेडिरेक्ट बनाया गया है" -#: src/rc_formatters.py:806 +#: src/rc_formatters.py:838 #, python-brace-format msgid "Moved {redirect}{article} to {target}" msgstr "{redirect}{article} को {target} पर ले जाया गया है" -#: src/rc_formatters.py:809 +#: src/rc_formatters.py:841 #, python-brace-format msgid "Moved {redirect}{article} to {title} over redirect" msgstr "{redirect}{article} को रेडिरेक्ट के साथ {title} पर ले जाया गया है" -#: src/rc_formatters.py:813 +#: src/rc_formatters.py:845 #, python-brace-format msgid "Moved protection settings from {redirect}{article} to {title}" msgstr "प्रॉटेक्शन सेटिंग्स को {redirect}{article} से {title} पर ले जाया गया" -#: src/rc_formatters.py:837 +#: src/rc_formatters.py:869 msgid "unknown expiry time" msgstr "अनजान समय सीमा" -#: src/rc_formatters.py:842 +#: src/rc_formatters.py:874 msgid "Blocked from editing the following pages: " msgstr "इन पृष्ठों को सम्पादित करने से ब्लॉक्ड: " -#: src/rc_formatters.py:851 +#: src/rc_formatters.py:883 msgid "Blocked from editing pages on following namespaces: " msgstr "इन नेमस्पेसों में पृष्ठों को सम्पादित करने से ब्लॉक्ड: " -#: src/rc_formatters.py:862 +#: src/rc_formatters.py:894 msgid "Partial block details" msgstr "आधा ब्लॉक विवरण" -#: src/rc_formatters.py:863 +#: src/rc_formatters.py:895 #, python-brace-format msgid "Blocked {blocked_user} {time}" msgstr "{blocked_user} को ब्लॉक किया {time}" -#: src/rc_formatters.py:867 +#: src/rc_formatters.py:899 #, python-brace-format msgid "Changed block settings for {blocked_user}" msgstr "{blocked_user} के ब्लॉक सेटिंग्स को बदला" -#: src/rc_formatters.py:871 +#: src/rc_formatters.py:903 #, python-brace-format msgid "Unblocked {blocked_user}" msgstr "{blocked_user} को अनब्लॉक किया" -#: src/rc_formatters.py:878 +#: src/rc_formatters.py:910 #, python-brace-format msgid "Left a comment on {target}'s profile" msgstr "{target} के प्रॉफाइल पर एक कमेंट छोड़ा" -#: src/rc_formatters.py:880 +#: src/rc_formatters.py:912 msgid "Left a comment on their own profile" msgstr "अपने प्रॉफाइल पर एक कमेंट छोड़ा" -#: src/rc_formatters.py:887 +#: src/rc_formatters.py:919 #, python-brace-format msgid "Replied to a comment on {target}'s profile" msgstr "{target} के प्रॉफाइल के एक कमेंट पर जवाब दिया" -#: src/rc_formatters.py:889 +#: src/rc_formatters.py:921 msgid "Replied to a comment on their own profile" msgstr "अपने प्रॉफाइल क के एक कमेंट पर जवाब दिया" -#: src/rc_formatters.py:896 +#: src/rc_formatters.py:928 #, python-brace-format msgid "Edited a comment on {target}'s profile" msgstr "{target} के प्रॉफाइल के एक कमेंट को सम्पादित किया" -#: src/rc_formatters.py:898 +#: src/rc_formatters.py:930 msgid "Edited a comment on their own profile" msgstr "अपने प्रॉफाइल के एक कमेंट को सम्पादित किया" -#: src/rc_formatters.py:903 +#: src/rc_formatters.py:935 #, python-brace-format msgid "Edited {target}'s profile" msgstr "{target} के प्रॉफाइल को सम्पादित किया" -#: src/rc_formatters.py:905 +#: src/rc_formatters.py:937 msgid "Edited their own profile" msgstr "अपने प्रॉफाइल को सम्पादित किया" -#: src/rc_formatters.py:907 +#: src/rc_formatters.py:939 #, python-brace-format msgid "Cleared the {field} field" msgstr "{field} फील्ड को क्लियर किया" -#: src/rc_formatters.py:909 +#: src/rc_formatters.py:941 #, python-brace-format msgid "{field} field changed to: {desc}" msgstr "{field} फील्ड को बदला गया: {desc} में" -#: src/rc_formatters.py:914 +#: src/rc_formatters.py:946 #, python-brace-format msgid "Purged a comment on {target}'s profile" msgstr "{target} के प्रॉफाइल के एक कमेंट को पर्ज किया" -#: src/rc_formatters.py:916 -#, fuzzy +#: src/rc_formatters.py:948 msgid "Purged a comment on their own profile" -msgstr "अपने प्रॉफाइल के एक कमेंट को सम्पादित किया" +msgstr "अपने प्रॉफाइल के एक कमेंट को पर्ज किया" -#: src/rc_formatters.py:924 +#: src/rc_formatters.py:956 #, python-brace-format msgid "Deleted a comment on {target}'s profile" msgstr "{target} के प्रॉफाइल के एक कमेंट को सम्पादित किया" -#: src/rc_formatters.py:926 -#, fuzzy +#: src/rc_formatters.py:958 msgid "Deleted a comment on their own profile" -msgstr "अपने प्रॉफाइल के एक कमेंट को सम्पादित किया" +msgstr "अपने प्रॉफाइल के एक कमेंट को डिलीट किया" -#: src/rc_formatters.py:930 +#: src/rc_formatters.py:962 #, python-brace-format msgid "Changed group membership for {target}" msgstr "{target} के ग्रुपों को बदला" -#: src/rc_formatters.py:934 +#: src/rc_formatters.py:966 #, python-brace-format msgid "{target} got autopromoted to a new usergroup" msgstr "{target} को एक नए यूज़रग्रुप में ऑटोप्रमोट किया गया" -#: src/rc_formatters.py:949 +#: src/rc_formatters.py:981 #, python-brace-format msgid "Groups changed from {old_groups} to {new_groups}{reason}" msgstr "ग्रुपों को {old_groups} से {new_groups} में बदला गया{reason}" -#: src/rc_formatters.py:953 +#: src/rc_formatters.py:985 #, python-brace-format msgid "Protected {target}" msgstr "{target} को प्रॉटेक्ट किया गया" -#: src/rc_formatters.py:959 +#: src/rc_formatters.py:991 #, python-brace-format msgid "Changed protection level for {article}" msgstr "{article} के प्रॉटेक्शन लेवल को बदला" -#: src/rc_formatters.py:965 +#: src/rc_formatters.py:997 #, python-brace-format msgid "Removed protection from {article}" msgstr "{article} से प्रॉटेक्शन हटा दिया गया" -#: src/rc_formatters.py:969 +#: src/rc_formatters.py:1001 #, python-brace-format msgid "Changed visibility of revision on page {article} " msgid_plural "Changed visibility of {amount} revisions on page {article} " msgstr[0] "पृष्ठ {article} पर रिवीशन के दृश्यता को बदला " msgstr[1] "पृष्ठ {article} पर {amount} रिवीशनों के दृश्यता को बदला " -#: src/rc_formatters.py:981 +#: src/rc_formatters.py:1013 #, python-brace-format msgid "Imported {article} with {count} revision" msgid_plural "Imported {article} with {count} revisions" msgstr[0] "{count} रिवीशन के साथ {article} को इम्पोर्ट किया गया" msgstr[1] "{count} रिवीशनों के साथ {article} को इम्पोर्ट किया गया" -#: src/rc_formatters.py:986 +#: src/rc_formatters.py:1018 #, python-brace-format msgid "Restored {article}" msgstr "{article} को रिस्टोर किया गया" -#: src/rc_formatters.py:989 +#: src/rc_formatters.py:1021 msgid "Changed visibility of log events" msgstr "लॉग घटनाओं के दृश्यता को बदला गया" -#: src/rc_formatters.py:999 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1031 +#, python-brace-format msgid "Imported {article} with {count} revision from \"{source}\"" msgid_plural "Imported {article} with {count} revisions from \"{source}\"" -msgstr[0] "{count} रिवीशन के साथ {article} को इम्पोर्ट किया गया" -msgstr[1] "{count} रिवीशनों के साथ {article} को इम्पोर्ट किया गया" +msgstr[0] "\"{source}\" से {count} रिवीशन के साथ {article} को इम्पोर्ट किया गया" +msgstr[1] "\"{source}\" से {count} रिवीशनों के साथ {article} को इम्पोर्ट किया गया" -#: src/rc_formatters.py:1004 +#: src/rc_formatters.py:1036 #, python-brace-format msgid "Edited abuse filter number {number}" msgstr "अब्यूज़ फिल्टर संख्यी {number} को बदला गया" -#: src/rc_formatters.py:1007 +#: src/rc_formatters.py:1039 #, python-brace-format msgid "Created abuse filter number {number}" msgstr "अब्यूज़ फिल्टर संख्या {number} को बनाया गया" -#: src/rc_formatters.py:1010 +#: src/rc_formatters.py:1042 #, python-brace-format msgid "Merged revision histories of {article} into {dest}" msgstr "{article} के रिवीशन इतिहास को {dest} में मर्ज किया गया" -#: src/rc_formatters.py:1014 +#: src/rc_formatters.py:1046 msgid "Created account automatically" msgstr "अपने आप अकाउंट बनाया गया" -#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +#: src/rc_formatters.py:1049 src/rc_formatters.py:1058 msgid "Created account" msgstr "अकाउंट बनाया गया" -#: src/rc_formatters.py:1020 +#: src/rc_formatters.py:1052 #, python-brace-format msgid "Created account {article}" msgstr "अकाउंट {article} बनाया गया" -#: src/rc_formatters.py:1023 +#: src/rc_formatters.py:1055 #, python-brace-format msgid "Created account {article} and password was sent by email" msgstr "अकाउंट {article} बनाया गया और पासवर्ड ईमेल के ज़रिये भेजा गया" -#: src/rc_formatters.py:1029 +#: src/rc_formatters.py:1061 msgid "Added an entry to the interwiki table" msgstr "इंटरविकी टेबल पर एक एंट्री जोड़ा गया" -#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#: src/rc_formatters.py:1062 src/rc_formatters.py:1068 #, python-brace-format msgid "Prefix: {prefix}, website: {website} | {desc}" msgstr "उपसर्ग: {prefix}, वेबसाइट: {website} | {desc}" -#: src/rc_formatters.py:1035 +#: src/rc_formatters.py:1067 msgid "Edited an entry in interwiki table" msgstr "इंटरविकी टेबल पर एक एंट्री को सम्पादित किया गया" -#: src/rc_formatters.py:1041 +#: src/rc_formatters.py:1073 msgid "Deleted an entry in interwiki table" msgstr "इंटरविकी टेबल में एक एंट्री को डिलीट किया गया" -#: src/rc_formatters.py:1042 +#: src/rc_formatters.py:1074 #, python-brace-format msgid "Prefix: {prefix} | {desc}" msgstr "उपसर्ग: {prefix} | {desc}" -#: src/rc_formatters.py:1045 +#: src/rc_formatters.py:1077 #, python-brace-format msgid "Changed the content model of the page {article}" msgstr "पृष्ठ {article} के कंटेंट मॉडल को बदला गया" -#: src/rc_formatters.py:1046 +#: src/rc_formatters.py:1078 #, python-brace-format msgid "Model changed from {old} to {new}: {reason}" msgstr "मॉडल को {old} से {new} में बदला गया: {reason}" -#: src/rc_formatters.py:1051 +#: src/rc_formatters.py:1083 +#, python-brace-format +msgid "Created the page {article} using a non-default content model" +msgstr "पृष्ठ {article} को गैर-डिफ़ॉल्ट कंटेंट मॉडल की मदद से बनाया" + +#: src/rc_formatters.py:1084 +#, python-brace-format +msgid "Created with model {new}: {reason}" +msgstr "मॉडल {new} से बनाया: {reason}" + +#: src/rc_formatters.py:1087 #, python-brace-format msgid "Edited the sprite for {article}" msgstr "{article} के स्प्राइट को सम्पादित किया गया" -#: src/rc_formatters.py:1054 +#: src/rc_formatters.py:1090 #, python-brace-format msgid "Created the sprite sheet for {article}" msgstr "{article} के लिए स्प्राइट शीट बनाया गया" -#: src/rc_formatters.py:1057 +#: src/rc_formatters.py:1093 #, python-brace-format msgid "Edited the slice for {article}" msgstr "{article} के स्लाइस को सम्पादित किया गया" -#: src/rc_formatters.py:1063 +#: src/rc_formatters.py:1099 #, python-brace-format msgid "Created the Cargo table \"{table}\"" msgstr "कार्गो टेबल \"{table}\" बनाया गया" -#: src/rc_formatters.py:1067 +#: src/rc_formatters.py:1103 #, python-brace-format msgid "Deleted the Cargo table \"{table}\"" msgstr "कार्गो टेबल \"{table}\" को डिलीट किया गया" -#: src/rc_formatters.py:1074 +#: src/rc_formatters.py:1110 #, python-brace-format msgid "Recreated the Cargo table \"{table}\"" msgstr "कार्गो टेबल \"{table}\" को फिर से बनाया गया" -#: src/rc_formatters.py:1081 +#: src/rc_formatters.py:1117 #, python-brace-format msgid "Replaced the Cargo table \"{table}\"" msgstr "कोर्गो टेबल \"{table}\" को बदला गया" -#: src/rc_formatters.py:1085 -#, python-brace-format -msgid "Created a tag \"{tag}\"" +#: src/rc_formatters.py:1121 +#, fuzzy, python-brace-format +msgid "Created the tag \"{tag}\"" msgstr "टैग \"{tag}\" बनाया गया" -#: src/rc_formatters.py:1089 -#, python-brace-format -msgid "Deleted a tag \"{tag}\"" +#: src/rc_formatters.py:1125 +#, fuzzy, python-brace-format +msgid "Deleted the tag \"{tag}\"" msgstr "टैग \"{tag}\" को डिलीट किया गया" -#: src/rc_formatters.py:1093 -#, python-brace-format -msgid "Activated a tag \"{tag}\"" +#: src/rc_formatters.py:1127 +#, fuzzy +msgid "Removed from" +msgstr "हटाया गया" + +#: src/rc_formatters.py:1127 +msgid "{} revision or log entry" +msgid_plural "{} revisions and/or log entries" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1131 +#, fuzzy, python-brace-format +msgid "Activated the tag \"{tag}\"" msgstr "टैग \"{tag}\" को ऐक्टिवेट किया गया" -#: src/rc_formatters.py:1096 -#, python-brace-format -msgid "Deactivated a tag \"{tag}\"" +#: src/rc_formatters.py:1134 +#, fuzzy, python-brace-format +msgid "Deactivated the tag \"{tag}\"" msgstr "टैग \"{tag}\" को डिऐक्टिवेट किया गया" -#: src/rc_formatters.py:1099 +#: src/rc_formatters.py:1137 msgid "Changed wiki settings" msgstr "विकी सेटिंग्स को बदला गया" -#: src/rc_formatters.py:1103 +#: src/rc_formatters.py:1141 #, python-brace-format msgid "Deleted a \"{wiki}\" wiki" msgstr "\"{wiki}\" विकी को डिलीट किया गया" -#: src/rc_formatters.py:1106 +#: src/rc_formatters.py:1144 #, python-brace-format msgid "Locked a \"{wiki}\" wiki" msgstr "\"{wiki}\" विकी को लॉक किया गया" -#: src/rc_formatters.py:1109 -#, python-brace-format -msgid "Modified a \"{namespace_name}\" namespace" +#: src/rc_formatters.py:1147 +#, fuzzy, python-brace-format +msgid "Modified \"{namespace_name}\" namespace" msgstr "\"{namespace_name}\" नेमस्पेस को मॉडिफाइ किया गया" -#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1154 msgid "Wiki" msgstr "विकी" -#: src/rc_formatters.py:1113 +#: src/rc_formatters.py:1151 #, python-brace-format msgid "Deleted a \"{namespace_name}\" namespace" msgstr "\"{namespace_name}\" नेमस्पेस को डिलीट किया गया" -#: src/rc_formatters.py:1119 +#: src/rc_formatters.py:1157 #, python-brace-format msgid "Modified \"{usergroup_name}\" usergroup" msgstr "\"{usergroup_name}\" यूज़रग्रुप को मॉडिफाइ किया गया" -#: src/rc_formatters.py:1122 -#, python-brace-format -msgid "Restored a \"{wiki}\" wiki" -msgstr "\"{wiki}\" विकी को रिस्टोर किया गया" +#: src/rc_formatters.py:1160 +#, fuzzy, python-brace-format +msgid "Undeleted a \"{wiki}\" wiki" +msgstr "\"{wiki}\" विकी को डिलीट किया गया" -#: src/rc_formatters.py:1125 +#: src/rc_formatters.py:1163 #, python-brace-format msgid "Unlocked a \"{wiki}\" wiki" msgstr "\"{wiki}\" विकी को अनलॉक किया गया" -#: src/rc_formatters.py:1133 +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Generated {file} dump" +msgstr "{file} डंप जनरेट किया" + +#: src/rc_formatters.py:1169 +#, python-brace-format +msgid "Deleted {file} dump" +msgstr "{file} डंप को डिलीट किया" + +#: src/rc_formatters.py:1177 #, python-brace-format msgid "Marked \"{article}\" for translation" -msgstr "" +msgstr "\"{article}\" को अनुवाद के लिए मार्क किया गया" -#: src/rc_formatters.py:1136 +#: src/rc_formatters.py:1180 #, python-brace-format msgid "Removed \"{article}\" from the translation system" -msgstr "" +msgstr "\"{article}\" को अनुवाद सिस्टम से हटा दिया गया" -#: src/rc_formatters.py:1139 +#: src/rc_formatters.py:1183 #, python-brace-format msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" -msgstr "" +msgstr "\"{article}\" से \"{target}\" तक अनुवाद पृष्ठों को लाना पूरा हुआ" -#: src/rc_formatters.py:1142 +#: src/rc_formatters.py:1186 #, python-brace-format msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" -msgstr "" +msgstr "\"{article}\" को \"{target}\" पर ले जाते वक्त एक त्रुटि आई" -#: src/rc_formatters.py:1145 +#: src/rc_formatters.py:1189 #, python-brace-format msgid "Completed deletion of translatable page \"{article}\"" -msgstr "" +msgstr "अनुवाद-लायक पृष्ठ \"{article}\" के डिलीशन पृष्ठ को पूरा किया" -#: src/rc_formatters.py:1148 +#: src/rc_formatters.py:1192 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translatable page " "\"{target}\"" msgstr "" +"\"{article}\" को डिलीट न किया जा सका जो अनुवाद-लायक पृष्ठ \"{target}\" का है" -#: src/rc_formatters.py:1151 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1195 +#, python-brace-format msgid "Completed deletion of translation page \"{article}\"" -msgstr "पृष्ठ {article} पर रिवीशन के दृश्यता को बदला " +msgstr "अनुवाद पृष्ठ {article} के डिलीशन को पूरा किया" -#: src/rc_formatters.py:1154 +#: src/rc_formatters.py:1198 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translation page \"{target}\"" -msgstr "" +msgstr "\"{article}\" को डिलीट न किया जा सका जो अनुवाद पृष्ठ \"{target}\" का है" -#: src/rc_formatters.py:1157 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1201 +#, python-brace-format msgid "Encouraged translation of \"{article}\"" -msgstr "{article} से प्रॉटेक्शन हटा दिया गया" +msgstr "{article} के अनुवाद को बढ़ावा दिया गया" -#: src/rc_formatters.py:1160 +#: src/rc_formatters.py:1204 #, python-brace-format msgid "Discouraged translation of \"{article}\"" -msgstr "" +msgstr "\"{article}\" के अनुवाद के बढ़ावे को कम किया" -#: src/rc_formatters.py:1166 +#: src/rc_formatters.py:1210 #, python-brace-format msgid "Limited languages for \"{article}\" to `{languages}`" -msgstr "" +msgstr "\"{article}\" के भाषाओं को `{languages}` तक सीमित किया गया" -#: src/rc_formatters.py:1168 +#: src/rc_formatters.py:1212 #, python-brace-format msgid "Priority languages for \"{article}\" set to `{languages}`" -msgstr "" +msgstr "\"{article}\" के मुख्य भाषाओं को `{languages}` में सेट किया गया" -#: src/rc_formatters.py:1170 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1214 +#, python-brace-format msgid "Removed priority languages from \"{article}\"" -msgstr "{article} से प्रॉटेक्शन हटा दिया गया" +msgstr "\"{article}\" से मुख्य भाषाओं को हटा दिया गया" -#: src/rc_formatters.py:1173 +#: src/rc_formatters.py:1217 #, python-brace-format msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" -msgstr "" +msgstr "अनुवाद-लायक पृष्ठ \"{article}\" को एग्रीगेट ग्रुप \"{group}\" में डाला गया" -#: src/rc_formatters.py:1176 +#: src/rc_formatters.py:1220 #, python-brace-format msgid "" "Removed translatable page \"{article}\" from aggregate group \"{group}\"" -msgstr "" +msgstr "अनुवाद-लायक पृष्ठ \"{article}\" को एग्रीगेट ग्रुप \"{group}\" से हटा दिया गया" -#: src/rc_formatters.py:1183 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1227 +#, python-brace-format msgid "Reviewed translation \"{article}\"" -msgstr "{article} से प्रॉटेक्शन हटा दिया गया" +msgstr "अनुवाद \"{article}\" को रिव्यु किया गया" -#: src/rc_formatters.py:1186 +#: src/rc_formatters.py:1230 #, python-brace-format msgid "Changed the state of `{language}` translations of \"{article}\"" -msgstr "" +msgstr "\"{article}\" `{language}` अनुवादों के स्थिति को बदला गया" -#: src/rc_formatters.py:1188 +#: src/rc_formatters.py:1232 msgid "Old state" -msgstr "" +msgstr "पुरानी स्थिति" -#: src/rc_formatters.py:1189 +#: src/rc_formatters.py:1233 msgid "New state" -msgstr "" +msgstr "नई स्थिति" -#: src/rc_formatters.py:1193 +#: src/rc_formatters.py:1242 +#, python-brace-format +msgid "Changed the language of \"{article}\"" +msgstr "\"{article}\" के भाषा को बदला" + +#: src/rc_formatters.py:1243 +msgid "Old language" +msgstr "पुरानी भाषा" + +#: src/rc_formatters.py:1244 +msgid "New language" +msgstr "नई भाषा" + +#: src/rc_formatters.py:1248 #, python-brace-format msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" msgstr[0] "" +"{edits} सम्पादना वाले सदस्य \"{old_name}\" को \"{new_name}\" में रीनेम किया गया" msgstr[1] "" +"{edits} सम्पादनाओं वाले सदस्य \"{old_name}\" को \"{new_name}\" में रीनेम किया गया" -#: src/rc_formatters.py:1195 +#: src/rc_formatters.py:1250 #, python-brace-format msgid "Renamed user \"{old_name}\" to \"{new_name}\"" -msgstr "" +msgstr "सदस्य \"{old_name}\" को \"{new_name}\" में रीनेम किया गया" -#: src/rc_formatters.py:1199 +#: src/rc_formatters.py:1254 msgid "Action has been hidden by administration" msgstr "ऐक्शन ऐडमिनिस्ट्रेशन द्वारा छिपाया गया है" -#: src/rc_formatters.py:1204 +#: src/rc_formatters.py:1259 #, python-brace-format msgid "Unknown event `{event}`" msgstr "अनजान घटना `{event}`" -#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +#: src/rc_formatters.py:1265 src/rc_formatters.py:1267 msgid "Report this on the support server" msgstr "इसे सहायता सर्वर पर रिपोर्ट करें" -#: src/rc_formatters.py:1229 +#: src/rc_formatters.py:1283 msgid "Tags" msgstr "टैग" -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid "**Added**: " msgstr "**जोड़ा**: " -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid " and {} more\n" msgstr " और {}\n" -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid "**Removed**: " msgstr "**हटाया**: " -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid " and {} more" msgstr " और {}" -#: src/rc_formatters.py:1236 +#: src/rc_formatters.py:1290 msgid "Changed categories" msgstr "श्रेणियों को बदला गया" +#, python-brace-format +#~ msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +#~ msgstr "" +#~ "[{author}]({author_url}) ने एक विकी *{wiki_name}* को रिस्टोर किया{comment}" + +#, python-brace-format +#~ msgid "Restored a \"{wiki}\" wiki" +#~ msgstr "\"{wiki}\" विकी को रिस्टोर किया गया" + #, python-brace-format #~ msgid "[{author}]({author_url}) deleted a comment on {target}'s profile" #~ msgstr "" diff --git a/locale/hi/LC_MESSAGES/rcgcdw.mo b/locale/hi/LC_MESSAGES/rcgcdw.mo index 60fdad0..c485519 100644 Binary files a/locale/hi/LC_MESSAGES/rcgcdw.mo and b/locale/hi/LC_MESSAGES/rcgcdw.mo differ diff --git a/locale/hi/LC_MESSAGES/rcgcdw.po b/locale/hi/LC_MESSAGES/rcgcdw.po index a3dae7a..170dfa7 100644 --- a/locale/hi/LC_MESSAGES/rcgcdw.po +++ b/locale/hi/LC_MESSAGES/rcgcdw.po @@ -7,10 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-29 00:05+0100\n" -"PO-Revision-Date: 2020-11-25 10:16+0000\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" +"PO-Revision-Date: 2020-12-06 14:17+0000\n" "Last-Translator: Creeper \n" -"Language-Team: Hindi \n" +"Language-Team: Hindi \n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -22,186 +23,183 @@ msgstr "" #: src/rcgcdw.py:123 src/rcgcdw.py:125 src/rcgcdw.py:127 #, python-brace-format msgid "{value} (avg. {avg})" -msgstr "" +msgstr "{value} (औसत {avg})" #: src/rcgcdw.py:147 msgid "Daily overview" -msgstr "" +msgstr "दैनिक अवलोकन" -#: src/rcgcdw.py:155 +#: src/rcgcdw.py:154 msgid "No activity" -msgstr "" +msgstr "कोई ऐक्टिविटी नहीं थी" -#: src/rcgcdw.py:179 +#: src/rcgcdw.py:178 msgid " ({} action)" msgid_plural " ({} actions)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] " ({} एक्शन)" +msgstr[1] " ({} एक्शन)" -#: src/rcgcdw.py:181 +#: src/rcgcdw.py:180 msgid " ({} edit)" msgid_plural " ({} edits)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] " ({} सम्पादना)" +msgstr[1] " ({} सम्पादनाएँ)" -#: src/rcgcdw.py:186 +#: src/rcgcdw.py:185 msgid " UTC ({} action)" msgid_plural " UTC ({} actions)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] " UTC ({} एक्शन)" +msgstr[1] " UTC ({} एक्शन)" -#: src/rcgcdw.py:188 src/rcgcdw.py:189 src/rcgcdw.py:193 +#: src/rcgcdw.py:187 src/rcgcdw.py:188 src/rcgcdw.py:192 msgid "But nobody came" -msgstr "" +msgstr "पर कोई नहीं आया" -#: src/rcgcdw.py:196 +#: src/rcgcdw.py:195 msgid "Most active user" msgid_plural "Most active users" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "सबसे सक्रीय सदस्य" +msgstr[1] "सबसे सक्रीय सदस्य" -#: src/rcgcdw.py:197 -#, fuzzy +#: src/rcgcdw.py:196 msgid "Most edited article" msgid_plural "Most edited articles" -msgstr[0] "{article} को रिस्टोर किया गया" -msgstr[1] "{article} को रिस्टोर किया गया" +msgstr[0] "सबसे ज़्यादा सम्पादित किया गया आर्टिकल" +msgstr[1] "सबसे ज़्यादा सम्पादित किए गए आर्टिकल" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "Edits made" -msgstr "" +msgstr "दिए गए सम्पादनाएँ" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "New files" -msgstr "" +msgstr "नए चित्र" + +#: src/rcgcdw.py:197 +msgid "Admin actions" +msgstr "एडमिन एक्शन" #: src/rcgcdw.py:198 -#, fuzzy -msgid "Admin actions" -msgstr "थ्रॉटल किए गए काम" - -#: src/rcgcdw.py:199 msgid "Bytes changed" -msgstr "" +msgstr "बदले गए बाइट" + +#: src/rcgcdw.py:198 +msgid "New articles" +msgstr "नए आर्टिकल" #: src/rcgcdw.py:199 -#, fuzzy -msgid "New articles" -msgstr "{article} को रिस्टोर किया गया" +msgid "Unique contributors" +msgstr "विशेष सदस्य" #: src/rcgcdw.py:200 -msgid "Unique contributors" -msgstr "" - -#: src/rcgcdw.py:201 msgid "Most active hour" msgid_plural "Most active hours" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "सबसे सक्रीय घंटा" +msgstr[1] "सबसे सक्रीय घंटे" -#: src/rcgcdw.py:202 +#: src/rcgcdw.py:201 msgid "Day score" -msgstr "" +msgstr "दिन का स्कोर" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "director" -msgstr "" +msgstr "निर्देशक" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "bot" -msgstr "" +msgstr "बॉट" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "editor" -msgstr "" +msgstr "सम्पादक" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "directors" -msgstr "" +msgstr "निर्देशक" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "sysop" -msgstr "" +msgstr "साइसॉप" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "bureaucrat" -msgstr "" +msgstr "ब्यूरोक्रैट" + +#: src/rcgcdw.py:243 +msgid "reviewer" +msgstr "रिव्युअर" #: src/rcgcdw.py:244 -msgid "reviewer" -msgstr "" - -#: src/rcgcdw.py:245 msgid "autoreview" -msgstr "" +msgstr "ऑटोरिव्यु" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "autopatrol" -msgstr "" +msgstr "ऑटोपैट्रॉल" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "wiki_guardian" -msgstr "" +msgstr "विकी_संरक्षक" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "second" msgid_plural "seconds" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "सेकंड" +msgstr[1] "सेकंड" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "minute" msgid_plural "minutes" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "मिनट" +msgstr[1] "मिनट" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "hour" msgid_plural "hours" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "घंटा" +msgstr[1] "घंटे" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "day" msgid_plural "days" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "दिन" +msgstr[1] "दिन" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "week" msgid_plural "weeks" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "हफ्ता" +msgstr[1] "हफ्तें" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "month" msgid_plural "months" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "महीना" +msgstr[1] "महीनें" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "year" msgid_plural "years" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "साल" +msgstr[1] "साल" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "millennium" msgid_plural "millennia" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "सहस्त्राब्द" +msgstr[1] "सहस्त्राब्द" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "decade" msgid_plural "decades" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "दशक" +msgstr[1] "दशक" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "century" msgid_plural "centuries" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "शताब्दी" +msgstr[1] "शताब्दियाँ" #~ msgid "None" #~ msgstr "कुछ नहीं" diff --git a/locale/hi/LC_MESSAGES/redaction.po b/locale/hi/LC_MESSAGES/redaction.po index e23d229..2de303a 100644 --- a/locale/hi/LC_MESSAGES/redaction.po +++ b/locale/hi/LC_MESSAGES/redaction.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 15:17+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-11-27 13:07+0000\n" "Last-Translator: Creeper \n" "Language-Team: Hindi 1;\n" "X-Generator: Weblate 4.2.1\n" -#: src/discord/redaction.py:59 src/discord/redaction.py:62 -#: src/discord/redaction.py:67 +#: src/discord/redaction.py:62 src/discord/redaction.py:65 +#: src/discord/redaction.py:70 msgid "Removed" msgstr "हटाया गया" diff --git a/locale/it/LC_MESSAGES/discussion_formatters.mo b/locale/it/LC_MESSAGES/discussion_formatters.mo new file mode 100644 index 0000000..48acdd9 Binary files /dev/null and b/locale/it/LC_MESSAGES/discussion_formatters.mo differ diff --git a/locale/zh_Hans/LC_MESSAGES/discussion_formatters.po b/locale/it/LC_MESSAGES/discussion_formatters.po similarity index 98% rename from locale/zh_Hans/LC_MESSAGES/discussion_formatters.po rename to locale/it/LC_MESSAGES/discussion_formatters.po index 2250351..609d1c0 100644 --- a/locale/zh_Hans/LC_MESSAGES/discussion_formatters.po +++ b/locale/it/LC_MESSAGES/discussion_formatters.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 14:13+0100\n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" -"Language: zh_Hans\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/zh_Hans/LC_MESSAGES/misc.po b/locale/it/LC_MESSAGES/misc.po similarity index 74% rename from locale/zh_Hans/LC_MESSAGES/misc.po rename to locale/it/LC_MESSAGES/misc.po index bed5395..2ecb4db 100644 --- a/locale/zh_Hans/LC_MESSAGES/misc.po +++ b/locale/it/LC_MESSAGES/misc.po @@ -7,18 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" -"PO-Revision-Date: 2020-08-08 20:59+0000\n" -"Last-Translator: Frisk The Evil Goat Overlord <>\n" -"Language-Team: Chinese (Simplified) \n" -"Language: zh_Hans\n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.3.1\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 4.1.1\n" #: src/misc.py:45 msgid "Location" @@ -77,8 +73,6 @@ msgid "" "\n" "__And more__" msgstr "" -"\n" -"__还有更多__" #: src/misc.py:276 msgid "Unknown" diff --git a/locale/it/LC_MESSAGES/rc.mo b/locale/it/LC_MESSAGES/rc.mo new file mode 100644 index 0000000..1a94d96 Binary files /dev/null and b/locale/it/LC_MESSAGES/rc.mo differ diff --git a/locale/zh_Hans/LC_MESSAGES/rc.po b/locale/it/LC_MESSAGES/rc.po similarity index 92% rename from locale/zh_Hans/LC_MESSAGES/rc.po rename to locale/it/LC_MESSAGES/rc.po index 71391c0..c417b44 100644 --- a/locale/zh_Hans/LC_MESSAGES/rc.po +++ b/locale/it/LC_MESSAGES/rc.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" -"Language: zh_Hans\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/it/LC_MESSAGES/rc_formatters.mo b/locale/it/LC_MESSAGES/rc_formatters.mo new file mode 100644 index 0000000..dfd1513 Binary files /dev/null and b/locale/it/LC_MESSAGES/rc_formatters.mo differ diff --git a/locale/it/LC_MESSAGES/rc_formatters.po b/locale/it/LC_MESSAGES/rc_formatters.po new file mode 100644 index 0000000..5371d9d --- /dev/null +++ b/locale/it/LC_MESSAGES/rc_formatters.po @@ -0,0 +1,1299 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: src/rc_formatters.py:28 +msgid "None" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Warning issued" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "**Blocked user**" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Tagged the edit" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Disallowed the action" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "**IP range blocked**" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Throttled actions" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Removed autoconfirmed group" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "**Removed from privileged groups**" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Edit" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Upload" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Move" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Stash upload" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Deletion" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Account creation" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Auto account creation" +msgstr "" + +#: src/rc_formatters.py:46 src/rc_formatters.py:53 src/rc_formatters.py:60 +#: src/rc_formatters.py:75 src/rc_formatters.py:96 +msgid "Unregistered user" +msgstr "" + +#: src/rc_formatters.py:83 +#, python-brace-format +msgid "" +"[{author}]({author_url}) triggered *{abuse_filter}*, performing the action " +"\"{action}\" on *[{target}]({target_url})* - action taken: {result}." +msgstr "" + +#: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 +#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 +#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 +#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 +#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 +#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 +#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 +#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 +#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +msgid "Unknown" +msgstr "" + +#: src/rc_formatters.py:116 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" +msgstr "" + +#: src/rc_formatters.py:118 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" +msgstr "" + +#: src/rc_formatters.py:121 +#, python-brace-format +msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:128 +#, python-brace-format +msgid "" +"[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:132 +#, python-brace-format +msgid "" +"[{author}]({author_url}) uploaded a new version of [{file}]({file_link})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:135 +#, python-brace-format +msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:141 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted redirect by overwriting [{page}]" +"({page_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:147 src/rc_formatters.py:152 +msgid "without making a redirect" +msgstr "" + +#: src/rc_formatters.py:147 src/rc_formatters.py:153 +msgid "with a redirect" +msgstr "" + +#: src/rc_formatters.py:148 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]" +"({target_url}) {made_a_redirect}{comment}" +msgstr "" + +#: src/rc_formatters.py:154 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved {redirect}*{article}* over redirect to " +"[{target}]({target_url}) {made_a_redirect}{comment}" +msgstr "" + +#: src/rc_formatters.py:159 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved protection settings from {redirect}*{article}" +"* to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:170 src/rc_formatters.py:823 +msgid "for infinity and beyond" +msgstr "" + +#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#, python-brace-format +msgid "for {num} {translated_length}" +msgstr "" + +#: src/rc_formatters.py:185 src/rc_formatters.py:835 +msgid "until {}" +msgstr "" + +#: src/rc_formatters.py:189 +msgid " on pages: " +msgstr "" + +#: src/rc_formatters.py:196 src/rc_formatters.py:849 +msgid " and namespaces: " +msgstr "" + +#: src/rc_formatters.py:198 +msgid " on namespaces: " +msgstr "" + +#: src/rc_formatters.py:210 +#, python-brace-format +msgid "" +"[{author}]({author_url}) blocked [{user}]({user_url}) {time}" +"{restriction_desc}{comment}" +msgstr "" + +#: src/rc_formatters.py:214 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed block settings for [{blocked_user}]" +"({user_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:218 +#, python-brace-format +msgid "" +"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:223 +#, python-brace-format +msgid "" +"[{author}]({author_url}) left a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:225 +#, python-brace-format +msgid "" +"[{author}]({author_url}) left a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:231 +#, python-brace-format +msgid "" +"[{author}]({author_url}) replied to a [comment]({comment}) on {target}'s " +"profile" +msgstr "" + +#: src/rc_formatters.py:237 +#, python-brace-format +msgid "" +"[{author}]({author_url}) replied to a [comment]({comment}) on their own " +"profile" +msgstr "" + +#: src/rc_formatters.py:245 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:251 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:257 +#, python-brace-format +msgid "[{author}]({author_url}) purged a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:259 +#, python-brace-format +msgid "[{author}]({author_url}) purged a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:267 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:269 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:274 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the {field} on [{target}]({target_url})'s " +"profile. *({desc})*" +msgstr "" + +#: src/rc_formatters.py:281 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the {field} on [their own]({target_url}) " +"profile. *({desc})*" +msgstr "" + +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 +#: src/rc_formatters.py:947 +msgid "none" +msgstr "" + +#: src/rc_formatters.py:301 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed group membership for [{target}]" +"({target_url}) from {old_groups} to {new_groups}{comment}" +msgstr "" + +#: src/rc_formatters.py:303 +#, python-brace-format +msgid "" +"{author} autopromoted [{target}]({target_url}) from {old_groups} to " +"{new_groups}{comment}" +msgstr "" + +#: src/rc_formatters.py:304 src/rc_formatters.py:933 +msgid "System" +msgstr "" + +#: src/rc_formatters.py:309 +#, python-brace-format +msgid "" +"[{author}]({author_url}) protected [{article}]({article_url}) with the " +"following settings: {settings}{comment}" +msgstr "" + +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 +#: src/rc_formatters.py:961 +msgid " [cascading]" +msgstr "" + +#: src/rc_formatters.py:316 +#, python-brace-format +msgid "" +"[{author}]({author_url}) modified protection settings of [{article}]" +"({article_url}) to: {settings}{comment}" +msgstr "" + +#: src/rc_formatters.py:323 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed protection from [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:327 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed visibility of revision on page [{article}]" +"({article_url}){comment}" +msgid_plural "" +"[{author}]({author_url}) changed visibility of {amount} revisions on page " +"[{article}]({article_url}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:340 +#, python-brace-format +msgid "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revision{comment}" +msgid_plural "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revisions{comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:345 +#, python-brace-format +msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:347 +#, python-brace-format +msgid "[{author}]({author_url}) changed visibility of log events{comment}" +msgstr "" + +#: src/rc_formatters.py:359 +#, python-brace-format +msgid "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revision from [{source}]({source_url}){comment}" +msgid_plural "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revisions from [{source}]({source_url}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:364 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})" +msgstr "" + +#: src/rc_formatters.py:368 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})" +msgstr "" + +#: src/rc_formatters.py:372 +#, python-brace-format +msgid "" +"[{author}]({author_url}) merged revision histories of [{article}]" +"({article_url}) into [{dest}]({dest_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:375 +#, python-brace-format +msgid "Account [{author}]({author_url}) was created automatically" +msgstr "" + +#: src/rc_formatters.py:377 src/rc_formatters.py:385 +#, python-brace-format +msgid "Account [{author}]({author_url}) was created" +msgstr "" + +#: src/rc_formatters.py:380 +#, python-brace-format +msgid "" +"Account [{article}]({article_url}) was created by [{author}]({author_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:383 +#, python-brace-format +msgid "" +"Account [{article}]({article_url}) was created by [{author}]({author_url}) " +"and password was sent by email{comment}" +msgstr "" + +#: src/rc_formatters.py:388 +#, python-brace-format +msgid "" +"[{author}]({author_url}) added an entry to the [interwiki table]" +"({table_url}) pointing to {website} with {prefix} prefix" +msgstr "" + +#: src/rc_formatters.py:394 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) " +"pointing to {website} with {prefix} prefix" +msgstr "" + +#: src/rc_formatters.py:400 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})" +msgstr "" + +#: src/rc_formatters.py:403 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the content model of the page [{article}]" +"({article_url}) from {old} to {new}{comment}" +msgstr "" + +#: src/rc_formatters.py:407 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the sprite for [{article}]({article_url})" +msgstr "" + +#: src/rc_formatters.py:410 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created the sprite sheet for [{article}]" +"({article_url})" +msgstr "" + +#: src/rc_formatters.py:413 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the slice for [{article}]({article_url})" +msgstr "" + +#: src/rc_formatters.py:418 +#, python-brace-format +msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:420 +#, python-brace-format +msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:425 +#, python-brace-format +msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:430 +#, python-brace-format +msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:433 +#, python-brace-format +msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:437 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:441 +#, python-brace-format +msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:444 +#, python-brace-format +msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:446 +#, python-brace-format +msgid "[{author}]({author_url}) changed wiki settings{reason}" +msgstr "" + +#: src/rc_formatters.py:448 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:451 +#, python-brace-format +msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:454 +#, python-brace-format +msgid "" +"[{author}]({author_url}) modified a namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:459 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:465 +#, python-brace-format +msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:469 +#, python-brace-format +msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:473 +#, python-brace-format +msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:484 +#, python-brace-format +msgid "" +"[{author}]({author_url}) marked [{article}]({article_url}) for " +"translation{comment}" +msgstr "" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed [{article}]({article_url}) from the " +"translation system{comment}" +msgstr "" + +#: src/rc_formatters.py:498 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed moving translation pages from *{article}* " +"to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:506 +#, python-brace-format +msgid "" +"[{author}]({author_url}) encountered a problem while moving [{article}]" +"({article_url}) to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:514 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed deletion of translatable page [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:522 +#, python-brace-format +msgid "" +"[{author}]({author_url}) failed to delete [{article}]({article_url}) which " +"belongs to translatable page [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:530 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed deletion of translation page [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:538 +#, python-brace-format +msgid "" +"[{author}]({author_url}) failed to delete [{article}]({article_url}) which " +"belongs to translation page [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:546 +#, python-brace-format +msgid "" +"[{author}]({author_url}) encouraged translation of [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:553 +#, python-brace-format +msgid "" +"[{author}]({author_url}) discouraged translation of [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:563 +#, python-brace-format +msgid "" +"[{author}]({author_url}) limited languages for [{article}]({article_url}) to " +"`{languages}`{comment}" +msgstr "" + +#: src/rc_formatters.py:569 +#, python-brace-format +msgid "" +"[{author}]({author_url}) set the priority languages for [{article}]" +"({article_url}) to `{languages}`{comment}" +msgstr "" + +#: src/rc_formatters.py:575 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed priority languages from [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:582 +#, python-brace-format +msgid "" +"[{author}]({author_url}) added translatable page [{article}]({article_url}) " +"to aggregate group \"{group}\"{comment}" +msgstr "" + +#: src/rc_formatters.py:589 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed translatable page [{article}]" +"({article_url}) from aggregate group \"{group}\"{comment}" +msgstr "" + +#: src/rc_formatters.py:601 +#, python-brace-format +msgid "" +"[{author}]({author_url}) reviewed translation [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:609 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the state of `{language}` translations of " +"[{article}]({article_url}) from `{old_state}` to `{new_state}`{comment}" +msgstr "" + +#: src/rc_formatters.py:616 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the state of `{language}` translations of " +"[{article}]({article_url}) to `{new_state}`{comment}" +msgstr "" + +#: src/rc_formatters.py:625 +#, python-brace-format +msgid "" +"[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " +"[{new_name}]({link}){comment}" +msgid_plural "" +"[{author}]({author_url}) renamed user *{old_name}* with {edits} edits to " +"[{new_name}]({link}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:630 +#, python-brace-format +msgid "" +"[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:634 +msgid "An action has been hidden by administration." +msgstr "" + +#: src/rc_formatters.py:641 +#, python-brace-format +msgid "" +"Unknown event `{event}` by [{author}]({author_url}), report it on the " +"[support server](<{support}>)." +msgstr "" + +#: src/rc_formatters.py:649 +#, python-brace-format +msgid "{user} triggered \"{abuse_filter}\"" +msgstr "" + +#: src/rc_formatters.py:650 +msgid "Performed" +msgstr "" + +#: src/rc_formatters.py:651 +msgid "Action taken" +msgstr "" + +#: src/rc_formatters.py:652 +msgid "Title" +msgstr "" + +#: src/rc_formatters.py:661 src/rc_formatters.py:948 +msgid "No description provided" +msgstr "" + +#: src/rc_formatters.py:685 +msgid "(N!) " +msgstr "" + +#: src/rc_formatters.py:686 +msgid "m" +msgstr "" + +#: src/rc_formatters.py:686 +msgid "b" +msgstr "" + +#: src/rc_formatters.py:703 src/rc_formatters.py:708 +msgid "__Only whitespace__" +msgstr "" + +#: src/rc_formatters.py:713 +msgid "Removed" +msgstr "" + +#: src/rc_formatters.py:715 +msgid "Added" +msgstr "" + +#: src/rc_formatters.py:749 src/rc_formatters.py:788 +msgid "Options" +msgstr "" + +#: src/rc_formatters.py:749 +#, python-brace-format +msgid "([preview]({link}) | [undo]({undolink}))" +msgstr "" + +#: src/rc_formatters.py:754 +#, python-brace-format +msgid "Uploaded a new version of {name}" +msgstr "" + +#: src/rc_formatters.py:756 +#, python-brace-format +msgid "Reverted a version of {name}" +msgstr "" + +#: src/rc_formatters.py:758 +#, python-brace-format +msgid "Uploaded {name}" +msgstr "" + +#: src/rc_formatters.py:774 +msgid "**No license!**" +msgstr "" + +#: src/rc_formatters.py:786 +msgid "" +"\n" +"License: {}" +msgstr "" + +#: src/rc_formatters.py:788 +#, python-brace-format +msgid "([preview]({link}))" +msgstr "" + +#: src/rc_formatters.py:793 +#, python-brace-format +msgid "Deleted page {article}" +msgstr "" + +#: src/rc_formatters.py:798 +#, python-brace-format +msgid "Deleted redirect {article} by overwriting" +msgstr "" + +#: src/rc_formatters.py:804 +msgid "No redirect has been made" +msgstr "" + +#: src/rc_formatters.py:805 +msgid "A redirect has been made" +msgstr "" + +#: src/rc_formatters.py:806 +#, python-brace-format +msgid "Moved {redirect}{article} to {target}" +msgstr "" + +#: src/rc_formatters.py:809 +#, python-brace-format +msgid "Moved {redirect}{article} to {title} over redirect" +msgstr "" + +#: src/rc_formatters.py:813 +#, python-brace-format +msgid "Moved protection settings from {redirect}{article} to {title}" +msgstr "" + +#: src/rc_formatters.py:837 +msgid "unknown expiry time" +msgstr "" + +#: src/rc_formatters.py:842 +msgid "Blocked from editing the following pages: " +msgstr "" + +#: src/rc_formatters.py:851 +msgid "Blocked from editing pages on following namespaces: " +msgstr "" + +#: src/rc_formatters.py:862 +msgid "Partial block details" +msgstr "" + +#: src/rc_formatters.py:863 +#, python-brace-format +msgid "Blocked {blocked_user} {time}" +msgstr "" + +#: src/rc_formatters.py:867 +#, python-brace-format +msgid "Changed block settings for {blocked_user}" +msgstr "" + +#: src/rc_formatters.py:871 +#, python-brace-format +msgid "Unblocked {blocked_user}" +msgstr "" + +#: src/rc_formatters.py:878 +#, python-brace-format +msgid "Left a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:880 +msgid "Left a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:887 +#, python-brace-format +msgid "Replied to a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:889 +msgid "Replied to a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:896 +#, python-brace-format +msgid "Edited a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:898 +msgid "Edited a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:903 +#, python-brace-format +msgid "Edited {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:905 +msgid "Edited their own profile" +msgstr "" + +#: src/rc_formatters.py:907 +#, python-brace-format +msgid "Cleared the {field} field" +msgstr "" + +#: src/rc_formatters.py:909 +#, python-brace-format +msgid "{field} field changed to: {desc}" +msgstr "" + +#: src/rc_formatters.py:914 +#, python-brace-format +msgid "Purged a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:916 +msgid "Purged a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:924 +#, python-brace-format +msgid "Deleted a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:926 +msgid "Deleted a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:930 +#, python-brace-format +msgid "Changed group membership for {target}" +msgstr "" + +#: src/rc_formatters.py:934 +#, python-brace-format +msgid "{target} got autopromoted to a new usergroup" +msgstr "" + +#: src/rc_formatters.py:949 +#, python-brace-format +msgid "Groups changed from {old_groups} to {new_groups}{reason}" +msgstr "" + +#: src/rc_formatters.py:953 +#, python-brace-format +msgid "Protected {target}" +msgstr "" + +#: src/rc_formatters.py:959 +#, python-brace-format +msgid "Changed protection level for {article}" +msgstr "" + +#: src/rc_formatters.py:965 +#, python-brace-format +msgid "Removed protection from {article}" +msgstr "" + +#: src/rc_formatters.py:969 +#, python-brace-format +msgid "Changed visibility of revision on page {article} " +msgid_plural "Changed visibility of {amount} revisions on page {article} " +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:981 +#, python-brace-format +msgid "Imported {article} with {count} revision" +msgid_plural "Imported {article} with {count} revisions" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:986 +#, python-brace-format +msgid "Restored {article}" +msgstr "" + +#: src/rc_formatters.py:989 +msgid "Changed visibility of log events" +msgstr "" + +#: src/rc_formatters.py:999 +#, python-brace-format +msgid "Imported {article} with {count} revision from \"{source}\"" +msgid_plural "Imported {article} with {count} revisions from \"{source}\"" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1004 +#, python-brace-format +msgid "Edited abuse filter number {number}" +msgstr "" + +#: src/rc_formatters.py:1007 +#, python-brace-format +msgid "Created abuse filter number {number}" +msgstr "" + +#: src/rc_formatters.py:1010 +#, python-brace-format +msgid "Merged revision histories of {article} into {dest}" +msgstr "" + +#: src/rc_formatters.py:1014 +msgid "Created account automatically" +msgstr "" + +#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +msgid "Created account" +msgstr "" + +#: src/rc_formatters.py:1020 +#, python-brace-format +msgid "Created account {article}" +msgstr "" + +#: src/rc_formatters.py:1023 +#, python-brace-format +msgid "Created account {article} and password was sent by email" +msgstr "" + +#: src/rc_formatters.py:1029 +msgid "Added an entry to the interwiki table" +msgstr "" + +#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#, python-brace-format +msgid "Prefix: {prefix}, website: {website} | {desc}" +msgstr "" + +#: src/rc_formatters.py:1035 +msgid "Edited an entry in interwiki table" +msgstr "" + +#: src/rc_formatters.py:1041 +msgid "Deleted an entry in interwiki table" +msgstr "" + +#: src/rc_formatters.py:1042 +#, python-brace-format +msgid "Prefix: {prefix} | {desc}" +msgstr "" + +#: src/rc_formatters.py:1045 +#, python-brace-format +msgid "Changed the content model of the page {article}" +msgstr "" + +#: src/rc_formatters.py:1046 +#, python-brace-format +msgid "Model changed from {old} to {new}: {reason}" +msgstr "" + +#: src/rc_formatters.py:1051 +#, python-brace-format +msgid "Edited the sprite for {article}" +msgstr "" + +#: src/rc_formatters.py:1054 +#, python-brace-format +msgid "Created the sprite sheet for {article}" +msgstr "" + +#: src/rc_formatters.py:1057 +#, python-brace-format +msgid "Edited the slice for {article}" +msgstr "" + +#: src/rc_formatters.py:1063 +#, python-brace-format +msgid "Created the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1067 +#, python-brace-format +msgid "Deleted the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1074 +#, python-brace-format +msgid "Recreated the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1081 +#, python-brace-format +msgid "Replaced the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1085 +#, python-brace-format +msgid "Created a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1089 +#, python-brace-format +msgid "Deleted a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1093 +#, python-brace-format +msgid "Activated a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1096 +#, python-brace-format +msgid "Deactivated a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1099 +msgid "Changed wiki settings" +msgstr "" + +#: src/rc_formatters.py:1103 +#, python-brace-format +msgid "Deleted a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1106 +#, python-brace-format +msgid "Locked a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1109 +#, python-brace-format +msgid "Modified a \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 +msgid "Wiki" +msgstr "" + +#: src/rc_formatters.py:1113 +#, python-brace-format +msgid "Deleted a \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1119 +#, python-brace-format +msgid "Modified \"{usergroup_name}\" usergroup" +msgstr "" + +#: src/rc_formatters.py:1122 +#, python-brace-format +msgid "Restored a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1125 +#, python-brace-format +msgid "Unlocked a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1133 +#, python-brace-format +msgid "Marked \"{article}\" for translation" +msgstr "" + +#: src/rc_formatters.py:1136 +#, python-brace-format +msgid "Removed \"{article}\" from the translation system" +msgstr "" + +#: src/rc_formatters.py:1139 +#, python-brace-format +msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1142 +#, python-brace-format +msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1145 +#, python-brace-format +msgid "Completed deletion of translatable page \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1148 +#, python-brace-format +msgid "" +"Failed to delete \"{article}\" which belongs to translatable page " +"\"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1151 +#, python-brace-format +msgid "Completed deletion of translation page \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1154 +#, python-brace-format +msgid "" +"Failed to delete \"{article}\" which belongs to translation page \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1157 +#, python-brace-format +msgid "Encouraged translation of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1160 +#, python-brace-format +msgid "Discouraged translation of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Limited languages for \"{article}\" to `{languages}`" +msgstr "" + +#: src/rc_formatters.py:1168 +#, python-brace-format +msgid "Priority languages for \"{article}\" set to `{languages}`" +msgstr "" + +#: src/rc_formatters.py:1170 +#, python-brace-format +msgid "Removed priority languages from \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1173 +#, python-brace-format +msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" +msgstr "" + +#: src/rc_formatters.py:1176 +#, python-brace-format +msgid "" +"Removed translatable page \"{article}\" from aggregate group \"{group}\"" +msgstr "" + +#: src/rc_formatters.py:1183 +#, python-brace-format +msgid "Reviewed translation \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1186 +#, python-brace-format +msgid "Changed the state of `{language}` translations of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1188 +msgid "Old state" +msgstr "" + +#: src/rc_formatters.py:1189 +msgid "New state" +msgstr "" + +#: src/rc_formatters.py:1193 +#, python-brace-format +msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" +msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1195 +#, python-brace-format +msgid "Renamed user \"{old_name}\" to \"{new_name}\"" +msgstr "" + +#: src/rc_formatters.py:1199 +msgid "Action has been hidden by administration" +msgstr "" + +#: src/rc_formatters.py:1204 +#, python-brace-format +msgid "Unknown event `{event}`" +msgstr "" + +#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +msgid "Report this on the support server" +msgstr "" + +#: src/rc_formatters.py:1229 +msgid "Tags" +msgstr "" + +#: src/rc_formatters.py:1234 +msgid "**Added**: " +msgstr "" + +#: src/rc_formatters.py:1234 +msgid " and {} more\n" +msgstr "" + +#: src/rc_formatters.py:1235 +msgid "**Removed**: " +msgstr "" + +#: src/rc_formatters.py:1235 +msgid " and {} more" +msgstr "" + +#: src/rc_formatters.py:1236 +msgid "Changed categories" +msgstr "" diff --git a/locale/it/LC_MESSAGES/rcgcdw.mo b/locale/it/LC_MESSAGES/rcgcdw.mo new file mode 100644 index 0000000..c22c19e Binary files /dev/null and b/locale/it/LC_MESSAGES/rcgcdw.mo differ diff --git a/locale/it/LC_MESSAGES/rcgcdw.po b/locale/it/LC_MESSAGES/rcgcdw.po new file mode 100644 index 0000000..5371d9d --- /dev/null +++ b/locale/it/LC_MESSAGES/rcgcdw.po @@ -0,0 +1,1299 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: src/rc_formatters.py:28 +msgid "None" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Warning issued" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "**Blocked user**" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Tagged the edit" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Disallowed the action" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "**IP range blocked**" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Throttled actions" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "Removed autoconfirmed group" +msgstr "" + +#: src/rc_formatters.py:28 +msgid "**Removed from privileged groups**" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Edit" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Upload" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Move" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Stash upload" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Deletion" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Account creation" +msgstr "" + +#: src/rc_formatters.py:29 +msgid "Auto account creation" +msgstr "" + +#: src/rc_formatters.py:46 src/rc_formatters.py:53 src/rc_formatters.py:60 +#: src/rc_formatters.py:75 src/rc_formatters.py:96 +msgid "Unregistered user" +msgstr "" + +#: src/rc_formatters.py:83 +#, python-brace-format +msgid "" +"[{author}]({author_url}) triggered *{abuse_filter}*, performing the action " +"\"{action}\" on *[{target}]({target_url})* - action taken: {result}." +msgstr "" + +#: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 +#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 +#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 +#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 +#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 +#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 +#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 +#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 +#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +msgid "Unknown" +msgstr "" + +#: src/rc_formatters.py:116 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" +msgstr "" + +#: src/rc_formatters.py:118 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" +msgstr "" + +#: src/rc_formatters.py:121 +#, python-brace-format +msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:128 +#, python-brace-format +msgid "" +"[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:132 +#, python-brace-format +msgid "" +"[{author}]({author_url}) uploaded a new version of [{file}]({file_link})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:135 +#, python-brace-format +msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:141 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted redirect by overwriting [{page}]" +"({page_link}){comment}" +msgstr "" + +#: src/rc_formatters.py:147 src/rc_formatters.py:152 +msgid "without making a redirect" +msgstr "" + +#: src/rc_formatters.py:147 src/rc_formatters.py:153 +msgid "with a redirect" +msgstr "" + +#: src/rc_formatters.py:148 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]" +"({target_url}) {made_a_redirect}{comment}" +msgstr "" + +#: src/rc_formatters.py:154 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved {redirect}*{article}* over redirect to " +"[{target}]({target_url}) {made_a_redirect}{comment}" +msgstr "" + +#: src/rc_formatters.py:159 +#, python-brace-format +msgid "" +"[{author}]({author_url}) moved protection settings from {redirect}*{article}" +"* to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:170 src/rc_formatters.py:823 +msgid "for infinity and beyond" +msgstr "" + +#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#, python-brace-format +msgid "for {num} {translated_length}" +msgstr "" + +#: src/rc_formatters.py:185 src/rc_formatters.py:835 +msgid "until {}" +msgstr "" + +#: src/rc_formatters.py:189 +msgid " on pages: " +msgstr "" + +#: src/rc_formatters.py:196 src/rc_formatters.py:849 +msgid " and namespaces: " +msgstr "" + +#: src/rc_formatters.py:198 +msgid " on namespaces: " +msgstr "" + +#: src/rc_formatters.py:210 +#, python-brace-format +msgid "" +"[{author}]({author_url}) blocked [{user}]({user_url}) {time}" +"{restriction_desc}{comment}" +msgstr "" + +#: src/rc_formatters.py:214 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed block settings for [{blocked_user}]" +"({user_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:218 +#, python-brace-format +msgid "" +"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:223 +#, python-brace-format +msgid "" +"[{author}]({author_url}) left a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:225 +#, python-brace-format +msgid "" +"[{author}]({author_url}) left a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:231 +#, python-brace-format +msgid "" +"[{author}]({author_url}) replied to a [comment]({comment}) on {target}'s " +"profile" +msgstr "" + +#: src/rc_formatters.py:237 +#, python-brace-format +msgid "" +"[{author}]({author_url}) replied to a [comment]({comment}) on their own " +"profile" +msgstr "" + +#: src/rc_formatters.py:245 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:251 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:257 +#, python-brace-format +msgid "[{author}]({author_url}) purged a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:259 +#, python-brace-format +msgid "[{author}]({author_url}) purged a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:267 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a [comment]({comment}) on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:269 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a [comment]({comment}) on their own profile" +msgstr "" + +#: src/rc_formatters.py:274 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the {field} on [{target}]({target_url})'s " +"profile. *({desc})*" +msgstr "" + +#: src/rc_formatters.py:281 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the {field} on [their own]({target_url}) " +"profile. *({desc})*" +msgstr "" + +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 +#: src/rc_formatters.py:947 +msgid "none" +msgstr "" + +#: src/rc_formatters.py:301 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed group membership for [{target}]" +"({target_url}) from {old_groups} to {new_groups}{comment}" +msgstr "" + +#: src/rc_formatters.py:303 +#, python-brace-format +msgid "" +"{author} autopromoted [{target}]({target_url}) from {old_groups} to " +"{new_groups}{comment}" +msgstr "" + +#: src/rc_formatters.py:304 src/rc_formatters.py:933 +msgid "System" +msgstr "" + +#: src/rc_formatters.py:309 +#, python-brace-format +msgid "" +"[{author}]({author_url}) protected [{article}]({article_url}) with the " +"following settings: {settings}{comment}" +msgstr "" + +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 +#: src/rc_formatters.py:961 +msgid " [cascading]" +msgstr "" + +#: src/rc_formatters.py:316 +#, python-brace-format +msgid "" +"[{author}]({author_url}) modified protection settings of [{article}]" +"({article_url}) to: {settings}{comment}" +msgstr "" + +#: src/rc_formatters.py:323 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed protection from [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:327 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed visibility of revision on page [{article}]" +"({article_url}){comment}" +msgid_plural "" +"[{author}]({author_url}) changed visibility of {amount} revisions on page " +"[{article}]({article_url}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:340 +#, python-brace-format +msgid "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revision{comment}" +msgid_plural "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revisions{comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:345 +#, python-brace-format +msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:347 +#, python-brace-format +msgid "[{author}]({author_url}) changed visibility of log events{comment}" +msgstr "" + +#: src/rc_formatters.py:359 +#, python-brace-format +msgid "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revision from [{source}]({source_url}){comment}" +msgid_plural "" +"[{author}]({author_url}) imported [{article}]({article_url}) with {count} " +"revisions from [{source}]({source_url}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:364 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})" +msgstr "" + +#: src/rc_formatters.py:368 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})" +msgstr "" + +#: src/rc_formatters.py:372 +#, python-brace-format +msgid "" +"[{author}]({author_url}) merged revision histories of [{article}]" +"({article_url}) into [{dest}]({dest_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:375 +#, python-brace-format +msgid "Account [{author}]({author_url}) was created automatically" +msgstr "" + +#: src/rc_formatters.py:377 src/rc_formatters.py:385 +#, python-brace-format +msgid "Account [{author}]({author_url}) was created" +msgstr "" + +#: src/rc_formatters.py:380 +#, python-brace-format +msgid "" +"Account [{article}]({article_url}) was created by [{author}]({author_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:383 +#, python-brace-format +msgid "" +"Account [{article}]({article_url}) was created by [{author}]({author_url}) " +"and password was sent by email{comment}" +msgstr "" + +#: src/rc_formatters.py:388 +#, python-brace-format +msgid "" +"[{author}]({author_url}) added an entry to the [interwiki table]" +"({table_url}) pointing to {website} with {prefix} prefix" +msgstr "" + +#: src/rc_formatters.py:394 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) " +"pointing to {website} with {prefix} prefix" +msgstr "" + +#: src/rc_formatters.py:400 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})" +msgstr "" + +#: src/rc_formatters.py:403 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the content model of the page [{article}]" +"({article_url}) from {old} to {new}{comment}" +msgstr "" + +#: src/rc_formatters.py:407 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the sprite for [{article}]({article_url})" +msgstr "" + +#: src/rc_formatters.py:410 +#, python-brace-format +msgid "" +"[{author}]({author_url}) created the sprite sheet for [{article}]" +"({article_url})" +msgstr "" + +#: src/rc_formatters.py:413 +#, python-brace-format +msgid "" +"[{author}]({author_url}) edited the slice for [{article}]({article_url})" +msgstr "" + +#: src/rc_formatters.py:418 +#, python-brace-format +msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:420 +#, python-brace-format +msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:425 +#, python-brace-format +msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:430 +#, python-brace-format +msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:433 +#, python-brace-format +msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:437 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:441 +#, python-brace-format +msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:444 +#, python-brace-format +msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:446 +#, python-brace-format +msgid "[{author}]({author_url}) changed wiki settings{reason}" +msgstr "" + +#: src/rc_formatters.py:448 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:451 +#, python-brace-format +msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:454 +#, python-brace-format +msgid "" +"[{author}]({author_url}) modified a namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:459 +#, python-brace-format +msgid "" +"[{author}]({author_url}) deleted a namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:465 +#, python-brace-format +msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:469 +#, python-brace-format +msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:473 +#, python-brace-format +msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:484 +#, python-brace-format +msgid "" +"[{author}]({author_url}) marked [{article}]({article_url}) for " +"translation{comment}" +msgstr "" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed [{article}]({article_url}) from the " +"translation system{comment}" +msgstr "" + +#: src/rc_formatters.py:498 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed moving translation pages from *{article}* " +"to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:506 +#, python-brace-format +msgid "" +"[{author}]({author_url}) encountered a problem while moving [{article}]" +"({article_url}) to [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:514 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed deletion of translatable page [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:522 +#, python-brace-format +msgid "" +"[{author}]({author_url}) failed to delete [{article}]({article_url}) which " +"belongs to translatable page [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:530 +#, python-brace-format +msgid "" +"[{author}]({author_url}) completed deletion of translation page [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:538 +#, python-brace-format +msgid "" +"[{author}]({author_url}) failed to delete [{article}]({article_url}) which " +"belongs to translation page [{target}]({target_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:546 +#, python-brace-format +msgid "" +"[{author}]({author_url}) encouraged translation of [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:553 +#, python-brace-format +msgid "" +"[{author}]({author_url}) discouraged translation of [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:563 +#, python-brace-format +msgid "" +"[{author}]({author_url}) limited languages for [{article}]({article_url}) to " +"`{languages}`{comment}" +msgstr "" + +#: src/rc_formatters.py:569 +#, python-brace-format +msgid "" +"[{author}]({author_url}) set the priority languages for [{article}]" +"({article_url}) to `{languages}`{comment}" +msgstr "" + +#: src/rc_formatters.py:575 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed priority languages from [{article}]" +"({article_url}){comment}" +msgstr "" + +#: src/rc_formatters.py:582 +#, python-brace-format +msgid "" +"[{author}]({author_url}) added translatable page [{article}]({article_url}) " +"to aggregate group \"{group}\"{comment}" +msgstr "" + +#: src/rc_formatters.py:589 +#, python-brace-format +msgid "" +"[{author}]({author_url}) removed translatable page [{article}]" +"({article_url}) from aggregate group \"{group}\"{comment}" +msgstr "" + +#: src/rc_formatters.py:601 +#, python-brace-format +msgid "" +"[{author}]({author_url}) reviewed translation [{article}]({article_url})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:609 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the state of `{language}` translations of " +"[{article}]({article_url}) from `{old_state}` to `{new_state}`{comment}" +msgstr "" + +#: src/rc_formatters.py:616 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the state of `{language}` translations of " +"[{article}]({article_url}) to `{new_state}`{comment}" +msgstr "" + +#: src/rc_formatters.py:625 +#, python-brace-format +msgid "" +"[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " +"[{new_name}]({link}){comment}" +msgid_plural "" +"[{author}]({author_url}) renamed user *{old_name}* with {edits} edits to " +"[{new_name}]({link}){comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:630 +#, python-brace-format +msgid "" +"[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" +"{comment}" +msgstr "" + +#: src/rc_formatters.py:634 +msgid "An action has been hidden by administration." +msgstr "" + +#: src/rc_formatters.py:641 +#, python-brace-format +msgid "" +"Unknown event `{event}` by [{author}]({author_url}), report it on the " +"[support server](<{support}>)." +msgstr "" + +#: src/rc_formatters.py:649 +#, python-brace-format +msgid "{user} triggered \"{abuse_filter}\"" +msgstr "" + +#: src/rc_formatters.py:650 +msgid "Performed" +msgstr "" + +#: src/rc_formatters.py:651 +msgid "Action taken" +msgstr "" + +#: src/rc_formatters.py:652 +msgid "Title" +msgstr "" + +#: src/rc_formatters.py:661 src/rc_formatters.py:948 +msgid "No description provided" +msgstr "" + +#: src/rc_formatters.py:685 +msgid "(N!) " +msgstr "" + +#: src/rc_formatters.py:686 +msgid "m" +msgstr "" + +#: src/rc_formatters.py:686 +msgid "b" +msgstr "" + +#: src/rc_formatters.py:703 src/rc_formatters.py:708 +msgid "__Only whitespace__" +msgstr "" + +#: src/rc_formatters.py:713 +msgid "Removed" +msgstr "" + +#: src/rc_formatters.py:715 +msgid "Added" +msgstr "" + +#: src/rc_formatters.py:749 src/rc_formatters.py:788 +msgid "Options" +msgstr "" + +#: src/rc_formatters.py:749 +#, python-brace-format +msgid "([preview]({link}) | [undo]({undolink}))" +msgstr "" + +#: src/rc_formatters.py:754 +#, python-brace-format +msgid "Uploaded a new version of {name}" +msgstr "" + +#: src/rc_formatters.py:756 +#, python-brace-format +msgid "Reverted a version of {name}" +msgstr "" + +#: src/rc_formatters.py:758 +#, python-brace-format +msgid "Uploaded {name}" +msgstr "" + +#: src/rc_formatters.py:774 +msgid "**No license!**" +msgstr "" + +#: src/rc_formatters.py:786 +msgid "" +"\n" +"License: {}" +msgstr "" + +#: src/rc_formatters.py:788 +#, python-brace-format +msgid "([preview]({link}))" +msgstr "" + +#: src/rc_formatters.py:793 +#, python-brace-format +msgid "Deleted page {article}" +msgstr "" + +#: src/rc_formatters.py:798 +#, python-brace-format +msgid "Deleted redirect {article} by overwriting" +msgstr "" + +#: src/rc_formatters.py:804 +msgid "No redirect has been made" +msgstr "" + +#: src/rc_formatters.py:805 +msgid "A redirect has been made" +msgstr "" + +#: src/rc_formatters.py:806 +#, python-brace-format +msgid "Moved {redirect}{article} to {target}" +msgstr "" + +#: src/rc_formatters.py:809 +#, python-brace-format +msgid "Moved {redirect}{article} to {title} over redirect" +msgstr "" + +#: src/rc_formatters.py:813 +#, python-brace-format +msgid "Moved protection settings from {redirect}{article} to {title}" +msgstr "" + +#: src/rc_formatters.py:837 +msgid "unknown expiry time" +msgstr "" + +#: src/rc_formatters.py:842 +msgid "Blocked from editing the following pages: " +msgstr "" + +#: src/rc_formatters.py:851 +msgid "Blocked from editing pages on following namespaces: " +msgstr "" + +#: src/rc_formatters.py:862 +msgid "Partial block details" +msgstr "" + +#: src/rc_formatters.py:863 +#, python-brace-format +msgid "Blocked {blocked_user} {time}" +msgstr "" + +#: src/rc_formatters.py:867 +#, python-brace-format +msgid "Changed block settings for {blocked_user}" +msgstr "" + +#: src/rc_formatters.py:871 +#, python-brace-format +msgid "Unblocked {blocked_user}" +msgstr "" + +#: src/rc_formatters.py:878 +#, python-brace-format +msgid "Left a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:880 +msgid "Left a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:887 +#, python-brace-format +msgid "Replied to a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:889 +msgid "Replied to a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:896 +#, python-brace-format +msgid "Edited a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:898 +msgid "Edited a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:903 +#, python-brace-format +msgid "Edited {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:905 +msgid "Edited their own profile" +msgstr "" + +#: src/rc_formatters.py:907 +#, python-brace-format +msgid "Cleared the {field} field" +msgstr "" + +#: src/rc_formatters.py:909 +#, python-brace-format +msgid "{field} field changed to: {desc}" +msgstr "" + +#: src/rc_formatters.py:914 +#, python-brace-format +msgid "Purged a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:916 +msgid "Purged a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:924 +#, python-brace-format +msgid "Deleted a comment on {target}'s profile" +msgstr "" + +#: src/rc_formatters.py:926 +msgid "Deleted a comment on their own profile" +msgstr "" + +#: src/rc_formatters.py:930 +#, python-brace-format +msgid "Changed group membership for {target}" +msgstr "" + +#: src/rc_formatters.py:934 +#, python-brace-format +msgid "{target} got autopromoted to a new usergroup" +msgstr "" + +#: src/rc_formatters.py:949 +#, python-brace-format +msgid "Groups changed from {old_groups} to {new_groups}{reason}" +msgstr "" + +#: src/rc_formatters.py:953 +#, python-brace-format +msgid "Protected {target}" +msgstr "" + +#: src/rc_formatters.py:959 +#, python-brace-format +msgid "Changed protection level for {article}" +msgstr "" + +#: src/rc_formatters.py:965 +#, python-brace-format +msgid "Removed protection from {article}" +msgstr "" + +#: src/rc_formatters.py:969 +#, python-brace-format +msgid "Changed visibility of revision on page {article} " +msgid_plural "Changed visibility of {amount} revisions on page {article} " +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:981 +#, python-brace-format +msgid "Imported {article} with {count} revision" +msgid_plural "Imported {article} with {count} revisions" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:986 +#, python-brace-format +msgid "Restored {article}" +msgstr "" + +#: src/rc_formatters.py:989 +msgid "Changed visibility of log events" +msgstr "" + +#: src/rc_formatters.py:999 +#, python-brace-format +msgid "Imported {article} with {count} revision from \"{source}\"" +msgid_plural "Imported {article} with {count} revisions from \"{source}\"" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1004 +#, python-brace-format +msgid "Edited abuse filter number {number}" +msgstr "" + +#: src/rc_formatters.py:1007 +#, python-brace-format +msgid "Created abuse filter number {number}" +msgstr "" + +#: src/rc_formatters.py:1010 +#, python-brace-format +msgid "Merged revision histories of {article} into {dest}" +msgstr "" + +#: src/rc_formatters.py:1014 +msgid "Created account automatically" +msgstr "" + +#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +msgid "Created account" +msgstr "" + +#: src/rc_formatters.py:1020 +#, python-brace-format +msgid "Created account {article}" +msgstr "" + +#: src/rc_formatters.py:1023 +#, python-brace-format +msgid "Created account {article} and password was sent by email" +msgstr "" + +#: src/rc_formatters.py:1029 +msgid "Added an entry to the interwiki table" +msgstr "" + +#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#, python-brace-format +msgid "Prefix: {prefix}, website: {website} | {desc}" +msgstr "" + +#: src/rc_formatters.py:1035 +msgid "Edited an entry in interwiki table" +msgstr "" + +#: src/rc_formatters.py:1041 +msgid "Deleted an entry in interwiki table" +msgstr "" + +#: src/rc_formatters.py:1042 +#, python-brace-format +msgid "Prefix: {prefix} | {desc}" +msgstr "" + +#: src/rc_formatters.py:1045 +#, python-brace-format +msgid "Changed the content model of the page {article}" +msgstr "" + +#: src/rc_formatters.py:1046 +#, python-brace-format +msgid "Model changed from {old} to {new}: {reason}" +msgstr "" + +#: src/rc_formatters.py:1051 +#, python-brace-format +msgid "Edited the sprite for {article}" +msgstr "" + +#: src/rc_formatters.py:1054 +#, python-brace-format +msgid "Created the sprite sheet for {article}" +msgstr "" + +#: src/rc_formatters.py:1057 +#, python-brace-format +msgid "Edited the slice for {article}" +msgstr "" + +#: src/rc_formatters.py:1063 +#, python-brace-format +msgid "Created the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1067 +#, python-brace-format +msgid "Deleted the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1074 +#, python-brace-format +msgid "Recreated the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1081 +#, python-brace-format +msgid "Replaced the Cargo table \"{table}\"" +msgstr "" + +#: src/rc_formatters.py:1085 +#, python-brace-format +msgid "Created a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1089 +#, python-brace-format +msgid "Deleted a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1093 +#, python-brace-format +msgid "Activated a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1096 +#, python-brace-format +msgid "Deactivated a tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1099 +msgid "Changed wiki settings" +msgstr "" + +#: src/rc_formatters.py:1103 +#, python-brace-format +msgid "Deleted a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1106 +#, python-brace-format +msgid "Locked a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1109 +#, python-brace-format +msgid "Modified a \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 +msgid "Wiki" +msgstr "" + +#: src/rc_formatters.py:1113 +#, python-brace-format +msgid "Deleted a \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1119 +#, python-brace-format +msgid "Modified \"{usergroup_name}\" usergroup" +msgstr "" + +#: src/rc_formatters.py:1122 +#, python-brace-format +msgid "Restored a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1125 +#, python-brace-format +msgid "Unlocked a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1133 +#, python-brace-format +msgid "Marked \"{article}\" for translation" +msgstr "" + +#: src/rc_formatters.py:1136 +#, python-brace-format +msgid "Removed \"{article}\" from the translation system" +msgstr "" + +#: src/rc_formatters.py:1139 +#, python-brace-format +msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1142 +#, python-brace-format +msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1145 +#, python-brace-format +msgid "Completed deletion of translatable page \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1148 +#, python-brace-format +msgid "" +"Failed to delete \"{article}\" which belongs to translatable page " +"\"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1151 +#, python-brace-format +msgid "Completed deletion of translation page \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1154 +#, python-brace-format +msgid "" +"Failed to delete \"{article}\" which belongs to translation page \"{target}\"" +msgstr "" + +#: src/rc_formatters.py:1157 +#, python-brace-format +msgid "Encouraged translation of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1160 +#, python-brace-format +msgid "Discouraged translation of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Limited languages for \"{article}\" to `{languages}`" +msgstr "" + +#: src/rc_formatters.py:1168 +#, python-brace-format +msgid "Priority languages for \"{article}\" set to `{languages}`" +msgstr "" + +#: src/rc_formatters.py:1170 +#, python-brace-format +msgid "Removed priority languages from \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1173 +#, python-brace-format +msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" +msgstr "" + +#: src/rc_formatters.py:1176 +#, python-brace-format +msgid "" +"Removed translatable page \"{article}\" from aggregate group \"{group}\"" +msgstr "" + +#: src/rc_formatters.py:1183 +#, python-brace-format +msgid "Reviewed translation \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1186 +#, python-brace-format +msgid "Changed the state of `{language}` translations of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1188 +msgid "Old state" +msgstr "" + +#: src/rc_formatters.py:1189 +msgid "New state" +msgstr "" + +#: src/rc_formatters.py:1193 +#, python-brace-format +msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" +msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1195 +#, python-brace-format +msgid "Renamed user \"{old_name}\" to \"{new_name}\"" +msgstr "" + +#: src/rc_formatters.py:1199 +msgid "Action has been hidden by administration" +msgstr "" + +#: src/rc_formatters.py:1204 +#, python-brace-format +msgid "Unknown event `{event}`" +msgstr "" + +#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +msgid "Report this on the support server" +msgstr "" + +#: src/rc_formatters.py:1229 +msgid "Tags" +msgstr "" + +#: src/rc_formatters.py:1234 +msgid "**Added**: " +msgstr "" + +#: src/rc_formatters.py:1234 +msgid " and {} more\n" +msgstr "" + +#: src/rc_formatters.py:1235 +msgid "**Removed**: " +msgstr "" + +#: src/rc_formatters.py:1235 +msgid " and {} more" +msgstr "" + +#: src/rc_formatters.py:1236 +msgid "Changed categories" +msgstr "" diff --git a/locale/it/LC_MESSAGES/redaction.mo b/locale/it/LC_MESSAGES/redaction.mo new file mode 100644 index 0000000..dedc471 Binary files /dev/null and b/locale/it/LC_MESSAGES/redaction.mo differ diff --git a/locale/zh_Hant/LC_MESSAGES/redaction.po b/locale/it/LC_MESSAGES/redaction.po similarity index 68% rename from locale/zh_Hant/LC_MESSAGES/redaction.po rename to locale/it/LC_MESSAGES/redaction.po index 11a5b9c..5d2a934 100644 --- a/locale/zh_Hant/LC_MESSAGES/redaction.po +++ b/locale/it/LC_MESSAGES/redaction.po @@ -7,16 +7,14 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" -"PO-Revision-Date: 2020-11-18 15:21+0100\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: zh_Hant\n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" -"Plural-Forms: nplurals=1; plural=0;\n" #: src/discord/redaction.py:59 src/discord/redaction.py:62 #: src/discord/redaction.py:67 diff --git a/locale/ja/LC_MESSAGES/discussion_formatters.mo b/locale/ja/LC_MESSAGES/discussion_formatters.mo new file mode 100644 index 0000000..67cc803 Binary files /dev/null and b/locale/ja/LC_MESSAGES/discussion_formatters.mo differ diff --git a/locale/zh_Hant/LC_MESSAGES/discussion_formatters.po b/locale/ja/LC_MESSAGES/discussion_formatters.po similarity index 98% rename from locale/zh_Hant/LC_MESSAGES/discussion_formatters.po rename to locale/ja/LC_MESSAGES/discussion_formatters.po index ce12477..c251054 100644 --- a/locale/zh_Hant/LC_MESSAGES/discussion_formatters.po +++ b/locale/ja/LC_MESSAGES/discussion_formatters.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 14:13+0100\n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" -"Language: zh_Hant\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/misc.po b/locale/ja/LC_MESSAGES/misc.po new file mode 100644 index 0000000..2865824 --- /dev/null +++ b/locale/ja/LC_MESSAGES/misc.po @@ -0,0 +1,83 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/misc.py:45 +msgid "Location" +msgstr "" + +#: src/misc.py:45 +msgid "About me" +msgstr "" + +#: src/misc.py:45 +msgid "Google link" +msgstr "" + +#: src/misc.py:45 +msgid "Facebook link" +msgstr "" + +#: src/misc.py:45 +msgid "Twitter link" +msgstr "" + +#: src/misc.py:45 +msgid "Reddit link" +msgstr "" + +#: src/misc.py:45 +msgid "Twitch link" +msgstr "" + +#: src/misc.py:45 +msgid "PSN link" +msgstr "" + +#: src/misc.py:45 +msgid "VK link" +msgstr "" + +#: src/misc.py:45 +msgid "XBL link" +msgstr "" + +#: src/misc.py:45 +msgid "Steam link" +msgstr "" + +#: src/misc.py:45 +msgid "Discord handle" +msgstr "" + +#: src/misc.py:45 +msgid "Battle.net handle" +msgstr "" + +#: src/misc.py:119 +msgid "" +"\n" +"__And more__" +msgstr "" + +#: src/misc.py:276 +msgid "Unknown" +msgstr "" + +#: src/misc.py:278 +msgid "unknown" +msgstr "" diff --git a/locale/ja/LC_MESSAGES/rc.mo b/locale/ja/LC_MESSAGES/rc.mo new file mode 100644 index 0000000..70f931b Binary files /dev/null and b/locale/ja/LC_MESSAGES/rc.mo differ diff --git a/locale/ja/LC_MESSAGES/rc.po b/locale/ja/LC_MESSAGES/rc.po new file mode 100644 index 0000000..222454f --- /dev/null +++ b/locale/ja/LC_MESSAGES/rc.po @@ -0,0 +1,39 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/rc.py:321 +#, python-brace-format +msgid "{wiki} seems to be down or unreachable." +msgstr "" + +#: src/rc.py:322 src/rc.py:334 +msgid "Connection status" +msgstr "" + +#: src/rc.py:332 +#, python-brace-format +msgid "Connection to {wiki} seems to be stable now." +msgstr "" + +#: src/rc.py:403 +msgid "~~hidden~~" +msgstr "" + +#: src/rc.py:407 +msgid "hidden" +msgstr "" diff --git a/locale/ja/LC_MESSAGES/rc_formatters.mo b/locale/ja/LC_MESSAGES/rc_formatters.mo new file mode 100644 index 0000000..d18faee Binary files /dev/null and b/locale/ja/LC_MESSAGES/rc_formatters.mo differ diff --git a/locale/zh_Hans/LC_MESSAGES/rc_formatters.po b/locale/ja/LC_MESSAGES/rc_formatters.po similarity index 99% rename from locale/zh_Hans/LC_MESSAGES/rc_formatters.po rename to locale/ja/LC_MESSAGES/rc_formatters.po index 4bb99de..85ae6f3 100644 --- a/locale/zh_Hans/LC_MESSAGES/rc_formatters.po +++ b/locale/ja/LC_MESSAGES/rc_formatters.po @@ -11,7 +11,7 @@ msgstr "" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" -"Language: zh_Hans\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/rcgcdw.mo b/locale/ja/LC_MESSAGES/rcgcdw.mo new file mode 100644 index 0000000..1cd0c1a Binary files /dev/null and b/locale/ja/LC_MESSAGES/rcgcdw.mo differ diff --git a/locale/zh_Hant/LC_MESSAGES/rc_formatters.po b/locale/ja/LC_MESSAGES/rcgcdw.po similarity index 99% rename from locale/zh_Hant/LC_MESSAGES/rc_formatters.po rename to locale/ja/LC_MESSAGES/rcgcdw.po index f6513a4..85ae6f3 100644 --- a/locale/zh_Hant/LC_MESSAGES/rc_formatters.po +++ b/locale/ja/LC_MESSAGES/rcgcdw.po @@ -11,7 +11,7 @@ msgstr "" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" -"Language: zh_Hant\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/locale/ja/LC_MESSAGES/redaction.mo b/locale/ja/LC_MESSAGES/redaction.mo new file mode 100644 index 0000000..b6be5e7 Binary files /dev/null and b/locale/ja/LC_MESSAGES/redaction.mo differ diff --git a/locale/ja/LC_MESSAGES/redaction.po b/locale/ja/LC_MESSAGES/redaction.po new file mode 100644 index 0000000..86e2a11 --- /dev/null +++ b/locale/ja/LC_MESSAGES/redaction.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the RcGcDw package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/discord/redaction.py:59 src/discord/redaction.py:62 +#: src/discord/redaction.py:67 +msgid "Removed" +msgstr "" diff --git a/locale/ko/LC_MESSAGES/rc_formatters.mo b/locale/ko/LC_MESSAGES/rc_formatters.mo index 8f89a7a..ed98639 100644 Binary files a/locale/ko/LC_MESSAGES/rc_formatters.mo and b/locale/ko/LC_MESSAGES/rc_formatters.mo differ diff --git a/locale/ko/LC_MESSAGES/rc_formatters.po b/locale/ko/LC_MESSAGES/rc_formatters.po index 763217a..8e75cf4 100644 --- a/locale/ko/LC_MESSAGES/rc_formatters.po +++ b/locale/ko/LC_MESSAGES/rc_formatters.po @@ -8,9 +8,9 @@ msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-18 14:13+0100\n" -"PO-Revision-Date: 2020-11-25 10:16+0000\n" +"PO-Revision-Date: 2021-01-22 13:58+0000\n" "Last-Translator: Yongmin Hong \n" -"Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" @@ -57,15 +57,15 @@ msgstr "" #: src/rc_formatters.py:29 msgid "Edit" -msgstr "" +msgstr "편집" #: src/rc_formatters.py:29 msgid "Upload" -msgstr "" +msgstr "업로드" #: src/rc_formatters.py:29 msgid "Move" -msgstr "" +msgstr "이동" #: src/rc_formatters.py:29 msgid "Stash upload" @@ -73,11 +73,11 @@ msgstr "" #: src/rc_formatters.py:29 msgid "Deletion" -msgstr "" +msgstr "삭제" #: src/rc_formatters.py:29 msgid "Account creation" -msgstr "" +msgstr "계정 생성" #: src/rc_formatters.py:29 msgid "Auto account creation" diff --git a/locale/ko/LC_MESSAGES/redaction.mo b/locale/ko/LC_MESSAGES/redaction.mo index 5b4e320..3725b5f 100644 Binary files a/locale/ko/LC_MESSAGES/redaction.mo and b/locale/ko/LC_MESSAGES/redaction.mo differ diff --git a/locale/ko/LC_MESSAGES/redaction.po b/locale/ko/LC_MESSAGES/redaction.po index 64bc76a..7fbb086 100644 --- a/locale/ko/LC_MESSAGES/redaction.po +++ b/locale/ko/LC_MESSAGES/redaction.po @@ -8,16 +8,18 @@ msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-18 15:17+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" +"PO-Revision-Date: 2021-01-22 13:58+0000\n" +"Last-Translator: Yongmin Hong \n" +"Language-Team: Korean \n" "Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Weblate 4.2.1\n" #: src/discord/redaction.py:59 src/discord/redaction.py:62 #: src/discord/redaction.py:67 msgid "Removed" -msgstr "" +msgstr "삭제됨" diff --git a/locale/lol/LC_MESSAGES/discussion_formatters.po b/locale/lol/LC_MESSAGES/discussion_formatters.po index 1bb067c..bfe9f74 100644 --- a/locale/lol/LC_MESSAGES/discussion_formatters.po +++ b/locale/lol/LC_MESSAGES/discussion_formatters.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 14:13+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,44 +16,45 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/discussion_formatters.py:25 src/discussion_formatters.py:81 +#: src/discussion_formatters.py:21 src/discussion_formatters.py:56 +#: src/discussion_formatters.py:67 src/discussion_formatters.py:95 +#: src/discussion_formatters.py:163 src/discussion_formatters.py:176 +msgid "unknown" +msgstr "" + +#: src/discussion_formatters.py:27 src/discussion_formatters.py:102 msgid "Unregistered user" msgstr "" -#: src/discussion_formatters.py:34 +#: src/discussion_formatters.py:39 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -#: src/discussion_formatters.py:36 +#: src/discussion_formatters.py:42 #, python-brace-format msgid "" "[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -#: src/discussion_formatters.py:38 +#: src/discussion_formatters.py:45 #, python-brace-format msgid "" "[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -#: src/discussion_formatters.py:43 +#: src/discussion_formatters.py:54 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " "to [{title}](<{url}f/p/{threadId}>) in {forumName}" msgstr "" -#: src/discussion_formatters.py:45 src/discussion_formatters.py:54 -#: src/discussion_formatters.py:137 src/discussion_formatters.py:150 -msgid "unknown" -msgstr "" - -#: src/discussion_formatters.py:49 +#: src/discussion_formatters.py:61 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" @@ -61,7 +62,7 @@ msgid "" "Message_Wall:{user_wall}>)" msgstr "" -#: src/discussion_formatters.py:51 +#: src/discussion_formatters.py:64 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" @@ -70,14 +71,14 @@ msgid "" "(<{url}wiki/Message_Wall:{user_wall}>)" msgstr "" -#: src/discussion_formatters.py:57 +#: src/discussion_formatters.py:72 #, python-brace-format msgid "" "[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " "on [{article}](<{url}>)" msgstr "" -#: src/discussion_formatters.py:62 +#: src/discussion_formatters.py:78 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}?commentId={commentId}" @@ -85,75 +86,75 @@ msgid "" "[{article}](<{url}>)" msgstr "" -#: src/discussion_formatters.py:70 +#: src/discussion_formatters.py:86 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" -#: src/discussion_formatters.py:98 +#: src/discussion_formatters.py:123 #, python-brace-format msgid "Created \"{title}\"" msgstr "" -#: src/discussion_formatters.py:102 +#: src/discussion_formatters.py:127 #, python-brace-format msgid "Created a poll \"{title}\"" msgstr "" -#: src/discussion_formatters.py:109 +#: src/discussion_formatters.py:134 msgid "Option {}" msgstr "" -#: src/discussion_formatters.py:110 +#: src/discussion_formatters.py:135 #, python-brace-format msgid "__[View image]({image_url})__" msgstr "" -#: src/discussion_formatters.py:114 +#: src/discussion_formatters.py:139 #, python-brace-format msgid "Created a quiz \"{title}\"" msgstr "" -#: src/discussion_formatters.py:129 src/discussion_formatters.py:131 +#: src/discussion_formatters.py:155 src/discussion_formatters.py:157 msgid "Tags" msgstr "" -#: src/discussion_formatters.py:129 +#: src/discussion_formatters.py:155 msgid "{} tags" msgstr "" -#: src/discussion_formatters.py:134 +#: src/discussion_formatters.py:160 #, python-brace-format msgid "Replied to \"{title}\"" msgstr "" -#: src/discussion_formatters.py:143 +#: src/discussion_formatters.py:169 #, python-brace-format msgid "Created \"{title}\" on {user}'s Message Wall" msgstr "" -#: src/discussion_formatters.py:147 +#: src/discussion_formatters.py:173 #, python-brace-format msgid "Replied to \"{title}\" on {user}'s Message Wall" msgstr "" -#: src/discussion_formatters.py:154 +#: src/discussion_formatters.py:180 #, python-brace-format msgid "Commented on {article}" msgstr "" -#: src/discussion_formatters.py:158 +#: src/discussion_formatters.py:184 #, python-brace-format msgid "Replied to a comment on {article}" msgstr "" -#: src/discussion_formatters.py:162 +#: src/discussion_formatters.py:188 #, python-brace-format msgid "Unknown event `{event}`" msgstr "" -#: src/discussion_formatters.py:168 src/discussion_formatters.py:170 +#: src/discussion_formatters.py:194 src/discussion_formatters.py:196 msgid "Report this on the support server" msgstr "" diff --git a/locale/lol/LC_MESSAGES/rc.po b/locale/lol/LC_MESSAGES/rc.po index f19a907..2b81101 100644 --- a/locale/lol/LC_MESSAGES/rc.po +++ b/locale/lol/LC_MESSAGES/rc.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,24 +16,24 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/rc.py:321 +#: src/rc.py:322 #, python-brace-format msgid "{wiki} seems to be down or unreachable." msgstr "" -#: src/rc.py:322 src/rc.py:334 +#: src/rc.py:323 src/rc.py:335 msgid "Connection status" msgstr "" -#: src/rc.py:332 +#: src/rc.py:333 #, python-brace-format msgid "Connection to {wiki} seems to be stable now." msgstr "" -#: src/rc.py:403 +#: src/rc.py:404 msgid "~~hidden~~" msgstr "" -#: src/rc.py:407 +#: src/rc.py:408 msgid "hidden" msgstr "" diff --git a/locale/lol/LC_MESSAGES/rc_formatters.po b/locale/lol/LC_MESSAGES/rc_formatters.po index 0cb7b08..5425531 100644 --- a/locale/lol/LC_MESSAGES/rc_formatters.po +++ b/locale/lol/LC_MESSAGES/rc_formatters.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -94,14 +94,14 @@ msgid "" msgstr "" #: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 -#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 -#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 -#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 -#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 -#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 -#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 -#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 -#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +#: src/rc_formatters.py:457 src/rc_formatters.py:460 src/rc_formatters.py:463 +#: src/rc_formatters.py:464 src/rc_formatters.py:469 src/rc_formatters.py:470 +#: src/rc_formatters.py:478 src/rc_formatters.py:482 src/rc_formatters.py:682 +#: src/rc_formatters.py:683 src/rc_formatters.py:684 src/rc_formatters.py:1141 +#: src/rc_formatters.py:1144 src/rc_formatters.py:1147 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1152 +#: src/rc_formatters.py:1154 src/rc_formatters.py:1160 +#: src/rc_formatters.py:1163 src/rc_formatters.py:1255 msgid "Unknown" msgstr "" @@ -178,16 +178,16 @@ msgid "" "* to [{target}]({target_url}){comment}" msgstr "" -#: src/rc_formatters.py:170 src/rc_formatters.py:823 +#: src/rc_formatters.py:170 src/rc_formatters.py:855 msgid "for infinity and beyond" msgstr "" -#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#: src/rc_formatters.py:179 src/rc_formatters.py:863 #, python-brace-format msgid "for {num} {translated_length}" msgstr "" -#: src/rc_formatters.py:185 src/rc_formatters.py:835 +#: src/rc_formatters.py:185 src/rc_formatters.py:867 msgid "until {}" msgstr "" @@ -195,7 +195,7 @@ msgstr "" msgid " on pages: " msgstr "" -#: src/rc_formatters.py:196 src/rc_formatters.py:849 +#: src/rc_formatters.py:196 src/rc_formatters.py:881 msgid " and namespaces: " msgstr "" @@ -297,8 +297,8 @@ msgid "" "profile. *({desc})*" msgstr "" -#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 -#: src/rc_formatters.py:947 +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:977 +#: src/rc_formatters.py:979 msgid "none" msgstr "" @@ -316,7 +316,7 @@ msgid "" "{new_groups}{comment}" msgstr "" -#: src/rc_formatters.py:304 src/rc_formatters.py:933 +#: src/rc_formatters.py:304 src/rc_formatters.py:965 msgid "System" msgstr "" @@ -327,8 +327,8 @@ msgid "" "following settings: {settings}{comment}" msgstr "" -#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 -#: src/rc_formatters.py:961 +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:987 +#: src/rc_formatters.py:993 msgid " [cascading]" msgstr "" @@ -462,233 +462,277 @@ msgstr "" #: src/rc_formatters.py:407 #, python-brace-format msgid "" -"[{author}]({author_url}) edited the sprite for [{article}]({article_url})" +"[{author}]({author_url}) created the page [{article}]({article_url}) using a " +"non-default content model {new}{comment}" msgstr "" #: src/rc_formatters.py:410 #, python-brace-format msgid "" +"[{author}]({author_url}) edited the sprite for [{article}]({article_url})" +msgstr "" + +#: src/rc_formatters.py:413 +#, python-brace-format +msgid "" "[{author}]({author_url}) created the sprite sheet for [{article}]" "({article_url})" msgstr "" -#: src/rc_formatters.py:413 +#: src/rc_formatters.py:416 #, python-brace-format msgid "" "[{author}]({author_url}) edited the slice for [{article}]({article_url})" msgstr "" -#: src/rc_formatters.py:418 +#: src/rc_formatters.py:421 #, python-brace-format msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:420 +#: src/rc_formatters.py:423 #, python-brace-format msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:425 +#: src/rc_formatters.py:428 #, python-brace-format msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:430 +#: src/rc_formatters.py:433 #, python-brace-format msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:433 +#: src/rc_formatters.py:436 #, python-brace-format -msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" -msgstr "" - -#: src/rc_formatters.py:437 -#, python-brace-format -msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" +msgid "" +"[{author}]({author_url}) created the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" #: src/rc_formatters.py:441 #, python-brace-format -msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" -#: src/rc_formatters.py:444 +#: src/rc_formatters.py:443 #, python-brace-format -msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revision or log entry{comment}" +msgid_plural "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revisions and/or log entries{comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:449 +#, python-brace-format +msgid "" +"[{author}]({author_url}) activated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" -#: src/rc_formatters.py:446 +#: src/rc_formatters.py:452 #, python-brace-format -msgid "[{author}]({author_url}) changed wiki settings{reason}" -msgstr "" - -#: src/rc_formatters.py:448 -#, python-brace-format -msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" -msgstr "" - -#: src/rc_formatters.py:451 -#, python-brace-format -msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" +msgid "" +"[{author}]({author_url}) deactivated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" #: src/rc_formatters.py:454 #, python-brace-format -msgid "" -"[{author}]({author_url}) modified a namespace *{namespace_name}* on " -"*{wiki_name}*{comment}" +msgid "[{author}]({author_url}) changed wiki settings{reason}" +msgstr "" + +#: src/rc_formatters.py:456 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" msgstr "" #: src/rc_formatters.py:459 #, python-brace-format +msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:462 +#, python-brace-format +msgid "" +"[{author}]({author_url}) modified namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:467 +#, python-brace-format msgid "" "[{author}]({author_url}) deleted a namespace *{namespace_name}* on " "*{wiki_name}*{comment}" msgstr "" -#: src/rc_formatters.py:465 +#: src/rc_formatters.py:473 #, python-brace-format msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" msgstr "" -#: src/rc_formatters.py:469 +#: src/rc_formatters.py:477 #, python-brace-format -msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +msgid "[{author}]({author_url}) undeleted a wiki *{wiki_name}*{comment}" msgstr "" -#: src/rc_formatters.py:473 +#: src/rc_formatters.py:481 #, python-brace-format msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" msgstr "" -#: src/rc_formatters.py:484 +#: src/rc_formatters.py:486 +#, python-brace-format +msgid "[{author}]({author_url}) generated *{file}* dump{comment}" +msgstr "" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "[{author}]({author_url}) deleted *{file}* dump{comment}" +msgstr "" + +#: src/rc_formatters.py:502 #, python-brace-format msgid "" "[{author}]({author_url}) marked [{article}]({article_url}) for " "translation{comment}" msgstr "" -#: src/rc_formatters.py:491 +#: src/rc_formatters.py:509 #, python-brace-format msgid "" "[{author}]({author_url}) removed [{article}]({article_url}) from the " "translation system{comment}" msgstr "" -#: src/rc_formatters.py:498 +#: src/rc_formatters.py:516 #, python-brace-format msgid "" "[{author}]({author_url}) completed moving translation pages from *{article}* " "to [{target}]({target_url}){comment}" msgstr "" -#: src/rc_formatters.py:506 +#: src/rc_formatters.py:524 #, python-brace-format msgid "" "[{author}]({author_url}) encountered a problem while moving [{article}]" "({article_url}) to [{target}]({target_url}){comment}" msgstr "" -#: src/rc_formatters.py:514 +#: src/rc_formatters.py:532 #, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translatable page [{article}]" "({article_url}){comment}" msgstr "" -#: src/rc_formatters.py:522 +#: src/rc_formatters.py:540 #, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " "belongs to translatable page [{target}]({target_url}){comment}" msgstr "" -#: src/rc_formatters.py:530 +#: src/rc_formatters.py:548 #, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translation page [{article}]" "({article_url}){comment}" msgstr "" -#: src/rc_formatters.py:538 +#: src/rc_formatters.py:556 #, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " "belongs to translation page [{target}]({target_url}){comment}" msgstr "" -#: src/rc_formatters.py:546 +#: src/rc_formatters.py:564 #, python-brace-format msgid "" "[{author}]({author_url}) encouraged translation of [{article}]({article_url})" "{comment}" msgstr "" -#: src/rc_formatters.py:553 +#: src/rc_formatters.py:571 #, python-brace-format msgid "" "[{author}]({author_url}) discouraged translation of [{article}]" "({article_url}){comment}" msgstr "" -#: src/rc_formatters.py:563 +#: src/rc_formatters.py:581 #, python-brace-format msgid "" "[{author}]({author_url}) limited languages for [{article}]({article_url}) to " "`{languages}`{comment}" msgstr "" -#: src/rc_formatters.py:569 +#: src/rc_formatters.py:587 #, python-brace-format msgid "" "[{author}]({author_url}) set the priority languages for [{article}]" "({article_url}) to `{languages}`{comment}" msgstr "" -#: src/rc_formatters.py:575 +#: src/rc_formatters.py:593 #, python-brace-format msgid "" "[{author}]({author_url}) removed priority languages from [{article}]" "({article_url}){comment}" msgstr "" -#: src/rc_formatters.py:582 +#: src/rc_formatters.py:600 #, python-brace-format msgid "" "[{author}]({author_url}) added translatable page [{article}]({article_url}) " "to aggregate group \"{group}\"{comment}" msgstr "" -#: src/rc_formatters.py:589 +#: src/rc_formatters.py:607 #, python-brace-format msgid "" "[{author}]({author_url}) removed translatable page [{article}]" "({article_url}) from aggregate group \"{group}\"{comment}" msgstr "" -#: src/rc_formatters.py:601 +#: src/rc_formatters.py:619 #, python-brace-format msgid "" "[{author}]({author_url}) reviewed translation [{article}]({article_url})" "{comment}" msgstr "" -#: src/rc_formatters.py:609 +#: src/rc_formatters.py:627 #, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) from `{old_state}` to `{new_state}`{comment}" msgstr "" -#: src/rc_formatters.py:616 +#: src/rc_formatters.py:634 #, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) to `{new_state}`{comment}" msgstr "" -#: src/rc_formatters.py:625 +#: src/rc_formatters.py:643 src/rc_formatters.py:646 src/rc_formatters.py:1238 +#: src/rc_formatters.py:1241 +msgid "(default)" +msgstr "" + +#: src/rc_formatters.py:647 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the language of [{article}]({article_url}) " +"from {old_lang} to {new_lang}{comment}" +msgstr "" + +#: src/rc_formatters.py:656 #, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " @@ -699,601 +743,644 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:630 +#: src/rc_formatters.py:661 #, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" "{comment}" msgstr "" -#: src/rc_formatters.py:634 +#: src/rc_formatters.py:665 msgid "An action has been hidden by administration." msgstr "" -#: src/rc_formatters.py:641 +#: src/rc_formatters.py:672 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" -#: src/rc_formatters.py:649 +#: src/rc_formatters.py:681 #, python-brace-format msgid "{user} triggered \"{abuse_filter}\"" msgstr "" -#: src/rc_formatters.py:650 +#: src/rc_formatters.py:682 msgid "Performed" msgstr "" -#: src/rc_formatters.py:651 +#: src/rc_formatters.py:683 msgid "Action taken" msgstr "" -#: src/rc_formatters.py:652 +#: src/rc_formatters.py:684 msgid "Title" msgstr "" -#: src/rc_formatters.py:661 src/rc_formatters.py:948 +#: src/rc_formatters.py:693 src/rc_formatters.py:980 msgid "No description provided" msgstr "" -#: src/rc_formatters.py:685 +#: src/rc_formatters.py:717 msgid "(N!) " msgstr "" -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "m" msgstr "" -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "b" msgstr "" -#: src/rc_formatters.py:703 src/rc_formatters.py:708 +#: src/rc_formatters.py:735 src/rc_formatters.py:740 msgid "__Only whitespace__" msgstr "" -#: src/rc_formatters.py:713 +#: src/rc_formatters.py:745 msgid "Removed" msgstr "" -#: src/rc_formatters.py:715 +#: src/rc_formatters.py:747 msgid "Added" msgstr "" -#: src/rc_formatters.py:749 src/rc_formatters.py:788 +#: src/rc_formatters.py:781 src/rc_formatters.py:820 msgid "Options" msgstr "" -#: src/rc_formatters.py:749 +#: src/rc_formatters.py:781 #, python-brace-format msgid "([preview]({link}) | [undo]({undolink}))" msgstr "" -#: src/rc_formatters.py:754 +#: src/rc_formatters.py:786 #, python-brace-format msgid "Uploaded a new version of {name}" msgstr "" -#: src/rc_formatters.py:756 +#: src/rc_formatters.py:788 #, python-brace-format msgid "Reverted a version of {name}" msgstr "" -#: src/rc_formatters.py:758 +#: src/rc_formatters.py:790 #, python-brace-format msgid "Uploaded {name}" msgstr "" -#: src/rc_formatters.py:774 +#: src/rc_formatters.py:806 msgid "**No license!**" msgstr "" -#: src/rc_formatters.py:786 +#: src/rc_formatters.py:818 msgid "" "\n" "License: {}" msgstr "" -#: src/rc_formatters.py:788 +#: src/rc_formatters.py:820 #, python-brace-format msgid "([preview]({link}))" msgstr "" -#: src/rc_formatters.py:793 +#: src/rc_formatters.py:825 #, python-brace-format msgid "Deleted page {article}" msgstr "" -#: src/rc_formatters.py:798 +#: src/rc_formatters.py:830 #, python-brace-format msgid "Deleted redirect {article} by overwriting" msgstr "" -#: src/rc_formatters.py:804 +#: src/rc_formatters.py:836 msgid "No redirect has been made" msgstr "" -#: src/rc_formatters.py:805 +#: src/rc_formatters.py:837 msgid "A redirect has been made" msgstr "" -#: src/rc_formatters.py:806 +#: src/rc_formatters.py:838 #, python-brace-format msgid "Moved {redirect}{article} to {target}" msgstr "" -#: src/rc_formatters.py:809 +#: src/rc_formatters.py:841 #, python-brace-format msgid "Moved {redirect}{article} to {title} over redirect" msgstr "" -#: src/rc_formatters.py:813 +#: src/rc_formatters.py:845 #, python-brace-format msgid "Moved protection settings from {redirect}{article} to {title}" msgstr "" -#: src/rc_formatters.py:837 +#: src/rc_formatters.py:869 msgid "unknown expiry time" msgstr "" -#: src/rc_formatters.py:842 +#: src/rc_formatters.py:874 msgid "Blocked from editing the following pages: " msgstr "" -#: src/rc_formatters.py:851 +#: src/rc_formatters.py:883 msgid "Blocked from editing pages on following namespaces: " msgstr "" -#: src/rc_formatters.py:862 +#: src/rc_formatters.py:894 msgid "Partial block details" msgstr "" -#: src/rc_formatters.py:863 +#: src/rc_formatters.py:895 #, python-brace-format msgid "Blocked {blocked_user} {time}" msgstr "" -#: src/rc_formatters.py:867 +#: src/rc_formatters.py:899 #, python-brace-format msgid "Changed block settings for {blocked_user}" msgstr "" -#: src/rc_formatters.py:871 +#: src/rc_formatters.py:903 #, python-brace-format msgid "Unblocked {blocked_user}" msgstr "" -#: src/rc_formatters.py:878 +#: src/rc_formatters.py:910 #, python-brace-format msgid "Left a comment on {target}'s profile" msgstr "" -#: src/rc_formatters.py:880 +#: src/rc_formatters.py:912 msgid "Left a comment on their own profile" msgstr "" -#: src/rc_formatters.py:887 +#: src/rc_formatters.py:919 #, python-brace-format msgid "Replied to a comment on {target}'s profile" msgstr "" -#: src/rc_formatters.py:889 +#: src/rc_formatters.py:921 msgid "Replied to a comment on their own profile" msgstr "" -#: src/rc_formatters.py:896 +#: src/rc_formatters.py:928 #, python-brace-format msgid "Edited a comment on {target}'s profile" msgstr "" -#: src/rc_formatters.py:898 +#: src/rc_formatters.py:930 msgid "Edited a comment on their own profile" msgstr "" -#: src/rc_formatters.py:903 +#: src/rc_formatters.py:935 #, python-brace-format msgid "Edited {target}'s profile" msgstr "" -#: src/rc_formatters.py:905 +#: src/rc_formatters.py:937 msgid "Edited their own profile" msgstr "" -#: src/rc_formatters.py:907 +#: src/rc_formatters.py:939 #, python-brace-format msgid "Cleared the {field} field" msgstr "" -#: src/rc_formatters.py:909 +#: src/rc_formatters.py:941 #, python-brace-format msgid "{field} field changed to: {desc}" msgstr "" -#: src/rc_formatters.py:914 +#: src/rc_formatters.py:946 #, python-brace-format msgid "Purged a comment on {target}'s profile" msgstr "" -#: src/rc_formatters.py:916 +#: src/rc_formatters.py:948 msgid "Purged a comment on their own profile" msgstr "" -#: src/rc_formatters.py:924 +#: src/rc_formatters.py:956 #, python-brace-format msgid "Deleted a comment on {target}'s profile" msgstr "" -#: src/rc_formatters.py:926 +#: src/rc_formatters.py:958 msgid "Deleted a comment on their own profile" msgstr "" -#: src/rc_formatters.py:930 +#: src/rc_formatters.py:962 #, python-brace-format msgid "Changed group membership for {target}" msgstr "" -#: src/rc_formatters.py:934 +#: src/rc_formatters.py:966 #, python-brace-format msgid "{target} got autopromoted to a new usergroup" msgstr "" -#: src/rc_formatters.py:949 +#: src/rc_formatters.py:981 #, python-brace-format msgid "Groups changed from {old_groups} to {new_groups}{reason}" msgstr "" -#: src/rc_formatters.py:953 +#: src/rc_formatters.py:985 #, python-brace-format msgid "Protected {target}" msgstr "" -#: src/rc_formatters.py:959 +#: src/rc_formatters.py:991 #, python-brace-format msgid "Changed protection level for {article}" msgstr "" -#: src/rc_formatters.py:965 +#: src/rc_formatters.py:997 #, python-brace-format msgid "Removed protection from {article}" msgstr "" -#: src/rc_formatters.py:969 +#: src/rc_formatters.py:1001 #, python-brace-format msgid "Changed visibility of revision on page {article} " msgid_plural "Changed visibility of {amount} revisions on page {article} " msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:981 +#: src/rc_formatters.py:1013 #, python-brace-format msgid "Imported {article} with {count} revision" msgid_plural "Imported {article} with {count} revisions" msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:986 +#: src/rc_formatters.py:1018 #, python-brace-format msgid "Restored {article}" msgstr "" -#: src/rc_formatters.py:989 +#: src/rc_formatters.py:1021 msgid "Changed visibility of log events" msgstr "" -#: src/rc_formatters.py:999 +#: src/rc_formatters.py:1031 #, python-brace-format msgid "Imported {article} with {count} revision from \"{source}\"" msgid_plural "Imported {article} with {count} revisions from \"{source}\"" msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:1004 +#: src/rc_formatters.py:1036 #, python-brace-format msgid "Edited abuse filter number {number}" msgstr "" -#: src/rc_formatters.py:1007 +#: src/rc_formatters.py:1039 #, python-brace-format msgid "Created abuse filter number {number}" msgstr "" -#: src/rc_formatters.py:1010 +#: src/rc_formatters.py:1042 #, python-brace-format msgid "Merged revision histories of {article} into {dest}" msgstr "" -#: src/rc_formatters.py:1014 +#: src/rc_formatters.py:1046 msgid "Created account automatically" msgstr "" -#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +#: src/rc_formatters.py:1049 src/rc_formatters.py:1058 msgid "Created account" msgstr "" -#: src/rc_formatters.py:1020 +#: src/rc_formatters.py:1052 #, python-brace-format msgid "Created account {article}" msgstr "" -#: src/rc_formatters.py:1023 +#: src/rc_formatters.py:1055 #, python-brace-format msgid "Created account {article} and password was sent by email" msgstr "" -#: src/rc_formatters.py:1029 +#: src/rc_formatters.py:1061 msgid "Added an entry to the interwiki table" msgstr "" -#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#: src/rc_formatters.py:1062 src/rc_formatters.py:1068 #, python-brace-format msgid "Prefix: {prefix}, website: {website} | {desc}" msgstr "" -#: src/rc_formatters.py:1035 +#: src/rc_formatters.py:1067 msgid "Edited an entry in interwiki table" msgstr "" -#: src/rc_formatters.py:1041 +#: src/rc_formatters.py:1073 msgid "Deleted an entry in interwiki table" msgstr "" -#: src/rc_formatters.py:1042 -#, python-brace-format -msgid "Prefix: {prefix} | {desc}" -msgstr "" - -#: src/rc_formatters.py:1045 -#, python-brace-format -msgid "Changed the content model of the page {article}" -msgstr "" - -#: src/rc_formatters.py:1046 -#, python-brace-format -msgid "Model changed from {old} to {new}: {reason}" -msgstr "" - -#: src/rc_formatters.py:1051 -#, python-brace-format -msgid "Edited the sprite for {article}" -msgstr "" - -#: src/rc_formatters.py:1054 -#, python-brace-format -msgid "Created the sprite sheet for {article}" -msgstr "" - -#: src/rc_formatters.py:1057 -#, python-brace-format -msgid "Edited the slice for {article}" -msgstr "" - -#: src/rc_formatters.py:1063 -#, python-brace-format -msgid "Created the Cargo table \"{table}\"" -msgstr "" - -#: src/rc_formatters.py:1067 -#, python-brace-format -msgid "Deleted the Cargo table \"{table}\"" -msgstr "" - #: src/rc_formatters.py:1074 #, python-brace-format -msgid "Recreated the Cargo table \"{table}\"" +msgid "Prefix: {prefix} | {desc}" msgstr "" -#: src/rc_formatters.py:1081 +#: src/rc_formatters.py:1077 #, python-brace-format -msgid "Replaced the Cargo table \"{table}\"" +msgid "Changed the content model of the page {article}" msgstr "" -#: src/rc_formatters.py:1085 +#: src/rc_formatters.py:1078 #, python-brace-format -msgid "Created a tag \"{tag}\"" +msgid "Model changed from {old} to {new}: {reason}" msgstr "" -#: src/rc_formatters.py:1089 +#: src/rc_formatters.py:1083 #, python-brace-format -msgid "Deleted a tag \"{tag}\"" +msgid "Created the page {article} using a non-default content model" +msgstr "" + +#: src/rc_formatters.py:1084 +#, python-brace-format +msgid "Created with model {new}: {reason}" +msgstr "" + +#: src/rc_formatters.py:1087 +#, python-brace-format +msgid "Edited the sprite for {article}" +msgstr "" + +#: src/rc_formatters.py:1090 +#, python-brace-format +msgid "Created the sprite sheet for {article}" msgstr "" #: src/rc_formatters.py:1093 #, python-brace-format -msgid "Activated a tag \"{tag}\"" -msgstr "" - -#: src/rc_formatters.py:1096 -#, python-brace-format -msgid "Deactivated a tag \"{tag}\"" +msgid "Edited the slice for {article}" msgstr "" #: src/rc_formatters.py:1099 -msgid "Changed wiki settings" +#, python-brace-format +msgid "Created the Cargo table \"{table}\"" msgstr "" #: src/rc_formatters.py:1103 #, python-brace-format -msgid "Deleted a \"{wiki}\" wiki" +msgid "Deleted the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:1106 +#: src/rc_formatters.py:1110 #, python-brace-format -msgid "Locked a \"{wiki}\" wiki" +msgid "Recreated the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:1109 +#: src/rc_formatters.py:1117 #, python-brace-format -msgid "Modified a \"{namespace_name}\" namespace" +msgid "Replaced the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 -msgid "Wiki" -msgstr "" - -#: src/rc_formatters.py:1113 +#: src/rc_formatters.py:1121 #, python-brace-format -msgid "Deleted a \"{namespace_name}\" namespace" -msgstr "" - -#: src/rc_formatters.py:1119 -#, python-brace-format -msgid "Modified \"{usergroup_name}\" usergroup" -msgstr "" - -#: src/rc_formatters.py:1122 -#, python-brace-format -msgid "Restored a \"{wiki}\" wiki" +msgid "Created the tag \"{tag}\"" msgstr "" #: src/rc_formatters.py:1125 #, python-brace-format +msgid "Deleted the tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1127 +msgid "Removed from" +msgstr "" + +#: src/rc_formatters.py:1127 +msgid "{} revision or log entry" +msgid_plural "{} revisions and/or log entries" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1131 +#, python-brace-format +msgid "Activated the tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1134 +#, python-brace-format +msgid "Deactivated the tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1137 +msgid "Changed wiki settings" +msgstr "" + +#: src/rc_formatters.py:1141 +#, python-brace-format +msgid "Deleted a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1144 +#, python-brace-format +msgid "Locked a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1147 +#, python-brace-format +msgid "Modified \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1149 src/rc_formatters.py:1154 +msgid "Wiki" +msgstr "" + +#: src/rc_formatters.py:1151 +#, python-brace-format +msgid "Deleted a \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1157 +#, python-brace-format +msgid "Modified \"{usergroup_name}\" usergroup" +msgstr "" + +#: src/rc_formatters.py:1160 +#, python-brace-format +msgid "Undeleted a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1163 +#, python-brace-format msgid "Unlocked a \"{wiki}\" wiki" msgstr "" -#: src/rc_formatters.py:1133 +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Generated {file} dump" +msgstr "" + +#: src/rc_formatters.py:1169 +#, python-brace-format +msgid "Deleted {file} dump" +msgstr "" + +#: src/rc_formatters.py:1177 #, python-brace-format msgid "Marked \"{article}\" for translation" msgstr "" -#: src/rc_formatters.py:1136 +#: src/rc_formatters.py:1180 #, python-brace-format msgid "Removed \"{article}\" from the translation system" msgstr "" -#: src/rc_formatters.py:1139 +#: src/rc_formatters.py:1183 #, python-brace-format msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" msgstr "" -#: src/rc_formatters.py:1142 +#: src/rc_formatters.py:1186 #, python-brace-format msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" msgstr "" -#: src/rc_formatters.py:1145 +#: src/rc_formatters.py:1189 #, python-brace-format msgid "Completed deletion of translatable page \"{article}\"" msgstr "" -#: src/rc_formatters.py:1148 +#: src/rc_formatters.py:1192 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translatable page " "\"{target}\"" msgstr "" -#: src/rc_formatters.py:1151 +#: src/rc_formatters.py:1195 #, python-brace-format msgid "Completed deletion of translation page \"{article}\"" msgstr "" -#: src/rc_formatters.py:1154 +#: src/rc_formatters.py:1198 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translation page \"{target}\"" msgstr "" -#: src/rc_formatters.py:1157 +#: src/rc_formatters.py:1201 #, python-brace-format msgid "Encouraged translation of \"{article}\"" msgstr "" -#: src/rc_formatters.py:1160 +#: src/rc_formatters.py:1204 #, python-brace-format msgid "Discouraged translation of \"{article}\"" msgstr "" -#: src/rc_formatters.py:1166 +#: src/rc_formatters.py:1210 #, python-brace-format msgid "Limited languages for \"{article}\" to `{languages}`" msgstr "" -#: src/rc_formatters.py:1168 +#: src/rc_formatters.py:1212 #, python-brace-format msgid "Priority languages for \"{article}\" set to `{languages}`" msgstr "" -#: src/rc_formatters.py:1170 +#: src/rc_formatters.py:1214 #, python-brace-format msgid "Removed priority languages from \"{article}\"" msgstr "" -#: src/rc_formatters.py:1173 +#: src/rc_formatters.py:1217 #, python-brace-format msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" msgstr "" -#: src/rc_formatters.py:1176 +#: src/rc_formatters.py:1220 #, python-brace-format msgid "" "Removed translatable page \"{article}\" from aggregate group \"{group}\"" msgstr "" -#: src/rc_formatters.py:1183 +#: src/rc_formatters.py:1227 #, python-brace-format msgid "Reviewed translation \"{article}\"" msgstr "" -#: src/rc_formatters.py:1186 +#: src/rc_formatters.py:1230 #, python-brace-format msgid "Changed the state of `{language}` translations of \"{article}\"" msgstr "" -#: src/rc_formatters.py:1188 +#: src/rc_formatters.py:1232 msgid "Old state" msgstr "" -#: src/rc_formatters.py:1189 +#: src/rc_formatters.py:1233 msgid "New state" msgstr "" -#: src/rc_formatters.py:1193 +#: src/rc_formatters.py:1242 +#, python-brace-format +msgid "Changed the language of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1243 +msgid "Old language" +msgstr "" + +#: src/rc_formatters.py:1244 +msgid "New language" +msgstr "" + +#: src/rc_formatters.py:1248 #, python-brace-format msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:1195 +#: src/rc_formatters.py:1250 #, python-brace-format msgid "Renamed user \"{old_name}\" to \"{new_name}\"" msgstr "" -#: src/rc_formatters.py:1199 +#: src/rc_formatters.py:1254 msgid "Action has been hidden by administration" msgstr "" -#: src/rc_formatters.py:1204 +#: src/rc_formatters.py:1259 #, python-brace-format msgid "Unknown event `{event}`" msgstr "" -#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +#: src/rc_formatters.py:1265 src/rc_formatters.py:1267 msgid "Report this on the support server" msgstr "" -#: src/rc_formatters.py:1229 +#: src/rc_formatters.py:1283 msgid "Tags" msgstr "" -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid "**Added**: " msgstr "" -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid " and {} more\n" msgstr "" -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid "**Removed**: " msgstr "" -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid " and {} more" msgstr "" -#: src/rc_formatters.py:1236 +#: src/rc_formatters.py:1290 msgid "Changed categories" msgstr "" diff --git a/locale/lol/LC_MESSAGES/rcgcdw.po b/locale/lol/LC_MESSAGES/rcgcdw.po index 2cc2238..1a6964d 100644 --- a/locale/lol/LC_MESSAGES/rcgcdw.po +++ b/locale/lol/LC_MESSAGES/rcgcdw.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 08:29+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-08-16 19:13+0000\n" "Last-Translator: Frisk The Evil Goat Overlord <>\n" "Language-Team: Lolcat , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: RcGcDw\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: lol\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#: src/discord/redaction.py:62 src/discord/redaction.py:65 +#: src/discord/redaction.py:70 +msgid "Removed" +msgstr "" diff --git a/locale/pl/LC_MESSAGES/discussion_formatters.mo b/locale/pl/LC_MESSAGES/discussion_formatters.mo index 13e6d96..026e234 100644 Binary files a/locale/pl/LC_MESSAGES/discussion_formatters.mo and b/locale/pl/LC_MESSAGES/discussion_formatters.mo differ diff --git a/locale/pl/LC_MESSAGES/discussion_formatters.po b/locale/pl/LC_MESSAGES/discussion_formatters.po index e708329..32517e8 100644 --- a/locale/pl/LC_MESSAGES/discussion_formatters.po +++ b/locale/pl/LC_MESSAGES/discussion_formatters.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 14:13+0100\n" -"PO-Revision-Date: 2020-11-20 09:22+0000\n" -"Last-Translator: Frisk The Evil Goat Overlord \n" -"Language-Team: Polish \n" +"Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" @@ -20,11 +20,17 @@ msgstr "" "|| n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 4.2.1\n" -#: src/discussion_formatters.py:25 src/discussion_formatters.py:81 +#: src/discussion_formatters.py:21 src/discussion_formatters.py:56 +#: src/discussion_formatters.py:67 src/discussion_formatters.py:95 +#: src/discussion_formatters.py:163 src/discussion_formatters.py:176 +msgid "unknown" +msgstr "nieznany" + +#: src/discussion_formatters.py:27 src/discussion_formatters.py:102 msgid "Unregistered user" msgstr "Niezarejestrowany użytkownik" -#: src/discussion_formatters.py:34 +#: src/discussion_formatters.py:39 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " @@ -33,7 +39,7 @@ msgstr "" "[{author}]({author_url}) stworzył(a) [{title}](<{url}f/p/{threadId}>) w " "{forumName}" -#: src/discussion_formatters.py:36 +#: src/discussion_formatters.py:42 #, python-brace-format msgid "" "[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " @@ -42,7 +48,7 @@ msgstr "" "[{author}]({author_url}) stworzył(a) ankietę [{title}](<{url}f/p/{threadId}" ">) w {forumName}" -#: src/discussion_formatters.py:38 +#: src/discussion_formatters.py:45 #, python-brace-format msgid "" "[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " @@ -51,7 +57,7 @@ msgstr "" "[{author}]({author_url}) stworzył(a) quiz [{title}](<{url}f/p/{threadId}>) w " "{forumName}" -#: src/discussion_formatters.py:43 +#: src/discussion_formatters.py:54 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " @@ -60,12 +66,7 @@ msgstr "" "[{author}]({author_url}) dodał(a) [odpowiedź](<{url}f/p/{threadId}/r/{postId}" ">) pod tematem [{title}](<{url}f/p/{threadId}>) w {forumName}" -#: src/discussion_formatters.py:45 src/discussion_formatters.py:54 -#: src/discussion_formatters.py:137 src/discussion_formatters.py:150 -msgid "unknown" -msgstr "nieznany" - -#: src/discussion_formatters.py:49 +#: src/discussion_formatters.py:61 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" @@ -76,7 +77,7 @@ msgstr "" "{user_wall}?threadId={threadId}>) na [tablicy wiadomości {user}](<{url}wiki/" "Message_Wall:{user_wall}>)" -#: src/discussion_formatters.py:51 +#: src/discussion_formatters.py:64 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" @@ -89,7 +90,7 @@ msgstr "" "Message_Wall:{user_wall}?threadId={threadId}>) na [tablicy wiadomości {user}]" "(<{url}wiki/Message_Wall:{user_wall}>)" -#: src/discussion_formatters.py:57 +#: src/discussion_formatters.py:72 #, python-brace-format msgid "" "[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " @@ -98,18 +99,18 @@ msgstr "" "[{author}]({author_url}) dodał(a) [komentarz](<{url}?commentId={commentId}>) " "w [{article}](<{url}>)" -#: src/discussion_formatters.py:62 +#: src/discussion_formatters.py:78 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}?commentId={commentId}" "&replyId={replyId}>) to a [comment](<{url}?commentId={commentId}>) on " "[{article}](<{url}>)" msgstr "" -"[{author}]({author_url}) dodał(a) " -"[odpowiedź](<{url}?commentId={commentId}&replyId={replyId}) na " -"[komentarz](<{url}?commentId={commentId}>) w artykule [{article}](<{url}>)" +"[{author}]({author_url}) dodał(a) [odpowiedź](<{url}?commentId={commentId}" +"&replyId={replyId}>) na [komentarz](<{url}?commentId={commentId}>) w " +"artykule [{article}](<{url}>)" -#: src/discussion_formatters.py:70 +#: src/discussion_formatters.py:86 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " @@ -118,68 +119,68 @@ msgstr "" "Nieznane wydarzenie `{event}` wykonane przez [{author}]({author_url}), zgłoś " "je na [serwerze wsparcia](<{support}>)." -#: src/discussion_formatters.py:98 +#: src/discussion_formatters.py:123 #, python-brace-format msgid "Created \"{title}\"" msgstr "Stworzył(a) „{title}”" -#: src/discussion_formatters.py:102 +#: src/discussion_formatters.py:127 #, python-brace-format msgid "Created a poll \"{title}\"" msgstr "Stworzył(a) ankietę zatytułowaną „{title}”" -#: src/discussion_formatters.py:109 +#: src/discussion_formatters.py:134 msgid "Option {}" msgstr "Opcja {}" -#: src/discussion_formatters.py:110 +#: src/discussion_formatters.py:135 #, python-brace-format msgid "__[View image]({image_url})__" msgstr "__[Zobacz zdjęcie]({image_url})__" -#: src/discussion_formatters.py:114 +#: src/discussion_formatters.py:139 #, python-brace-format msgid "Created a quiz \"{title}\"" msgstr "Stworzył(a) quiz „{title}”" -#: src/discussion_formatters.py:129 src/discussion_formatters.py:131 +#: src/discussion_formatters.py:155 src/discussion_formatters.py:157 msgid "Tags" msgstr "Fora" -#: src/discussion_formatters.py:129 +#: src/discussion_formatters.py:155 msgid "{} tags" msgstr "{} tagów" -#: src/discussion_formatters.py:134 +#: src/discussion_formatters.py:160 #, python-brace-format msgid "Replied to \"{title}\"" msgstr "Odpowiedział(a) w „{title}”" -#: src/discussion_formatters.py:143 +#: src/discussion_formatters.py:169 #, python-brace-format msgid "Created \"{title}\" on {user}'s Message Wall" msgstr "Stworzył(a) „{title}” na tablicy wiadomości {user}" -#: src/discussion_formatters.py:147 +#: src/discussion_formatters.py:173 #, python-brace-format msgid "Replied to \"{title}\" on {user}'s Message Wall" msgstr "Odpowiedział(a) na „{title}” z tablicy wiadomości {user}" -#: src/discussion_formatters.py:154 +#: src/discussion_formatters.py:180 #, python-brace-format msgid "Commented on {article}" msgstr "Skomentował(a) „{article}”" -#: src/discussion_formatters.py:158 +#: src/discussion_formatters.py:184 #, python-brace-format msgid "Replied to a comment on {article}" msgstr "Odpowiedział(a) na komentarz w „{article}”" -#: src/discussion_formatters.py:162 +#: src/discussion_formatters.py:188 #, python-brace-format msgid "Unknown event `{event}`" msgstr "Nieznane wydarzenie `{event}`" -#: src/discussion_formatters.py:168 src/discussion_formatters.py:170 +#: src/discussion_formatters.py:194 src/discussion_formatters.py:196 msgid "Report this on the support server" msgstr "Zgłoś to na serwerze wsparcia" diff --git a/locale/pl/LC_MESSAGES/rc.po b/locale/pl/LC_MESSAGES/rc.po index fdf1039..ed765bd 100644 --- a/locale/pl/LC_MESSAGES/rc.po +++ b/locale/pl/LC_MESSAGES/rc.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-08-13 19:07+0000\n" "Last-Translator: Rail <>\n" "Language-Team: Polish \n" @@ -19,24 +19,24 @@ msgstr "" "X-Generator: Weblate 4.1.1\n" "Generated-By: pygettext.py 1.5\n" -#: src/rc.py:321 +#: src/rc.py:322 #, python-brace-format msgid "{wiki} seems to be down or unreachable." msgstr "{wiki} nie działa lub jest nieosiągalna." -#: src/rc.py:322 src/rc.py:334 +#: src/rc.py:323 src/rc.py:335 msgid "Connection status" msgstr "Status połączenia" -#: src/rc.py:332 +#: src/rc.py:333 #, python-brace-format msgid "Connection to {wiki} seems to be stable now." msgstr "Połączenie z {wiki} wygląda na stabilne." -#: src/rc.py:403 +#: src/rc.py:404 msgid "~~hidden~~" msgstr "~~ukryte~~" -#: src/rc.py:407 +#: src/rc.py:408 msgid "hidden" msgstr "ukryte" diff --git a/locale/pl/LC_MESSAGES/rc_formatters.mo b/locale/pl/LC_MESSAGES/rc_formatters.mo index 255c4ff..2c0acb3 100644 Binary files a/locale/pl/LC_MESSAGES/rc_formatters.mo and b/locale/pl/LC_MESSAGES/rc_formatters.mo differ diff --git a/locale/pl/LC_MESSAGES/rc_formatters.po b/locale/pl/LC_MESSAGES/rc_formatters.po index 3c7bdc5..12357f3 100644 --- a/locale/pl/LC_MESSAGES/rc_formatters.po +++ b/locale/pl/LC_MESSAGES/rc_formatters.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" -"PO-Revision-Date: 2020-12-01 12:29+0000\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" +"PO-Revision-Date: 2021-04-14 14:22+0000\n" "Last-Translator: Frisk The Evil Goat Overlord \n" "Language-Team: Polish \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.2.1\n" +"X-Generator: Weblate 4.4.2\n" "Generated-By: pygettext.py 1.5\n" #: src/rc_formatters.py:28 @@ -99,14 +99,14 @@ msgstr "" "\"{action}\" w *[{target}]({target_url})* - podjęte działanie: {result}" #: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 -#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 -#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 -#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 -#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 -#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 -#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 -#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 -#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +#: src/rc_formatters.py:457 src/rc_formatters.py:460 src/rc_formatters.py:463 +#: src/rc_formatters.py:464 src/rc_formatters.py:469 src/rc_formatters.py:470 +#: src/rc_formatters.py:478 src/rc_formatters.py:482 src/rc_formatters.py:682 +#: src/rc_formatters.py:683 src/rc_formatters.py:684 src/rc_formatters.py:1141 +#: src/rc_formatters.py:1144 src/rc_formatters.py:1147 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1152 +#: src/rc_formatters.py:1154 src/rc_formatters.py:1160 +#: src/rc_formatters.py:1163 src/rc_formatters.py:1255 msgid "Unknown" msgstr "Nieznana" @@ -116,8 +116,8 @@ msgid "" "[{author}]({author_url}) edited [{article}]({edit_link}){comment} {bold}" "({sign}{edit_size}){bold}" msgstr "" -"[{author}]({author_url}) edytował(a) [{article}]({edit_link}){comment} " -"{bold}({sign}{edit_size}){bold}" +"[{author}]({author_url}) edytował(a) [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" #: src/rc_formatters.py:118 #, python-brace-format @@ -125,8 +125,8 @@ msgid "" "[{author}]({author_url}) created [{article}]({edit_link}){comment} {bold}" "({sign}{edit_size}){bold}" msgstr "" -"[{author}]({author_url}) stworzył(a) [{article}]({edit_link}){comment} " -"{bold}({sign}{edit_size}){bold}" +"[{author}]({author_url}) stworzył(a) [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" #: src/rc_formatters.py:121 #, python-brace-format @@ -198,16 +198,16 @@ msgstr "" "[{author}]({author_url}) przeniósł ustawienia zabezpieczeń z {redirect}" "*{article}* do [{target}]({target_url}){comment}" -#: src/rc_formatters.py:170 src/rc_formatters.py:823 +#: src/rc_formatters.py:170 src/rc_formatters.py:855 msgid "for infinity and beyond" msgstr "na wieczność" -#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#: src/rc_formatters.py:179 src/rc_formatters.py:863 #, python-brace-format msgid "for {num} {translated_length}" msgstr "na {num} {translated_length}" -#: src/rc_formatters.py:185 src/rc_formatters.py:835 +#: src/rc_formatters.py:185 src/rc_formatters.py:867 msgid "until {}" msgstr "do {}" @@ -215,7 +215,7 @@ msgstr "do {}" msgid " on pages: " msgstr " na stronach: " -#: src/rc_formatters.py:196 src/rc_formatters.py:849 +#: src/rc_formatters.py:196 src/rc_formatters.py:881 msgid " and namespaces: " msgstr " oraz przestrzeniach nazw: " @@ -343,11 +343,11 @@ msgid "" "[{author}]({author_url}) edited the {field} on [their own]({target_url}) " "profile. *({desc})*" msgstr "" -"[{author}]({author_url}) edytował(a) pole {field} na [swoim " -"własnym]({target_url}) profilu. *({desc})*" +"[{author}]({author_url}) edytował(a) pole {field} na [swoim własnym]" +"({target_url}) profilu. *({desc})*" -#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 -#: src/rc_formatters.py:947 +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:977 +#: src/rc_formatters.py:979 msgid "none" msgstr "brak" @@ -369,7 +369,7 @@ msgstr "" "{author} automatycznie zmienił przynależność do grup [{target}]" "({target_url}) z {old_groups} na {new_groups}{comment}" -#: src/rc_formatters.py:304 src/rc_formatters.py:933 +#: src/rc_formatters.py:304 src/rc_formatters.py:965 msgid "System" msgstr "System" @@ -382,8 +382,8 @@ msgstr "" "[{author}]({author_url}) zabezpieczył(a) [{article}]({article_url}) z " "ustawieniami: {settings}{comment}" -#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 -#: src/rc_formatters.py:961 +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:987 +#: src/rc_formatters.py:993 msgid " [cascading]" msgstr " [kaskadowo]" @@ -465,11 +465,11 @@ msgstr[0] "" "[{author}]({author_url}) zaimportował(a) wersję [{article}]({article_url}) z " "[{source}]({source_url}){comment}" msgstr[1] "" -"[{author}]({author_url}) zaimportował(a) {count} wersji artykułu " -"[{article}]({article_url}) z [{source}]({source_url}){comment}" +"[{author}]({author_url}) zaimportował(a) {count} wersji artykułu [{article}]" +"({article_url}) z [{source}]({source_url}){comment}" msgstr[2] "" -"[{author}]({author_url}) zaimportował(a) {count} wersji artykułu " -"[{article}]({article_url}) z [{source}]({source_url}){comment}" +"[{author}]({author_url}) zaimportował(a) {count} wersji artykułu [{article}]" +"({article_url}) z [{source}]({source_url}){comment}" #: src/rc_formatters.py:364 #, python-brace-format @@ -560,10 +560,19 @@ msgstr "" #: src/rc_formatters.py:407 #, python-brace-format msgid "" +"[{author}]({author_url}) created the page [{article}]({article_url}) using a " +"non-default content model {new}{comment}" +msgstr "" +"[{author}]({author_url}) utworzył(a) stronę [{article}]({article_url}) " +"używając niedomyślnego modelu zawartości {new}{comment}" + +#: src/rc_formatters.py:410 +#, python-brace-format +msgid "" "[{author}]({author_url}) edited the sprite for [{article}]({article_url})" msgstr "[{author}]({author_url}) edytował(a) sprite [{article}]({article_url})" -#: src/rc_formatters.py:410 +#: src/rc_formatters.py:413 #, python-brace-format msgid "" "[{author}]({author_url}) created the sprite sheet for [{article}]" @@ -571,77 +580,99 @@ msgid "" msgstr "" "[{author}]({author_url}) utworzył(a) sprite sheet [{article}]({article_url})" -#: src/rc_formatters.py:413 +#: src/rc_formatters.py:416 #, python-brace-format msgid "" "[{author}]({author_url}) edited the slice for [{article}]({article_url})" msgstr "[{author}]({author_url}) edytował(a) slice [{article}]({article_url})" -#: src/rc_formatters.py:418 +#: src/rc_formatters.py:421 #, python-brace-format msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) utworzył(a) tabelę Cargo „{table}”" -#: src/rc_formatters.py:420 +#: src/rc_formatters.py:423 #, python-brace-format msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) usunął tabelę Cargo „{table}”" -#: src/rc_formatters.py:425 +#: src/rc_formatters.py:428 #, python-brace-format msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) utworzył(a) ponownie tabelę Cargo „{table}”" -#: src/rc_formatters.py:430 +#: src/rc_formatters.py:433 #, python-brace-format msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) zastąpił(a) tabelę Cargo „{table}”" -#: src/rc_formatters.py:433 -#, python-brace-format -msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:436 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) created the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) utworzył(a) [znacznik]({tag_url}) „{tag}”" -#: src/rc_formatters.py:437 -#, python-brace-format -msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:441 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) usunął [znacznik]({tag_url}) „{tag}”" -#: src/rc_formatters.py:441 -#, python-brace-format -msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:443 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revision or log entry{comment}" +msgid_plural "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revisions and/or log entries{comment}" +msgstr[0] "" +"[{author}]({author_url}) zaimportował(a) [{article}]({article_url}) z jedną " +"wersją{comment}" +msgstr[1] "" +"[{author}]({author_url}) zaimportował(a) [{article}]({article_url}) z " +"{count} wersjami{comment}" +msgstr[2] "" +"[{author}]({author_url}) zaimportował(a) [{article}]({article_url}) z " +"{count} wersjami{comment}" + +#: src/rc_formatters.py:449 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) activated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) aktywował(a) [znacznik]({tag_url}) „{tag}”" -#: src/rc_formatters.py:444 -#, python-brace-format -msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:452 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deactivated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) dezaktywował(a) [znacznik]({tag_url}) „{tag}”" -#: src/rc_formatters.py:446 +#: src/rc_formatters.py:454 #, python-brace-format msgid "[{author}]({author_url}) changed wiki settings{reason}" msgstr "[{author}]({author_url}) zmienił(a) ustawienia wiki{reason}" -#: src/rc_formatters.py:448 +#: src/rc_formatters.py:456 #, python-brace-format msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" msgstr "[{author}]({author_url}) usunął/usunęła wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:451 +#: src/rc_formatters.py:459 #, python-brace-format msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" msgstr "[{author}]({author_url}) zablokował(a) wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:454 -#, python-brace-format +#: src/rc_formatters.py:462 +#, fuzzy, python-brace-format msgid "" -"[{author}]({author_url}) modified a namespace *{namespace_name}* on " +"[{author}]({author_url}) modified namespace *{namespace_name}* on " "*{wiki_name}*{comment}" msgstr "" "[{author}]({author_url}) zmodyfikował(a) przestrzeń nazw *{namespace_name}* " "na *{wiki_name}*{comment}" -#: src/rc_formatters.py:459 +#: src/rc_formatters.py:467 #, python-brace-format msgid "" "[{author}]({author_url}) deleted a namespace *{namespace_name}* on " @@ -650,24 +681,36 @@ msgstr "" "[{author}]({author_url}) usunął/usunęła przestrzeń nazw *{namespace_name}* " "na *{wiki_name}*{comment}" -#: src/rc_formatters.py:465 +#: src/rc_formatters.py:473 #, python-brace-format msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" msgstr "" -"[{author}]({author_url}) zaimportował(a) grupę użytkownika " -"*{group_name}*{comment}" +"[{author}]({author_url}) zaimportował(a) grupę użytkownika *{group_name}" +"*{comment}" -#: src/rc_formatters.py:469 -#, python-brace-format -msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" -msgstr "[{author}]({author_url}) przywrócił(a) wiki *{wiki_name}*{comment}" +#: src/rc_formatters.py:477 +#, fuzzy, python-brace-format +msgid "[{author}]({author_url}) undeleted a wiki *{wiki_name}*{comment}" +msgstr "[{author}]({author_url}) usunął/usunęła wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:473 +#: src/rc_formatters.py:481 #, python-brace-format msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" msgstr "[{author}]({author_url}) odblokował(a) wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:484 +#: src/rc_formatters.py:486 +#, python-brace-format +msgid "[{author}]({author_url}) generated *{file}* dump{comment}" +msgstr "" +"[{author}]({author_url}) wygenerował(a) kopię zapasową w *{file}*{comment}" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "[{author}]({author_url}) deleted *{file}* dump{comment}" +msgstr "" +"[{author}]({author_url}) usunął/usunęła kopię zapasową *{file}*{comment}" + +#: src/rc_formatters.py:502 #, python-brace-format msgid "" "[{author}]({author_url}) marked [{article}]({article_url}) for " @@ -676,7 +719,7 @@ msgstr "" "[{author}]({author_url}) oznaczył(a) [{article}]({article_url}) do " "tłumaczenia{comment}" -#: src/rc_formatters.py:491 +#: src/rc_formatters.py:509 #, python-brace-format msgid "" "[{author}]({author_url}) removed [{article}]({article_url}) from the " @@ -685,7 +728,7 @@ msgstr "" "[{author}]({author_url}) usunął/usunęła [{article}]({article_url}) z systemu " "tłumaczeń{comment}" -#: src/rc_formatters.py:498 +#: src/rc_formatters.py:516 #, python-brace-format msgid "" "[{author}]({author_url}) completed moving translation pages from *{article}* " @@ -694,25 +737,25 @@ msgstr "" "[{author}]({author_url}) zakończył(a) przenoszenie stron tłumaczeń z " "*{article}* do [{target}]({target_url}){comment}" -#: src/rc_formatters.py:506 +#: src/rc_formatters.py:524 #, python-brace-format msgid "" "[{author}]({author_url}) encountered a problem while moving [{article}]" "({article_url}) to [{target}]({target_url}){comment}" msgstr "" -"[{author}]({author_url}) napotkał(a) problem podczas przenoszenia " -"[{article}]({article_url}) do [{target}]({target_url}){comment}" +"[{author}]({author_url}) napotkał(a) problem podczas przenoszenia [{article}]" +"({article_url}) do [{target}]({target_url}){comment}" -#: src/rc_formatters.py:514 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:532 +#, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translatable page [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) usunął zabezpieczenia z [{article}]({article_url})" -"{comment}" +"[{author}]({author_url}) zakończył(a) usuwanie tłumaczonej strony [{article}]" +"({article_url}){comment}" -#: src/rc_formatters.py:522 +#: src/rc_formatters.py:540 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " @@ -721,7 +764,7 @@ msgstr "" "[{author}]({author_url}) zaimportował(a) [{article}]({article_url}) z jedną " "wersją{comment}" -#: src/rc_formatters.py:530 +#: src/rc_formatters.py:548 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translation page [{article}]" @@ -730,7 +773,7 @@ msgstr "" "[{author}]({author_url}) zmienił(a) widoczność wersji strony [{article}]" "({article_url}){comment}" -#: src/rc_formatters.py:538 +#: src/rc_formatters.py:556 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " @@ -739,7 +782,7 @@ msgstr "" "[{author}]({author_url}) zaimportował(a) [{article}]({article_url}) z jedną " "wersją{comment}" -#: src/rc_formatters.py:546 +#: src/rc_formatters.py:564 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) encouraged translation of [{article}]({article_url})" @@ -748,7 +791,7 @@ msgstr "" "[{author}]({author_url}) usunął zabezpieczenia z [{article}]({article_url})" "{comment}" -#: src/rc_formatters.py:553 +#: src/rc_formatters.py:571 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) discouraged translation of [{article}]" @@ -756,7 +799,7 @@ msgid "" msgstr "" "[{author}]({author_url}) odtworzył(a) [{article}]({article_url}){comment}" -#: src/rc_formatters.py:563 +#: src/rc_formatters.py:581 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) limited languages for [{article}]({article_url}) to " @@ -765,7 +808,7 @@ msgstr "" "[{author}]({author_url}) zmienił(a) ustawienia zabezpieczeń [{article}]" "({article_url}) na: {settings}{comment}" -#: src/rc_formatters.py:569 +#: src/rc_formatters.py:587 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) set the priority languages for [{article}]" @@ -774,7 +817,7 @@ msgstr "" "[{author}]({author_url}) zmienił(a) ustawienia zabezpieczeń [{article}]" "({article_url}) na: {settings}{comment}" -#: src/rc_formatters.py:575 +#: src/rc_formatters.py:593 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) removed priority languages from [{article}]" @@ -783,7 +826,7 @@ msgstr "" "[{author}]({author_url}) usunął zabezpieczenia z [{article}]({article_url})" "{comment}" -#: src/rc_formatters.py:582 +#: src/rc_formatters.py:600 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) added translatable page [{article}]({article_url}) " @@ -792,7 +835,7 @@ msgstr "" "[{author}]({author_url}) zmienił(a) model zawartości [{article}]" "({article_url}) z {old} na {new}{comment}" -#: src/rc_formatters.py:589 +#: src/rc_formatters.py:607 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) removed translatable page [{article}]" @@ -801,7 +844,7 @@ msgstr "" "[{author}]({author_url}) usunął zabezpieczenia z [{article}]({article_url})" "{comment}" -#: src/rc_formatters.py:601 +#: src/rc_formatters.py:619 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) reviewed translation [{article}]({article_url})" @@ -809,7 +852,7 @@ msgid "" msgstr "" "[{author}]({author_url}) odtworzył(a) [{article}]({article_url}){comment}" -#: src/rc_formatters.py:609 +#: src/rc_formatters.py:627 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " @@ -818,7 +861,7 @@ msgstr "" "[{author}]({author_url}) zmienił(a) model zawartości [{article}]" "({article_url}) z {old} na {new}{comment}" -#: src/rc_formatters.py:616 +#: src/rc_formatters.py:634 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " @@ -827,7 +870,21 @@ msgstr "" "[{author}]({author_url}) zmienił(a) model zawartości [{article}]" "({article_url}) z {old} na {new}{comment}" -#: src/rc_formatters.py:625 +#: src/rc_formatters.py:643 src/rc_formatters.py:646 src/rc_formatters.py:1238 +#: src/rc_formatters.py:1241 +msgid "(default)" +msgstr "" + +#: src/rc_formatters.py:647 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) changed the language of [{article}]({article_url}) " +"from {old_lang} to {new_lang}{comment}" +msgstr "" +"[{author}]({author_url}) zmienił(a) model zawartości [{article}]" +"({article_url}) z {old} na {new}{comment}" + +#: src/rc_formatters.py:656 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " @@ -839,18 +896,18 @@ msgstr[0] "[{author}]({author_url}) skasował(a) [{page}]({page_link}){comment}" msgstr[1] "[{author}]({author_url}) skasował(a) [{page}]({page_link}){comment}" msgstr[2] "[{author}]({author_url}) skasował(a) [{page}]({page_link}){comment}" -#: src/rc_formatters.py:630 +#: src/rc_formatters.py:661 #, fuzzy, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" "{comment}" msgstr "[{author}]({author_url}) skasował(a) [{page}]({page_link}){comment}" -#: src/rc_formatters.py:634 +#: src/rc_formatters.py:665 msgid "An action has been hidden by administration." msgstr "Akcja została ukryta przez administrację." -#: src/rc_formatters.py:641 +#: src/rc_formatters.py:672 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " @@ -859,80 +916,80 @@ msgstr "" "Nieznane wydarzenie `{event}` wykonane przez [{author}]({author_url}), zgłoś " "je na [serwerze wsparcia](<{support}>)." -#: src/rc_formatters.py:649 +#: src/rc_formatters.py:681 #, python-brace-format msgid "{user} triggered \"{abuse_filter}\"" msgstr "{user} wywołał(a) \"{abuse_filter}\"" -#: src/rc_formatters.py:650 +#: src/rc_formatters.py:682 msgid "Performed" msgstr "Wykonano" -#: src/rc_formatters.py:651 +#: src/rc_formatters.py:683 msgid "Action taken" msgstr "Podjęte działania" -#: src/rc_formatters.py:652 +#: src/rc_formatters.py:684 msgid "Title" msgstr "Tytuł" -#: src/rc_formatters.py:661 src/rc_formatters.py:948 +#: src/rc_formatters.py:693 src/rc_formatters.py:980 msgid "No description provided" msgstr "Nie podano opisu zmian" -#: src/rc_formatters.py:685 +#: src/rc_formatters.py:717 msgid "(N!) " msgstr "(N!) " -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "m" msgstr "d" -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "b" msgstr "b" -#: src/rc_formatters.py:703 src/rc_formatters.py:708 +#: src/rc_formatters.py:735 src/rc_formatters.py:740 msgid "__Only whitespace__" msgstr "__Tylko znaki niedrukowane__" -#: src/rc_formatters.py:713 +#: src/rc_formatters.py:745 msgid "Removed" msgstr "Usunięto" -#: src/rc_formatters.py:715 +#: src/rc_formatters.py:747 msgid "Added" msgstr "Dodano" -#: src/rc_formatters.py:749 src/rc_formatters.py:788 +#: src/rc_formatters.py:781 src/rc_formatters.py:820 msgid "Options" msgstr "Opcje" -#: src/rc_formatters.py:749 +#: src/rc_formatters.py:781 #, python-brace-format msgid "([preview]({link}) | [undo]({undolink}))" msgstr "([podgląd]({link}) | [wycofaj]({undolink}))" -#: src/rc_formatters.py:754 +#: src/rc_formatters.py:786 #, python-brace-format msgid "Uploaded a new version of {name}" msgstr "Przesłał(a) nową wersję {name}" -#: src/rc_formatters.py:756 +#: src/rc_formatters.py:788 #, python-brace-format msgid "Reverted a version of {name}" msgstr "Wycofał(a) wersję {name}" -#: src/rc_formatters.py:758 +#: src/rc_formatters.py:790 #, python-brace-format msgid "Uploaded {name}" msgstr "Przesłał(a) {name}" -#: src/rc_formatters.py:774 +#: src/rc_formatters.py:806 msgid "**No license!**" msgstr "**Brak licencji!**" -#: src/rc_formatters.py:786 +#: src/rc_formatters.py:818 msgid "" "\n" "License: {}" @@ -940,173 +997,173 @@ msgstr "" "\n" "Licencja: {}" -#: src/rc_formatters.py:788 +#: src/rc_formatters.py:820 #, python-brace-format msgid "([preview]({link}))" msgstr "([podgląd]({link}))" -#: src/rc_formatters.py:793 +#: src/rc_formatters.py:825 #, python-brace-format msgid "Deleted page {article}" msgstr "Usunął stronę {article}" -#: src/rc_formatters.py:798 +#: src/rc_formatters.py:830 #, python-brace-format msgid "Deleted redirect {article} by overwriting" msgstr "" "Usunął przekierowanie ({article}), aby zrobić miejsce dla przenoszonej strony" -#: src/rc_formatters.py:804 +#: src/rc_formatters.py:836 msgid "No redirect has been made" msgstr "Nie utworzono przekierowania" -#: src/rc_formatters.py:805 +#: src/rc_formatters.py:837 msgid "A redirect has been made" msgstr "Zostało utworzone przekierowanie" -#: src/rc_formatters.py:806 +#: src/rc_formatters.py:838 #, python-brace-format msgid "Moved {redirect}{article} to {target}" msgstr "Przeniósł {redirect}{article} do {target}" -#: src/rc_formatters.py:809 +#: src/rc_formatters.py:841 #, python-brace-format msgid "Moved {redirect}{article} to {title} over redirect" msgstr "Przeniósł {redirect}{article} do strony przekierowującej {title}" -#: src/rc_formatters.py:813 +#: src/rc_formatters.py:845 #, python-brace-format msgid "Moved protection settings from {redirect}{article} to {title}" msgstr "Przeniesiono ustawienia zabezpieczeń z {redirect}{article} do {title}" -#: src/rc_formatters.py:837 +#: src/rc_formatters.py:869 msgid "unknown expiry time" msgstr "nieznany czas zakończenia" -#: src/rc_formatters.py:842 +#: src/rc_formatters.py:874 msgid "Blocked from editing the following pages: " msgstr "Blokada przed edytowaniem następujących stron: " -#: src/rc_formatters.py:851 +#: src/rc_formatters.py:883 msgid "Blocked from editing pages on following namespaces: " msgstr "Blokada przed edytowaniem stron na następujących przestrzeniach nazw: " -#: src/rc_formatters.py:862 +#: src/rc_formatters.py:894 msgid "Partial block details" msgstr "Szczegóły częściowej blokady" -#: src/rc_formatters.py:863 +#: src/rc_formatters.py:895 #, python-brace-format msgid "Blocked {blocked_user} {time}" msgstr "Zablokowano {blocked_user} {time}" -#: src/rc_formatters.py:867 +#: src/rc_formatters.py:899 #, python-brace-format msgid "Changed block settings for {blocked_user}" msgstr "Zmienił ustawienia blokady {blocked_user}" -#: src/rc_formatters.py:871 +#: src/rc_formatters.py:903 #, python-brace-format msgid "Unblocked {blocked_user}" msgstr "Odblokował {blocked_user}" -#: src/rc_formatters.py:878 +#: src/rc_formatters.py:910 #, python-brace-format msgid "Left a comment on {target}'s profile" msgstr "Zostawiono komentarz na profilu użytkownika {target}" -#: src/rc_formatters.py:880 +#: src/rc_formatters.py:912 msgid "Left a comment on their own profile" msgstr "Zostawił(a) komentarz na swoim profilu" -#: src/rc_formatters.py:887 +#: src/rc_formatters.py:919 #, python-brace-format msgid "Replied to a comment on {target}'s profile" msgstr "Odpowiedziano na komentarz na profilu użytkownika {target}" -#: src/rc_formatters.py:889 +#: src/rc_formatters.py:921 msgid "Replied to a comment on their own profile" msgstr "Odpowiedział(a) na komentarz na swoim profilu" -#: src/rc_formatters.py:896 +#: src/rc_formatters.py:928 #, python-brace-format msgid "Edited a comment on {target}'s profile" msgstr "Edytowano komentarz na profilu użytkownika {target}" -#: src/rc_formatters.py:898 +#: src/rc_formatters.py:930 msgid "Edited a comment on their own profile" msgstr "Edytował(a) komentarz na swoim profilu" -#: src/rc_formatters.py:903 +#: src/rc_formatters.py:935 #, python-brace-format msgid "Edited {target}'s profile" msgstr "Edytowano profil użytkownika {target}" -#: src/rc_formatters.py:905 +#: src/rc_formatters.py:937 msgid "Edited their own profile" msgstr "Edytował(a) swój profil" -#: src/rc_formatters.py:907 +#: src/rc_formatters.py:939 #, python-brace-format msgid "Cleared the {field} field" msgstr "Wyczyszczono pole {field}" -#: src/rc_formatters.py:909 +#: src/rc_formatters.py:941 #, python-brace-format msgid "{field} field changed to: {desc}" msgstr "pole „{field}” zostało zmienione na: {desc}" -#: src/rc_formatters.py:914 +#: src/rc_formatters.py:946 #, python-brace-format msgid "Purged a comment on {target}'s profile" msgstr "Usunął permanentnie komentarz na profilu użytkownika {target}" -#: src/rc_formatters.py:916 +#: src/rc_formatters.py:948 #, fuzzy msgid "Purged a comment on their own profile" msgstr "Edytował(a) komentarz na swoim profilu" -#: src/rc_formatters.py:924 +#: src/rc_formatters.py:956 #, python-brace-format msgid "Deleted a comment on {target}'s profile" msgstr "Usunął komentarz na profilu użytkownika {target}" -#: src/rc_formatters.py:926 +#: src/rc_formatters.py:958 #, fuzzy msgid "Deleted a comment on their own profile" msgstr "Edytował(a) komentarz na swoim profilu" -#: src/rc_formatters.py:930 +#: src/rc_formatters.py:962 #, python-brace-format msgid "Changed group membership for {target}" msgstr "Zmieniono przynależność do grup dla {target}" -#: src/rc_formatters.py:934 +#: src/rc_formatters.py:966 #, python-brace-format msgid "{target} got autopromoted to a new usergroup" msgstr "{target} automatycznie otrzymał nową grupę użytkownika" -#: src/rc_formatters.py:949 +#: src/rc_formatters.py:981 #, python-brace-format msgid "Groups changed from {old_groups} to {new_groups}{reason}" msgstr "Grupy zmienione z {old_groups} do {new_groups}{reason}" -#: src/rc_formatters.py:953 +#: src/rc_formatters.py:985 #, python-brace-format msgid "Protected {target}" msgstr "Zabezpieczono {target}" -#: src/rc_formatters.py:959 +#: src/rc_formatters.py:991 #, python-brace-format msgid "Changed protection level for {article}" msgstr "Zmieniono poziom zabezpieczeń {article}" -#: src/rc_formatters.py:965 +#: src/rc_formatters.py:997 #, python-brace-format msgid "Removed protection from {article}" msgstr "Usunięto zabezpieczenie z {article}" -#: src/rc_formatters.py:969 +#: src/rc_formatters.py:1001 #, python-brace-format msgid "Changed visibility of revision on page {article} " msgid_plural "Changed visibility of {amount} revisions on page {article} " @@ -1114,7 +1171,7 @@ msgstr[0] "Zmieniono widoczność wersji na stronie {article} " msgstr[1] "Zmieniono widoczność {amount} wersji na stronie {article} " msgstr[2] "Zmieniono widoczność {amount} wersji na stronie {article} " -#: src/rc_formatters.py:981 +#: src/rc_formatters.py:1013 #, python-brace-format msgid "Imported {article} with {count} revision" msgid_plural "Imported {article} with {count} revisions" @@ -1122,16 +1179,16 @@ msgstr[0] "Zaimportowano {article} z {count} wersją" msgstr[1] "Zaimportowano {article} z {count} wersjami" msgstr[2] "Zaimportowano {article} z {count} wersjami" -#: src/rc_formatters.py:986 +#: src/rc_formatters.py:1018 #, python-brace-format msgid "Restored {article}" msgstr "Przywrócono {article}" -#: src/rc_formatters.py:989 +#: src/rc_formatters.py:1021 msgid "Changed visibility of log events" msgstr "Zmieniono widoczność wpisów rejestru" -#: src/rc_formatters.py:999 +#: src/rc_formatters.py:1031 #, fuzzy, python-brace-format msgid "Imported {article} with {count} revision from \"{source}\"" msgid_plural "Imported {article} with {count} revisions from \"{source}\"" @@ -1139,267 +1196,312 @@ msgstr[0] "Zaimportowano {article} z {count} wersją" msgstr[1] "Zaimportowano {article} z {count} wersjami" msgstr[2] "Zaimportowano {article} z {count} wersjami" -#: src/rc_formatters.py:1004 +#: src/rc_formatters.py:1036 #, python-brace-format msgid "Edited abuse filter number {number}" msgstr "Edytowano filtr nadużyć numer {number}" -#: src/rc_formatters.py:1007 +#: src/rc_formatters.py:1039 #, python-brace-format msgid "Created abuse filter number {number}" msgstr "Utworzono filtr nadużyć numer {number}" -#: src/rc_formatters.py:1010 +#: src/rc_formatters.py:1042 #, python-brace-format msgid "Merged revision histories of {article} into {dest}" msgstr "Połączono historie {article} z {dest}" -#: src/rc_formatters.py:1014 +#: src/rc_formatters.py:1046 msgid "Created account automatically" msgstr "Konto zostało utworzone automatycznie" -#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +#: src/rc_formatters.py:1049 src/rc_formatters.py:1058 msgid "Created account" msgstr "Stworzono konto" -#: src/rc_formatters.py:1020 +#: src/rc_formatters.py:1052 #, python-brace-format msgid "Created account {article}" msgstr "Utworzono konto {article}" -#: src/rc_formatters.py:1023 +#: src/rc_formatters.py:1055 #, python-brace-format msgid "Created account {article} and password was sent by email" msgstr "Utworzono konto {article} oraz wysłano hasło z użyciem emaila" -#: src/rc_formatters.py:1029 +#: src/rc_formatters.py:1061 msgid "Added an entry to the interwiki table" msgstr "Dodano wpis do tabeli interwiki" -#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#: src/rc_formatters.py:1062 src/rc_formatters.py:1068 #, python-brace-format msgid "Prefix: {prefix}, website: {website} | {desc}" msgstr "Prefix: {prefix}, strona: {website} | {desc}" -#: src/rc_formatters.py:1035 +#: src/rc_formatters.py:1067 msgid "Edited an entry in interwiki table" msgstr "Edytowano wpis interwiki" -#: src/rc_formatters.py:1041 +#: src/rc_formatters.py:1073 msgid "Deleted an entry in interwiki table" msgstr "Usunięto wpis interwiki" -#: src/rc_formatters.py:1042 +#: src/rc_formatters.py:1074 #, python-brace-format msgid "Prefix: {prefix} | {desc}" msgstr "Prefix: {prefix} | {desc}" -#: src/rc_formatters.py:1045 +#: src/rc_formatters.py:1077 #, python-brace-format msgid "Changed the content model of the page {article}" msgstr "Zmieniono model zawartości {article}" -#: src/rc_formatters.py:1046 +#: src/rc_formatters.py:1078 #, python-brace-format msgid "Model changed from {old} to {new}: {reason}" msgstr "Model został zmieniony z {old} na {new}: {reason}" -#: src/rc_formatters.py:1051 +#: src/rc_formatters.py:1083 +#, python-brace-format +msgid "Created the page {article} using a non-default content model" +msgstr "" + +#: src/rc_formatters.py:1084 +#, fuzzy, python-brace-format +msgid "Created with model {new}: {reason}" +msgstr "Model został zmieniony z {old} na {new}: {reason}" + +#: src/rc_formatters.py:1087 #, python-brace-format msgid "Edited the sprite for {article}" msgstr "Edytowano sprite dla {article}" -#: src/rc_formatters.py:1054 +#: src/rc_formatters.py:1090 #, python-brace-format msgid "Created the sprite sheet for {article}" msgstr "Utworzono sprite sheet dla {article}" -#: src/rc_formatters.py:1057 +#: src/rc_formatters.py:1093 #, python-brace-format msgid "Edited the slice for {article}" msgstr "Edytowano część sprite dla {article}" -#: src/rc_formatters.py:1063 +#: src/rc_formatters.py:1099 #, python-brace-format msgid "Created the Cargo table \"{table}\"" msgstr "Utworzono tabelę Cargo „{table}”" -#: src/rc_formatters.py:1067 +#: src/rc_formatters.py:1103 #, python-brace-format msgid "Deleted the Cargo table \"{table}\"" msgstr "Usunięto tabelę Cargo „{table}”" -#: src/rc_formatters.py:1074 +#: src/rc_formatters.py:1110 #, python-brace-format msgid "Recreated the Cargo table \"{table}\"" msgstr "Utworzono ponownie tabelę Cargo „{table}”" -#: src/rc_formatters.py:1081 +#: src/rc_formatters.py:1117 #, python-brace-format msgid "Replaced the Cargo table \"{table}\"" msgstr "Zastąpiono tabelę Cargo „{table}”" -#: src/rc_formatters.py:1085 -#, python-brace-format -msgid "Created a tag \"{tag}\"" +#: src/rc_formatters.py:1121 +#, fuzzy, python-brace-format +msgid "Created the tag \"{tag}\"" msgstr "Utworzono znacznik „{tag}”" -#: src/rc_formatters.py:1089 -#, python-brace-format -msgid "Deleted a tag \"{tag}\"" +#: src/rc_formatters.py:1125 +#, fuzzy, python-brace-format +msgid "Deleted the tag \"{tag}\"" msgstr "Usunięto znacznik „{tag}”" -#: src/rc_formatters.py:1093 -#, python-brace-format -msgid "Activated a tag \"{tag}\"" +#: src/rc_formatters.py:1127 +#, fuzzy +msgid "Removed from" +msgstr "Usunięto" + +#: src/rc_formatters.py:1127 +msgid "{} revision or log entry" +msgid_plural "{} revisions and/or log entries" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/rc_formatters.py:1131 +#, fuzzy, python-brace-format +msgid "Activated the tag \"{tag}\"" msgstr "Aktywowano znaczni „{tag}”" -#: src/rc_formatters.py:1096 -#, python-brace-format -msgid "Deactivated a tag \"{tag}\"" +#: src/rc_formatters.py:1134 +#, fuzzy, python-brace-format +msgid "Deactivated the tag \"{tag}\"" msgstr "Dezaktywowano znacznik „{tag}”" -#: src/rc_formatters.py:1099 +#: src/rc_formatters.py:1137 msgid "Changed wiki settings" msgstr "Zmieniono ustawienia wiki" -#: src/rc_formatters.py:1103 +#: src/rc_formatters.py:1141 #, python-brace-format msgid "Deleted a \"{wiki}\" wiki" msgstr "Usunięto wiki „{wiki}”" -#: src/rc_formatters.py:1106 +#: src/rc_formatters.py:1144 #, python-brace-format msgid "Locked a \"{wiki}\" wiki" msgstr "Zablokowano wiki „{wiki}”" -#: src/rc_formatters.py:1109 -#, python-brace-format -msgid "Modified a \"{namespace_name}\" namespace" +#: src/rc_formatters.py:1147 +#, fuzzy, python-brace-format +msgid "Modified \"{namespace_name}\" namespace" msgstr "Modyfikowano przestrzeń nazw „{namespace_name}”" -#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1154 msgid "Wiki" msgstr "Wiki" -#: src/rc_formatters.py:1113 +#: src/rc_formatters.py:1151 #, python-brace-format msgid "Deleted a \"{namespace_name}\" namespace" msgstr "Usunięto przestrzeń nazw „{namespace_name}”" -#: src/rc_formatters.py:1119 +#: src/rc_formatters.py:1157 #, python-brace-format msgid "Modified \"{usergroup_name}\" usergroup" msgstr "Modyfikowano grupę użytkowników „{usergroup_name}”" -#: src/rc_formatters.py:1122 -#, python-brace-format -msgid "Restored a \"{wiki}\" wiki" -msgstr "Przywrócono wiki „{wiki}”" +#: src/rc_formatters.py:1160 +#, fuzzy, python-brace-format +msgid "Undeleted a \"{wiki}\" wiki" +msgstr "Usunięto wiki „{wiki}”" -#: src/rc_formatters.py:1125 +#: src/rc_formatters.py:1163 #, python-brace-format msgid "Unlocked a \"{wiki}\" wiki" msgstr "Odblokowano wiki „{wiki}”" -#: src/rc_formatters.py:1133 +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Generated {file} dump" +msgstr "" + +#: src/rc_formatters.py:1169 +#, fuzzy, python-brace-format +msgid "Deleted {file} dump" +msgstr "Usunął stronę {article}" + +#: src/rc_formatters.py:1177 #, python-brace-format msgid "Marked \"{article}\" for translation" msgstr "" -#: src/rc_formatters.py:1136 +#: src/rc_formatters.py:1180 #, python-brace-format msgid "Removed \"{article}\" from the translation system" msgstr "" -#: src/rc_formatters.py:1139 +#: src/rc_formatters.py:1183 #, python-brace-format msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" msgstr "" -#: src/rc_formatters.py:1142 +#: src/rc_formatters.py:1186 #, python-brace-format msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" msgstr "" -#: src/rc_formatters.py:1145 +#: src/rc_formatters.py:1189 #, python-brace-format msgid "Completed deletion of translatable page \"{article}\"" msgstr "" -#: src/rc_formatters.py:1148 +#: src/rc_formatters.py:1192 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translatable page " "\"{target}\"" msgstr "" -#: src/rc_formatters.py:1151 +#: src/rc_formatters.py:1195 #, fuzzy, python-brace-format msgid "Completed deletion of translation page \"{article}\"" msgstr "Zmieniono widoczność wersji na stronie {article} " -#: src/rc_formatters.py:1154 +#: src/rc_formatters.py:1198 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translation page \"{target}\"" msgstr "" -#: src/rc_formatters.py:1157 +#: src/rc_formatters.py:1201 #, fuzzy, python-brace-format msgid "Encouraged translation of \"{article}\"" msgstr "Usunięto zabezpieczenie z {article}" -#: src/rc_formatters.py:1160 +#: src/rc_formatters.py:1204 #, python-brace-format msgid "Discouraged translation of \"{article}\"" msgstr "" -#: src/rc_formatters.py:1166 +#: src/rc_formatters.py:1210 #, python-brace-format msgid "Limited languages for \"{article}\" to `{languages}`" msgstr "" -#: src/rc_formatters.py:1168 +#: src/rc_formatters.py:1212 #, python-brace-format msgid "Priority languages for \"{article}\" set to `{languages}`" msgstr "" -#: src/rc_formatters.py:1170 +#: src/rc_formatters.py:1214 #, fuzzy, python-brace-format msgid "Removed priority languages from \"{article}\"" msgstr "Usunięto zabezpieczenie z {article}" -#: src/rc_formatters.py:1173 +#: src/rc_formatters.py:1217 #, python-brace-format msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" msgstr "" -#: src/rc_formatters.py:1176 +#: src/rc_formatters.py:1220 #, python-brace-format msgid "" "Removed translatable page \"{article}\" from aggregate group \"{group}\"" msgstr "" -#: src/rc_formatters.py:1183 +#: src/rc_formatters.py:1227 #, fuzzy, python-brace-format msgid "Reviewed translation \"{article}\"" msgstr "Usunięto zabezpieczenie z {article}" -#: src/rc_formatters.py:1186 +#: src/rc_formatters.py:1230 #, python-brace-format msgid "Changed the state of `{language}` translations of \"{article}\"" msgstr "" -#: src/rc_formatters.py:1188 +#: src/rc_formatters.py:1232 msgid "Old state" msgstr "" -#: src/rc_formatters.py:1189 +#: src/rc_formatters.py:1233 msgid "New state" msgstr "" -#: src/rc_formatters.py:1193 +#: src/rc_formatters.py:1242 +#, fuzzy, python-brace-format +msgid "Changed the language of \"{article}\"" +msgstr "Usunięto zabezpieczenie z {article}" + +#: src/rc_formatters.py:1243 +msgid "Old language" +msgstr "" + +#: src/rc_formatters.py:1244 +msgid "New language" +msgstr "" + +#: src/rc_formatters.py:1248 #, python-brace-format msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" @@ -1410,48 +1512,56 @@ msgstr[1] "" msgstr[2] "" "Zmienił(a) nazwę użytkownika „{old_name}” z {edits} edycjami na „{new_name}”" -#: src/rc_formatters.py:1195 +#: src/rc_formatters.py:1250 #, python-brace-format msgid "Renamed user \"{old_name}\" to \"{new_name}\"" msgstr "Zmieniono nazwę użytkownika „{old_name}” na „{new_name}”" -#: src/rc_formatters.py:1199 +#: src/rc_formatters.py:1254 msgid "Action has been hidden by administration" msgstr "Akcja została ukryta przez administrację" -#: src/rc_formatters.py:1204 +#: src/rc_formatters.py:1259 #, python-brace-format msgid "Unknown event `{event}`" msgstr "Nieznane wydarzenie `{event}`" -#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +#: src/rc_formatters.py:1265 src/rc_formatters.py:1267 msgid "Report this on the support server" msgstr "Zgłoś to na serwerze wsparcia" -#: src/rc_formatters.py:1229 +#: src/rc_formatters.py:1283 msgid "Tags" msgstr "Znaczniki" -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid "**Added**: " msgstr "**Dodane**: " -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid " and {} more\n" msgstr " oraz {} innych\n" -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid "**Removed**: " msgstr "**Usunięte**: " -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid " and {} more" msgstr " oraz {} innych" -#: src/rc_formatters.py:1236 +#: src/rc_formatters.py:1290 msgid "Changed categories" msgstr "Zmienione kategorie" +#, python-brace-format +#~ msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +#~ msgstr "[{author}]({author_url}) przywrócił(a) wiki *{wiki_name}*{comment}" + +#, python-brace-format +#~ msgid "Restored a \"{wiki}\" wiki" +#~ msgstr "Przywrócono wiki „{wiki}”" + #, python-brace-format #~ msgid "[{author}]({author_url}) deleted a comment on {target}'s profile" #~ msgstr "" diff --git a/locale/pl/LC_MESSAGES/rcgcdw.po b/locale/pl/LC_MESSAGES/rcgcdw.po index eaf400d..527280b 100644 --- a/locale/pl/LC_MESSAGES/rcgcdw.po +++ b/locale/pl/LC_MESSAGES/rcgcdw.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 08:29+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-10-14 18:41+0000\n" "Last-Translator: Rail <>\n" "Language-Team: Polish =2 && n%10<=4 && (n%100<12 " "|| n%100>14) ? 1 : 2);\n" -#: src/discord/redaction.py:59 src/discord/redaction.py:62 -#: src/discord/redaction.py:67 +#: src/discord/redaction.py:62 src/discord/redaction.py:65 +#: src/discord/redaction.py:70 msgid "Removed" msgstr "Usunięte" diff --git a/locale/pt-br/LC_MESSAGES/discussion_formatters.mo b/locale/pt-br/LC_MESSAGES/discussion_formatters.mo index cd7ab59..045b2a6 100644 Binary files a/locale/pt-br/LC_MESSAGES/discussion_formatters.mo and b/locale/pt-br/LC_MESSAGES/discussion_formatters.mo differ diff --git a/locale/pt-br/LC_MESSAGES/discussion_formatters.po b/locale/pt-br/LC_MESSAGES/discussion_formatters.po index 801e962..ab555ae 100644 --- a/locale/pt-br/LC_MESSAGES/discussion_formatters.po +++ b/locale/pt-br/LC_MESSAGES/discussion_formatters.po @@ -6,9 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 14:13+0100\n" -"PO-Revision-Date: 2020-11-27 13:07+0000\n" -"Last-Translator: dr03ramos \n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" +"PO-Revision-Date: 2020-12-13 14:30+0000\n" +"Last-Translator: MarkusRost \n" "Language-Team: Portuguese (Brazil) \n" "Language: pt-br\n" @@ -18,11 +18,17 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 4.2.1\n" -#: src/discussion_formatters.py:25 src/discussion_formatters.py:81 +#: src/discussion_formatters.py:21 src/discussion_formatters.py:56 +#: src/discussion_formatters.py:67 src/discussion_formatters.py:95 +#: src/discussion_formatters.py:163 src/discussion_formatters.py:176 +msgid "unknown" +msgstr "desconhecido" + +#: src/discussion_formatters.py:27 src/discussion_formatters.py:102 msgid "Unregistered user" msgstr "Usuário não registrado" -#: src/discussion_formatters.py:34 +#: src/discussion_formatters.py:39 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " @@ -31,7 +37,7 @@ msgstr "" "[{author}]({author_url}) criou [{title}](<{url}f/p/{threadId}>) em " "{forumName}" -#: src/discussion_formatters.py:36 +#: src/discussion_formatters.py:42 #, python-brace-format msgid "" "[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " @@ -40,7 +46,7 @@ msgstr "" "[{author}]({author_url}) criou uma pesquisa [{title}](<{url}f/p/{threadId}>) " "em {forumName}" -#: src/discussion_formatters.py:38 +#: src/discussion_formatters.py:45 #, python-brace-format msgid "" "[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " @@ -49,21 +55,16 @@ msgstr "" "[{author}]({author_url}) criou um quiz [{title}](<{url}f/p/{threadId}>) em " "{forumName}" -#: src/discussion_formatters.py:43 +#: src/discussion_formatters.py:54 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " "to [{title}](<{url}f/p/{threadId}>) in {forumName}" msgstr "" -"[{author}]({author_url}) criou uma [resposta](<{url}f/p/{threadId}/r/" -"{postId}>) a [{title}](<{url}f/p/{threadId}>) em {forumName}" +"[{author}]({author_url}) criou uma [resposta](<{url}f/p/{threadId}/r/{postId}" +">) a [{title}](<{url}f/p/{threadId}>) em {forumName}" -#: src/discussion_formatters.py:45 src/discussion_formatters.py:54 -#: src/discussion_formatters.py:137 src/discussion_formatters.py:150 -msgid "unknown" -msgstr "desconhecido" - -#: src/discussion_formatters.py:49 +#: src/discussion_formatters.py:61 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" @@ -71,10 +72,10 @@ msgid "" "Message_Wall:{user_wall}>)" msgstr "" "[{author}]({author_url}) criou [{title}](<{url}wiki/Message_Wall:{user_wall}?" -"threadId={threadId}>) no mural de mensagens de [{user}(<{url}wiki/" +"threadId={threadId}>) no mural de mensagens de [{user}](<{url}wiki/" "Message_Wall:{user_wall}>)" -#: src/discussion_formatters.py:51 +#: src/discussion_formatters.py:64 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" @@ -82,12 +83,12 @@ msgid "" "Message_Wall:{user_wall}?threadId={threadId}>) on [{user}'s Message Wall]" "(<{url}wiki/Message_Wall:{user_wall}>)" msgstr "" -"[{author}]({author_url}) criou uma [resposta](<{url}wiki/" -"Message_Wall:{user_wall}?threadId={threadId}#{replyId}>) a [{title}](<{url}" -"wiki/Message_Wall:{user_wall}?threadId={threadId}>) no mural de mensagens de " +"[{author}]({author_url}) criou uma [resposta](<{url}wiki/Message_Wall:" +"{user_wall}?threadId={threadId}#{replyId}>) a [{title}](<{url}wiki/" +"Message_Wall:{user_wall}?threadId={threadId}>) no mural de mensagens de " "[{user}](<{url}wiki/Message_Wall:{user_wall}>)" -#: src/discussion_formatters.py:57 +#: src/discussion_formatters.py:72 #, python-brace-format msgid "" "[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " @@ -96,88 +97,88 @@ msgstr "" "[{author}]({author_url}) fez um [comentário](<{url}?commentId={commentId}>) " "em [{article}](<{url}>)" -#: src/discussion_formatters.py:62 +#: src/discussion_formatters.py:78 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}?commentId={commentId}" "&replyId={replyId}>) to a [comment](<{url}?commentId={commentId}>) on " "[{article}](<{url}>)" msgstr "" -"[{author}]({author_url}) criou uma " -"[resposta](<{url}?commentId={commentId}&replyId={replyId}>) a um " -"[comentário](<{url}?commentId={commentId}>) em [{article}](<{url}>)" +"[{author}]({author_url}) criou uma [resposta](<{url}?commentId={commentId}" +"&replyId={replyId}>) a um [comentário](<{url}?commentId={commentId}>) em " +"[{article}](<{url}>)" -#: src/discussion_formatters.py:70 +#: src/discussion_formatters.py:86 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" -"Evento `{event}` desconhecido por [{author}]({author_url}), relate no [" -"servidor de suporte](<{support}>)." +"Evento `{event}` desconhecido por [{author}]({author_url}), relate no " +"[servidor de suporte](<{support}>)." -#: src/discussion_formatters.py:98 +#: src/discussion_formatters.py:123 #, python-brace-format msgid "Created \"{title}\"" msgstr "Criou \"{title}\"" -#: src/discussion_formatters.py:102 +#: src/discussion_formatters.py:127 #, python-brace-format msgid "Created a poll \"{title}\"" msgstr "Criou uma pesquisa \"{title}\"" -#: src/discussion_formatters.py:109 +#: src/discussion_formatters.py:134 msgid "Option {}" msgstr "Opção {}" -#: src/discussion_formatters.py:110 +#: src/discussion_formatters.py:135 #, python-brace-format msgid "__[View image]({image_url})__" msgstr "__[Ver imagem]({image_url})__" -#: src/discussion_formatters.py:114 +#: src/discussion_formatters.py:139 #, python-brace-format msgid "Created a quiz \"{title}\"" msgstr "Criou um quiz \"{title}\"" -#: src/discussion_formatters.py:129 src/discussion_formatters.py:131 +#: src/discussion_formatters.py:155 src/discussion_formatters.py:157 msgid "Tags" msgstr "Etiquetas" -#: src/discussion_formatters.py:129 +#: src/discussion_formatters.py:155 msgid "{} tags" msgstr "{} etiquetas" -#: src/discussion_formatters.py:134 +#: src/discussion_formatters.py:160 #, python-brace-format msgid "Replied to \"{title}\"" msgstr "Respondeu \"{title}\"" -#: src/discussion_formatters.py:143 +#: src/discussion_formatters.py:169 #, python-brace-format msgid "Created \"{title}\" on {user}'s Message Wall" msgstr "Criou \"{title}\" no mural de mensagens de {user}" -#: src/discussion_formatters.py:147 +#: src/discussion_formatters.py:173 #, python-brace-format msgid "Replied to \"{title}\" on {user}'s Message Wall" msgstr "Respondeu \"{title}\" no mural de mensagens de {user}" -#: src/discussion_formatters.py:154 +#: src/discussion_formatters.py:180 #, python-brace-format msgid "Commented on {article}" msgstr "Comentou em {article}" -#: src/discussion_formatters.py:158 +#: src/discussion_formatters.py:184 #, python-brace-format msgid "Replied to a comment on {article}" msgstr "Respondeu a um comentário em {article}" -#: src/discussion_formatters.py:162 +#: src/discussion_formatters.py:188 #, python-brace-format msgid "Unknown event `{event}`" msgstr "Evento `{event}` desconhecido" -#: src/discussion_formatters.py:168 src/discussion_formatters.py:170 +#: src/discussion_formatters.py:194 src/discussion_formatters.py:196 msgid "Report this on the support server" msgstr "Reportar isso no servidor de suporte" diff --git a/locale/pt-br/LC_MESSAGES/rc.po b/locale/pt-br/LC_MESSAGES/rc.po index a629ce4..7a1bb92 100644 --- a/locale/pt-br/LC_MESSAGES/rc.po +++ b/locale/pt-br/LC_MESSAGES/rc.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-11-27 13:07+0000\n" "Last-Translator: dr03ramos \n" "Language-Team: Portuguese (Brazil) 1;\n" "X-Generator: Weblate 4.2.1\n" -#: src/rc.py:321 +#: src/rc.py:322 #, python-brace-format msgid "{wiki} seems to be down or unreachable." msgstr "{wiki} parece estar fora do ar ou inacessível." -#: src/rc.py:322 src/rc.py:334 +#: src/rc.py:323 src/rc.py:335 msgid "Connection status" msgstr "Status da conexão" -#: src/rc.py:332 +#: src/rc.py:333 #, python-brace-format msgid "Connection to {wiki} seems to be stable now." msgstr "A conexão com {wiki} parece estar estável agora." -#: src/rc.py:403 +#: src/rc.py:404 msgid "~~hidden~~" msgstr "~~oculto~~" -#: src/rc.py:407 +#: src/rc.py:408 msgid "hidden" msgstr "oculto" diff --git a/locale/pt-br/LC_MESSAGES/rc_formatters.mo b/locale/pt-br/LC_MESSAGES/rc_formatters.mo index 1984920..5572ea0 100644 Binary files a/locale/pt-br/LC_MESSAGES/rc_formatters.mo and b/locale/pt-br/LC_MESSAGES/rc_formatters.mo differ diff --git a/locale/pt-br/LC_MESSAGES/rc_formatters.po b/locale/pt-br/LC_MESSAGES/rc_formatters.po index f6402d2..026dfdb 100644 --- a/locale/pt-br/LC_MESSAGES/rc_formatters.po +++ b/locale/pt-br/LC_MESSAGES/rc_formatters.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" -"PO-Revision-Date: 2020-12-01 12:29+0000\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" +"PO-Revision-Date: 2020-12-29 15:21+0000\n" "Last-Translator: Eduaddad \n" "Language-Team: Portuguese (Brazil) \n" @@ -41,7 +41,7 @@ msgstr "Desautorizado a ação" #: src/rc_formatters.py:28 msgid "**IP range blocked**" -msgstr "Faixa de IP bloqueada" +msgstr "**Faixa de IP bloqueada**" #: src/rc_formatters.py:28 msgid "Throttled actions" @@ -98,14 +98,14 @@ msgstr "" "\"{action}\" em *[{target}]({target_url})* - ação realizada: {result}." #: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 -#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 -#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 -#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 -#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 -#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 -#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 -#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 -#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +#: src/rc_formatters.py:457 src/rc_formatters.py:460 src/rc_formatters.py:463 +#: src/rc_formatters.py:464 src/rc_formatters.py:469 src/rc_formatters.py:470 +#: src/rc_formatters.py:478 src/rc_formatters.py:482 src/rc_formatters.py:682 +#: src/rc_formatters.py:683 src/rc_formatters.py:684 src/rc_formatters.py:1141 +#: src/rc_formatters.py:1144 src/rc_formatters.py:1147 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1152 +#: src/rc_formatters.py:1154 src/rc_formatters.py:1160 +#: src/rc_formatters.py:1163 src/rc_formatters.py:1255 msgid "Unknown" msgstr "Desconhecido" @@ -115,8 +115,8 @@ msgid "" "[{author}]({author_url}) edited [{article}]({edit_link}){comment} {bold}" "({sign}{edit_size}){bold}" msgstr "" -"[{author}]({author_url}) editou [{article}]({edit_link}){comment} " -"{bold}({sign}{edit_size}){bold}" +"[{author}]({author_url}) editou [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" #: src/rc_formatters.py:118 #, python-brace-format @@ -124,8 +124,8 @@ msgid "" "[{author}]({author_url}) created [{article}]({edit_link}){comment} {bold}" "({sign}{edit_size}){bold}" msgstr "" -"[{author}]({author_url}) criou [{article}]({edit_link}){comment} " -"{bold}({sign}{edit_size}){bold}" +"[{author}]({author_url}) criou [{article}]({edit_link}){comment} {bold}" +"({sign}{edit_size}){bold}" #: src/rc_formatters.py:121 #, python-brace-format @@ -198,16 +198,16 @@ msgstr "" "[{author}]({author_url}) moveu as configurações de proteção de {redirect}" "*{article}* para [{target}]({target_url}){comment}" -#: src/rc_formatters.py:170 src/rc_formatters.py:823 +#: src/rc_formatters.py:170 src/rc_formatters.py:855 msgid "for infinity and beyond" msgstr "para o infinito e além" -#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#: src/rc_formatters.py:179 src/rc_formatters.py:863 #, python-brace-format msgid "for {num} {translated_length}" msgstr "por {num} {translated_length}" -#: src/rc_formatters.py:185 src/rc_formatters.py:835 +#: src/rc_formatters.py:185 src/rc_formatters.py:867 msgid "until {}" msgstr "até {}" @@ -215,7 +215,7 @@ msgstr "até {}" msgid " on pages: " msgstr " nas páginas: " -#: src/rc_formatters.py:196 src/rc_formatters.py:849 +#: src/rc_formatters.py:196 src/rc_formatters.py:881 msgid " and namespaces: " msgstr " e espaços nominais: " @@ -327,8 +327,8 @@ msgid "" "[{author}]({author_url}) edited the {field} on [{target}]({target_url})'s " "profile. *({desc})*" msgstr "" -"[{author}]({author_url}) editou o {field} no perfil de " -"[{target}]({target_url}). *({desc})*" +"[{author}]({author_url}) editou o {field} no perfil de [{target}]" +"({target_url}). *({desc})*" #: src/rc_formatters.py:281 #, python-brace-format @@ -336,11 +336,11 @@ msgid "" "[{author}]({author_url}) edited the {field} on [their own]({target_url}) " "profile. *({desc})*" msgstr "" -"[{author}]({author_url}) editou o {field} em seu [próprio " -"perfil]({target_url}). *({desc})*" +"[{author}]({author_url}) editou o {field} em seu [próprio perfil]" +"({target_url}). *({desc})*" -#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 -#: src/rc_formatters.py:947 +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:977 +#: src/rc_formatters.py:979 msgid "none" msgstr "nenhum" @@ -362,7 +362,7 @@ msgstr "" "{author} autopromoveu [{target}]({target_url}) de {old_groups} para " "{new_groups}{comment}" -#: src/rc_formatters.py:304 src/rc_formatters.py:933 +#: src/rc_formatters.py:304 src/rc_formatters.py:965 msgid "System" msgstr "Sistema" @@ -375,8 +375,8 @@ msgstr "" "[{author}]({author_url}) protegeu [{article}]({article_url}) com as " "seguintes configurações: {settings}{comment}" -#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 -#: src/rc_formatters.py:961 +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:987 +#: src/rc_formatters.py:993 msgid " [cascading]" msgstr " [em cascata]" @@ -441,7 +441,7 @@ msgstr "" "registro{comment}" #: src/rc_formatters.py:359 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) imported [{article}]({article_url}) with {count} " "revision from [{source}]({source_url}){comment}" @@ -450,10 +450,10 @@ msgid_plural "" "revisions from [{source}]({source_url}){comment}" msgstr[0] "" "[{author}]({author_url}) importou [{article}]({article_url}) com {count} " -"revisão{comment}" +"revisão{comment} de [{source}]({source_url}){comment}" msgstr[1] "" "[{author}]({author_url}) importou [{article}]({article_url}) com {count} " -"revisões{comment}" +"revisões{comment} de [{source}]({source_url}){comment}" #: src/rc_formatters.py:364 #, python-brace-format @@ -546,11 +546,20 @@ msgstr "" #: src/rc_formatters.py:407 #, python-brace-format msgid "" +"[{author}]({author_url}) created the page [{article}]({article_url}) using a " +"non-default content model {new}{comment}" +msgstr "" +"[{author}]({author_url}) criou a página [{article}]({article_url}) usando um " +"modelo de conteúdo não padrão {new}{comment}" + +#: src/rc_formatters.py:410 +#, python-brace-format +msgid "" "[{author}]({author_url}) edited the sprite for [{article}]({article_url})" msgstr "" "[{author}]({author_url}) editou o sprite para [{article}]({article_url})" -#: src/rc_formatters.py:410 +#: src/rc_formatters.py:413 #, python-brace-format msgid "" "[{author}]({author_url}) created the sprite sheet for [{article}]" @@ -559,77 +568,96 @@ msgstr "" "[{author}]({author_url}) criou a folha de sprite para [{article}]" "({article_url})" -#: src/rc_formatters.py:413 +#: src/rc_formatters.py:416 #, python-brace-format msgid "" "[{author}]({author_url}) edited the slice for [{article}]({article_url})" msgstr "[{author}]({author_url}) editou a peça para [{article}]({article_url})" -#: src/rc_formatters.py:418 +#: src/rc_formatters.py:421 #, python-brace-format msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) criou a tabela Cargo \"{table}\"" -#: src/rc_formatters.py:420 +#: src/rc_formatters.py:423 #, python-brace-format msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) excluiu a tabela Cargo \"{table}\"" -#: src/rc_formatters.py:425 +#: src/rc_formatters.py:428 #, python-brace-format msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) recriou a tabela Cargo \"{table}\"" -#: src/rc_formatters.py:430 +#: src/rc_formatters.py:433 #, python-brace-format msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) substituiu a tabela Cargo \"{table}\"" -#: src/rc_formatters.py:433 -#, python-brace-format -msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:436 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) created the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) criou a [etiqueta]({tag_url}) \"{tag}\"" -#: src/rc_formatters.py:437 -#, python-brace-format -msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:441 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) excluiu a [etiqueta]({tag_url}) \"{tag}\"" -#: src/rc_formatters.py:441 -#, python-brace-format -msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:443 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revision or log entry{comment}" +msgid_plural "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revisions and/or log entries{comment}" +msgstr[0] "" +"[{author}]({author_url}) importou [{article}]({article_url}) com {count} " +"revisão{comment}" +msgstr[1] "" +"[{author}]({author_url}) importou [{article}]({article_url}) com {count} " +"revisões{comment}" + +#: src/rc_formatters.py:449 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) activated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) ativou a [etiqueta]({tag_url}) \"{tag}\"" -#: src/rc_formatters.py:444 -#, python-brace-format -msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +#: src/rc_formatters.py:452 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deactivated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "[{author}]({author_url}) desativou a [etiqueta]({tag_url}) \"{tag}\"" -#: src/rc_formatters.py:446 +#: src/rc_formatters.py:454 #, python-brace-format msgid "[{author}]({author_url}) changed wiki settings{reason}" msgstr "[{author}]({author_url}) alterou as configurações da wiki{reason}" -#: src/rc_formatters.py:448 +#: src/rc_formatters.py:456 #, python-brace-format msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" msgstr "[{author}]({author_url}) excluiu uma wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:451 +#: src/rc_formatters.py:459 #, python-brace-format msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" msgstr "[{author}]({author_url}) travou uma wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:454 -#, python-brace-format +#: src/rc_formatters.py:462 +#, fuzzy, python-brace-format msgid "" -"[{author}]({author_url}) modified a namespace *{namespace_name}* on " +"[{author}]({author_url}) modified namespace *{namespace_name}* on " "*{wiki_name}*{comment}" msgstr "" "[{author}]({author_url}) modificou o espaço nominal *{namespace_name}* " "em*{wiki_name}*{comment}" -#: src/rc_formatters.py:459 +#: src/rc_formatters.py:467 #, python-brace-format msgid "" "[{author}]({author_url}) deleted a namespace *{namespace_name}* on " @@ -638,23 +666,33 @@ msgstr "" "[{author}]({author_url}) excluiu o espaço nominal *{namespace_name}* em " "*{wiki_name}* ({comment})" -#: src/rc_formatters.py:465 +#: src/rc_formatters.py:473 #, python-brace-format msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" msgstr "" "[{author}]({author_url}) modificou o grupo de usuário *{group_name}*{comment}" -#: src/rc_formatters.py:469 -#, python-brace-format -msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" -msgstr "[{author}]({author_url}) restaurou a wiki *{wiki_name}*{comment}" +#: src/rc_formatters.py:477 +#, fuzzy, python-brace-format +msgid "[{author}]({author_url}) undeleted a wiki *{wiki_name}*{comment}" +msgstr "[{author}]({author_url}) excluiu uma wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:473 +#: src/rc_formatters.py:481 #, python-brace-format msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" msgstr "[{author}]({author_url}) destravou a wiki *{wiki_name}*{comment}" -#: src/rc_formatters.py:484 +#: src/rc_formatters.py:486 +#, python-brace-format +msgid "[{author}]({author_url}) generated *{file}* dump{comment}" +msgstr "[{author}]({author_url}) gerou *{file}* de despejo{comment}" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "[{author}]({author_url}) deleted *{file}* dump{comment}" +msgstr "[{author}]({author_url}) excluiu *{file}* de despejo{comment}" + +#: src/rc_formatters.py:502 #, python-brace-format msgid "" "[{author}]({author_url}) marked [{article}]({article_url}) for " @@ -663,7 +701,7 @@ msgstr "" "[{author}]({author_url}) marcou [{article}]({article_url}) para " "tradução{comment}" -#: src/rc_formatters.py:491 +#: src/rc_formatters.py:509 #, python-brace-format msgid "" "[{author}]({author_url}) removed [{article}]({article_url}) from the " @@ -672,7 +710,7 @@ msgstr "" "[{author}]({author_url}) removeu [{article}]({article_url}) do sistema de " "tradução{comment}" -#: src/rc_formatters.py:498 +#: src/rc_formatters.py:516 #, python-brace-format msgid "" "[{author}]({author_url}) completed moving translation pages from *{article}* " @@ -681,16 +719,16 @@ msgstr "" "[{author}]({author_url}) completou a movimentação das páginas de tradução de " "*{article}* para [{target}]({target_url}){comment}" -#: src/rc_formatters.py:506 +#: src/rc_formatters.py:524 #, python-brace-format msgid "" "[{author}]({author_url}) encountered a problem while moving [{article}]" "({article_url}) to [{target}]({target_url}){comment}" msgstr "" -"[{author}]({author_url}) encontrou um problema ao se mover " -"[{article}]({article_url}) para [{target}]({target_url}){comment}" +"[{author}]({author_url}) encontrou um problema ao se mover [{article}]" +"({article_url}) para [{target}]({target_url}){comment}" -#: src/rc_formatters.py:514 +#: src/rc_formatters.py:532 #, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translatable page [{article}]" @@ -699,7 +737,7 @@ msgstr "" "[{author}]({author_url}) completou a exclusão da página traduzível " "[{article}]({article_url}){comment}" -#: src/rc_formatters.py:522 +#: src/rc_formatters.py:540 #, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " @@ -708,7 +746,7 @@ msgstr "" "[{author}]({author_url}) falhou em deletar [{article}]({article_url}) que " "pertence à página traduzível [{target}]({target_url}){comment}" -#: src/rc_formatters.py:530 +#: src/rc_formatters.py:548 #, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translation page [{article}]" @@ -717,7 +755,7 @@ msgstr "" "[{author}]({author_url}) completou a exclusão da página de tradução " "[{article}]({article_url}){comment}" -#: src/rc_formatters.py:538 +#: src/rc_formatters.py:556 #, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " @@ -726,25 +764,25 @@ msgstr "" "[{author}]({author_url}) falhou em deletar [{article}]({article_url}) que " "pertence à página de tradução [{target}]({target_url}){comment}" -#: src/rc_formatters.py:546 +#: src/rc_formatters.py:564 #, python-brace-format msgid "" "[{author}]({author_url}) encouraged translation of [{article}]({article_url})" "{comment}" msgstr "" -"[{author}]({author_url}) incentivou a tradução de " -"[{article}]({article_url}){comment}" +"[{author}]({author_url}) incentivou a tradução de [{article}]({article_url})" +"{comment}" -#: src/rc_formatters.py:553 +#: src/rc_formatters.py:571 #, python-brace-format msgid "" "[{author}]({author_url}) discouraged translation of [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) incentivou a tradução de " -"[{article}]({article_url}){comment}" +"[{author}]({author_url}) incentivou a tradução de [{article}]({article_url})" +"{comment}" -#: src/rc_formatters.py:563 +#: src/rc_formatters.py:581 #, python-brace-format msgid "" "[{author}]({author_url}) limited languages for [{article}]({article_url}) to " @@ -753,90 +791,112 @@ msgstr "" "[{author}]({author_url}) limitou idiomas para [{article}]({article_url}) " "para`{languages}`{comment}" -#: src/rc_formatters.py:569 +#: src/rc_formatters.py:587 #, python-brace-format msgid "" "[{author}]({author_url}) set the priority languages for [{article}]" "({article_url}) to `{languages}`{comment}" msgstr "" -"[{author}]({author_url}) definiu os idiomas prioritários para " -"[{article}]({article_url}) para `{languages}`{comment}" +"[{author}]({author_url}) definiu os idiomas prioritários para [{article}]" +"({article_url}) para `{languages}`{comment}" -#: src/rc_formatters.py:575 +#: src/rc_formatters.py:593 #, python-brace-format msgid "" "[{author}]({author_url}) removed priority languages from [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) removeu idiomas prioritários de " -"[{article}]({article_url}){comment}" +"[{author}]({author_url}) removeu idiomas prioritários de [{article}]" +"({article_url}){comment}" -#: src/rc_formatters.py:582 +#: src/rc_formatters.py:600 #, python-brace-format msgid "" "[{author}]({author_url}) added translatable page [{article}]({article_url}) " "to aggregate group \"{group}\"{comment}" msgstr "" -"[{author}]({author_url}) adicionou a página traduzível " -"[{article}]({article_url}) para agregar o grupo \"{group}\"{comment}" +"[{author}]({author_url}) adicionou a página traduzível [{article}]" +"({article_url}) para agregar o grupo \"{group}\"{comment}" -#: src/rc_formatters.py:589 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:607 +#, python-brace-format msgid "" "[{author}]({author_url}) removed translatable page [{article}]" "({article_url}) from aggregate group \"{group}\"{comment}" msgstr "" -"[{author}]({author_url}) removeu a proteção de [{article}]({article_url})" -"{comment}" +"[{author}]({author_url}) removeu a página traduzida [{article}]" +"({article_url}) do grupo agregado \"{group}\"{comment}" -#: src/rc_formatters.py:601 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:619 +#, python-brace-format msgid "" "[{author}]({author_url}) reviewed translation [{article}]({article_url})" "{comment}" -msgstr "[{author}]({author_url}) restaurou [{article}]({article_url}){comment}" +msgstr "" +"[{author}]({author_url}) revisou a tradução [{article}]({article_url})" +"{comment}" -#: src/rc_formatters.py:609 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:627 +#, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) from `{old_state}` to `{new_state}`{comment}" msgstr "" -"[{author}]({author_url}) mudou o modelo de conteúdo da página [{article}]" -"({article_url}) de {old} para {new}{comment}" +"[{author}]({author_url}) mudou o estado das traduçõe de `{language}` de " +"[{article}]({article_url}) de `{old_state}` para `{new_state}`{comment}" -#: src/rc_formatters.py:616 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:634 +#, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) to `{new_state}`{comment}" msgstr "" -"[{author}]({author_url}) mudou o modelo de conteúdo da página [{article}]" -"({article_url}) de {old} para {new}{comment}" +"[{author}]({author_url}) mudou o estado de traduções `{language}` de " +"[{article}]({article_url}) para `{new_state}`{comment}" -#: src/rc_formatters.py:625 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:643 src/rc_formatters.py:646 src/rc_formatters.py:1238 +#: src/rc_formatters.py:1241 +msgid "(default)" +msgstr "(padrão)" + +#: src/rc_formatters.py:647 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the language of [{article}]({article_url}) " +"from {old_lang} to {new_lang}{comment}" +msgstr "" +"[{author}]({author_url}) mudou o idioma do [{article}]({article_url}) de " +"{old_lang} para {new_lang}{comment}" + +#: src/rc_formatters.py:656 +#, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " "[{new_name}]({link}){comment}" msgid_plural "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edits to " "[{new_name}]({link}){comment}" -msgstr[0] "[{author}]({author_url}) excluiu [{page}]({page_link}){comment}" -msgstr[1] "[{author}]({author_url}) excluiu [{page}]({page_link}){comment}" +msgstr[0] "" +"[{author}]({author_url}) renomeou usuário *{old_name}* com edição {edits} " +"para [{new_name}]({link}){comment}" +msgstr[1] "" +"[{author}]({author_url}) renomeou usuário *{old_name}* com edições {edits} " +"para [{new_name}]({link}){comment}" -#: src/rc_formatters.py:630 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:661 +#, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" "{comment}" -msgstr "[{author}]({author_url}) excluiu [{page}]({page_link}){comment}" +msgstr "" +"[{author}]({author_url}) renomeou o usuário *{old_name}* para [{new_name}]" +"({link}){comment}" -#: src/rc_formatters.py:634 +#: src/rc_formatters.py:665 msgid "An action has been hidden by administration." msgstr "Uma ação foi oculta pela administração." -#: src/rc_formatters.py:641 +#: src/rc_formatters.py:672 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " @@ -845,80 +905,80 @@ msgstr "" "Evento `{event}` desconhecido por [{author}]({author_url}), relate no " "[servidor de suporte](<{support}>)." -#: src/rc_formatters.py:649 +#: src/rc_formatters.py:681 #, python-brace-format msgid "{user} triggered \"{abuse_filter}\"" msgstr "{user} disparou \"{abuse_filter}\"" -#: src/rc_formatters.py:650 +#: src/rc_formatters.py:682 msgid "Performed" msgstr "Realizado" -#: src/rc_formatters.py:651 +#: src/rc_formatters.py:683 msgid "Action taken" msgstr "Medida tomada" -#: src/rc_formatters.py:652 +#: src/rc_formatters.py:684 msgid "Title" msgstr "Título" -#: src/rc_formatters.py:661 src/rc_formatters.py:948 +#: src/rc_formatters.py:693 src/rc_formatters.py:980 msgid "No description provided" msgstr "Nenhuma descrição fornecida" -#: src/rc_formatters.py:685 +#: src/rc_formatters.py:717 msgid "(N!) " msgstr "(N!) " -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "m" msgstr "m" -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "b" msgstr "r" -#: src/rc_formatters.py:703 src/rc_formatters.py:708 +#: src/rc_formatters.py:735 src/rc_formatters.py:740 msgid "__Only whitespace__" msgstr "__Apenas espaço em branco__" -#: src/rc_formatters.py:713 +#: src/rc_formatters.py:745 msgid "Removed" msgstr "Removido" -#: src/rc_formatters.py:715 +#: src/rc_formatters.py:747 msgid "Added" msgstr "Adicionado" -#: src/rc_formatters.py:749 src/rc_formatters.py:788 +#: src/rc_formatters.py:781 src/rc_formatters.py:820 msgid "Options" msgstr "Opções" -#: src/rc_formatters.py:749 +#: src/rc_formatters.py:781 #, python-brace-format msgid "([preview]({link}) | [undo]({undolink}))" msgstr "([visualização]({link}) | [desfazer]({undolink}))" -#: src/rc_formatters.py:754 +#: src/rc_formatters.py:786 #, python-brace-format msgid "Uploaded a new version of {name}" msgstr "Carregou uma nova versão de {name}" -#: src/rc_formatters.py:756 +#: src/rc_formatters.py:788 #, python-brace-format msgid "Reverted a version of {name}" msgstr "Reverteu uma versão do {name}" -#: src/rc_formatters.py:758 +#: src/rc_formatters.py:790 #, python-brace-format msgid "Uploaded {name}" msgstr "Carregou {name}" -#: src/rc_formatters.py:774 +#: src/rc_formatters.py:806 msgid "**No license!**" msgstr "**Sem licença!**" -#: src/rc_formatters.py:786 +#: src/rc_formatters.py:818 msgid "" "\n" "License: {}" @@ -926,393 +986,422 @@ msgstr "" "\n" "Licença: {}" -#: src/rc_formatters.py:788 +#: src/rc_formatters.py:820 #, python-brace-format msgid "([preview]({link}))" msgstr "([visualização]({link}))" -#: src/rc_formatters.py:793 +#: src/rc_formatters.py:825 #, python-brace-format msgid "Deleted page {article}" -msgstr "Exclui página {article}" +msgstr "Excluiu a página {article}" -#: src/rc_formatters.py:798 +#: src/rc_formatters.py:830 #, python-brace-format msgid "Deleted redirect {article} by overwriting" msgstr "Excluiu redirecionamento {article} ao sobrescrever" -#: src/rc_formatters.py:804 +#: src/rc_formatters.py:836 msgid "No redirect has been made" msgstr "Nenhum redirecionamento foi feito" -#: src/rc_formatters.py:805 +#: src/rc_formatters.py:837 msgid "A redirect has been made" msgstr "Foi feito um redirecionamento" -#: src/rc_formatters.py:806 +#: src/rc_formatters.py:838 #, python-brace-format msgid "Moved {redirect}{article} to {target}" msgstr "Movido {redirect}{article} para {target}" -#: src/rc_formatters.py:809 +#: src/rc_formatters.py:841 #, python-brace-format msgid "Moved {redirect}{article} to {title} over redirect" msgstr "Moveu {redirect}{article} para {title} deixando um redirecionamento" -#: src/rc_formatters.py:813 +#: src/rc_formatters.py:845 #, python-brace-format msgid "Moved protection settings from {redirect}{article} to {title}" msgstr "Moveu configurações de proteção de {redirect}{article} para {title}" -#: src/rc_formatters.py:837 +#: src/rc_formatters.py:869 msgid "unknown expiry time" msgstr "tempo de expiração desconhecido" -#: src/rc_formatters.py:842 +#: src/rc_formatters.py:874 msgid "Blocked from editing the following pages: " msgstr "Bloqueado de editar as seguintes páginas: " -#: src/rc_formatters.py:851 +#: src/rc_formatters.py:883 msgid "Blocked from editing pages on following namespaces: " msgstr "Bloqueado de editar páginas nos seguintes espaços nominais: " -#: src/rc_formatters.py:862 +#: src/rc_formatters.py:894 msgid "Partial block details" msgstr "Detalhes do bloqueio parcial" -#: src/rc_formatters.py:863 +#: src/rc_formatters.py:895 #, python-brace-format msgid "Blocked {blocked_user} {time}" msgstr "Bloqueou {blocked_user} {time}" -#: src/rc_formatters.py:867 +#: src/rc_formatters.py:899 #, python-brace-format msgid "Changed block settings for {blocked_user}" msgstr "Alterou configurações de bloqueio de {blocked_user}" -#: src/rc_formatters.py:871 +#: src/rc_formatters.py:903 #, python-brace-format msgid "Unblocked {blocked_user}" msgstr "Desbloqueou {blocked_user}" -#: src/rc_formatters.py:878 +#: src/rc_formatters.py:910 #, python-brace-format msgid "Left a comment on {target}'s profile" msgstr "Deixou um comentário no perfil de {target}" -#: src/rc_formatters.py:880 +#: src/rc_formatters.py:912 msgid "Left a comment on their own profile" msgstr "Deixou um comentário em seu próprio perfil" -#: src/rc_formatters.py:887 +#: src/rc_formatters.py:919 #, python-brace-format msgid "Replied to a comment on {target}'s profile" msgstr "Respondeu a um comentário no perfil de {target}" -#: src/rc_formatters.py:889 +#: src/rc_formatters.py:921 msgid "Replied to a comment on their own profile" msgstr "Respondeu a um comentário em seu próprio perfil" -#: src/rc_formatters.py:896 +#: src/rc_formatters.py:928 #, python-brace-format msgid "Edited a comment on {target}'s profile" msgstr "Editou um comentário no perfil de {target}" -#: src/rc_formatters.py:898 +#: src/rc_formatters.py:930 msgid "Edited a comment on their own profile" msgstr "Editou um comentário em seu próprio perfil" -#: src/rc_formatters.py:903 +#: src/rc_formatters.py:935 #, python-brace-format msgid "Edited {target}'s profile" msgstr "Editado perfil {target}" -#: src/rc_formatters.py:905 +#: src/rc_formatters.py:937 msgid "Edited their own profile" msgstr "Editou seu próprio perfil" -#: src/rc_formatters.py:907 +#: src/rc_formatters.py:939 #, python-brace-format msgid "Cleared the {field} field" msgstr "Limpou o campo {field}" -#: src/rc_formatters.py:909 +#: src/rc_formatters.py:941 #, python-brace-format msgid "{field} field changed to: {desc}" msgstr "Campo {field} alterado para: {desc}" -#: src/rc_formatters.py:914 +#: src/rc_formatters.py:946 #, python-brace-format msgid "Purged a comment on {target}'s profile" msgstr "Excluiu permanentemente um comentário no perfil de {target}" -#: src/rc_formatters.py:916 -#, fuzzy +#: src/rc_formatters.py:948 msgid "Purged a comment on their own profile" -msgstr "Editou um comentário em seu próprio perfil" +msgstr "Limitou um comentário em seu próprio perfil" -#: src/rc_formatters.py:924 +#: src/rc_formatters.py:956 #, python-brace-format msgid "Deleted a comment on {target}'s profile" msgstr "Excluiu um comentário no perfil de {target}" -#: src/rc_formatters.py:926 -#, fuzzy +#: src/rc_formatters.py:958 msgid "Deleted a comment on their own profile" -msgstr "Editou um comentário em seu próprio perfil" +msgstr "Excluiu um comentário em seu próprio perfil" -#: src/rc_formatters.py:930 +#: src/rc_formatters.py:962 #, python-brace-format msgid "Changed group membership for {target}" msgstr "Alterou privilégios de usuário de {target}" -#: src/rc_formatters.py:934 +#: src/rc_formatters.py:966 #, python-brace-format msgid "{target} got autopromoted to a new usergroup" msgstr "{target} foi promovido para um novo grupo de usuários" -#: src/rc_formatters.py:949 +#: src/rc_formatters.py:981 #, python-brace-format msgid "Groups changed from {old_groups} to {new_groups}{reason}" msgstr "Grupos alterados de {old_groups} para {new_groups}{reason}" -#: src/rc_formatters.py:953 +#: src/rc_formatters.py:985 #, python-brace-format msgid "Protected {target}" msgstr "Protegeu {target}" -#: src/rc_formatters.py:959 +#: src/rc_formatters.py:991 #, python-brace-format msgid "Changed protection level for {article}" msgstr "Alterou nível de proteção de {article}" -#: src/rc_formatters.py:965 +#: src/rc_formatters.py:997 #, python-brace-format msgid "Removed protection from {article}" msgstr "Removeu a proteção de {article}" -#: src/rc_formatters.py:969 +#: src/rc_formatters.py:1001 #, python-brace-format msgid "Changed visibility of revision on page {article} " msgid_plural "Changed visibility of {amount} revisions on page {article} " msgstr[0] "Alterou a visibilidade da revisão na página {article} " msgstr[1] "Alterou a visibilidade de {amount} revisões na página {article} " -#: src/rc_formatters.py:981 +#: src/rc_formatters.py:1013 #, python-brace-format msgid "Imported {article} with {count} revision" msgid_plural "Imported {article} with {count} revisions" msgstr[0] "Importou {article} com {count} revisão" msgstr[1] "Importou {article} com {count} revisões" -#: src/rc_formatters.py:986 +#: src/rc_formatters.py:1018 #, python-brace-format msgid "Restored {article}" msgstr "Restaurou {article}" -#: src/rc_formatters.py:989 +#: src/rc_formatters.py:1021 msgid "Changed visibility of log events" msgstr "Alterou a visibilidade de eventos de registros" -#: src/rc_formatters.py:999 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1031 +#, python-brace-format msgid "Imported {article} with {count} revision from \"{source}\"" msgid_plural "Imported {article} with {count} revisions from \"{source}\"" -msgstr[0] "Importou {article} com {count} revisão" -msgstr[1] "Importou {article} com {count} revisões" +msgstr[0] "Importou {article} com {count} revisão de \"{source}\"" +msgstr[1] "Importou {article} com {count} revisões de \"{source}\"" -#: src/rc_formatters.py:1004 +#: src/rc_formatters.py:1036 #, python-brace-format msgid "Edited abuse filter number {number}" msgstr "Editou filtro de abusos número {number}" -#: src/rc_formatters.py:1007 +#: src/rc_formatters.py:1039 #, python-brace-format msgid "Created abuse filter number {number}" msgstr "Criou filtro de abusos número {number}" -#: src/rc_formatters.py:1010 +#: src/rc_formatters.py:1042 #, python-brace-format msgid "Merged revision histories of {article} into {dest}" msgstr "Mesclou os históricos de revisão de {article} com {dest}" -#: src/rc_formatters.py:1014 +#: src/rc_formatters.py:1046 msgid "Created account automatically" msgstr "Criou uma conta automaticamente" -#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +#: src/rc_formatters.py:1049 src/rc_formatters.py:1058 msgid "Created account" msgstr "Criou uma conta" -#: src/rc_formatters.py:1020 +#: src/rc_formatters.py:1052 #, python-brace-format msgid "Created account {article}" msgstr "Criou conta {article}" -#: src/rc_formatters.py:1023 +#: src/rc_formatters.py:1055 #, python-brace-format msgid "Created account {article} and password was sent by email" msgstr "Criou conta {article} e a senha foi enviada por e-mail" -#: src/rc_formatters.py:1029 +#: src/rc_formatters.py:1061 msgid "Added an entry to the interwiki table" msgstr "Adicionou uma entrada para a tabela interwiki" -#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#: src/rc_formatters.py:1062 src/rc_formatters.py:1068 #, python-brace-format msgid "Prefix: {prefix}, website: {website} | {desc}" msgstr "Prefixo: {prefix}, site: {website} | {desc}" -#: src/rc_formatters.py:1035 +#: src/rc_formatters.py:1067 msgid "Edited an entry in interwiki table" msgstr "Editou uma entrada na tabela interwiki" -#: src/rc_formatters.py:1041 +#: src/rc_formatters.py:1073 msgid "Deleted an entry in interwiki table" msgstr "Excluiu uma entrada na tabela interwiki" -#: src/rc_formatters.py:1042 +#: src/rc_formatters.py:1074 #, python-brace-format msgid "Prefix: {prefix} | {desc}" msgstr "Prefixo: {prefix} | {desc}" -#: src/rc_formatters.py:1045 +#: src/rc_formatters.py:1077 #, python-brace-format msgid "Changed the content model of the page {article}" msgstr "Alterou o modelo de conteúdo da página {article}" -#: src/rc_formatters.py:1046 +#: src/rc_formatters.py:1078 #, python-brace-format msgid "Model changed from {old} to {new}: {reason}" msgstr "Modelo alterado de {old} para {new}: {reason}" -#: src/rc_formatters.py:1051 +#: src/rc_formatters.py:1083 +#, python-brace-format +msgid "Created the page {article} using a non-default content model" +msgstr "Criou a página {article} usando um modelo de conteúdo não padrão" + +#: src/rc_formatters.py:1084 +#, python-brace-format +msgid "Created with model {new}: {reason}" +msgstr "Criado com modelo {new}: {reason}" + +#: src/rc_formatters.py:1087 #, python-brace-format msgid "Edited the sprite for {article}" msgstr "Editou o sprite de {article}" -#: src/rc_formatters.py:1054 +#: src/rc_formatters.py:1090 #, python-brace-format msgid "Created the sprite sheet for {article}" msgstr "Criou a folha de sprites de {article}" -#: src/rc_formatters.py:1057 +#: src/rc_formatters.py:1093 #, python-brace-format msgid "Edited the slice for {article}" msgstr "Editou a peça de {article}" -#: src/rc_formatters.py:1063 +#: src/rc_formatters.py:1099 #, python-brace-format msgid "Created the Cargo table \"{table}\"" msgstr "Criou a tabela Cargo \"{table}\"" -#: src/rc_formatters.py:1067 +#: src/rc_formatters.py:1103 #, python-brace-format msgid "Deleted the Cargo table \"{table}\"" msgstr "Excluiu a tabela Cargo \"{table}\"" -#: src/rc_formatters.py:1074 +#: src/rc_formatters.py:1110 #, python-brace-format msgid "Recreated the Cargo table \"{table}\"" msgstr "Recriou a tabela Cargo \"{table}\"" -#: src/rc_formatters.py:1081 +#: src/rc_formatters.py:1117 #, python-brace-format msgid "Replaced the Cargo table \"{table}\"" msgstr "Substituiu a tabela Cargo \"{table}\"" -#: src/rc_formatters.py:1085 -#, python-brace-format -msgid "Created a tag \"{tag}\"" +#: src/rc_formatters.py:1121 +#, fuzzy, python-brace-format +msgid "Created the tag \"{tag}\"" msgstr "Criou uma etiqueta \"{tag}\"" -#: src/rc_formatters.py:1089 -#, python-brace-format -msgid "Deleted a tag \"{tag}\"" +#: src/rc_formatters.py:1125 +#, fuzzy, python-brace-format +msgid "Deleted the tag \"{tag}\"" msgstr "Excluiu uma etiqueta \"{tag}\"" -#: src/rc_formatters.py:1093 -#, python-brace-format -msgid "Activated a tag \"{tag}\"" +#: src/rc_formatters.py:1127 +#, fuzzy +msgid "Removed from" +msgstr "Removido" + +#: src/rc_formatters.py:1127 +msgid "{} revision or log entry" +msgid_plural "{} revisions and/or log entries" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1131 +#, fuzzy, python-brace-format +msgid "Activated the tag \"{tag}\"" msgstr "Ativou uma etiqueta \"{tag}\"" -#: src/rc_formatters.py:1096 -#, python-brace-format -msgid "Deactivated a tag \"{tag}\"" +#: src/rc_formatters.py:1134 +#, fuzzy, python-brace-format +msgid "Deactivated the tag \"{tag}\"" msgstr "Desativou uma etiqueta \"{tag}\"" -#: src/rc_formatters.py:1099 +#: src/rc_formatters.py:1137 msgid "Changed wiki settings" msgstr "Alterou configurações da wiki" -#: src/rc_formatters.py:1103 +#: src/rc_formatters.py:1141 #, python-brace-format msgid "Deleted a \"{wiki}\" wiki" msgstr "Excluiu a wiki \"{wiki}\"" -#: src/rc_formatters.py:1106 +#: src/rc_formatters.py:1144 #, python-brace-format msgid "Locked a \"{wiki}\" wiki" msgstr "Travou a wiki \"{wiki}\"" -#: src/rc_formatters.py:1109 -#, python-brace-format -msgid "Modified a \"{namespace_name}\" namespace" +#: src/rc_formatters.py:1147 +#, fuzzy, python-brace-format +msgid "Modified \"{namespace_name}\" namespace" msgstr "Modificou o espaço nominal \"{namespace_name}\"" -#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1154 msgid "Wiki" msgstr "Wiki" -#: src/rc_formatters.py:1113 +#: src/rc_formatters.py:1151 #, python-brace-format msgid "Deleted a \"{namespace_name}\" namespace" msgstr "Excluiu o espaço nominal \"{namespace_name}\"" -#: src/rc_formatters.py:1119 +#: src/rc_formatters.py:1157 #, python-brace-format msgid "Modified \"{usergroup_name}\" usergroup" msgstr "Modificou o grupo de usuário \"{usergroup_name}\"" -#: src/rc_formatters.py:1122 -#, python-brace-format -msgid "Restored a \"{wiki}\" wiki" -msgstr "Restaurou uma wiki \"{wiki}\"" +#: src/rc_formatters.py:1160 +#, fuzzy, python-brace-format +msgid "Undeleted a \"{wiki}\" wiki" +msgstr "Excluiu a wiki \"{wiki}\"" -#: src/rc_formatters.py:1125 +#: src/rc_formatters.py:1163 #, python-brace-format msgid "Unlocked a \"{wiki}\" wiki" msgstr "Destravou a wiki \"{wiki}\"" -#: src/rc_formatters.py:1133 +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Generated {file} dump" +msgstr "Gerou despejo de {file}" + +#: src/rc_formatters.py:1169 +#, python-brace-format +msgid "Deleted {file} dump" +msgstr "Excluiu {file} de despejo" + +#: src/rc_formatters.py:1177 #, python-brace-format msgid "Marked \"{article}\" for translation" msgstr "Marcado \"{article}\" para tradução" -#: src/rc_formatters.py:1136 +#: src/rc_formatters.py:1180 #, python-brace-format msgid "Removed \"{article}\" from the translation system" msgstr "Removido \"{article}\" do sistema de tradução" -#: src/rc_formatters.py:1139 +#: src/rc_formatters.py:1183 #, python-brace-format msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" msgstr "" -"Concluída a movimentação das páginas de tradução de \"{article}\" para \"" -"{target}\"" +"Concluída a movimentação das páginas de tradução de \"{article}\" para " +"\"{target}\"" -#: src/rc_formatters.py:1142 +#: src/rc_formatters.py:1186 #, python-brace-format msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" msgstr "" "Encontrou um problema durante o movimento \"{article}\" para \"{target}\"" -#: src/rc_formatters.py:1145 +#: src/rc_formatters.py:1189 #, python-brace-format msgid "Completed deletion of translatable page \"{article}\"" msgstr "Exclusão concluída da página traduzível \"{article}\"" -#: src/rc_formatters.py:1148 +#: src/rc_formatters.py:1192 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translatable page " @@ -1320,74 +1409,87 @@ msgid "" msgstr "" "Falha ao excluir \"{article}\" que pertence à página traduzível \"{target}\"" -#: src/rc_formatters.py:1151 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1195 +#, python-brace-format msgid "Completed deletion of translation page \"{article}\"" -msgstr "Alterou a visibilidade da revisão na página {article} " +msgstr "Concluiu a exclusão da página de tradução \"{article}\"" -#: src/rc_formatters.py:1154 +#: src/rc_formatters.py:1198 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translation page \"{target}\"" msgstr "" "Falha ao excluir \"{article}\" que pertence à página de tradução \"{target}\"" -#: src/rc_formatters.py:1157 +#: src/rc_formatters.py:1201 #, python-brace-format msgid "Encouraged translation of \"{article}\"" msgstr "Incentivou a tradução de \"{article}\"" -#: src/rc_formatters.py:1160 +#: src/rc_formatters.py:1204 #, python-brace-format msgid "Discouraged translation of \"{article}\"" msgstr "Tradução desencorajada de \"{article}\"" -#: src/rc_formatters.py:1166 +#: src/rc_formatters.py:1210 #, python-brace-format msgid "Limited languages for \"{article}\" to `{languages}`" msgstr "Idiomas limitados para \"{article}\" para `{languages}`" -#: src/rc_formatters.py:1168 +#: src/rc_formatters.py:1212 #, python-brace-format msgid "Priority languages for \"{article}\" set to `{languages}`" msgstr "Idiomas prioritários para \"{article}\" definido como `{languages}`" -#: src/rc_formatters.py:1170 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1214 +#, python-brace-format msgid "Removed priority languages from \"{article}\"" -msgstr "Removeu a proteção de {article}" +msgstr "Removeu Idiomas prioritários de \"{article}\"" -#: src/rc_formatters.py:1173 +#: src/rc_formatters.py:1217 #, python-brace-format msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" msgstr "" "Adicionada página traduzível \"{article}\" para agregar o grupo \"{group}\"" -#: src/rc_formatters.py:1176 +#: src/rc_formatters.py:1220 #, python-brace-format msgid "" "Removed translatable page \"{article}\" from aggregate group \"{group}\"" msgstr "Página traduzível removida \"{article}\" do grupo agregado \"{group}\"" -#: src/rc_formatters.py:1183 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1227 +#, python-brace-format msgid "Reviewed translation \"{article}\"" -msgstr "Removeu a proteção de {article}" +msgstr "Revisou a tradução \"{article}\"" -#: src/rc_formatters.py:1186 +#: src/rc_formatters.py:1230 #, python-brace-format msgid "Changed the state of `{language}` translations of \"{article}\"" msgstr "Mudou o estado de traduções de`{language}` de \"{article}\"" -#: src/rc_formatters.py:1188 +#: src/rc_formatters.py:1232 msgid "Old state" msgstr "Estado antigo" -#: src/rc_formatters.py:1189 +#: src/rc_formatters.py:1233 msgid "New state" msgstr "Novo estado" -#: src/rc_formatters.py:1193 +#: src/rc_formatters.py:1242 +#, python-brace-format +msgid "Changed the language of \"{article}\"" +msgstr "Mudou o idioma de \"{article}\"" + +#: src/rc_formatters.py:1243 +msgid "Old language" +msgstr "Idioma antigo" + +#: src/rc_formatters.py:1244 +msgid "New language" +msgstr "Novo idioma" + +#: src/rc_formatters.py:1248 #, python-brace-format msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" @@ -1396,48 +1498,56 @@ msgstr[0] "" msgstr[1] "" "Usuário renomeado \"{old_name}\" com edições {edits} para \"{new_name}\"" -#: src/rc_formatters.py:1195 +#: src/rc_formatters.py:1250 #, python-brace-format msgid "Renamed user \"{old_name}\" to \"{new_name}\"" msgstr "Renomeou usuário \"{old_name}\" para \"{new_name}\"" -#: src/rc_formatters.py:1199 +#: src/rc_formatters.py:1254 msgid "Action has been hidden by administration" msgstr "A ação foi oculta pela administração" -#: src/rc_formatters.py:1204 +#: src/rc_formatters.py:1259 #, python-brace-format msgid "Unknown event `{event}`" msgstr "Evento desconhecido `{event}`" -#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +#: src/rc_formatters.py:1265 src/rc_formatters.py:1267 msgid "Report this on the support server" msgstr "Reportar isso no servidor de suporte" -#: src/rc_formatters.py:1229 +#: src/rc_formatters.py:1283 msgid "Tags" msgstr "Etiquetas" -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid "**Added**: " msgstr "**Adicionado**: " -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid " and {} more\n" msgstr " e {} mais\n" -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid "**Removed**: " msgstr "**Removida**: " -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid " and {} more" msgstr " e {} mais" -#: src/rc_formatters.py:1236 +#: src/rc_formatters.py:1290 msgid "Changed categories" msgstr "Mudanças de categorias" +#, python-brace-format +#~ msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +#~ msgstr "[{author}]({author_url}) restaurou a wiki *{wiki_name}*{comment}" + +#, python-brace-format +#~ msgid "Restored a \"{wiki}\" wiki" +#~ msgstr "Restaurou uma wiki \"{wiki}\"" + #, python-brace-format #~ msgid "[{author}]({author_url}) deleted a comment on {target}'s profile" #~ msgstr "" diff --git a/locale/pt-br/LC_MESSAGES/rcgcdw.po b/locale/pt-br/LC_MESSAGES/rcgcdw.po index 9a922a9..102f19b 100644 --- a/locale/pt-br/LC_MESSAGES/rcgcdw.po +++ b/locale/pt-br/LC_MESSAGES/rcgcdw.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 08:29+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-11-27 13:07+0000\n" "Last-Translator: dr03ramos \n" "Language-Team: Portuguese (Brazil) \n" "Language-Team: Portuguese (Brazil) 1;\n" "X-Generator: Weblate 4.2.1\n" -#: src/discord/redaction.py:59 src/discord/redaction.py:62 -#: src/discord/redaction.py:67 +#: src/discord/redaction.py:62 src/discord/redaction.py:65 +#: src/discord/redaction.py:70 msgid "Removed" msgstr "Removido" diff --git a/locale/ru/LC_MESSAGES/discussion_formatters.mo b/locale/ru/LC_MESSAGES/discussion_formatters.mo index d541604..f14e94d 100644 Binary files a/locale/ru/LC_MESSAGES/discussion_formatters.mo and b/locale/ru/LC_MESSAGES/discussion_formatters.mo differ diff --git a/locale/ru/LC_MESSAGES/discussion_formatters.po b/locale/ru/LC_MESSAGES/discussion_formatters.po index 0e08d19..baebc6f 100644 --- a/locale/ru/LC_MESSAGES/discussion_formatters.po +++ b/locale/ru/LC_MESSAGES/discussion_formatters.po @@ -6,11 +6,11 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 14:13+0100\n" -"PO-Revision-Date: 2020-11-27 13:07+0000\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" +"PO-Revision-Date: 2020-12-29 15:21+0000\n" "Last-Translator: Philo04 \n" "Language-Team: Russian \n" +"discussion_formatters/ru/>\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -18,11 +18,17 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Weblate 4.2.1\n" -#: src/discussion_formatters.py:25 src/discussion_formatters.py:81 +#: src/discussion_formatters.py:21 src/discussion_formatters.py:56 +#: src/discussion_formatters.py:67 src/discussion_formatters.py:95 +#: src/discussion_formatters.py:163 src/discussion_formatters.py:176 +msgid "unknown" +msgstr "неизвестно" + +#: src/discussion_formatters.py:27 src/discussion_formatters.py:102 msgid "Unregistered user" msgstr "Незарегистрированный пользователь" -#: src/discussion_formatters.py:34 +#: src/discussion_formatters.py:39 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " @@ -31,7 +37,7 @@ msgstr "" "[{author}]({author_url}) создал(а) [{title}](<{url}f/p/{threadId}>) в " "{forumName}" -#: src/discussion_formatters.py:36 +#: src/discussion_formatters.py:42 #, python-brace-format msgid "" "[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " @@ -40,34 +46,36 @@ msgstr "" "[{author}]({author_url}) создал(а) опрос [{title}](<{url}f/p/{threadId}>) в " "{forumName}" -#: src/discussion_formatters.py:38 +#: src/discussion_formatters.py:45 #, python-brace-format msgid "" "[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" +"[{author}]({author_url}) создал викторину [{title}](<{url}f/p/{threadId}>) в " +"{forumName}" -#: src/discussion_formatters.py:43 +#: src/discussion_formatters.py:54 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " "to [{title}](<{url}f/p/{threadId}>) in {forumName}" msgstr "" +"[{author}]({author_url}) [ответил](<{url}f/p/{threadId}/r/{postId}>) на " +"[{title}](<{url}f/p/{threadId}>) в {forumName}" -#: src/discussion_formatters.py:45 src/discussion_formatters.py:54 -#: src/discussion_formatters.py:137 src/discussion_formatters.py:150 -msgid "unknown" -msgstr "" - -#: src/discussion_formatters.py:49 +#: src/discussion_formatters.py:61 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" "{user_wall}?threadId={threadId}>) on [{user}'s Message Wall](<{url}wiki/" "Message_Wall:{user_wall}>)" msgstr "" +"[{author}]({author_url}) создал [{title}](<{url}wiki/Message_Wall:" +"{user_wall}?threadId={threadId}>) на [Стене Обсуждения Участника {user}]" +"(<{url}wiki/Message_Wall:{user_wall}>)" -#: src/discussion_formatters.py:51 +#: src/discussion_formatters.py:64 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" @@ -75,91 +83,102 @@ msgid "" "Message_Wall:{user_wall}?threadId={threadId}>) on [{user}'s Message Wall]" "(<{url}wiki/Message_Wall:{user_wall}>)" msgstr "" +"[{author}]({author_url}) [ответил](<{url}wiki/Message_Wall:{user_wall}?" +"threadId={threadId}#{replyId}>) на [{title}](<{url}wiki/Message_Wall:" +"{user_wall}?threadId={threadId}>) на [Стене Обсуждения Участника {user}]" +"(<{url}wiki/Message_Wall:{user_wall}>)" -#: src/discussion_formatters.py:57 +#: src/discussion_formatters.py:72 #, python-brace-format msgid "" "[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " "on [{article}](<{url}>)" msgstr "" +"[{author}]({author_url}) оставил [комментарий](<{url}?commentId={commentId}" +">) к [{article}](<{url}>)" -#: src/discussion_formatters.py:62 +#: src/discussion_formatters.py:78 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}?commentId={commentId}" "&replyId={replyId}>) to a [comment](<{url}?commentId={commentId}>) on " "[{article}](<{url}>)" msgstr "" +"[{author}]({author_url}) [ответил](<{url}?commentId={commentId}" +"&replyId={replyId}>) на [комментарий](<{url}?commentId={commentId}>) к " +"[{article}](<{url}>)" -#: src/discussion_formatters.py:70 +#: src/discussion_formatters.py:86 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" +"Неизвестное событие `{event}`, выполненное участником [{author}]" +"({author_url}), сообщите об этом на [сервере поддержки](<{support}>)." -#: src/discussion_formatters.py:98 +#: src/discussion_formatters.py:123 #, python-brace-format msgid "Created \"{title}\"" -msgstr "" +msgstr "Создал \"{title}\"" -#: src/discussion_formatters.py:102 +#: src/discussion_formatters.py:127 #, python-brace-format msgid "Created a poll \"{title}\"" -msgstr "" - -#: src/discussion_formatters.py:109 -msgid "Option {}" -msgstr "" - -#: src/discussion_formatters.py:110 -#, python-brace-format -msgid "__[View image]({image_url})__" -msgstr "" - -#: src/discussion_formatters.py:114 -#, python-brace-format -msgid "Created a quiz \"{title}\"" -msgstr "" - -#: src/discussion_formatters.py:129 src/discussion_formatters.py:131 -msgid "Tags" -msgstr "" - -#: src/discussion_formatters.py:129 -msgid "{} tags" -msgstr "" +msgstr "Создал опрос \"{title}\"" #: src/discussion_formatters.py:134 +msgid "Option {}" +msgstr "Вариант {}" + +#: src/discussion_formatters.py:135 +#, python-brace-format +msgid "__[View image]({image_url})__" +msgstr "__[Просмотреть изображение]({image_url})__" + +#: src/discussion_formatters.py:139 +#, python-brace-format +msgid "Created a quiz \"{title}\"" +msgstr "Создал викторину \"{title}\"" + +#: src/discussion_formatters.py:155 src/discussion_formatters.py:157 +msgid "Tags" +msgstr "Метки" + +#: src/discussion_formatters.py:155 +msgid "{} tags" +msgstr "{} меток" + +#: src/discussion_formatters.py:160 #, python-brace-format msgid "Replied to \"{title}\"" -msgstr "" +msgstr "Ответил на \"{title}\"" -#: src/discussion_formatters.py:143 +#: src/discussion_formatters.py:169 #, python-brace-format msgid "Created \"{title}\" on {user}'s Message Wall" -msgstr "" +msgstr "Создал \"{title}\" на Стене Обсуждения Участника {user}" -#: src/discussion_formatters.py:147 +#: src/discussion_formatters.py:173 #, python-brace-format msgid "Replied to \"{title}\" on {user}'s Message Wall" -msgstr "" +msgstr "Ответил на \"{title}\" на Стене Обсуждения Участника {user}" -#: src/discussion_formatters.py:154 +#: src/discussion_formatters.py:180 #, python-brace-format msgid "Commented on {article}" -msgstr "" +msgstr "Оставил Комментарий к статье {article}" -#: src/discussion_formatters.py:158 +#: src/discussion_formatters.py:184 #, python-brace-format msgid "Replied to a comment on {article}" -msgstr "" +msgstr "Ответил на Комментарий к статье {article}" -#: src/discussion_formatters.py:162 +#: src/discussion_formatters.py:188 #, python-brace-format msgid "Unknown event `{event}`" -msgstr "" +msgstr "Неизвестное событие `{event}`" -#: src/discussion_formatters.py:168 src/discussion_formatters.py:170 +#: src/discussion_formatters.py:194 src/discussion_formatters.py:196 msgid "Report this on the support server" -msgstr "" +msgstr "Сообщите об этом на сервере поддержки" diff --git a/locale/ru/LC_MESSAGES/rc.po b/locale/ru/LC_MESSAGES/rc.po index 123865d..d83e23e 100644 --- a/locale/ru/LC_MESSAGES/rc.po +++ b/locale/ru/LC_MESSAGES/rc.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-03-18 13:59+0100\n" "Last-Translator: BabylonAS\n" "Language-Team: \n" @@ -19,24 +19,24 @@ msgstr "" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Poedit 2.3\n" -#: src/rc.py:321 +#: src/rc.py:322 #, python-brace-format msgid "{wiki} seems to be down or unreachable." msgstr "{wiki}, вероятно, не работает или недоступна." -#: src/rc.py:322 src/rc.py:334 +#: src/rc.py:323 src/rc.py:335 msgid "Connection status" msgstr "Статус соединения" -#: src/rc.py:332 +#: src/rc.py:333 #, python-brace-format msgid "Connection to {wiki} seems to be stable now." msgstr "Соединение с {wiki} сейчас кажется стабильным." -#: src/rc.py:403 +#: src/rc.py:404 msgid "~~hidden~~" msgstr "~~скрыто~~" -#: src/rc.py:407 +#: src/rc.py:408 msgid "hidden" msgstr "скрыто" diff --git a/locale/ru/LC_MESSAGES/rc_formatters.mo b/locale/ru/LC_MESSAGES/rc_formatters.mo index b7b3f9a..8665e00 100644 Binary files a/locale/ru/LC_MESSAGES/rc_formatters.mo and b/locale/ru/LC_MESSAGES/rc_formatters.mo differ diff --git a/locale/ru/LC_MESSAGES/rc_formatters.po b/locale/ru/LC_MESSAGES/rc_formatters.po index dd38511..063670f 100644 --- a/locale/ru/LC_MESSAGES/rc_formatters.po +++ b/locale/ru/LC_MESSAGES/rc_formatters.po @@ -7,10 +7,10 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" -"PO-Revision-Date: 2020-11-18 07:47+0000\n" -"Last-Translator: MakandIv <>\n" -"Language-Team: Russian \n" +"Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" @@ -22,111 +22,112 @@ msgstr "" #: src/rc_formatters.py:28 msgid "None" -msgstr "" +msgstr "Нет" #: src/rc_formatters.py:28 msgid "Warning issued" -msgstr "" +msgstr "Выдано предупреждение" #: src/rc_formatters.py:28 msgid "**Blocked user**" -msgstr "" +msgstr "**Участник заблокирован**" #: src/rc_formatters.py:28 msgid "Tagged the edit" -msgstr "" +msgstr "Проставлена метка" #: src/rc_formatters.py:28 msgid "Disallowed the action" -msgstr "" +msgstr "Действие отклонено" #: src/rc_formatters.py:28 msgid "**IP range blocked**" -msgstr "" +msgstr "**Диапазон IP-адресов заблокирован**" #: src/rc_formatters.py:28 msgid "Throttled actions" -msgstr "" +msgstr "Действия замедлены" #: src/rc_formatters.py:28 msgid "Removed autoconfirmed group" -msgstr "" +msgstr "Сняты права автоподтверждённого" #: src/rc_formatters.py:28 msgid "**Removed from privileged groups**" -msgstr "" +msgstr "**Удаление из привилегированных групп**" #: src/rc_formatters.py:29 msgid "Edit" -msgstr "" +msgstr "Правка" #: src/rc_formatters.py:29 msgid "Upload" -msgstr "" +msgstr "Загрузка Файла" #: src/rc_formatters.py:29 msgid "Move" -msgstr "" +msgstr "Переименование" #: src/rc_formatters.py:29 msgid "Stash upload" -msgstr "" +msgstr "Загрузка Файла во временное хранилище" #: src/rc_formatters.py:29 msgid "Deletion" -msgstr "" +msgstr "Удаление" #: src/rc_formatters.py:29 msgid "Account creation" -msgstr "" +msgstr "Создание учётной записи" #: src/rc_formatters.py:29 msgid "Auto account creation" -msgstr "" +msgstr "Автоматическое создание учётной записи" #: src/rc_formatters.py:46 src/rc_formatters.py:53 src/rc_formatters.py:60 #: src/rc_formatters.py:75 src/rc_formatters.py:96 msgid "Unregistered user" -msgstr "" +msgstr "Незарегистрированный пользователь" #: src/rc_formatters.py:83 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) triggered *{abuse_filter}*, performing the action " "\"{action}\" on *[{target}]({target_url})* - action taken: {result}." msgstr "" -"[{author}]({author_url}) переименовал страницу {redirect}*{article}* поверх " -"перенаправления в [{target}]({target_url}) {made_a_redirect}{comment}" +"[{author}]({author_url}) вызвал срабатывание *{abuse_filter}*, выполнив " +"действие \"{action}\" на странице *[{target}]({target_url})* - Предпринятые " +"меры: {result}." #: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 -#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 -#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 -#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 -#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 -#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 -#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 -#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 -#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +#: src/rc_formatters.py:457 src/rc_formatters.py:460 src/rc_formatters.py:463 +#: src/rc_formatters.py:464 src/rc_formatters.py:469 src/rc_formatters.py:470 +#: src/rc_formatters.py:478 src/rc_formatters.py:482 src/rc_formatters.py:682 +#: src/rc_formatters.py:683 src/rc_formatters.py:684 src/rc_formatters.py:1141 +#: src/rc_formatters.py:1144 src/rc_formatters.py:1147 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1152 +#: src/rc_formatters.py:1154 src/rc_formatters.py:1160 +#: src/rc_formatters.py:1163 src/rc_formatters.py:1255 msgid "Unknown" msgstr "Неизвестно" #: src/rc_formatters.py:116 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) edited [{article}]({edit_link}){comment} {bold}" "({sign}{edit_size}){bold}" msgstr "" "[{author}]({author_url}) отредактировал страницу [{article}]({edit_link})" -"{comment} ({sign}{edit_size})" +"{comment} {bold}({sign}{edit_size}){bold}" #: src/rc_formatters.py:118 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) created [{article}]({edit_link}){comment} {bold}" "({sign}{edit_size}){bold}" msgstr "" "[{author}]({author_url}) создал страницу [{article}]({edit_link}){comment} " -"({sign}{edit_size})" +"{bold}({sign}{edit_size}){bold}" #: src/rc_formatters.py:121 #, python-brace-format @@ -198,25 +199,24 @@ msgstr "" "[{author}]({author_url}) перенёс параметры защиты со страницы {redirect}" "*{article}* на страницу [{target}]({target_url}){comment}" -#: src/rc_formatters.py:170 src/rc_formatters.py:823 -#, fuzzy +#: src/rc_formatters.py:170 src/rc_formatters.py:855 msgid "for infinity and beyond" -msgstr "навеки и навсегда" +msgstr "до бесконечности и дальше" -#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#: src/rc_formatters.py:179 src/rc_formatters.py:863 #, python-brace-format msgid "for {num} {translated_length}" msgstr "на {num}{translated_length}" -#: src/rc_formatters.py:185 src/rc_formatters.py:835 +#: src/rc_formatters.py:185 src/rc_formatters.py:867 msgid "until {}" -msgstr "" +msgstr "до {}" #: src/rc_formatters.py:189 msgid " on pages: " msgstr " на страницах: " -#: src/rc_formatters.py:196 src/rc_formatters.py:849 +#: src/rc_formatters.py:196 src/rc_formatters.py:881 msgid " and namespaces: " msgstr " и в пространствах имён: " @@ -251,7 +251,7 @@ msgstr "" "{comment}" #: src/rc_formatters.py:223 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) left a [comment]({comment}) on {target}'s profile" msgstr "" @@ -259,15 +259,15 @@ msgstr "" "участника {target}" #: src/rc_formatters.py:225 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) left a [comment]({comment}) on their own profile" msgstr "" -"[{author}]({author_url}) оставил [комментарий]({comment}) на профиле " -"участника {target}" +"[{author}]({author_url}) оставил [комментарий]({comment}) на своём " +"собственном профиле" #: src/rc_formatters.py:231 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) replied to a [comment]({comment}) on {target}'s " "profile" @@ -276,16 +276,16 @@ msgstr "" "участника {target}" #: src/rc_formatters.py:237 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) replied to a [comment]({comment}) on their own " "profile" msgstr "" -"[{author}]({author_url}) ответил на [комментарий]({comment}) на профиле " -"участника {target}" +"[{author}]({author_url}) ответил на [комментарий]({comment}) на своём " +"собственном профиле" #: src/rc_formatters.py:245 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) edited a [comment]({comment}) on {target}'s profile" msgstr "" @@ -293,59 +293,60 @@ msgstr "" "участника {target}" #: src/rc_formatters.py:251 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) edited a [comment]({comment}) on their own profile" msgstr "" -"[{author}]({author_url}) отредактировал [комментарий]({comment}) на профиле " -"участника {target}" +"[{author}]({author_url}) отредактировал [комментарий]({comment}) на своём " +"собственном профиле" #: src/rc_formatters.py:257 -#, fuzzy, python-brace-format +#, python-brace-format msgid "[{author}]({author_url}) purged a comment on {target}'s profile" -msgstr "[{author}]({author_url}) удалил комментарий в профиле {target}" +msgstr "[{author}]({author_url}) удалил комментарий на профиле {target}" #: src/rc_formatters.py:259 -#, fuzzy, python-brace-format +#, python-brace-format msgid "[{author}]({author_url}) purged a comment on their own profile" -msgstr "[{author}]({author_url}) удалил комментарий в профиле {target}" +msgstr "" +"[{author}]({author_url}) удалил комментарий на своём собственном профиле" #: src/rc_formatters.py:267 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) deleted a [comment]({comment}) on {target}'s profile" msgstr "" -"[{author}]({author_url}) отредактировал [комментарий]({comment}) на профиле " +"[{author}]({author_url}) удалил [комментарий]({comment}) на профиле " "участника {target}" #: src/rc_formatters.py:269 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) deleted a [comment]({comment}) on their own profile" msgstr "" -"[{author}]({author_url}) отредактировал [комментарий]({comment}) на профиле " -"участника {target}" +"[{author}]({author_url}) удалил [комментарий]({comment}) на своём " +"собственном профиле" #: src/rc_formatters.py:274 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) edited the {field} on [{target}]({target_url})'s " "profile. *({desc})*" msgstr "" "[{author}]({author_url}) отредактировал поле «{field}» на профиле участника " -"{target}. *({desc})*" +"[{target}]({target_url}). *({desc})*" #: src/rc_formatters.py:281 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) edited the {field} on [their own]({target_url}) " "profile. *({desc})*" msgstr "" -"[{author}]({author_url}) отредактировал поле «{field}» на профиле участника " -"{target}. *({desc})*" +"[{author}]({author_url}) отредактировал поле «{field}» на [своём собственном]" +"({target_url}) профиле. *({desc})*" -#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 -#: src/rc_formatters.py:947 +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:977 +#: src/rc_formatters.py:979 msgid "none" msgstr "ничего" @@ -367,7 +368,7 @@ msgstr "" "{author} изменил модель содержимого страницы [{target}]({target_url}) с " "{old_groups} на {new_groups}{comment}" -#: src/rc_formatters.py:304 src/rc_formatters.py:933 +#: src/rc_formatters.py:304 src/rc_formatters.py:965 msgid "System" msgstr "Система" @@ -380,8 +381,8 @@ msgstr "" "[{author}]({author_url}) защитил страницу [{article}]({article_url}) со " "следующими настройками: {settings}{comment}" -#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 -#: src/rc_formatters.py:961 +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:987 +#: src/rc_formatters.py:993 msgid " [cascading]" msgstr " [каскадно]" @@ -412,8 +413,8 @@ msgid_plural "" "[{author}]({author_url}) changed visibility of {amount} revisions on page " "[{article}]({article_url}){comment}" msgstr[0] "" -"[{author}]({author_url}) изменил видимость {amount} правки на странице " -"[{article}]({article_url}){comment}" +"[{author}]({author_url}) изменил видимость правки на странице [{article}]" +"({article_url}){comment}" msgstr[1] "" "[{author}]({author_url}) изменил видимость {amount} правок на странице " "[{article}]({article_url}){comment}" @@ -452,7 +453,7 @@ msgid "[{author}]({author_url}) changed visibility of log events{comment}" msgstr "[{author}]({author_url}) изменил видимость событий журнала{comment}" #: src/rc_formatters.py:359 -#, fuzzy, python-brace-format +#, python-brace-format msgid "" "[{author}]({author_url}) imported [{article}]({article_url}) with {count} " "revision from [{source}]({source_url}){comment}" @@ -461,13 +462,13 @@ msgid_plural "" "revisions from [{source}]({source_url}){comment}" msgstr[0] "" "[{author}]({author_url}) импортировал страницу [{article}]({article_url}) с " -"{count} правкой{comment}" +"{count} версией [{source}]({source_url}){comment}" msgstr[1] "" "[{author}]({author_url}) импортировал страницу [{article}]({article_url}) с " -"{count} правками{comment}" +"{count} версиями [{source}]({source_url}){comment}" msgstr[2] "" "[{author}]({author_url}) импортировал страницу [{article}]({article_url}) с " -"{count} правками{comment}" +"{count} версиями [{source}]({source_url}){comment}" #: src/rc_formatters.py:364 #, python-brace-format @@ -559,11 +560,20 @@ msgstr "" #: src/rc_formatters.py:407 #, python-brace-format msgid "" +"[{author}]({author_url}) created the page [{article}]({article_url}) using a " +"non-default content model {new}{comment}" +msgstr "" +"[{author}]({author_url}) создал страницу [{article}]({article_url}) с " +"использованием нестандартной модели содержимого {new}{comment}" + +#: src/rc_formatters.py:410 +#, python-brace-format +msgid "" "[{author}]({author_url}) edited the sprite for [{article}]({article_url})" msgstr "" "[{author}]({author_url}) отредактировал спрайт для [{article}]({article_url})" -#: src/rc_formatters.py:410 +#: src/rc_formatters.py:413 #, python-brace-format msgid "" "[{author}]({author_url}) created the sprite sheet for [{article}]" @@ -572,7 +582,7 @@ msgstr "" "[{author}]({author_url}) создал таблицу спрайтов для [{article}]" "({article_url})" -#: src/rc_formatters.py:413 +#: src/rc_formatters.py:416 #, python-brace-format msgid "" "[{author}]({author_url}) edited the slice for [{article}]({article_url})" @@ -580,256 +590,306 @@ msgstr "" "[{author}]({author_url}) отредактировал фрагмент для [{article}]" "({article_url})" -#: src/rc_formatters.py:418 +#: src/rc_formatters.py:421 #, python-brace-format msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) создал таблицу Cargo \"{table}\"" -#: src/rc_formatters.py:420 +#: src/rc_formatters.py:423 #, python-brace-format msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) удалил таблицу Cargo \"{table}\"" -#: src/rc_formatters.py:425 +#: src/rc_formatters.py:428 #, python-brace-format msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) воссоздал таблицу Cargo \"{table}\"" -#: src/rc_formatters.py:430 +#: src/rc_formatters.py:433 #, python-brace-format msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" msgstr "[{author}]({author_url}) заменил таблицу Cargo \"{table}\"" -#: src/rc_formatters.py:433 -#, python-brace-format -msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" -msgstr "[{author}]({author_url}) создал [метку]({tag_url}) \"{tag}\"" - -#: src/rc_formatters.py:437 -#, python-brace-format -msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" -msgstr "[{author}]({author_url}) удалил [метку]({tag_url}) \"{tag}\"" - -#: src/rc_formatters.py:441 -#, python-brace-format -msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" -msgstr "[{author}]({author_url}) активировал [метку]({tag_url}) \"{tag}\"" - -#: src/rc_formatters.py:444 -#, python-brace-format -msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" -msgstr "[{author}]({author_url}) деактивировал [метку]({tag_url}) \"{tag}\"" - -#: src/rc_formatters.py:446 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) changed wiki settings{reason}" -msgstr "[{author}]({author_url}) изменил настройки вики ({reason})" - -#: src/rc_formatters.py:448 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" -msgstr "[{author}]({author_url}) импортировал интервики{comment}" - -#: src/rc_formatters.py:451 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" -msgstr "[{author}]({author_url}) импортировал интервики{comment}" - -#: src/rc_formatters.py:454 +#: src/rc_formatters.py:436 #, fuzzy, python-brace-format msgid "" -"[{author}]({author_url}) modified a namespace *{namespace_name}* on " -"*{wiki_name}*{comment}" -msgstr "" -"[{author}]({author_url}) загрузил новую версию [{file}]({file_link}){comment}" +"[{author}]({author_url}) created the [tag]({tag_url}) \"{tag}\"{comment}" +msgstr "[{author}]({author_url}) создал [метку]({tag_url}) \"{tag}\"" + +#: src/rc_formatters.py:441 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\"{comment}" +msgstr "[{author}]({author_url}) удалил [метку]({tag_url}) \"{tag}\"" + +#: src/rc_formatters.py:443 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revision or log entry{comment}" +msgid_plural "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revisions and/or log entries{comment}" +msgstr[0] "" +"[{author}]({author_url}) импортировал страницу [{article}]({article_url}) с " +"{count} правкой{comment}" +msgstr[1] "" +"[{author}]({author_url}) импортировал страницу [{article}]({article_url}) с " +"{count} правками{comment}" +msgstr[2] "" +"[{author}]({author_url}) импортировал страницу [{article}]({article_url}) с " +"{count} правками{comment}" + +#: src/rc_formatters.py:449 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) activated the [tag]({tag_url}) \"{tag}\"{comment}" +msgstr "[{author}]({author_url}) активировал [метку]({tag_url}) \"{tag}\"" + +#: src/rc_formatters.py:452 +#, fuzzy, python-brace-format +msgid "" +"[{author}]({author_url}) deactivated the [tag]({tag_url}) \"{tag}\"{comment}" +msgstr "[{author}]({author_url}) деактивировал [метку]({tag_url}) \"{tag}\"" + +#: src/rc_formatters.py:454 +#, python-brace-format +msgid "[{author}]({author_url}) changed wiki settings{reason}" +msgstr "[{author}]({author_url}) изменил настройки вики{reason}" + +#: src/rc_formatters.py:456 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" +msgstr "[{author}]({author_url}) удалил вики *{wiki_name}*{comment}" #: src/rc_formatters.py:459 +#, python-brace-format +msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" +msgstr "[{author}]({author_url}) заблокировал вики *{wiki_name}*{comment}" + +#: src/rc_formatters.py:462 #, fuzzy, python-brace-format msgid "" +"[{author}]({author_url}) modified namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" +"[{author}]({author_url}) изменил пространство имён *{namespace_name}* на " +"вики *{wiki_name}*{comment}" + +#: src/rc_formatters.py:467 +#, python-brace-format +msgid "" "[{author}]({author_url}) deleted a namespace *{namespace_name}* on " "*{wiki_name}*{comment}" msgstr "" -"[{author}]({author_url}) удалил страницу [{page}]({page_link}){comment}" - -#: src/rc_formatters.py:465 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" -msgstr "[{author}]({author_url}) импортировал интервики{comment}" - -#: src/rc_formatters.py:469 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" -msgstr "[{author}]({author_url}) импортировал интервики{comment}" +"[{author}]({author_url}) удалил пространство имён *{namespace_name}* на вики " +"*{wiki_name}*{comment}" #: src/rc_formatters.py:473 -#, fuzzy, python-brace-format -msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" -msgstr "[{author}]({author_url}) импортировал интервики{comment}" +#, python-brace-format +msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" +msgstr "" +"[{author}]({author_url}) изменил группу пользователей *{group_name}*{comment}" -#: src/rc_formatters.py:484 +#: src/rc_formatters.py:477 #, fuzzy, python-brace-format +msgid "[{author}]({author_url}) undeleted a wiki *{wiki_name}*{comment}" +msgstr "[{author}]({author_url}) удалил вики *{wiki_name}*{comment}" + +#: src/rc_formatters.py:481 +#, python-brace-format +msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" +msgstr "[{author}]({author_url}) разблокировал вики *{wiki_name}*{comment}" + +#: src/rc_formatters.py:486 +#, python-brace-format +msgid "[{author}]({author_url}) generated *{file}* dump{comment}" +msgstr "[{author}]({author_url}) сгенерировал дамп *{file}*{comment}" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "[{author}]({author_url}) deleted *{file}* dump{comment}" +msgstr "[{author}]({author_url}) удалил дамп *{file}*{comment}" + +#: src/rc_formatters.py:502 +#, python-brace-format msgid "" "[{author}]({author_url}) marked [{article}]({article_url}) for " "translation{comment}" msgstr "" -"[{author}]({author_url}) восстановил страницу [{article}]({article_url})" -"{comment}" +"[{author}]({author_url}) пометил страницу [{article}]({article_url}) как " +"доступную для перевода{comment}" -#: src/rc_formatters.py:491 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:509 +#, python-brace-format msgid "" "[{author}]({author_url}) removed [{article}]({article_url}) from the " "translation system{comment}" msgstr "" -"[{author}]({author_url}) импортировал страницу [{article}]({article_url}) с " -"{count} правкой{comment}" +"[{author}]({author_url}) удалил [{article}]({article_url}) из системы " +"перевода{comment}" -#: src/rc_formatters.py:498 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:516 +#, python-brace-format msgid "" "[{author}]({author_url}) completed moving translation pages from *{article}* " "to [{target}]({target_url}){comment}" msgstr "" -"[{author}]({author_url}) перенёс параметры защиты со страницы {redirect}" -"*{article}* на страницу [{target}]({target_url}){comment}" +"[{author}]({author_url}) переименовал доступную для перевода страницу " +"*{article}* в [{target}]({target_url}){comment}" -#: src/rc_formatters.py:506 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:524 +#, python-brace-format msgid "" "[{author}]({author_url}) encountered a problem while moving [{article}]" "({article_url}) to [{target}]({target_url}){comment}" msgstr "" -"[{author}]({author_url}) объединил истории версий [{article}]({article_url}) " -"с [{dest}]({dest_url}){comment}" +"[{author}]({author_url}) столкнулся с проблемой при попытке переименования " +"[{article}]({article_url}) в [{target}]({target_url}){comment}" -#: src/rc_formatters.py:514 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:532 +#, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translatable page [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) снял защиту со страницу [{article}]({article_url})" -"{comment}" +"[{author}]({author_url}) удалил доступную для перевода страницу [{article}]" +"({article_url}){comment}" -#: src/rc_formatters.py:522 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:540 +#, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " "belongs to translatable page [{target}]({target_url}){comment}" msgstr "" -"[{author}]({author_url}) импортировал страницу [{article}]({article_url}) с " -"{count} правкой{comment}" +"[{author}]({author_url}) не смог удалить [{article}]({article_url}), " +"относящуюся к доступной для перевода странице [{target}]({target_url})" +"{comment}" -#: src/rc_formatters.py:530 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:548 +#, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translation page [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) изменил видимость {amount} правки на странице " -"[{article}]({article_url}){comment}" +"[{author}]({author_url}) удалил страницу перевода [{article}]({article_url})" +"{comment}" -#: src/rc_formatters.py:538 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:556 +#, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " "belongs to translation page [{target}]({target_url}){comment}" msgstr "" -"[{author}]({author_url}) импортировал страницу [{article}]({article_url}) с " -"{count} правкой{comment}" +"[{author}]({author_url}) не смог удалить [{article}]({article_url}), " +"относящуюся к странице перевода [{target}]({target_url}){comment}" -#: src/rc_formatters.py:546 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:564 +#, python-brace-format msgid "" "[{author}]({author_url}) encouraged translation of [{article}]({article_url})" "{comment}" msgstr "" -"[{author}]({author_url}) снял защиту со страницу [{article}]({article_url})" -"{comment}" +"[{author}]({author_url}) повысил приоритет перевода страницы [{article}]" +"({article_url}){comment}" -#: src/rc_formatters.py:553 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:571 +#, python-brace-format msgid "" "[{author}]({author_url}) discouraged translation of [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) восстановил страницу [{article}]({article_url})" -"{comment}" +"[{author}]({author_url}) понизил приоритет перевода страницы [{article}]" +"({article_url}){comment}" -#: src/rc_formatters.py:563 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:581 +#, python-brace-format msgid "" "[{author}]({author_url}) limited languages for [{article}]({article_url}) to " "`{languages}`{comment}" msgstr "" -"[{author}]({author_url}) изменил настройки защиты страницы [{article}]" -"({article_url}) на: {settings}{comment}" +"[{author}]({author_url}) ограничил для страницы [{article}]({article_url}) " +"список языков: `{languages}`{comment}" -#: src/rc_formatters.py:569 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:587 +#, python-brace-format msgid "" "[{author}]({author_url}) set the priority languages for [{article}]" "({article_url}) to `{languages}`{comment}" msgstr "" -"[{author}]({author_url}) изменил настройки защиты страницы [{article}]" -"({article_url}) на: {settings}{comment}" +"[{author}]({author_url}) задал для страницы [{article}]({article_url}) " +"следующий список приоритетных языков: `{languages}`{comment}" -#: src/rc_formatters.py:575 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:593 +#, python-brace-format msgid "" "[{author}]({author_url}) removed priority languages from [{article}]" "({article_url}){comment}" msgstr "" -"[{author}]({author_url}) снял защиту со страницу [{article}]({article_url})" -"{comment}" +"[{author}]({author_url}) удалил приоритетные языки со страницы [{article}]" +"({article_url}){comment}" -#: src/rc_formatters.py:582 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:600 +#, python-brace-format msgid "" "[{author}]({author_url}) added translatable page [{article}]({article_url}) " "to aggregate group \"{group}\"{comment}" msgstr "" -"[{author}]({author_url}) изменил модель содержимого страницы [{article}]" -"({article_url}) с {old} на {new}{comment}" +"[{author}]({author_url}) добавил доступную для перевода страницу [{article}]" +"({article_url}) в агрегированную группу \"{group}\"{comment}" -#: src/rc_formatters.py:589 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:607 +#, python-brace-format msgid "" "[{author}]({author_url}) removed translatable page [{article}]" "({article_url}) from aggregate group \"{group}\"{comment}" msgstr "" -"[{author}]({author_url}) снял защиту со страницу [{article}]({article_url})" -"{comment}" +"[{author}]({author_url}) удалил доступную для перевода страницу [{article}]" +"({article_url}) из агрегированной группы \"{group}\"{comment}" -#: src/rc_formatters.py:601 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:619 +#, python-brace-format msgid "" "[{author}]({author_url}) reviewed translation [{article}]({article_url})" "{comment}" msgstr "" -"[{author}]({author_url}) восстановил страницу [{article}]({article_url})" -"{comment}" +"[{author}]({author_url}) проверил перевод [{article}]({article_url}){comment}" -#: src/rc_formatters.py:609 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:627 +#, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) from `{old_state}` to `{new_state}`{comment}" msgstr "" -"[{author}]({author_url}) изменил модель содержимого страницы [{article}]" -"({article_url}) с {old} на {new}{comment}" +"[{author}]({author_url}) изменил состояние переводов страницы [{article}]" +"({article_url}) на `{language}` язык с `{old_state}` на `{new_state}" +"`{comment}" -#: src/rc_formatters.py:616 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:634 +#, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) to `{new_state}`{comment}" msgstr "" -"[{author}]({author_url}) изменил модель содержимого страницы [{article}]" -"({article_url}) с {old} на {new}{comment}" +"[{author}]({author_url}) изменил состояние переводов страницы [{article}]" +"({article_url}) на `{language}` язык на `{new_state}`{comment}" -#: src/rc_formatters.py:625 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:643 src/rc_formatters.py:646 src/rc_formatters.py:1238 +#: src/rc_formatters.py:1241 +msgid "(default)" +msgstr "(по умолчанию)" + +#: src/rc_formatters.py:647 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the language of [{article}]({article_url}) " +"from {old_lang} to {new_lang}{comment}" +msgstr "" +"[{author}]({author_url}) изменил язык страницы [{article}]({article_url}) с " +"{old_lang} на {new_lang}{comment}" + +#: src/rc_formatters.py:656 +#, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " "[{new_name}]({link}){comment}" @@ -837,105 +897,111 @@ msgid_plural "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edits to " "[{new_name}]({link}){comment}" msgstr[0] "" -"[{author}]({author_url}) удалил страницу [{page}]({page_link}){comment}" +"[{author}]({author_url}) переименовал участника *{old_name}* с {edits} " +"правкой в [{new_name}]({link}){comment}" msgstr[1] "" -"[{author}]({author_url}) удалил страницу [{page}]({page_link}){comment}" +"[{author}]({author_url}) переименовал участника *{old_name}* с {edits} " +"правками в [{new_name}]({link}){comment}" msgstr[2] "" -"[{author}]({author_url}) удалил страницу [{page}]({page_link}){comment}" +"[{author}]({author_url}) переименовал участника *{old_name}* с {edits} " +"правками в [{new_name}]({link}){comment}" -#: src/rc_formatters.py:630 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:661 +#, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" "{comment}" msgstr "" -"[{author}]({author_url}) удалил страницу [{page}]({page_link}){comment}" +"[{author}]({author_url}) переименовал участника *{old_name}* в [{new_name}]" +"({link}){comment}" -#: src/rc_formatters.py:634 +#: src/rc_formatters.py:665 msgid "An action has been hidden by administration." msgstr "Действие было скрыто администрацией." -#: src/rc_formatters.py:641 +#: src/rc_formatters.py:672 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" +"Неизвестное событие `{event}`, выполненное участником [{author}]" +"({author_url}), сообщите об этом на [сервере поддержки](<{support}>)." -#: src/rc_formatters.py:649 +#: src/rc_formatters.py:681 #, python-brace-format msgid "{user} triggered \"{abuse_filter}\"" -msgstr "" +msgstr "{user} вызвал срабатывание фильтра \"{abuse_filter}\"" -#: src/rc_formatters.py:650 +#: src/rc_formatters.py:682 msgid "Performed" -msgstr "" +msgstr "Выполнил" -#: src/rc_formatters.py:651 +#: src/rc_formatters.py:683 msgid "Action taken" -msgstr "" +msgstr "Предпринятые меры" -#: src/rc_formatters.py:652 +#: src/rc_formatters.py:684 msgid "Title" -msgstr "" +msgstr "Заголовок" -#: src/rc_formatters.py:661 src/rc_formatters.py:948 +#: src/rc_formatters.py:693 src/rc_formatters.py:980 msgid "No description provided" msgstr "Нет описания правки" -#: src/rc_formatters.py:685 +#: src/rc_formatters.py:717 msgid "(N!) " msgstr "(Н!) " -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "m" msgstr "м" -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "b" msgstr "б" -#: src/rc_formatters.py:703 src/rc_formatters.py:708 +#: src/rc_formatters.py:735 src/rc_formatters.py:740 msgid "__Only whitespace__" msgstr "__Только пробел__" -#: src/rc_formatters.py:713 +#: src/rc_formatters.py:745 msgid "Removed" msgstr "Удалено" -#: src/rc_formatters.py:715 +#: src/rc_formatters.py:747 msgid "Added" msgstr "Добавлено" -#: src/rc_formatters.py:749 src/rc_formatters.py:788 +#: src/rc_formatters.py:781 src/rc_formatters.py:820 msgid "Options" msgstr "Настройки" -#: src/rc_formatters.py:749 +#: src/rc_formatters.py:781 #, python-brace-format msgid "([preview]({link}) | [undo]({undolink}))" msgstr "([просмотр]({link}) | [отмена]({undolink}))" -#: src/rc_formatters.py:754 +#: src/rc_formatters.py:786 #, python-brace-format msgid "Uploaded a new version of {name}" msgstr "Загрузил новую версию {name}" -#: src/rc_formatters.py:756 +#: src/rc_formatters.py:788 #, python-brace-format msgid "Reverted a version of {name}" msgstr "Возвратил версию {name}" -#: src/rc_formatters.py:758 +#: src/rc_formatters.py:790 #, python-brace-format msgid "Uploaded {name}" msgstr "Загрузил {name}" -#: src/rc_formatters.py:774 +#: src/rc_formatters.py:806 msgid "**No license!**" msgstr "**Отсутствует лицензия!**" -#: src/rc_formatters.py:786 +#: src/rc_formatters.py:818 msgid "" "\n" "License: {}" @@ -943,182 +1009,180 @@ msgstr "" "\n" "Лицензия: {}" -#: src/rc_formatters.py:788 +#: src/rc_formatters.py:820 #, python-brace-format msgid "([preview]({link}))" msgstr "([просмотр]({link}))" -#: src/rc_formatters.py:793 +#: src/rc_formatters.py:825 #, python-brace-format msgid "Deleted page {article}" msgstr "Удалил страницу «{article}»" -#: src/rc_formatters.py:798 +#: src/rc_formatters.py:830 #, python-brace-format msgid "Deleted redirect {article} by overwriting" msgstr "Удалил перенаправление «{article}» с помощью перезаписи" -#: src/rc_formatters.py:804 +#: src/rc_formatters.py:836 msgid "No redirect has been made" msgstr "Перенаправление не было сделано" -#: src/rc_formatters.py:805 +#: src/rc_formatters.py:837 msgid "A redirect has been made" msgstr "Было сделано перенаправление" -#: src/rc_formatters.py:806 +#: src/rc_formatters.py:838 #, python-brace-format msgid "Moved {redirect}{article} to {target}" msgstr "Переименовал страницу {redirect}{article} в {target}" -#: src/rc_formatters.py:809 +#: src/rc_formatters.py:841 #, python-brace-format msgid "Moved {redirect}{article} to {title} over redirect" msgstr "" "Переименовал страницу {redirect}{article} в {title} поверх перенаправления" -#: src/rc_formatters.py:813 +#: src/rc_formatters.py:845 #, python-brace-format msgid "Moved protection settings from {redirect}{article} to {title}" msgstr "Перенёс параметры защиты с «{redirect}{article}» на «{title}»" -#: src/rc_formatters.py:837 +#: src/rc_formatters.py:869 msgid "unknown expiry time" -msgstr "" +msgstr "неизвестный период" -#: src/rc_formatters.py:842 +#: src/rc_formatters.py:874 msgid "Blocked from editing the following pages: " msgstr "Заблокирован от редактирования в следующих страницах: " -#: src/rc_formatters.py:851 +#: src/rc_formatters.py:883 msgid "Blocked from editing pages on following namespaces: " msgstr "" "Заблокирован от редактирования на страницах в следующих пространствах имён: " -#: src/rc_formatters.py:862 +#: src/rc_formatters.py:894 msgid "Partial block details" msgstr "Частичные детали блокировки" -#: src/rc_formatters.py:863 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:895 +#, python-brace-format msgid "Blocked {blocked_user} {time}" -msgstr "Заблокировал участника {blocked_user} на срок «{time}»" +msgstr "Заблокировал участника {blocked_user} {time}" -#: src/rc_formatters.py:867 +#: src/rc_formatters.py:899 #, python-brace-format msgid "Changed block settings for {blocked_user}" msgstr "Изменил параметры блокировки для {blocked_user}" -#: src/rc_formatters.py:871 +#: src/rc_formatters.py:903 #, python-brace-format msgid "Unblocked {blocked_user}" msgstr "Разблокировал участника {blocked_user}" -#: src/rc_formatters.py:878 +#: src/rc_formatters.py:910 #, python-brace-format msgid "Left a comment on {target}'s profile" msgstr "Оставил комментарий на профиле участника {target}" -#: src/rc_formatters.py:880 +#: src/rc_formatters.py:912 msgid "Left a comment on their own profile" msgstr "Оставил комментарий на своём профиле" -#: src/rc_formatters.py:887 +#: src/rc_formatters.py:919 #, python-brace-format msgid "Replied to a comment on {target}'s profile" msgstr "Ответил на комментарий на профиле участника {target}" -#: src/rc_formatters.py:889 +#: src/rc_formatters.py:921 msgid "Replied to a comment on their own profile" msgstr "Ответил на комментарий на своём профиле" -#: src/rc_formatters.py:896 +#: src/rc_formatters.py:928 #, python-brace-format msgid "Edited a comment on {target}'s profile" msgstr "Отредактировал комментарий на профиле участника {target}" -#: src/rc_formatters.py:898 +#: src/rc_formatters.py:930 msgid "Edited a comment on their own profile" msgstr "Отредактировал комментарий на своём профиле" -#: src/rc_formatters.py:903 +#: src/rc_formatters.py:935 #, python-brace-format msgid "Edited {target}'s profile" msgstr "Отредактировал профиль участника {target}" -#: src/rc_formatters.py:905 +#: src/rc_formatters.py:937 msgid "Edited their own profile" msgstr "Отредактировал свой профиль" -#: src/rc_formatters.py:907 +#: src/rc_formatters.py:939 #, python-brace-format msgid "Cleared the {field} field" msgstr "Очистил поле «{field}»" -#: src/rc_formatters.py:909 +#: src/rc_formatters.py:941 #, python-brace-format msgid "{field} field changed to: {desc}" msgstr "Поле «{field}» изменено на: {desc}" -#: src/rc_formatters.py:914 +#: src/rc_formatters.py:946 #, python-brace-format msgid "Purged a comment on {target}'s profile" msgstr "Удалил комментарий в профиле {target}" -#: src/rc_formatters.py:916 -#, fuzzy +#: src/rc_formatters.py:948 msgid "Purged a comment on their own profile" -msgstr "Отредактировал комментарий на своём профиле" +msgstr "Удалил комментарий на своём профиле" -#: src/rc_formatters.py:924 +#: src/rc_formatters.py:956 #, python-brace-format msgid "Deleted a comment on {target}'s profile" msgstr "Удалил комментарий на профиле участника {target}" -#: src/rc_formatters.py:926 -#, fuzzy +#: src/rc_formatters.py:958 msgid "Deleted a comment on their own profile" -msgstr "Отредактировал комментарий на своём профиле" +msgstr "Удалил комментарий на своём профиле" -#: src/rc_formatters.py:930 +#: src/rc_formatters.py:962 #, python-brace-format msgid "Changed group membership for {target}" msgstr "Изменил членство в группах для участника {target}" -#: src/rc_formatters.py:934 +#: src/rc_formatters.py:966 #, python-brace-format msgid "{target} got autopromoted to a new usergroup" msgstr "Участник {target} был автоматически повышен до новой группы участников" -#: src/rc_formatters.py:949 +#: src/rc_formatters.py:981 #, python-brace-format msgid "Groups changed from {old_groups} to {new_groups}{reason}" msgstr "Группы изменены с {old_groups} на {new_groups}{reason}" -#: src/rc_formatters.py:953 +#: src/rc_formatters.py:985 #, python-brace-format msgid "Protected {target}" msgstr "Защитил страницу «{target}»" -#: src/rc_formatters.py:959 +#: src/rc_formatters.py:991 #, python-brace-format msgid "Changed protection level for {article}" msgstr "Изменил уровень защиты для страницы «{article}»" -#: src/rc_formatters.py:965 +#: src/rc_formatters.py:997 #, python-brace-format msgid "Removed protection from {article}" msgstr "Убрал защиту со страницы «{article}»" -#: src/rc_formatters.py:969 +#: src/rc_formatters.py:1001 #, python-brace-format msgid "Changed visibility of revision on page {article} " msgid_plural "Changed visibility of {amount} revisions on page {article} " -msgstr[0] "Изменил видимость {amount} правки на странице «{article}» " +msgstr[0] "Изменил видимость правки на странице «{article}» " msgstr[1] "Изменил видимость {amount} правок на странице «{article}» " msgstr[2] "Изменил видимость {amount} правок на странице «{article}» " -#: src/rc_formatters.py:981 +#: src/rc_formatters.py:1013 #, python-brace-format msgid "Imported {article} with {count} revision" msgid_plural "Imported {article} with {count} revisions" @@ -1126,335 +1190,407 @@ msgstr[0] "Импортировал страницу «{article}» с {count} п msgstr[1] "Импортировал страницу «{article}» с {count} правками" msgstr[2] "Импортировал страницу «{article}» с {count} правками" -#: src/rc_formatters.py:986 +#: src/rc_formatters.py:1018 #, python-brace-format msgid "Restored {article}" msgstr "Восстановил страницу «{article}»" -#: src/rc_formatters.py:989 +#: src/rc_formatters.py:1021 msgid "Changed visibility of log events" msgstr "Изменил видимость событий в журнале" -#: src/rc_formatters.py:999 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1031 +#, python-brace-format msgid "Imported {article} with {count} revision from \"{source}\"" msgid_plural "Imported {article} with {count} revisions from \"{source}\"" -msgstr[0] "Импортировал страницу «{article}» с {count} правкой" -msgstr[1] "Импортировал страницу «{article}» с {count} правками" -msgstr[2] "Импортировал страницу «{article}» с {count} правками" +msgstr[0] "Импортировал страницу «{article}» с {count} правкой из \"{source}\"" +msgstr[1] "" +"Импортировал страницу «{article}» с {count} правками из \"{source}\"" +msgstr[2] "" +"Импортировал страницу «{article}» с {count} правками из \"{source}\"" -#: src/rc_formatters.py:1004 +#: src/rc_formatters.py:1036 #, python-brace-format msgid "Edited abuse filter number {number}" msgstr "Отредактировал фильтр злоупотреблений под номером {number}" -#: src/rc_formatters.py:1007 +#: src/rc_formatters.py:1039 #, python-brace-format msgid "Created abuse filter number {number}" msgstr "Создал фильтр злоупотреблений под номером {number}" -#: src/rc_formatters.py:1010 +#: src/rc_formatters.py:1042 #, python-brace-format msgid "Merged revision histories of {article} into {dest}" msgstr "" "Объединил историю правок страницы «{article}» с историей правок «{dest}»" -#: src/rc_formatters.py:1014 +#: src/rc_formatters.py:1046 msgid "Created account automatically" msgstr "Учетная запись была создана автоматически" -#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +#: src/rc_formatters.py:1049 src/rc_formatters.py:1058 msgid "Created account" msgstr "Создана учётная запись" -#: src/rc_formatters.py:1020 +#: src/rc_formatters.py:1052 #, python-brace-format msgid "Created account {article}" msgstr "Создана учетная запись {article}" -#: src/rc_formatters.py:1023 +#: src/rc_formatters.py:1055 #, python-brace-format msgid "Created account {article} and password was sent by email" msgstr "" "Создана учетная запись {article} и пароль был отправлен на электронную почту" -#: src/rc_formatters.py:1029 +#: src/rc_formatters.py:1061 msgid "Added an entry to the interwiki table" msgstr "Добавил запись в таблицу префиксов интервики" -#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#: src/rc_formatters.py:1062 src/rc_formatters.py:1068 #, python-brace-format msgid "Prefix: {prefix}, website: {website} | {desc}" msgstr "Префикс: {prefix}, сайт: {website} | {desc}" -#: src/rc_formatters.py:1035 +#: src/rc_formatters.py:1067 msgid "Edited an entry in interwiki table" msgstr "Отредактировал запись в таблице префиксов интервики" -#: src/rc_formatters.py:1041 +#: src/rc_formatters.py:1073 msgid "Deleted an entry in interwiki table" msgstr "Удалил запись из таблицы префиксов интервики" -#: src/rc_formatters.py:1042 +#: src/rc_formatters.py:1074 #, python-brace-format msgid "Prefix: {prefix} | {desc}" msgstr "Префикс: {prefix} | {desc}" -#: src/rc_formatters.py:1045 +#: src/rc_formatters.py:1077 #, python-brace-format msgid "Changed the content model of the page {article}" msgstr "Изменил модель содержимого для страницы «{article}»" -#: src/rc_formatters.py:1046 +#: src/rc_formatters.py:1078 #, python-brace-format msgid "Model changed from {old} to {new}: {reason}" msgstr "Модель изменена с «{old}» на «{new}»: {reason}" -#: src/rc_formatters.py:1051 +#: src/rc_formatters.py:1083 +#, python-brace-format +msgid "Created the page {article} using a non-default content model" +msgstr "" +"Создал страницу {article} с использованием нестандартной модели содержимого" + +#: src/rc_formatters.py:1084 +#, python-brace-format +msgid "Created with model {new}: {reason}" +msgstr "Создал с использованием модели содержимого {new}: {reason}" + +#: src/rc_formatters.py:1087 #, python-brace-format msgid "Edited the sprite for {article}" msgstr "Отредактировал спрайт для страницы «{article}»" -#: src/rc_formatters.py:1054 +#: src/rc_formatters.py:1090 #, python-brace-format msgid "Created the sprite sheet for {article}" msgstr "Создал таблицу спрайтов для страницы «{article}»" -#: src/rc_formatters.py:1057 +#: src/rc_formatters.py:1093 #, python-brace-format msgid "Edited the slice for {article}" msgstr "Отредактировал срез для страницы «{article}»" -#: src/rc_formatters.py:1063 -#, fuzzy, python-brace-format -msgid "Created the Cargo table \"{table}\"" -msgstr "Создал метку «{tag}»" - -#: src/rc_formatters.py:1067 -#, fuzzy, python-brace-format -msgid "Deleted the Cargo table \"{table}\"" -msgstr "Удалил метку «{tag}»" - -#: src/rc_formatters.py:1074 -#, fuzzy, python-brace-format -msgid "Recreated the Cargo table \"{table}\"" -msgstr "Создал метку «{tag}»" - -#: src/rc_formatters.py:1081 -#, fuzzy, python-brace-format -msgid "Replaced the Cargo table \"{table}\"" -msgstr "Удалил метку «{tag}»" - -#: src/rc_formatters.py:1085 -#, python-brace-format -msgid "Created a tag \"{tag}\"" -msgstr "Создал метку «{tag}»" - -#: src/rc_formatters.py:1089 -#, python-brace-format -msgid "Deleted a tag \"{tag}\"" -msgstr "Удалил метку «{tag}»" - -#: src/rc_formatters.py:1093 -#, python-brace-format -msgid "Activated a tag \"{tag}\"" -msgstr "Активировал метку «{tag}»" - -#: src/rc_formatters.py:1096 -#, python-brace-format -msgid "Deactivated a tag \"{tag}\"" -msgstr "Деактивировал метку «{tag}»" - #: src/rc_formatters.py:1099 -msgid "Changed wiki settings" -msgstr "" +#, python-brace-format +msgid "Created the Cargo table \"{table}\"" +msgstr "Создал Cargo таблицу \"{table}\"" #: src/rc_formatters.py:1103 +#, python-brace-format +msgid "Deleted the Cargo table \"{table}\"" +msgstr "Удалил Cargo таблицу \"{table}\"" + +#: src/rc_formatters.py:1110 +#, python-brace-format +msgid "Recreated the Cargo table \"{table}\"" +msgstr "Воссоздал Cargo таблицу \"{table}\"" + +#: src/rc_formatters.py:1117 +#, python-brace-format +msgid "Replaced the Cargo table \"{table}\"" +msgstr "Заменил Cargo таблицу \"{table}\"" + +#: src/rc_formatters.py:1121 #, fuzzy, python-brace-format -msgid "Deleted a \"{wiki}\" wiki" -msgstr "Удалил метку «{tag}»" - -#: src/rc_formatters.py:1106 -#, python-brace-format -msgid "Locked a \"{wiki}\" wiki" -msgstr "" - -#: src/rc_formatters.py:1109 -#, python-brace-format -msgid "Modified a \"{namespace_name}\" namespace" -msgstr "" - -#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 -msgid "Wiki" -msgstr "" - -#: src/rc_formatters.py:1113 -#, python-brace-format -msgid "Deleted a \"{namespace_name}\" namespace" -msgstr "" - -#: src/rc_formatters.py:1119 -#, python-brace-format -msgid "Modified \"{usergroup_name}\" usergroup" -msgstr "" - -#: src/rc_formatters.py:1122 -#, python-brace-format -msgid "Restored a \"{wiki}\" wiki" -msgstr "" +msgid "Created the tag \"{tag}\"" +msgstr "Создал метку «{tag}»" #: src/rc_formatters.py:1125 +#, fuzzy, python-brace-format +msgid "Deleted the tag \"{tag}\"" +msgstr "Удалил метку «{tag}»" + +#: src/rc_formatters.py:1127 +#, fuzzy +msgid "Removed from" +msgstr "Удалено" + +#: src/rc_formatters.py:1127 +msgid "{} revision or log entry" +msgid_plural "{} revisions and/or log entries" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: src/rc_formatters.py:1131 +#, fuzzy, python-brace-format +msgid "Activated the tag \"{tag}\"" +msgstr "Активировал метку «{tag}»" + +#: src/rc_formatters.py:1134 +#, fuzzy, python-brace-format +msgid "Deactivated the tag \"{tag}\"" +msgstr "Деактивировал метку «{tag}»" + +#: src/rc_formatters.py:1137 +msgid "Changed wiki settings" +msgstr "Изменил настройки вики" + +#: src/rc_formatters.py:1141 +#, python-brace-format +msgid "Deleted a \"{wiki}\" wiki" +msgstr "Удалил вики \"{wiki}\"" + +#: src/rc_formatters.py:1144 +#, python-brace-format +msgid "Locked a \"{wiki}\" wiki" +msgstr "Заблокировал вики \"{wiki}\"" + +#: src/rc_formatters.py:1147 +#, fuzzy, python-brace-format +msgid "Modified \"{namespace_name}\" namespace" +msgstr "Изменил пространство имён \"{namespace_name}\"" + +#: src/rc_formatters.py:1149 src/rc_formatters.py:1154 +msgid "Wiki" +msgstr "Вики" + +#: src/rc_formatters.py:1151 +#, python-brace-format +msgid "Deleted a \"{namespace_name}\" namespace" +msgstr "Удалил пространство имён \"{namespace_name}\"" + +#: src/rc_formatters.py:1157 +#, python-brace-format +msgid "Modified \"{usergroup_name}\" usergroup" +msgstr "Изменил группу \"{usergroup_name}\"" + +#: src/rc_formatters.py:1160 +#, fuzzy, python-brace-format +msgid "Undeleted a \"{wiki}\" wiki" +msgstr "Удалил вики \"{wiki}\"" + +#: src/rc_formatters.py:1163 #, python-brace-format msgid "Unlocked a \"{wiki}\" wiki" -msgstr "" +msgstr "Разблокировал вики \"{wiki}\"" -#: src/rc_formatters.py:1133 +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Generated {file} dump" +msgstr "Сгенерировал дамп {file}" + +#: src/rc_formatters.py:1169 +#, python-brace-format +msgid "Deleted {file} dump" +msgstr "Удалил дамп {file}" + +#: src/rc_formatters.py:1177 #, python-brace-format msgid "Marked \"{article}\" for translation" -msgstr "" +msgstr "Пометил страницу \"{article}\" как доступную для перевода" -#: src/rc_formatters.py:1136 +#: src/rc_formatters.py:1180 #, python-brace-format msgid "Removed \"{article}\" from the translation system" -msgstr "" +msgstr "Удалил \"{article}\" из системы перевода" -#: src/rc_formatters.py:1139 +#: src/rc_formatters.py:1183 #, python-brace-format msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" msgstr "" +"Переименовал доступную для перевода страницу \"{article}\" в \"{target}\"" -#: src/rc_formatters.py:1142 +#: src/rc_formatters.py:1186 #, python-brace-format msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" msgstr "" +"Столкнулся с проблемой при попытке переименования \"{article}\" в " +"\"{target}\"" -#: src/rc_formatters.py:1145 +#: src/rc_formatters.py:1189 #, python-brace-format msgid "Completed deletion of translatable page \"{article}\"" -msgstr "" +msgstr "Удалил доступную для перевода страницу \"{article}\"" -#: src/rc_formatters.py:1148 +#: src/rc_formatters.py:1192 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translatable page " "\"{target}\"" msgstr "" +"Не смог удалить \"{article}\", относящуюся к доступной для перевода странице " +"\"{target}\"" -#: src/rc_formatters.py:1151 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1195 +#, python-brace-format msgid "Completed deletion of translation page \"{article}\"" -msgstr "Изменил видимость {amount} правки на странице «{article}» " +msgstr "Удалил страницу перевода \"{article}\"" -#: src/rc_formatters.py:1154 +#: src/rc_formatters.py:1198 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translation page \"{target}\"" msgstr "" +"Не смог удалить \"{article}\", относящуюся к странице перевода \"{target}\"" -#: src/rc_formatters.py:1157 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1201 +#, python-brace-format msgid "Encouraged translation of \"{article}\"" -msgstr "Убрал защиту со страницы «{article}»" +msgstr "Повысил приоритет перевода страницы \"{article}\"" -#: src/rc_formatters.py:1160 +#: src/rc_formatters.py:1204 #, python-brace-format msgid "Discouraged translation of \"{article}\"" -msgstr "" +msgstr "Понизил приоритет перевода страницы \"{article}\"" -#: src/rc_formatters.py:1166 +#: src/rc_formatters.py:1210 #, python-brace-format msgid "Limited languages for \"{article}\" to `{languages}`" -msgstr "" +msgstr "Ограничил для страницы \"{article}\" список языков: `{languages}`" -#: src/rc_formatters.py:1168 +#: src/rc_formatters.py:1212 #, python-brace-format msgid "Priority languages for \"{article}\" set to `{languages}`" msgstr "" +"Задал для страницы \"{article}\" следующий список приоритетных языков: " +"`{languages}`" -#: src/rc_formatters.py:1170 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1214 +#, python-brace-format msgid "Removed priority languages from \"{article}\"" -msgstr "Убрал защиту со страницы «{article}»" +msgstr "Удалил приоритетные языки со страницы \"{article}\"" -#: src/rc_formatters.py:1173 +#: src/rc_formatters.py:1217 #, python-brace-format msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" msgstr "" +"Добавил доступную для перевода страницу \"{article}\" в агрегированную " +"группу \"{group}\"" -#: src/rc_formatters.py:1176 +#: src/rc_formatters.py:1220 #, python-brace-format msgid "" "Removed translatable page \"{article}\" from aggregate group \"{group}\"" msgstr "" +"Удалил доступную для перевода страницу \"{article}\" из агрегированной " +"группы \"{group}\"" -#: src/rc_formatters.py:1183 -#, fuzzy, python-brace-format +#: src/rc_formatters.py:1227 +#, python-brace-format msgid "Reviewed translation \"{article}\"" -msgstr "Убрал защиту со страницы «{article}»" +msgstr "Проверил перевод \"{article}\"" -#: src/rc_formatters.py:1186 +#: src/rc_formatters.py:1230 #, python-brace-format msgid "Changed the state of `{language}` translations of \"{article}\"" msgstr "" +"Изменил состояние переводов страницы \"{article}\" на `{language}` язык" -#: src/rc_formatters.py:1188 +#: src/rc_formatters.py:1232 msgid "Old state" -msgstr "" +msgstr "Старое состояние" -#: src/rc_formatters.py:1189 +#: src/rc_formatters.py:1233 msgid "New state" -msgstr "" +msgstr "Новое состояние" -#: src/rc_formatters.py:1193 +#: src/rc_formatters.py:1242 +#, python-brace-format +msgid "Changed the language of \"{article}\"" +msgstr "Изменил язык страницы «{article}»" + +#: src/rc_formatters.py:1243 +msgid "Old language" +msgstr "Старый язык" + +#: src/rc_formatters.py:1244 +msgid "New language" +msgstr "Новый язык" + +#: src/rc_formatters.py:1248 #, python-brace-format msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" msgstr[0] "" +"Переименовал участника \"{old_name}\" с {edits} правкой в \"{new_name}\"" msgstr[1] "" +"Переименовал участника \"{old_name}\" с {edits} правками в \"{new_name}\"" msgstr[2] "" +"Переименовал участника \"{old_name}\" с {edits} правками в \"{new_name}\"" -#: src/rc_formatters.py:1195 +#: src/rc_formatters.py:1250 #, python-brace-format msgid "Renamed user \"{old_name}\" to \"{new_name}\"" -msgstr "" +msgstr "Переименовал участника \"{old_name}\" в \"{new_name}\"" -#: src/rc_formatters.py:1199 +#: src/rc_formatters.py:1254 msgid "Action has been hidden by administration" msgstr "Действие было скрыто администрацией" -#: src/rc_formatters.py:1204 +#: src/rc_formatters.py:1259 #, python-brace-format msgid "Unknown event `{event}`" -msgstr "" +msgstr "Неизвестное событие `{event}`" -#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +#: src/rc_formatters.py:1265 src/rc_formatters.py:1267 msgid "Report this on the support server" msgstr "Сообщить об этом на сервер поддержки" -#: src/rc_formatters.py:1229 +#: src/rc_formatters.py:1283 msgid "Tags" msgstr "Метки" -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid "**Added**: " msgstr "**Добавлено**: " -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid " and {} more\n" msgstr " и ещё {}\n" -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid "**Removed**: " msgstr "**Удалено**: " -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid " and {} more" msgstr " и ещё {}" -#: src/rc_formatters.py:1236 +#: src/rc_formatters.py:1290 msgid "Changed categories" msgstr "Изменены категории" +#, python-brace-format +#~ msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +#~ msgstr "[{author}]({author_url}) восстановил вики *{wiki_name}*{comment}" + +#, python-brace-format +#~ msgid "Restored a \"{wiki}\" wiki" +#~ msgstr "Восстановил вики \"{wiki}\"" + #, fuzzy, python-brace-format #~ msgid "[{author}]({author_url}) deleted a comment on {target}'s profile" #~ msgstr "" diff --git a/locale/ru/LC_MESSAGES/rcgcdw.po b/locale/ru/LC_MESSAGES/rcgcdw.po index 60d6413..808e0da 100644 --- a/locale/ru/LC_MESSAGES/rcgcdw.po +++ b/locale/ru/LC_MESSAGES/rcgcdw.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 08:29+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-09-03 13:14+0200\n" "Last-Translator: BabylonAS\n" "Language-Team: \n" @@ -29,188 +29,188 @@ msgstr "{value} (ср. {avg})" msgid "Daily overview" msgstr "Ежедневный обзор" -#: src/rcgcdw.py:155 +#: src/rcgcdw.py:154 msgid "No activity" msgstr "Нет активности" -#: src/rcgcdw.py:179 +#: src/rcgcdw.py:178 msgid " ({} action)" msgid_plural " ({} actions)" msgstr[0] " ({} действие)" msgstr[1] " ({} действия)" msgstr[2] " ({} действий)" -#: src/rcgcdw.py:181 +#: src/rcgcdw.py:180 msgid " ({} edit)" msgid_plural " ({} edits)" msgstr[0] " ({} правка)" msgstr[1] " ({} правки)" msgstr[2] " ({} правок)" -#: src/rcgcdw.py:186 +#: src/rcgcdw.py:185 msgid " UTC ({} action)" msgid_plural " UTC ({} actions)" msgstr[0] " UTC ({} действие)" msgstr[1] " UTC ({} действия)" msgstr[2] " UTC ({} действий)" -#: src/rcgcdw.py:188 src/rcgcdw.py:189 src/rcgcdw.py:193 +#: src/rcgcdw.py:187 src/rcgcdw.py:188 src/rcgcdw.py:192 msgid "But nobody came" msgstr "Но никто не пришёл" -#: src/rcgcdw.py:196 +#: src/rcgcdw.py:195 msgid "Most active user" msgid_plural "Most active users" msgstr[0] "Самый активный участник" msgstr[1] "Самые активные участники" msgstr[2] "Самые активные участники" -#: src/rcgcdw.py:197 +#: src/rcgcdw.py:196 msgid "Most edited article" msgid_plural "Most edited articles" msgstr[0] "Самая редактируемая статья" msgstr[1] "Самые редактируемые статьи" msgstr[2] "Самые редактируемые статьи" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "Edits made" msgstr "Сделано правок" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "New files" msgstr "Новых файлов" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "Admin actions" msgstr "Административных действий" -#: src/rcgcdw.py:199 +#: src/rcgcdw.py:198 msgid "Bytes changed" msgstr "Изменено байтов" -#: src/rcgcdw.py:199 +#: src/rcgcdw.py:198 msgid "New articles" msgstr "Новых статей" -#: src/rcgcdw.py:200 +#: src/rcgcdw.py:199 msgid "Unique contributors" msgstr "Уникальных редакторов" -#: src/rcgcdw.py:201 +#: src/rcgcdw.py:200 msgid "Most active hour" msgid_plural "Most active hours" msgstr[0] "Самый активный час" msgstr[1] "Самые активные часы" msgstr[2] "Самые активные часы" -#: src/rcgcdw.py:202 +#: src/rcgcdw.py:201 msgid "Day score" msgstr "Очков за день" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "director" msgstr "директор" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "bot" msgstr "бот" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "editor" msgstr "досматривающий" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "directors" msgstr "директора" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "sysop" msgstr "администратор" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "bureaucrat" msgstr "бюрократ" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "reviewer" msgstr "выверяющий" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "autoreview" msgstr "автодосматриваемый" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "autopatrol" msgstr "автопатрулируемый" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "wiki_guardian" msgstr "смотритель вики" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "second" msgid_plural "seconds" msgstr[0] "секунда" msgstr[1] "секунды" msgstr[2] "секунд" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "minute" msgid_plural "minutes" msgstr[0] "минута" msgstr[1] "минуты" msgstr[2] "минут" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "hour" msgid_plural "hours" msgstr[0] "час" msgstr[1] "часа" msgstr[2] "часов" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "day" msgid_plural "days" msgstr[0] "день" msgstr[1] "дня" msgstr[2] "дней" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "week" msgid_plural "weeks" msgstr[0] "неделя" msgstr[1] "недели" msgstr[2] "недель" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "month" msgid_plural "months" msgstr[0] "месяц" msgstr[1] "месяца" msgstr[2] "месяцев" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "year" msgid_plural "years" msgstr[0] "год" msgstr[1] "года" msgstr[2] "лет" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "millennium" msgid_plural "millennia" msgstr[0] "тысячелетие" msgstr[1] "тысячелетия" msgstr[2] "тысячелетий" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "decade" msgid_plural "decades" msgstr[0] "десятилетие" msgstr[1] "десятилетия" msgstr[2] "десятилетий" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "century" msgid_plural "centuries" msgstr[0] "век" diff --git a/locale/ru/LC_MESSAGES/redaction.mo b/locale/ru/LC_MESSAGES/redaction.mo index 8e3315a..b31ff26 100644 Binary files a/locale/ru/LC_MESSAGES/redaction.mo and b/locale/ru/LC_MESSAGES/redaction.mo differ diff --git a/locale/ru/LC_MESSAGES/redaction.po b/locale/ru/LC_MESSAGES/redaction.po index e32be4b..c6ded93 100644 --- a/locale/ru/LC_MESSAGES/redaction.po +++ b/locale/ru/LC_MESSAGES/redaction.po @@ -7,19 +7,20 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" -"PO-Revision-Date: 2020-11-18 15:18+0100\n" -"Last-Translator: \n" -"Language-Team: \n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" +"PO-Revision-Date: 2020-12-22 00:13+0000\n" +"Last-Translator: Philo04 \n" +"Language-Team: Russian \n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.1\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Weblate 4.2.1\n" -#: src/discord/redaction.py:59 src/discord/redaction.py:62 -#: src/discord/redaction.py:67 +#: src/discord/redaction.py:62 src/discord/redaction.py:65 +#: src/discord/redaction.py:70 msgid "Removed" -msgstr "" +msgstr "Удалено" diff --git a/locale/templates/discussion_formatters.pot b/locale/templates/discussion_formatters.pot index b600994..2efce94 100644 --- a/locale/templates/discussion_formatters.pot +++ b/locale/templates/discussion_formatters.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,44 +17,45 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/discussion_formatters.py:25 src/discussion_formatters.py:81 +#: src/discussion_formatters.py:21 src/discussion_formatters.py:56 +#: src/discussion_formatters.py:67 src/discussion_formatters.py:95 +#: src/discussion_formatters.py:163 src/discussion_formatters.py:176 +msgid "unknown" +msgstr "" + +#: src/discussion_formatters.py:27 src/discussion_formatters.py:102 msgid "Unregistered user" msgstr "" -#: src/discussion_formatters.py:34 +#: src/discussion_formatters.py:39 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -#: src/discussion_formatters.py:36 +#: src/discussion_formatters.py:42 #, python-brace-format msgid "" "[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -#: src/discussion_formatters.py:38 +#: src/discussion_formatters.py:45 #, python-brace-format msgid "" "[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -#: src/discussion_formatters.py:43 +#: src/discussion_formatters.py:54 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " "to [{title}](<{url}f/p/{threadId}>) in {forumName}" msgstr "" -#: src/discussion_formatters.py:45 src/discussion_formatters.py:54 -#: src/discussion_formatters.py:137 src/discussion_formatters.py:150 -msgid "unknown" -msgstr "" - -#: src/discussion_formatters.py:49 +#: src/discussion_formatters.py:61 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" @@ -62,7 +63,7 @@ msgid "" "Message_Wall:{user_wall}>)" msgstr "" -#: src/discussion_formatters.py:51 +#: src/discussion_formatters.py:64 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" @@ -71,14 +72,14 @@ msgid "" "(<{url}wiki/Message_Wall:{user_wall}>)" msgstr "" -#: src/discussion_formatters.py:57 +#: src/discussion_formatters.py:72 #, python-brace-format msgid "" "[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " "on [{article}](<{url}>)" msgstr "" -#: src/discussion_formatters.py:62 +#: src/discussion_formatters.py:78 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}?commentId={commentId}" @@ -86,75 +87,75 @@ msgid "" "[{article}](<{url}>)" msgstr "" -#: src/discussion_formatters.py:70 +#: src/discussion_formatters.py:86 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" -#: src/discussion_formatters.py:98 +#: src/discussion_formatters.py:123 #, python-brace-format msgid "Created \"{title}\"" msgstr "" -#: src/discussion_formatters.py:102 +#: src/discussion_formatters.py:127 #, python-brace-format msgid "Created a poll \"{title}\"" msgstr "" -#: src/discussion_formatters.py:109 +#: src/discussion_formatters.py:134 msgid "Option {}" msgstr "" -#: src/discussion_formatters.py:110 +#: src/discussion_formatters.py:135 #, python-brace-format msgid "__[View image]({image_url})__" msgstr "" -#: src/discussion_formatters.py:114 +#: src/discussion_formatters.py:139 #, python-brace-format msgid "Created a quiz \"{title}\"" msgstr "" -#: src/discussion_formatters.py:129 src/discussion_formatters.py:131 +#: src/discussion_formatters.py:155 src/discussion_formatters.py:157 msgid "Tags" msgstr "" -#: src/discussion_formatters.py:129 +#: src/discussion_formatters.py:155 msgid "{} tags" msgstr "" -#: src/discussion_formatters.py:134 +#: src/discussion_formatters.py:160 #, python-brace-format msgid "Replied to \"{title}\"" msgstr "" -#: src/discussion_formatters.py:143 +#: src/discussion_formatters.py:169 #, python-brace-format msgid "Created \"{title}\" on {user}'s Message Wall" msgstr "" -#: src/discussion_formatters.py:147 +#: src/discussion_formatters.py:173 #, python-brace-format msgid "Replied to \"{title}\" on {user}'s Message Wall" msgstr "" -#: src/discussion_formatters.py:154 +#: src/discussion_formatters.py:180 #, python-brace-format msgid "Commented on {article}" msgstr "" -#: src/discussion_formatters.py:158 +#: src/discussion_formatters.py:184 #, python-brace-format msgid "Replied to a comment on {article}" msgstr "" -#: src/discussion_formatters.py:162 +#: src/discussion_formatters.py:188 #, python-brace-format msgid "Unknown event `{event}`" msgstr "" -#: src/discussion_formatters.py:168 src/discussion_formatters.py:170 +#: src/discussion_formatters.py:194 src/discussion_formatters.py:196 msgid "Report this on the support server" msgstr "" diff --git a/locale/templates/misc.pot b/locale/templates/misc.pot index 6b321a2..9d2716c 100644 --- a/locale/templates/misc.pot +++ b/locale/templates/misc.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/locale/templates/rc.pot b/locale/templates/rc.pot index 34b176e..4e205ec 100644 --- a/locale/templates/rc.pot +++ b/locale/templates/rc.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,24 +17,24 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/rc.py:321 +#: src/rc.py:322 #, python-brace-format msgid "{wiki} seems to be down or unreachable." msgstr "" -#: src/rc.py:322 src/rc.py:334 +#: src/rc.py:323 src/rc.py:335 msgid "Connection status" msgstr "" -#: src/rc.py:332 +#: src/rc.py:333 #, python-brace-format msgid "Connection to {wiki} seems to be stable now." msgstr "" -#: src/rc.py:403 +#: src/rc.py:404 msgid "~~hidden~~" msgstr "" -#: src/rc.py:407 +#: src/rc.py:408 msgid "hidden" msgstr "" diff --git a/locale/templates/rc_formatters.pot b/locale/templates/rc_formatters.pot index 7284aa7..f1fe0ca 100644 --- a/locale/templates/rc_formatters.pot +++ b/locale/templates/rc_formatters.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -95,14 +95,14 @@ msgid "" msgstr "" #: src/rc_formatters.py:85 src/rc_formatters.py:86 src/rc_formatters.py:87 -#: src/rc_formatters.py:449 src/rc_formatters.py:452 src/rc_formatters.py:455 -#: src/rc_formatters.py:456 src/rc_formatters.py:461 src/rc_formatters.py:462 -#: src/rc_formatters.py:470 src/rc_formatters.py:474 src/rc_formatters.py:650 -#: src/rc_formatters.py:651 src/rc_formatters.py:652 src/rc_formatters.py:1103 -#: src/rc_formatters.py:1106 src/rc_formatters.py:1109 -#: src/rc_formatters.py:1111 src/rc_formatters.py:1114 -#: src/rc_formatters.py:1116 src/rc_formatters.py:1122 -#: src/rc_formatters.py:1125 src/rc_formatters.py:1200 +#: src/rc_formatters.py:457 src/rc_formatters.py:460 src/rc_formatters.py:463 +#: src/rc_formatters.py:464 src/rc_formatters.py:469 src/rc_formatters.py:470 +#: src/rc_formatters.py:478 src/rc_formatters.py:482 src/rc_formatters.py:682 +#: src/rc_formatters.py:683 src/rc_formatters.py:684 src/rc_formatters.py:1141 +#: src/rc_formatters.py:1144 src/rc_formatters.py:1147 +#: src/rc_formatters.py:1149 src/rc_formatters.py:1152 +#: src/rc_formatters.py:1154 src/rc_formatters.py:1160 +#: src/rc_formatters.py:1163 src/rc_formatters.py:1255 msgid "Unknown" msgstr "" @@ -179,16 +179,16 @@ msgid "" "* to [{target}]({target_url}){comment}" msgstr "" -#: src/rc_formatters.py:170 src/rc_formatters.py:823 +#: src/rc_formatters.py:170 src/rc_formatters.py:855 msgid "for infinity and beyond" msgstr "" -#: src/rc_formatters.py:179 src/rc_formatters.py:831 +#: src/rc_formatters.py:179 src/rc_formatters.py:863 #, python-brace-format msgid "for {num} {translated_length}" msgstr "" -#: src/rc_formatters.py:185 src/rc_formatters.py:835 +#: src/rc_formatters.py:185 src/rc_formatters.py:867 msgid "until {}" msgstr "" @@ -196,7 +196,7 @@ msgstr "" msgid " on pages: " msgstr "" -#: src/rc_formatters.py:196 src/rc_formatters.py:849 +#: src/rc_formatters.py:196 src/rc_formatters.py:881 msgid " and namespaces: " msgstr "" @@ -298,8 +298,8 @@ msgid "" "profile. *({desc})*" msgstr "" -#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:945 -#: src/rc_formatters.py:947 +#: src/rc_formatters.py:296 src/rc_formatters.py:298 src/rc_formatters.py:977 +#: src/rc_formatters.py:979 msgid "none" msgstr "" @@ -317,7 +317,7 @@ msgid "" "{new_groups}{comment}" msgstr "" -#: src/rc_formatters.py:304 src/rc_formatters.py:933 +#: src/rc_formatters.py:304 src/rc_formatters.py:965 msgid "System" msgstr "" @@ -328,8 +328,8 @@ msgid "" "following settings: {settings}{comment}" msgstr "" -#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:955 -#: src/rc_formatters.py:961 +#: src/rc_formatters.py:311 src/rc_formatters.py:319 src/rc_formatters.py:987 +#: src/rc_formatters.py:993 msgid " [cascading]" msgstr "" @@ -463,233 +463,277 @@ msgstr "" #: src/rc_formatters.py:407 #, python-brace-format msgid "" -"[{author}]({author_url}) edited the sprite for [{article}]({article_url})" +"[{author}]({author_url}) created the page [{article}]({article_url}) using a " +"non-default content model {new}{comment}" msgstr "" #: src/rc_formatters.py:410 #, python-brace-format msgid "" +"[{author}]({author_url}) edited the sprite for [{article}]({article_url})" +msgstr "" + +#: src/rc_formatters.py:413 +#, python-brace-format +msgid "" "[{author}]({author_url}) created the sprite sheet for [{article}]" "({article_url})" msgstr "" -#: src/rc_formatters.py:413 +#: src/rc_formatters.py:416 #, python-brace-format msgid "" "[{author}]({author_url}) edited the slice for [{article}]({article_url})" msgstr "" -#: src/rc_formatters.py:418 +#: src/rc_formatters.py:421 #, python-brace-format msgid "[{author}]({author_url}) created the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:420 +#: src/rc_formatters.py:423 #, python-brace-format msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:425 +#: src/rc_formatters.py:428 #, python-brace-format msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:430 +#: src/rc_formatters.py:433 #, python-brace-format msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:433 +#: src/rc_formatters.py:436 #, python-brace-format -msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\"" -msgstr "" - -#: src/rc_formatters.py:437 -#, python-brace-format -msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\"" +msgid "" +"[{author}]({author_url}) created the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" #: src/rc_formatters.py:441 #, python-brace-format -msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\"" +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" -#: src/rc_formatters.py:444 +#: src/rc_formatters.py:443 #, python-brace-format -msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\"" +msgid "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revision or log entry{comment}" +msgid_plural "" +"[{author}]({author_url}) deleted the [tag]({tag_url}) \"{tag}\" and removed " +"it from {count} revisions and/or log entries{comment}" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:449 +#, python-brace-format +msgid "" +"[{author}]({author_url}) activated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" -#: src/rc_formatters.py:446 +#: src/rc_formatters.py:452 #, python-brace-format -msgid "[{author}]({author_url}) changed wiki settings{reason}" -msgstr "" - -#: src/rc_formatters.py:448 -#, python-brace-format -msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" -msgstr "" - -#: src/rc_formatters.py:451 -#, python-brace-format -msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" +msgid "" +"[{author}]({author_url}) deactivated the [tag]({tag_url}) \"{tag}\"{comment}" msgstr "" #: src/rc_formatters.py:454 #, python-brace-format -msgid "" -"[{author}]({author_url}) modified a namespace *{namespace_name}* on " -"*{wiki_name}*{comment}" +msgid "[{author}]({author_url}) changed wiki settings{reason}" +msgstr "" + +#: src/rc_formatters.py:456 +#, python-brace-format +msgid "[{author}]({author_url}) deleted a wiki *{wiki_name}*{comment}" msgstr "" #: src/rc_formatters.py:459 #, python-brace-format +msgid "[{author}]({author_url}) locked a wiki *{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:462 +#, python-brace-format +msgid "" +"[{author}]({author_url}) modified namespace *{namespace_name}* on " +"*{wiki_name}*{comment}" +msgstr "" + +#: src/rc_formatters.py:467 +#, python-brace-format msgid "" "[{author}]({author_url}) deleted a namespace *{namespace_name}* on " "*{wiki_name}*{comment}" msgstr "" -#: src/rc_formatters.py:465 +#: src/rc_formatters.py:473 #, python-brace-format msgid "[{author}]({author_url}) modified user group *{group_name}*{comment}" msgstr "" -#: src/rc_formatters.py:469 +#: src/rc_formatters.py:477 #, python-brace-format -msgid "[{author}]({author_url}) restored a wiki *{wiki_name}*{comment}" +msgid "[{author}]({author_url}) undeleted a wiki *{wiki_name}*{comment}" msgstr "" -#: src/rc_formatters.py:473 +#: src/rc_formatters.py:481 #, python-brace-format msgid "[{author}]({author_url}) unlocked a wiki *{wiki_name}*{comment}" msgstr "" -#: src/rc_formatters.py:484 +#: src/rc_formatters.py:486 +#, python-brace-format +msgid "[{author}]({author_url}) generated *{file}* dump{comment}" +msgstr "" + +#: src/rc_formatters.py:491 +#, python-brace-format +msgid "[{author}]({author_url}) deleted *{file}* dump{comment}" +msgstr "" + +#: src/rc_formatters.py:502 #, python-brace-format msgid "" "[{author}]({author_url}) marked [{article}]({article_url}) for " "translation{comment}" msgstr "" -#: src/rc_formatters.py:491 +#: src/rc_formatters.py:509 #, python-brace-format msgid "" "[{author}]({author_url}) removed [{article}]({article_url}) from the " "translation system{comment}" msgstr "" -#: src/rc_formatters.py:498 +#: src/rc_formatters.py:516 #, python-brace-format msgid "" "[{author}]({author_url}) completed moving translation pages from *{article}* " "to [{target}]({target_url}){comment}" msgstr "" -#: src/rc_formatters.py:506 +#: src/rc_formatters.py:524 #, python-brace-format msgid "" "[{author}]({author_url}) encountered a problem while moving [{article}]" "({article_url}) to [{target}]({target_url}){comment}" msgstr "" -#: src/rc_formatters.py:514 +#: src/rc_formatters.py:532 #, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translatable page [{article}]" "({article_url}){comment}" msgstr "" -#: src/rc_formatters.py:522 +#: src/rc_formatters.py:540 #, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " "belongs to translatable page [{target}]({target_url}){comment}" msgstr "" -#: src/rc_formatters.py:530 +#: src/rc_formatters.py:548 #, python-brace-format msgid "" "[{author}]({author_url}) completed deletion of translation page [{article}]" "({article_url}){comment}" msgstr "" -#: src/rc_formatters.py:538 +#: src/rc_formatters.py:556 #, python-brace-format msgid "" "[{author}]({author_url}) failed to delete [{article}]({article_url}) which " "belongs to translation page [{target}]({target_url}){comment}" msgstr "" -#: src/rc_formatters.py:546 +#: src/rc_formatters.py:564 #, python-brace-format msgid "" "[{author}]({author_url}) encouraged translation of [{article}]({article_url})" "{comment}" msgstr "" -#: src/rc_formatters.py:553 +#: src/rc_formatters.py:571 #, python-brace-format msgid "" "[{author}]({author_url}) discouraged translation of [{article}]" "({article_url}){comment}" msgstr "" -#: src/rc_formatters.py:563 +#: src/rc_formatters.py:581 #, python-brace-format msgid "" "[{author}]({author_url}) limited languages for [{article}]({article_url}) to " "`{languages}`{comment}" msgstr "" -#: src/rc_formatters.py:569 +#: src/rc_formatters.py:587 #, python-brace-format msgid "" "[{author}]({author_url}) set the priority languages for [{article}]" "({article_url}) to `{languages}`{comment}" msgstr "" -#: src/rc_formatters.py:575 +#: src/rc_formatters.py:593 #, python-brace-format msgid "" "[{author}]({author_url}) removed priority languages from [{article}]" "({article_url}){comment}" msgstr "" -#: src/rc_formatters.py:582 +#: src/rc_formatters.py:600 #, python-brace-format msgid "" "[{author}]({author_url}) added translatable page [{article}]({article_url}) " "to aggregate group \"{group}\"{comment}" msgstr "" -#: src/rc_formatters.py:589 +#: src/rc_formatters.py:607 #, python-brace-format msgid "" "[{author}]({author_url}) removed translatable page [{article}]" "({article_url}) from aggregate group \"{group}\"{comment}" msgstr "" -#: src/rc_formatters.py:601 +#: src/rc_formatters.py:619 #, python-brace-format msgid "" "[{author}]({author_url}) reviewed translation [{article}]({article_url})" "{comment}" msgstr "" -#: src/rc_formatters.py:609 +#: src/rc_formatters.py:627 #, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) from `{old_state}` to `{new_state}`{comment}" msgstr "" -#: src/rc_formatters.py:616 +#: src/rc_formatters.py:634 #, python-brace-format msgid "" "[{author}]({author_url}) changed the state of `{language}` translations of " "[{article}]({article_url}) to `{new_state}`{comment}" msgstr "" -#: src/rc_formatters.py:625 +#: src/rc_formatters.py:643 src/rc_formatters.py:646 src/rc_formatters.py:1238 +#: src/rc_formatters.py:1241 +msgid "(default)" +msgstr "" + +#: src/rc_formatters.py:647 +#, python-brace-format +msgid "" +"[{author}]({author_url}) changed the language of [{article}]({article_url}) " +"from {old_lang} to {new_lang}{comment}" +msgstr "" + +#: src/rc_formatters.py:656 #, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* with {edits} edit to " @@ -700,601 +744,644 @@ msgid_plural "" msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:630 +#: src/rc_formatters.py:661 #, python-brace-format msgid "" "[{author}]({author_url}) renamed user *{old_name}* to [{new_name}]({link})" "{comment}" msgstr "" -#: src/rc_formatters.py:634 +#: src/rc_formatters.py:665 msgid "An action has been hidden by administration." msgstr "" -#: src/rc_formatters.py:641 +#: src/rc_formatters.py:672 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" -#: src/rc_formatters.py:649 +#: src/rc_formatters.py:681 #, python-brace-format msgid "{user} triggered \"{abuse_filter}\"" msgstr "" -#: src/rc_formatters.py:650 +#: src/rc_formatters.py:682 msgid "Performed" msgstr "" -#: src/rc_formatters.py:651 +#: src/rc_formatters.py:683 msgid "Action taken" msgstr "" -#: src/rc_formatters.py:652 +#: src/rc_formatters.py:684 msgid "Title" msgstr "" -#: src/rc_formatters.py:661 src/rc_formatters.py:948 +#: src/rc_formatters.py:693 src/rc_formatters.py:980 msgid "No description provided" msgstr "" -#: src/rc_formatters.py:685 +#: src/rc_formatters.py:717 msgid "(N!) " msgstr "" -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "m" msgstr "" -#: src/rc_formatters.py:686 +#: src/rc_formatters.py:718 msgid "b" msgstr "" -#: src/rc_formatters.py:703 src/rc_formatters.py:708 +#: src/rc_formatters.py:735 src/rc_formatters.py:740 msgid "__Only whitespace__" msgstr "" -#: src/rc_formatters.py:713 +#: src/rc_formatters.py:745 msgid "Removed" msgstr "" -#: src/rc_formatters.py:715 +#: src/rc_formatters.py:747 msgid "Added" msgstr "" -#: src/rc_formatters.py:749 src/rc_formatters.py:788 +#: src/rc_formatters.py:781 src/rc_formatters.py:820 msgid "Options" msgstr "" -#: src/rc_formatters.py:749 +#: src/rc_formatters.py:781 #, python-brace-format msgid "([preview]({link}) | [undo]({undolink}))" msgstr "" -#: src/rc_formatters.py:754 +#: src/rc_formatters.py:786 #, python-brace-format msgid "Uploaded a new version of {name}" msgstr "" -#: src/rc_formatters.py:756 +#: src/rc_formatters.py:788 #, python-brace-format msgid "Reverted a version of {name}" msgstr "" -#: src/rc_formatters.py:758 +#: src/rc_formatters.py:790 #, python-brace-format msgid "Uploaded {name}" msgstr "" -#: src/rc_formatters.py:774 +#: src/rc_formatters.py:806 msgid "**No license!**" msgstr "" -#: src/rc_formatters.py:786 +#: src/rc_formatters.py:818 msgid "" "\n" "License: {}" msgstr "" -#: src/rc_formatters.py:788 +#: src/rc_formatters.py:820 #, python-brace-format msgid "([preview]({link}))" msgstr "" -#: src/rc_formatters.py:793 +#: src/rc_formatters.py:825 #, python-brace-format msgid "Deleted page {article}" msgstr "" -#: src/rc_formatters.py:798 +#: src/rc_formatters.py:830 #, python-brace-format msgid "Deleted redirect {article} by overwriting" msgstr "" -#: src/rc_formatters.py:804 +#: src/rc_formatters.py:836 msgid "No redirect has been made" msgstr "" -#: src/rc_formatters.py:805 +#: src/rc_formatters.py:837 msgid "A redirect has been made" msgstr "" -#: src/rc_formatters.py:806 +#: src/rc_formatters.py:838 #, python-brace-format msgid "Moved {redirect}{article} to {target}" msgstr "" -#: src/rc_formatters.py:809 +#: src/rc_formatters.py:841 #, python-brace-format msgid "Moved {redirect}{article} to {title} over redirect" msgstr "" -#: src/rc_formatters.py:813 +#: src/rc_formatters.py:845 #, python-brace-format msgid "Moved protection settings from {redirect}{article} to {title}" msgstr "" -#: src/rc_formatters.py:837 +#: src/rc_formatters.py:869 msgid "unknown expiry time" msgstr "" -#: src/rc_formatters.py:842 +#: src/rc_formatters.py:874 msgid "Blocked from editing the following pages: " msgstr "" -#: src/rc_formatters.py:851 +#: src/rc_formatters.py:883 msgid "Blocked from editing pages on following namespaces: " msgstr "" -#: src/rc_formatters.py:862 +#: src/rc_formatters.py:894 msgid "Partial block details" msgstr "" -#: src/rc_formatters.py:863 +#: src/rc_formatters.py:895 #, python-brace-format msgid "Blocked {blocked_user} {time}" msgstr "" -#: src/rc_formatters.py:867 +#: src/rc_formatters.py:899 #, python-brace-format msgid "Changed block settings for {blocked_user}" msgstr "" -#: src/rc_formatters.py:871 +#: src/rc_formatters.py:903 #, python-brace-format msgid "Unblocked {blocked_user}" msgstr "" -#: src/rc_formatters.py:878 +#: src/rc_formatters.py:910 #, python-brace-format msgid "Left a comment on {target}'s profile" msgstr "" -#: src/rc_formatters.py:880 +#: src/rc_formatters.py:912 msgid "Left a comment on their own profile" msgstr "" -#: src/rc_formatters.py:887 +#: src/rc_formatters.py:919 #, python-brace-format msgid "Replied to a comment on {target}'s profile" msgstr "" -#: src/rc_formatters.py:889 +#: src/rc_formatters.py:921 msgid "Replied to a comment on their own profile" msgstr "" -#: src/rc_formatters.py:896 +#: src/rc_formatters.py:928 #, python-brace-format msgid "Edited a comment on {target}'s profile" msgstr "" -#: src/rc_formatters.py:898 +#: src/rc_formatters.py:930 msgid "Edited a comment on their own profile" msgstr "" -#: src/rc_formatters.py:903 +#: src/rc_formatters.py:935 #, python-brace-format msgid "Edited {target}'s profile" msgstr "" -#: src/rc_formatters.py:905 +#: src/rc_formatters.py:937 msgid "Edited their own profile" msgstr "" -#: src/rc_formatters.py:907 +#: src/rc_formatters.py:939 #, python-brace-format msgid "Cleared the {field} field" msgstr "" -#: src/rc_formatters.py:909 +#: src/rc_formatters.py:941 #, python-brace-format msgid "{field} field changed to: {desc}" msgstr "" -#: src/rc_formatters.py:914 +#: src/rc_formatters.py:946 #, python-brace-format msgid "Purged a comment on {target}'s profile" msgstr "" -#: src/rc_formatters.py:916 +#: src/rc_formatters.py:948 msgid "Purged a comment on their own profile" msgstr "" -#: src/rc_formatters.py:924 +#: src/rc_formatters.py:956 #, python-brace-format msgid "Deleted a comment on {target}'s profile" msgstr "" -#: src/rc_formatters.py:926 +#: src/rc_formatters.py:958 msgid "Deleted a comment on their own profile" msgstr "" -#: src/rc_formatters.py:930 +#: src/rc_formatters.py:962 #, python-brace-format msgid "Changed group membership for {target}" msgstr "" -#: src/rc_formatters.py:934 +#: src/rc_formatters.py:966 #, python-brace-format msgid "{target} got autopromoted to a new usergroup" msgstr "" -#: src/rc_formatters.py:949 +#: src/rc_formatters.py:981 #, python-brace-format msgid "Groups changed from {old_groups} to {new_groups}{reason}" msgstr "" -#: src/rc_formatters.py:953 +#: src/rc_formatters.py:985 #, python-brace-format msgid "Protected {target}" msgstr "" -#: src/rc_formatters.py:959 +#: src/rc_formatters.py:991 #, python-brace-format msgid "Changed protection level for {article}" msgstr "" -#: src/rc_formatters.py:965 +#: src/rc_formatters.py:997 #, python-brace-format msgid "Removed protection from {article}" msgstr "" -#: src/rc_formatters.py:969 +#: src/rc_formatters.py:1001 #, python-brace-format msgid "Changed visibility of revision on page {article} " msgid_plural "Changed visibility of {amount} revisions on page {article} " msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:981 +#: src/rc_formatters.py:1013 #, python-brace-format msgid "Imported {article} with {count} revision" msgid_plural "Imported {article} with {count} revisions" msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:986 +#: src/rc_formatters.py:1018 #, python-brace-format msgid "Restored {article}" msgstr "" -#: src/rc_formatters.py:989 +#: src/rc_formatters.py:1021 msgid "Changed visibility of log events" msgstr "" -#: src/rc_formatters.py:999 +#: src/rc_formatters.py:1031 #, python-brace-format msgid "Imported {article} with {count} revision from \"{source}\"" msgid_plural "Imported {article} with {count} revisions from \"{source}\"" msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:1004 +#: src/rc_formatters.py:1036 #, python-brace-format msgid "Edited abuse filter number {number}" msgstr "" -#: src/rc_formatters.py:1007 +#: src/rc_formatters.py:1039 #, python-brace-format msgid "Created abuse filter number {number}" msgstr "" -#: src/rc_formatters.py:1010 +#: src/rc_formatters.py:1042 #, python-brace-format msgid "Merged revision histories of {article} into {dest}" msgstr "" -#: src/rc_formatters.py:1014 +#: src/rc_formatters.py:1046 msgid "Created account automatically" msgstr "" -#: src/rc_formatters.py:1017 src/rc_formatters.py:1026 +#: src/rc_formatters.py:1049 src/rc_formatters.py:1058 msgid "Created account" msgstr "" -#: src/rc_formatters.py:1020 +#: src/rc_formatters.py:1052 #, python-brace-format msgid "Created account {article}" msgstr "" -#: src/rc_formatters.py:1023 +#: src/rc_formatters.py:1055 #, python-brace-format msgid "Created account {article} and password was sent by email" msgstr "" -#: src/rc_formatters.py:1029 +#: src/rc_formatters.py:1061 msgid "Added an entry to the interwiki table" msgstr "" -#: src/rc_formatters.py:1030 src/rc_formatters.py:1036 +#: src/rc_formatters.py:1062 src/rc_formatters.py:1068 #, python-brace-format msgid "Prefix: {prefix}, website: {website} | {desc}" msgstr "" -#: src/rc_formatters.py:1035 +#: src/rc_formatters.py:1067 msgid "Edited an entry in interwiki table" msgstr "" -#: src/rc_formatters.py:1041 +#: src/rc_formatters.py:1073 msgid "Deleted an entry in interwiki table" msgstr "" -#: src/rc_formatters.py:1042 -#, python-brace-format -msgid "Prefix: {prefix} | {desc}" -msgstr "" - -#: src/rc_formatters.py:1045 -#, python-brace-format -msgid "Changed the content model of the page {article}" -msgstr "" - -#: src/rc_formatters.py:1046 -#, python-brace-format -msgid "Model changed from {old} to {new}: {reason}" -msgstr "" - -#: src/rc_formatters.py:1051 -#, python-brace-format -msgid "Edited the sprite for {article}" -msgstr "" - -#: src/rc_formatters.py:1054 -#, python-brace-format -msgid "Created the sprite sheet for {article}" -msgstr "" - -#: src/rc_formatters.py:1057 -#, python-brace-format -msgid "Edited the slice for {article}" -msgstr "" - -#: src/rc_formatters.py:1063 -#, python-brace-format -msgid "Created the Cargo table \"{table}\"" -msgstr "" - -#: src/rc_formatters.py:1067 -#, python-brace-format -msgid "Deleted the Cargo table \"{table}\"" -msgstr "" - #: src/rc_formatters.py:1074 #, python-brace-format -msgid "Recreated the Cargo table \"{table}\"" +msgid "Prefix: {prefix} | {desc}" msgstr "" -#: src/rc_formatters.py:1081 +#: src/rc_formatters.py:1077 #, python-brace-format -msgid "Replaced the Cargo table \"{table}\"" +msgid "Changed the content model of the page {article}" msgstr "" -#: src/rc_formatters.py:1085 +#: src/rc_formatters.py:1078 #, python-brace-format -msgid "Created a tag \"{tag}\"" +msgid "Model changed from {old} to {new}: {reason}" msgstr "" -#: src/rc_formatters.py:1089 +#: src/rc_formatters.py:1083 #, python-brace-format -msgid "Deleted a tag \"{tag}\"" +msgid "Created the page {article} using a non-default content model" +msgstr "" + +#: src/rc_formatters.py:1084 +#, python-brace-format +msgid "Created with model {new}: {reason}" +msgstr "" + +#: src/rc_formatters.py:1087 +#, python-brace-format +msgid "Edited the sprite for {article}" +msgstr "" + +#: src/rc_formatters.py:1090 +#, python-brace-format +msgid "Created the sprite sheet for {article}" msgstr "" #: src/rc_formatters.py:1093 #, python-brace-format -msgid "Activated a tag \"{tag}\"" -msgstr "" - -#: src/rc_formatters.py:1096 -#, python-brace-format -msgid "Deactivated a tag \"{tag}\"" +msgid "Edited the slice for {article}" msgstr "" #: src/rc_formatters.py:1099 -msgid "Changed wiki settings" +#, python-brace-format +msgid "Created the Cargo table \"{table}\"" msgstr "" #: src/rc_formatters.py:1103 #, python-brace-format -msgid "Deleted a \"{wiki}\" wiki" +msgid "Deleted the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:1106 +#: src/rc_formatters.py:1110 #, python-brace-format -msgid "Locked a \"{wiki}\" wiki" +msgid "Recreated the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:1109 +#: src/rc_formatters.py:1117 #, python-brace-format -msgid "Modified a \"{namespace_name}\" namespace" +msgid "Replaced the Cargo table \"{table}\"" msgstr "" -#: src/rc_formatters.py:1111 src/rc_formatters.py:1116 -msgid "Wiki" -msgstr "" - -#: src/rc_formatters.py:1113 +#: src/rc_formatters.py:1121 #, python-brace-format -msgid "Deleted a \"{namespace_name}\" namespace" -msgstr "" - -#: src/rc_formatters.py:1119 -#, python-brace-format -msgid "Modified \"{usergroup_name}\" usergroup" -msgstr "" - -#: src/rc_formatters.py:1122 -#, python-brace-format -msgid "Restored a \"{wiki}\" wiki" +msgid "Created the tag \"{tag}\"" msgstr "" #: src/rc_formatters.py:1125 #, python-brace-format +msgid "Deleted the tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1127 +msgid "Removed from" +msgstr "" + +#: src/rc_formatters.py:1127 +msgid "{} revision or log entry" +msgid_plural "{} revisions and/or log entries" +msgstr[0] "" +msgstr[1] "" + +#: src/rc_formatters.py:1131 +#, python-brace-format +msgid "Activated the tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1134 +#, python-brace-format +msgid "Deactivated the tag \"{tag}\"" +msgstr "" + +#: src/rc_formatters.py:1137 +msgid "Changed wiki settings" +msgstr "" + +#: src/rc_formatters.py:1141 +#, python-brace-format +msgid "Deleted a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1144 +#, python-brace-format +msgid "Locked a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1147 +#, python-brace-format +msgid "Modified \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1149 src/rc_formatters.py:1154 +msgid "Wiki" +msgstr "" + +#: src/rc_formatters.py:1151 +#, python-brace-format +msgid "Deleted a \"{namespace_name}\" namespace" +msgstr "" + +#: src/rc_formatters.py:1157 +#, python-brace-format +msgid "Modified \"{usergroup_name}\" usergroup" +msgstr "" + +#: src/rc_formatters.py:1160 +#, python-brace-format +msgid "Undeleted a \"{wiki}\" wiki" +msgstr "" + +#: src/rc_formatters.py:1163 +#, python-brace-format msgid "Unlocked a \"{wiki}\" wiki" msgstr "" -#: src/rc_formatters.py:1133 +#: src/rc_formatters.py:1166 +#, python-brace-format +msgid "Generated {file} dump" +msgstr "" + +#: src/rc_formatters.py:1169 +#, python-brace-format +msgid "Deleted {file} dump" +msgstr "" + +#: src/rc_formatters.py:1177 #, python-brace-format msgid "Marked \"{article}\" for translation" msgstr "" -#: src/rc_formatters.py:1136 +#: src/rc_formatters.py:1180 #, python-brace-format msgid "Removed \"{article}\" from the translation system" msgstr "" -#: src/rc_formatters.py:1139 +#: src/rc_formatters.py:1183 #, python-brace-format msgid "Completed moving translation pages from \"{article}\" to \"{target}\"" msgstr "" -#: src/rc_formatters.py:1142 +#: src/rc_formatters.py:1186 #, python-brace-format msgid "Encountered a problem while moving \"{article}\" to \"{target}\"" msgstr "" -#: src/rc_formatters.py:1145 +#: src/rc_formatters.py:1189 #, python-brace-format msgid "Completed deletion of translatable page \"{article}\"" msgstr "" -#: src/rc_formatters.py:1148 +#: src/rc_formatters.py:1192 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translatable page " "\"{target}\"" msgstr "" -#: src/rc_formatters.py:1151 +#: src/rc_formatters.py:1195 #, python-brace-format msgid "Completed deletion of translation page \"{article}\"" msgstr "" -#: src/rc_formatters.py:1154 +#: src/rc_formatters.py:1198 #, python-brace-format msgid "" "Failed to delete \"{article}\" which belongs to translation page \"{target}\"" msgstr "" -#: src/rc_formatters.py:1157 +#: src/rc_formatters.py:1201 #, python-brace-format msgid "Encouraged translation of \"{article}\"" msgstr "" -#: src/rc_formatters.py:1160 +#: src/rc_formatters.py:1204 #, python-brace-format msgid "Discouraged translation of \"{article}\"" msgstr "" -#: src/rc_formatters.py:1166 +#: src/rc_formatters.py:1210 #, python-brace-format msgid "Limited languages for \"{article}\" to `{languages}`" msgstr "" -#: src/rc_formatters.py:1168 +#: src/rc_formatters.py:1212 #, python-brace-format msgid "Priority languages for \"{article}\" set to `{languages}`" msgstr "" -#: src/rc_formatters.py:1170 +#: src/rc_formatters.py:1214 #, python-brace-format msgid "Removed priority languages from \"{article}\"" msgstr "" -#: src/rc_formatters.py:1173 +#: src/rc_formatters.py:1217 #, python-brace-format msgid "Added translatable page \"{article}\" to aggregate group \"{group}\"" msgstr "" -#: src/rc_formatters.py:1176 +#: src/rc_formatters.py:1220 #, python-brace-format msgid "" "Removed translatable page \"{article}\" from aggregate group \"{group}\"" msgstr "" -#: src/rc_formatters.py:1183 +#: src/rc_formatters.py:1227 #, python-brace-format msgid "Reviewed translation \"{article}\"" msgstr "" -#: src/rc_formatters.py:1186 +#: src/rc_formatters.py:1230 #, python-brace-format msgid "Changed the state of `{language}` translations of \"{article}\"" msgstr "" -#: src/rc_formatters.py:1188 +#: src/rc_formatters.py:1232 msgid "Old state" msgstr "" -#: src/rc_formatters.py:1189 +#: src/rc_formatters.py:1233 msgid "New state" msgstr "" -#: src/rc_formatters.py:1193 +#: src/rc_formatters.py:1242 +#, python-brace-format +msgid "Changed the language of \"{article}\"" +msgstr "" + +#: src/rc_formatters.py:1243 +msgid "Old language" +msgstr "" + +#: src/rc_formatters.py:1244 +msgid "New language" +msgstr "" + +#: src/rc_formatters.py:1248 #, python-brace-format msgid "Renamed user \"{old_name}\" with {edits} edit to \"{new_name}\"" msgid_plural "Renamed user \"{old_name}\" with {edits} edits to \"{new_name}\"" msgstr[0] "" msgstr[1] "" -#: src/rc_formatters.py:1195 +#: src/rc_formatters.py:1250 #, python-brace-format msgid "Renamed user \"{old_name}\" to \"{new_name}\"" msgstr "" -#: src/rc_formatters.py:1199 +#: src/rc_formatters.py:1254 msgid "Action has been hidden by administration" msgstr "" -#: src/rc_formatters.py:1204 +#: src/rc_formatters.py:1259 #, python-brace-format msgid "Unknown event `{event}`" msgstr "" -#: src/rc_formatters.py:1210 src/rc_formatters.py:1212 +#: src/rc_formatters.py:1265 src/rc_formatters.py:1267 msgid "Report this on the support server" msgstr "" -#: src/rc_formatters.py:1229 +#: src/rc_formatters.py:1283 msgid "Tags" msgstr "" -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid "**Added**: " msgstr "" -#: src/rc_formatters.py:1234 +#: src/rc_formatters.py:1288 msgid " and {} more\n" msgstr "" -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid "**Removed**: " msgstr "" -#: src/rc_formatters.py:1235 +#: src/rc_formatters.py:1289 msgid " and {} more" msgstr "" -#: src/rc_formatters.py:1236 +#: src/rc_formatters.py:1290 msgid "Changed categories" msgstr "" diff --git a/locale/templates/rcgcdw.pot b/locale/templates/rcgcdw.pot index c48d556..f883bcd 100644 --- a/locale/templates/rcgcdw.pot +++ b/locale/templates/rcgcdw.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -28,173 +28,173 @@ msgstr "" msgid "Daily overview" msgstr "" -#: src/rcgcdw.py:155 +#: src/rcgcdw.py:154 msgid "No activity" msgstr "" -#: src/rcgcdw.py:179 +#: src/rcgcdw.py:178 msgid " ({} action)" msgid_plural " ({} actions)" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:181 +#: src/rcgcdw.py:180 msgid " ({} edit)" msgid_plural " ({} edits)" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:186 +#: src/rcgcdw.py:185 msgid " UTC ({} action)" msgid_plural " UTC ({} actions)" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:188 src/rcgcdw.py:189 src/rcgcdw.py:193 +#: src/rcgcdw.py:187 src/rcgcdw.py:188 src/rcgcdw.py:192 msgid "But nobody came" msgstr "" -#: src/rcgcdw.py:196 +#: src/rcgcdw.py:195 msgid "Most active user" msgid_plural "Most active users" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:197 +#: src/rcgcdw.py:196 msgid "Most edited article" msgid_plural "Most edited articles" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "Edits made" msgstr "" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "New files" msgstr "" -#: src/rcgcdw.py:198 +#: src/rcgcdw.py:197 msgid "Admin actions" msgstr "" -#: src/rcgcdw.py:199 +#: src/rcgcdw.py:198 msgid "Bytes changed" msgstr "" -#: src/rcgcdw.py:199 +#: src/rcgcdw.py:198 msgid "New articles" msgstr "" -#: src/rcgcdw.py:200 +#: src/rcgcdw.py:199 msgid "Unique contributors" msgstr "" -#: src/rcgcdw.py:201 +#: src/rcgcdw.py:200 msgid "Most active hour" msgid_plural "Most active hours" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:202 +#: src/rcgcdw.py:201 msgid "Day score" msgstr "" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "director" msgstr "" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "bot" msgstr "" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "editor" msgstr "" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "directors" msgstr "" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "sysop" msgstr "" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "bureaucrat" msgstr "" -#: src/rcgcdw.py:244 +#: src/rcgcdw.py:243 msgid "reviewer" msgstr "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "autoreview" msgstr "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "autopatrol" msgstr "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "wiki_guardian" msgstr "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "second" msgid_plural "seconds" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "minute" msgid_plural "minutes" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "hour" msgid_plural "hours" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "day" msgid_plural "days" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "week" msgid_plural "weeks" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "month" msgid_plural "months" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "year" msgid_plural "years" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "millennium" msgid_plural "millennia" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "decade" msgid_plural "decades" msgstr[0] "" msgstr[1] "" -#: src/rcgcdw.py:245 +#: src/rcgcdw.py:244 msgid "century" msgid_plural "centuries" msgstr[0] "" diff --git a/locale/templates/redaction.pot b/locale/templates/redaction.pot index 67bb2ff..3af7f59 100644 --- a/locale/templates/redaction.pot +++ b/locale/templates/redaction.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/discord/redaction.py:59 src/discord/redaction.py:62 -#: src/discord/redaction.py:67 +#: src/discord/redaction.py:62 src/discord/redaction.py:65 +#: src/discord/redaction.py:70 msgid "Removed" msgstr "" diff --git a/locale/tr/LC_MESSAGES/rcgcdw.mo b/locale/tr/LC_MESSAGES/rcgcdw.mo index fc440eb..42d30c5 100644 Binary files a/locale/tr/LC_MESSAGES/rcgcdw.mo and b/locale/tr/LC_MESSAGES/rcgcdw.mo differ diff --git a/locale/tr/LC_MESSAGES/rcgcdw.po b/locale/tr/LC_MESSAGES/rcgcdw.po index d928ad8..691f0dc 100644 --- a/locale/tr/LC_MESSAGES/rcgcdw.po +++ b/locale/tr/LC_MESSAGES/rcgcdw.po @@ -8,16 +8,16 @@ msgstr "" "Project-Id-Version: RcGcDw\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-18 14:13+0100\n" -"PO-Revision-Date: 2020-11-28 22:44+0000\n" -"Last-Translator: Doğukan Karakaş \n" -"Language-Team: Turkish " -"\n" +"PO-Revision-Date: 2021-04-14 14:22+0000\n" +"Last-Translator: Deveb \n" +"Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.2.1\n" +"X-Generator: Weblate 4.4.2\n" #: src/rc_formatters.py:28 msgid "None" @@ -29,7 +29,7 @@ msgstr "Uyarı verildi" #: src/rc_formatters.py:28 msgid "**Blocked user**" -msgstr "**Engellenmiş kullanıcı**" +msgstr "**Engelli kullanıcı**" #: src/rc_formatters.py:28 msgid "Tagged the edit" diff --git a/locale/uk/LC_MESSAGES/discussion_formatters.po b/locale/uk/LC_MESSAGES/discussion_formatters.po index d396699..c8e6a87 100644 --- a/locale/uk/LC_MESSAGES/discussion_formatters.po +++ b/locale/uk/LC_MESSAGES/discussion_formatters.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-18 14:13+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-04-23 23:32+0200\n" "Last-Translator: Frisk <>\n" "Language-Team: \n" @@ -17,44 +17,45 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 19.12.3\n" -#: src/discussion_formatters.py:25 src/discussion_formatters.py:81 +#: src/discussion_formatters.py:21 src/discussion_formatters.py:56 +#: src/discussion_formatters.py:67 src/discussion_formatters.py:95 +#: src/discussion_formatters.py:163 src/discussion_formatters.py:176 +msgid "unknown" +msgstr "" + +#: src/discussion_formatters.py:27 src/discussion_formatters.py:102 msgid "Unregistered user" msgstr "" -#: src/discussion_formatters.py:34 +#: src/discussion_formatters.py:39 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -#: src/discussion_formatters.py:36 +#: src/discussion_formatters.py:42 #, python-brace-format msgid "" "[{author}]({author_url}) created a poll [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -#: src/discussion_formatters.py:38 +#: src/discussion_formatters.py:45 #, python-brace-format msgid "" "[{author}]({author_url}) created a quiz [{title}](<{url}f/p/{threadId}>) in " "{forumName}" msgstr "" -#: src/discussion_formatters.py:43 +#: src/discussion_formatters.py:54 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}f/p/{threadId}/r/{postId}>) " "to [{title}](<{url}f/p/{threadId}>) in {forumName}" msgstr "" -#: src/discussion_formatters.py:45 src/discussion_formatters.py:54 -#: src/discussion_formatters.py:137 src/discussion_formatters.py:150 -msgid "unknown" -msgstr "" - -#: src/discussion_formatters.py:49 +#: src/discussion_formatters.py:61 #, python-brace-format msgid "" "[{author}]({author_url}) created [{title}](<{url}wiki/Message_Wall:" @@ -62,7 +63,7 @@ msgid "" "Message_Wall:{user_wall}>)" msgstr "" -#: src/discussion_formatters.py:51 +#: src/discussion_formatters.py:64 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}wiki/Message_Wall:" @@ -71,14 +72,14 @@ msgid "" "(<{url}wiki/Message_Wall:{user_wall}>)" msgstr "" -#: src/discussion_formatters.py:57 +#: src/discussion_formatters.py:72 #, python-brace-format msgid "" "[{author}]({author_url}) created a [comment](<{url}?commentId={commentId}>) " "on [{article}](<{url}>)" msgstr "" -#: src/discussion_formatters.py:62 +#: src/discussion_formatters.py:78 #, python-brace-format msgid "" "[{author}]({author_url}) created a [reply](<{url}?commentId={commentId}" @@ -86,75 +87,75 @@ msgid "" "[{article}](<{url}>)" msgstr "" -#: src/discussion_formatters.py:70 +#: src/discussion_formatters.py:86 #, python-brace-format msgid "" "Unknown event `{event}` by [{author}]({author_url}), report it on the " "[support server](<{support}>)." msgstr "" -#: src/discussion_formatters.py:98 +#: src/discussion_formatters.py:123 #, python-brace-format msgid "Created \"{title}\"" msgstr "" -#: src/discussion_formatters.py:102 +#: src/discussion_formatters.py:127 #, python-brace-format msgid "Created a poll \"{title}\"" msgstr "" -#: src/discussion_formatters.py:109 +#: src/discussion_formatters.py:134 msgid "Option {}" msgstr "" -#: src/discussion_formatters.py:110 +#: src/discussion_formatters.py:135 #, python-brace-format msgid "__[View image]({image_url})__" msgstr "" -#: src/discussion_formatters.py:114 +#: src/discussion_formatters.py:139 #, python-brace-format msgid "Created a quiz \"{title}\"" msgstr "" -#: src/discussion_formatters.py:129 src/discussion_formatters.py:131 +#: src/discussion_formatters.py:155 src/discussion_formatters.py:157 msgid "Tags" msgstr "" -#: src/discussion_formatters.py:129 +#: src/discussion_formatters.py:155 msgid "{} tags" msgstr "" -#: src/discussion_formatters.py:134 +#: src/discussion_formatters.py:160 #, python-brace-format msgid "Replied to \"{title}\"" msgstr "" -#: src/discussion_formatters.py:143 +#: src/discussion_formatters.py:169 #, python-brace-format msgid "Created \"{title}\" on {user}'s Message Wall" msgstr "" -#: src/discussion_formatters.py:147 +#: src/discussion_formatters.py:173 #, python-brace-format msgid "Replied to \"{title}\" on {user}'s Message Wall" msgstr "" -#: src/discussion_formatters.py:154 +#: src/discussion_formatters.py:180 #, python-brace-format msgid "Commented on {article}" msgstr "" -#: src/discussion_formatters.py:158 +#: src/discussion_formatters.py:184 #, python-brace-format msgid "Replied to a comment on {article}" msgstr "" -#: src/discussion_formatters.py:162 +#: src/discussion_formatters.py:188 #, python-brace-format msgid "Unknown event `{event}`" msgstr "" -#: src/discussion_formatters.py:168 src/discussion_formatters.py:170 +#: src/discussion_formatters.py:194 src/discussion_formatters.py:196 msgid "Report this on the support server" msgstr "" diff --git a/locale/uk/LC_MESSAGES/rc.po b/locale/uk/LC_MESSAGES/rc.po index d442821..b0578cb 100644 --- a/locale/uk/LC_MESSAGES/rc.po +++ b/locale/uk/LC_MESSAGES/rc.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-28 23:45+0100\n" +"POT-Creation-Date: 2020-12-23 00:28+0100\n" "PO-Revision-Date: 2020-07-12 12:17+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -19,24 +19,24 @@ msgstr "" "%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n" "X-Generator: Poedit 2.3\n" -#: src/rc.py:321 +#: src/rc.py:322 #, python-brace-format msgid "{wiki} seems to be down or unreachable." msgstr "{wiki}, здається, не працює або недоступна." -#: src/rc.py:322 src/rc.py:334 +#: src/rc.py:323 src/rc.py:335 msgid "Connection status" msgstr "Статус з'єднання" -#: src/rc.py:332 +#: src/rc.py:333 #, python-brace-format msgid "Connection to {wiki} seems to be stable now." msgstr "З'єднання з {wiki} зараз здається стабільним." -#: src/rc.py:403 +#: src/rc.py:404 msgid "~~hidden~~" msgstr "~~прихована~~" -#: src/rc.py:407 +#: src/rc.py:408 msgid "hidden" msgstr "прихована" diff --git a/locale/uk/LC_MESSAGES/rc_formatters.po b/locale/uk/LC_MESSAGES/rc_formatters.po index 0843e28..8da9f74 100644 --- a/locale/uk/LC_MESSAGES/rc_formatters.po +++ b/locale/uk/LC_MESSAGES/rc_formatters.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-30 11:58+0100\n" +"POT-Creation-Date: 2021-04-14 16:24+0200\n" "PO-Revision-Date: 2020-11-18 07:47+0000\n" "Last-Translator: MakandIv <>\n" "Language-Team: Ukrainian