mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Grand cleaning and separation of translation files
This commit is contained in:
parent
a75e38e04f
commit
0d2f31d9ad
BIN
locale/de/LC_MESSAGES/discussion_formatters.mo
Normal file
BIN
locale/de/LC_MESSAGES/discussion_formatters.mo
Normal file
Binary file not shown.
132
locale/de/LC_MESSAGES/discussion_formatters.po
Normal file
132
locale/de/LC_MESSAGES/discussion_formatters.po
Normal file
|
@ -0,0 +1,132 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-07-04 01:04+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: src/discussion_formatters.py:38
|
||||
#, fuzzy, 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}](<{url}f/u/{creatorId}>) erstellte eine [Antwork](<{url}f/p/"
|
||||
"{threadId}/r/{postId}>) zu [{title}](<{url}f/p/{threadId}>) in {forumName}"
|
||||
|
||||
#: src/discussion_formatters.py:40 src/discussion_formatters.py:49
|
||||
#: src/discussion_formatters.py:104 src/discussion_formatters.py:117
|
||||
msgid "unknown"
|
||||
msgstr "Unbekannt"
|
||||
|
||||
#: src/discussion_formatters.py:44
|
||||
#, fuzzy, 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}](<{url}f/u/{creatorId}>) erstellte [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}>) auf der Nachrichtenseite von "
|
||||
"{user}"
|
||||
|
||||
#: src/discussion_formatters.py:46
|
||||
#, fuzzy, 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}](<{url}f/u/{creatorId}>) antwortete auf [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) auf der "
|
||||
"Nachrichtenseite von {user}"
|
||||
|
||||
#: src/discussion_formatters.py:51
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}>) on [{article}](<{url}wiki/{article}>)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [reply](<{url}wiki/{article}?"
|
||||
"threadId={threadId}) to a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}&replyId={replyId}>) on [{article}](<{url}wiki/{article}"
|
||||
">)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:82
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\""
|
||||
msgstr "Erstellte „{title}“"
|
||||
|
||||
#: src/discussion_formatters.py:87
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created a poll \"{title}\""
|
||||
msgstr "Erstellte eine Umfrage „{title}“"
|
||||
|
||||
#: src/discussion_formatters.py:92
|
||||
msgid "Option {}"
|
||||
msgstr "Option {}"
|
||||
|
||||
#: src/discussion_formatters.py:93
|
||||
#, python-brace-format
|
||||
msgid "__[View image]({image_url})__"
|
||||
msgstr "__[Bild öffnen]({image_url})__"
|
||||
|
||||
#: src/discussion_formatters.py:101
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\""
|
||||
msgstr "Antwortete auf „{title}“"
|
||||
|
||||
#: src/discussion_formatters.py:110
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\" on {user}'s Message Wall"
|
||||
msgstr "Erstellte „{title}“ auf der Nachrichtenseite von {user}"
|
||||
|
||||
#: src/discussion_formatters.py:114
|
||||
#, 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:121
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Commented on {article}"
|
||||
msgstr "Erstellte „{title}“"
|
||||
|
||||
#: src/discussion_formatters.py:125
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Replied to a comment on {article}"
|
||||
msgstr "Antwortete auf „{title}“"
|
||||
|
||||
#, python-brace-format
|
||||
#~ msgid ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}"
|
||||
#~ ">) in {forumName}"
|
||||
#~ msgstr ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) erstellte [{title}](<{url}f/p/"
|
||||
#~ "{threadId}>) in {forumName}"
|
||||
|
||||
#, python-brace-format
|
||||
#~ msgid ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) created a poll [{title}](<{url}f/p/"
|
||||
#~ "{threadId}>) in {forumName}"
|
||||
#~ msgstr ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) erstellte eine Umfrage [{title}](<{url}"
|
||||
#~ "f/p/{threadId}>) in {forumName}"
|
Binary file not shown.
|
@ -1,105 +0,0 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-07-04 00:58+0200\n"
|
||||
"PO-Revision-Date: 2020-07-04 01:04+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: discussions.py:56
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\""
|
||||
msgstr "Antwortete auf „{title}“"
|
||||
|
||||
#: discussions.py:63 discussions.py:79 discussions.py:127 discussions.py:143
|
||||
msgid "unknown"
|
||||
msgstr "Unbekannt"
|
||||
|
||||
#: discussions.py:68
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\" on {user}'s Message Wall"
|
||||
msgstr "Antwortete auf „{title}“ auf der Nachrichtenseite von {user}"
|
||||
|
||||
#: discussions.py:72
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\""
|
||||
msgstr "Erstellte „{title}“"
|
||||
|
||||
#: discussions.py:86
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\" on {user}'s Message Wall"
|
||||
msgstr "Erstellte „{title}“ auf der Nachrichtenseite von {user}"
|
||||
|
||||
#: discussions.py:99
|
||||
#, python-brace-format
|
||||
msgid "Created a poll titled \"{title}\""
|
||||
msgstr "Erstellte eine Umfrage „{title}“"
|
||||
|
||||
#: discussions.py:104
|
||||
msgid "Option {}"
|
||||
msgstr "Option {}"
|
||||
|
||||
#: discussions.py:105
|
||||
#, python-brace-format
|
||||
msgid "__[View image]({image_url})__"
|
||||
msgstr "__[Bild öffnen]({image_url})__"
|
||||
|
||||
#: discussions.py:121
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}>) "
|
||||
"in {forumName}"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) erstellte [{title}](<{url}f/p/{threadId}"
|
||||
">) in {forumName}"
|
||||
|
||||
#: discussions.py:130
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}>) on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) erstellte [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}>) auf der Nachrichtenseite von "
|
||||
"{user}"
|
||||
|
||||
#: discussions.py:136
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created a [reply](<{url}f/p/{threadId}/r/"
|
||||
"{postId}>) to [{title}](<{url}f/p/{threadId}>) in {forumName}"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) erstellte eine [Antwork](<{url}f/p/"
|
||||
"{threadId}/r/{postId}>) zu [{title}](<{url}f/p/{threadId}>) in {forumName}"
|
||||
|
||||
#: discussions.py:147
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) replied to [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) on {user}'s Message "
|
||||
"Wall"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) antwortete auf [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) auf der "
|
||||
"Nachrichtenseite von {user}"
|
||||
|
||||
#: discussions.py:153
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created a poll [{title}](<{url}f/p/"
|
||||
"{threadId}>) in {forumName}"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) erstellte eine Umfrage [{title}](<{url}f/"
|
||||
"p/{threadId}>) in {forumName}"
|
Binary file not shown.
|
@ -1,27 +1,87 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-05-20 17:18+0200\n"
|
||||
"PO-Revision-Date: 2019-05-20 17:25+0200\n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-08-03 13:44+0000\n"
|
||||
"Last-Translator: MarkusRost <sukramxro@gmail.com>\n"
|
||||
"Language-Team: German <https://weblate.frisk.space/projects/rcgcdw/main/de/"
|
||||
">\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"Last-Translator: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Weblate 4.1.1\n"
|
||||
"X-Loco-Source-Locale: de_DE\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Loco-Parser: loco_parse_po\n"
|
||||
|
||||
#: misc.py:76
|
||||
#: src/misc.py:42
|
||||
msgid "Location"
|
||||
msgstr "Wohnort"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "About me"
|
||||
msgstr "„Über mich“-Abschnitt"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Google link"
|
||||
msgstr "Google-Link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Facebook link"
|
||||
msgstr "Facebook-Link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitter link"
|
||||
msgstr "Twitter-Link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Reddit link"
|
||||
msgstr "Reddit-Link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitch link"
|
||||
msgstr "Twitch-Link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "PSN link"
|
||||
msgstr "PSN-Link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "VK link"
|
||||
msgstr "VK-Link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "XBL link"
|
||||
msgstr "Xbox-Live-Link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Steam link"
|
||||
msgstr "Steam-Link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Discord handle"
|
||||
msgstr "Discord-Link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Battle.net handle"
|
||||
msgstr "Battle.net-Link"
|
||||
|
||||
#: src/misc.py:142
|
||||
msgid ""
|
||||
"\n"
|
||||
"__And more__"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"__Und mehr__"
|
||||
|
||||
#: src/misc.py:423
|
||||
msgid "Unknown"
|
||||
msgstr "Unbekannt"
|
||||
|
||||
#: src/misc.py:425
|
||||
msgid "unknown"
|
||||
msgstr "unbekannt"
|
||||
|
||||
|
|
BIN
locale/de/LC_MESSAGES/rc.mo
Normal file
BIN
locale/de/LC_MESSAGES/rc.mo
Normal file
Binary file not shown.
41
locale/de/LC_MESSAGES/rc.po
Normal file
41
locale/de/LC_MESSAGES/rc.po
Normal file
|
@ -0,0 +1,41 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 17:22+0200\n"
|
||||
"PO-Revision-Date: 2020-08-03 13:44+0000\n"
|
||||
"Last-Translator: MarkusRost <sukramxro@gmail.com>\n"
|
||||
"Language-Team: German <https://weblate.frisk.space/projects/rcgcdw/main/de/"
|
||||
">\n"
|
||||
"Language: de\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.1.1\n"
|
||||
"X-Loco-Source-Locale: de_DE\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Loco-Parser: loco_parse_po\n"
|
||||
|
||||
#: src/rc.py:150
|
||||
#, python-brace-format
|
||||
msgid "Connection to {wiki} seems to be stable now."
|
||||
msgstr "{wiki} scheint wieder erreichbar zu sein."
|
||||
|
||||
#: src/rc.py:151 src/rc.py:266
|
||||
msgid "Connection status"
|
||||
msgstr "Verbindungsstatus"
|
||||
|
||||
#: src/rc.py:265
|
||||
#, python-brace-format
|
||||
msgid "{wiki} seems to be down or unreachable."
|
||||
msgstr "Das {wiki} scheint unerreichbar zu sein."
|
||||
|
||||
#: src/rc.py:334
|
||||
msgid "~~hidden~~"
|
||||
msgstr "~~versteckt~~"
|
||||
|
||||
#: src/rc.py:340
|
||||
msgid "hidden"
|
||||
msgstr "versteckt"
|
||||
|
BIN
locale/de/LC_MESSAGES/rc_formatters.mo
Normal file
BIN
locale/de/LC_MESSAGES/rc_formatters.mo
Normal file
Binary file not shown.
861
locale/de/LC_MESSAGES/rc_formatters.po
Normal file
861
locale/de/LC_MESSAGES/rc_formatters.po
Normal file
|
@ -0,0 +1,861 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-08-03 13:44+0000\n"
|
||||
"Last-Translator: MarkusRost <sukramxro@gmail.com>\n"
|
||||
"Language-Team: German <https://weblate.frisk.space/projects/rcgcdw/main/de/"
|
||||
">\n"
|
||||
"Language: de\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.1.1\n"
|
||||
"X-Loco-Source-Locale: de_DE\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Loco-Parser: loco_parse_po\n"
|
||||
|
||||
#: src/rc_formatters.py:41
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) bearbeitete [{article}]({edit_link}){comment} "
|
||||
"({sign}{edit_size})"
|
||||
|
||||
#: src/rc_formatters.py:43
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) erstellte [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
|
||||
#: src/rc_formatters.py:46
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}"
|
||||
msgstr "[{author}]({author_url}) lud [{file}]({file_link}) hoch{comment}"
|
||||
|
||||
#: src/rc_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) setzte [{file}]({file_link}) auf eine alte Version "
|
||||
"zurück{comment}"
|
||||
|
||||
#: src/rc_formatters.py:57
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) uploaded a new version of [{file}]({file_link})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) lud eine neue Version von [{file}]({file_link}) "
|
||||
"hoch{comment}"
|
||||
|
||||
#: src/rc_formatters.py:60
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}"
|
||||
msgstr "[{author}]({author_url}) löschte [{page}]({page_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:64
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted redirect by overwriting [{page}]"
|
||||
"({page_link}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) löschte die Weiterleitung [{page}]({page_link}) "
|
||||
"durch Überschreiben{comment}"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:73
|
||||
msgid "without making a redirect"
|
||||
msgstr "ohne eine Weiterleitung zu erstellen"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:74
|
||||
msgid "with a redirect"
|
||||
msgstr "und erstellte eine Weiterleitung"
|
||||
|
||||
#: src/rc_formatters.py:69
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]"
|
||||
"({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) verschob {redirect}*{article}* nach [{target}]"
|
||||
"({target_url}) {made_a_redirect}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:75
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* over redirect to "
|
||||
"[{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) verschob {redirect}*{article}* nach [{target}]"
|
||||
"({target_url}) und überschrieb eine Weiterleitung {made_a_redirect}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:80
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved protection settings from {redirect}*{article}"
|
||||
"* to [{target}]({target_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) verschob die Schutzeinstellungen von {redirect}"
|
||||
"*{article}* nach [{target}]({target_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:91 src/rc_formatters.py:512
|
||||
#, fuzzy
|
||||
msgid "for infinity and beyond"
|
||||
msgstr "alle Ewigkeit"
|
||||
|
||||
#: src/rc_formatters.py:100 src/rc_formatters.py:520
|
||||
#, python-brace-format
|
||||
msgid "for {num} {translated_length}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:106 src/rc_formatters.py:523
|
||||
msgid "until {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:110
|
||||
msgid " on pages: "
|
||||
msgstr " auf Seiten: "
|
||||
|
||||
#: src/rc_formatters.py:117 src/rc_formatters.py:534
|
||||
msgid " and namespaces: "
|
||||
msgstr " und Namensräumen: "
|
||||
|
||||
#: src/rc_formatters.py:119
|
||||
msgid " on namespaces: "
|
||||
msgstr " in Namensräumen: "
|
||||
|
||||
#: src/rc_formatters.py:131
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) blocked [{user}]({user_url}) {time}"
|
||||
"{restriction_desc}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) sperrte [{user}]({user_url}) für {time}"
|
||||
"{restriction_desc}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:135
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed block settings for [{blocked_user}]"
|
||||
"({user_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) änderte die Sperreinstellungen für [{blocked_user}]"
|
||||
"({user_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:139
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) hob die Sperre von [{blocked_user}]({user_url}) "
|
||||
"auf{comment}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) left a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) hinterließ ein [Kommentar]({comment}) auf dem "
|
||||
"Profil von {target}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
msgid "their own profile"
|
||||
msgstr "das eigene Profil"
|
||||
|
||||
#: src/rc_formatters.py:145
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) replied to a [comment]({comment}) on {target} "
|
||||
"profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) antwortete auf ein [Kommentar]({comment}) auf dem "
|
||||
"Profil von {target}"
|
||||
|
||||
#: src/rc_formatters.py:148 src/rc_formatters.py:154 src/rc_formatters.py:165
|
||||
#: src/rc_formatters.py:169
|
||||
msgid "their own"
|
||||
msgstr "sich selbst"
|
||||
|
||||
#: src/rc_formatters.py:151
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) bearbeitete ein [Kommentar]({comment}) auf dem "
|
||||
"Profil von {target}"
|
||||
|
||||
#: src/rc_formatters.py:157
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) purged a comment on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) löschte ein Kommentar auf dem Profil von {target} "
|
||||
"dauerhaft"
|
||||
|
||||
#: src/rc_formatters.py:167
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a comment on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) löschte ein Kommentar auf dem Profil von {target}"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[{target}]({target_url})'s"
|
||||
msgstr "dem Profil von [{target}]({target_url})"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[their own]({target_url})"
|
||||
msgstr "dem [eigenen Profil]({target_url})"
|
||||
|
||||
#: src/rc_formatters.py:174
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited the {field} on {target} profile. *({desc})*"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) bearbeitete den {field} auf {target}. *({desc})*"
|
||||
|
||||
#: src/rc_formatters.py:188 src/rc_formatters.py:190 src/rc_formatters.py:612
|
||||
#: src/rc_formatters.py:614
|
||||
msgid "none"
|
||||
msgstr "keine"
|
||||
|
||||
#: src/rc_formatters.py:196 src/rc_formatters.py:599
|
||||
msgid "System"
|
||||
msgstr "System"
|
||||
|
||||
#: src/rc_formatters.py:201
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) protected [{article}]({article_url}) with the "
|
||||
"following settings: {settings}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) schützte [{article}]({article_url}) {settings}"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:203 src/rc_formatters.py:211 src/rc_formatters.py:622
|
||||
#: src/rc_formatters.py:628
|
||||
msgid " [cascading]"
|
||||
msgstr " [kaskadierend]"
|
||||
|
||||
#: src/rc_formatters.py:208
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) modified protection settings of [{article}]"
|
||||
"({article_url}) to: {settings}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) änderte den Schutzstatus von [{article}]"
|
||||
"({article_url}) {settings}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:215
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) removed protection from [{article}]({article_url})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) entfernte den Schutz von [{article}]({article_url})"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:219
|
||||
#, 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] ""
|
||||
"[{author}]({author_url}) änderte die Sichtbarkeit einer Version von "
|
||||
"[{article}]({article_url}){comment}"
|
||||
msgstr[1] ""
|
||||
"[{author}]({author_url}) änderte die Sichtbarkeit von {amount} Versionen von "
|
||||
"[{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:224
|
||||
#, 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] ""
|
||||
"[{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:229
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) stellte [{article}]({article_url}) wieder "
|
||||
"her{comment}"
|
||||
|
||||
#: src/rc_formatters.py:231
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) changed visibility of log events{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) änderte die Sichtbarkeit eines "
|
||||
"Logbucheintrags{comment}"
|
||||
|
||||
#: src/rc_formatters.py:233
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) imported interwiki{comment}"
|
||||
msgstr "[{author}]({author_url}) importierte Interwiki{comment}"
|
||||
|
||||
#: src/rc_formatters.py:236
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) änderte [Missbrauchsfilter {number}]({filter_url})"
|
||||
|
||||
#: src/rc_formatters.py:240
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) erstellte [Missbrauchsfilter {number}]({filter_url})"
|
||||
|
||||
#: src/rc_formatters.py:244
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) merged revision histories of [{article}]"
|
||||
"({article_url}) into [{dest}]({dest_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) vereinigte Versionen von [{article}]({article_url}) "
|
||||
"in [{dest}]({dest_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:248
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created automatically"
|
||||
msgstr "[{author}]({author_url}) erstellte die Cargo-Tabelle „{table}“"
|
||||
|
||||
#: src/rc_formatters.py:251 src/rc_formatters.py:260
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created"
|
||||
msgstr "[{author}]({author_url}) erstellte die Cargo-Tabelle „{table}“"
|
||||
|
||||
#: src/rc_formatters.py:254
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"Account [{article}]({article_url}) was created by [{author}]({author_url})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) stellte [{article}]({article_url}) wieder "
|
||||
"her{comment}"
|
||||
|
||||
#: src/rc_formatters.py:257
|
||||
#, 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:263
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) added an entry to the [interwiki table]"
|
||||
"({table_url}) pointing to {website} with {prefix} prefix"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) erstellte den [Interwiki-Präfix]({table_url}) "
|
||||
"{prefix} nach {website}"
|
||||
|
||||
#: src/rc_formatters.py:269
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) "
|
||||
"pointing to {website} with {prefix} prefix"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) bearbeitete den [Interwiki-Präfix]({table_url}) "
|
||||
"{prefix} nach {website}"
|
||||
|
||||
#: src/rc_formatters.py:275
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})"
|
||||
msgstr "[{author}]({author_url}) entfernte ein [Interwiki-Präfix]({table_url})"
|
||||
|
||||
#: src/rc_formatters.py:278
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed the content model of the page [{article}]"
|
||||
"({article_url}) from {old} to {new}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) änderte das Inhaltsmodell der Seite [{article}]"
|
||||
"({article_url}) von {old} zu {new}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:282
|
||||
#, 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:285
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created the sprite sheet for [{article}]"
|
||||
"({article_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) erstellte das Sprite-sheet für [{article}]"
|
||||
"({article_url})"
|
||||
|
||||
#: src/rc_formatters.py:288
|
||||
#, 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:293
|
||||
#, 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:295
|
||||
#, 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:300
|
||||
#, 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:305
|
||||
#, 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:308
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) erstellte eine [Markierung]({tag_url}) „{tag}“"
|
||||
|
||||
#: src/rc_formatters.py:312
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) löschte eine [Markierung]({tag_url}) „{tag}“"
|
||||
|
||||
#: src/rc_formatters.py:316
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) aktivierte eine [Markierung]({tag_url}) „{tag}“"
|
||||
|
||||
#: src/rc_formatters.py:319
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) deaktivierte eine [Markierung]({tag_url}) „{tag}“"
|
||||
|
||||
#: src/rc_formatters.py:321
|
||||
msgid "An action has been hidden by administration."
|
||||
msgstr "Eine Aktion wurde versteckt."
|
||||
|
||||
#: src/rc_formatters.py:331 src/rc_formatters.py:615
|
||||
msgid "No description provided"
|
||||
msgstr "Keine Zusammenfassung angegeben"
|
||||
|
||||
#: src/rc_formatters.py:378
|
||||
msgid "(N!) "
|
||||
msgstr "(N!) "
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "m"
|
||||
msgstr "K"
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "b"
|
||||
msgstr "B"
|
||||
|
||||
#: src/rc_formatters.py:396 src/rc_formatters.py:401
|
||||
msgid "__Only whitespace__"
|
||||
msgstr "__Nur Leerraum__"
|
||||
|
||||
#: src/rc_formatters.py:406
|
||||
msgid "Removed"
|
||||
msgstr "Entfernt"
|
||||
|
||||
#: src/rc_formatters.py:408
|
||||
msgid "Added"
|
||||
msgstr "Hinzugefügt"
|
||||
|
||||
#: src/rc_formatters.py:442 src/rc_formatters.py:481
|
||||
msgid "Options"
|
||||
msgstr "Optionen"
|
||||
|
||||
#: src/rc_formatters.py:442
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}) | [undo]({undolink}))"
|
||||
msgstr "([Vorschau]({link}) | [zurücksetzen]({undolink}))"
|
||||
|
||||
#: src/rc_formatters.py:447
|
||||
#, python-brace-format
|
||||
msgid "Uploaded a new version of {name}"
|
||||
msgstr "Neue Dateiversion {name}"
|
||||
|
||||
#: src/rc_formatters.py:449
|
||||
#, python-brace-format
|
||||
msgid "Reverted a version of {name}"
|
||||
msgstr "Setzte {name} auf eine alte Version zurück"
|
||||
|
||||
#: src/rc_formatters.py:451
|
||||
#, python-brace-format
|
||||
msgid "Uploaded {name}"
|
||||
msgstr "Neue Datei {name}"
|
||||
|
||||
#: src/rc_formatters.py:467
|
||||
msgid "**No license!**"
|
||||
msgstr "**Keine Lizenz!**"
|
||||
|
||||
#: src/rc_formatters.py:479
|
||||
msgid ""
|
||||
"\n"
|
||||
"License: {}"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Lizenz: {}"
|
||||
|
||||
#: src/rc_formatters.py:481
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}))"
|
||||
msgstr "([Vorschau]({link}))"
|
||||
|
||||
#: src/rc_formatters.py:486
|
||||
#, python-brace-format
|
||||
msgid "Deleted page {article}"
|
||||
msgstr "Löschte {article}"
|
||||
|
||||
#: src/rc_formatters.py:489
|
||||
#, python-brace-format
|
||||
msgid "Deleted redirect {article} by overwriting"
|
||||
msgstr "Löschte die Weiterleitung {article} um Platz zu machen"
|
||||
|
||||
#: src/rc_formatters.py:493
|
||||
msgid "No redirect has been made"
|
||||
msgstr "Die Erstellung einer Weiterleitung wurde unterdrückt"
|
||||
|
||||
#: src/rc_formatters.py:494
|
||||
msgid "A redirect has been made"
|
||||
msgstr "Eine Weiterleitung wurde erstellt"
|
||||
|
||||
#: src/rc_formatters.py:495
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {target}"
|
||||
msgstr "Verschob {redirect}{article} nach {target}"
|
||||
|
||||
#: src/rc_formatters.py:498
|
||||
#, 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:502
|
||||
#, 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:527
|
||||
msgid "Blocked from editing the following pages: "
|
||||
msgstr "Bearbeiten von folgenden Seiten gesperrt: "
|
||||
|
||||
#: src/rc_formatters.py:536
|
||||
msgid "Blocked from editing pages on following namespaces: "
|
||||
msgstr "Bearbeiten von Seiten in folgenden Namensräumen gesperrt: "
|
||||
|
||||
#: src/rc_formatters.py:547
|
||||
msgid "Partial block details"
|
||||
msgstr "Teilweise Sperre"
|
||||
|
||||
#: src/rc_formatters.py:548
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Blocked {blocked_user} {time}"
|
||||
msgstr "Sperrte {blocked_user} für {time}"
|
||||
|
||||
#: src/rc_formatters.py:552
|
||||
#, python-brace-format
|
||||
msgid "Changed block settings for {blocked_user}"
|
||||
msgstr "Änderte die Sperreinstellungen für {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:556
|
||||
#, python-brace-format
|
||||
msgid "Unblocked {blocked_user}"
|
||||
msgstr "Hob die Sperre von {blocked_user} auf"
|
||||
|
||||
#: src/rc_formatters.py:561
|
||||
#, python-brace-format
|
||||
msgid "Left a comment on {target}'s profile"
|
||||
msgstr "Hinterließ ein Kommentar auf dem Profil von {target}"
|
||||
|
||||
#: src/rc_formatters.py:563
|
||||
msgid "Left a comment on their own profile"
|
||||
msgstr "Hinterließ ein Kommentar auf dem eigenen Profil"
|
||||
|
||||
#: src/rc_formatters.py:568
|
||||
#, 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:570
|
||||
msgid "Replied to a comment on their own profile"
|
||||
msgstr "Antwortete auf ein Kommentar auf dem eigenen Profil"
|
||||
|
||||
#: src/rc_formatters.py:575
|
||||
#, python-brace-format
|
||||
msgid "Edited a comment on {target}'s profile"
|
||||
msgstr "Bearbeitete ein Kommentar auf dem Profil von {target}"
|
||||
|
||||
#: src/rc_formatters.py:577
|
||||
msgid "Edited a comment on their own profile"
|
||||
msgstr "Bearbeitete ein Kommentar auf dem eigenen Profil"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
#, python-brace-format
|
||||
msgid "Edited {target}'s profile"
|
||||
msgstr "Bearbeitete das Profil von {target}"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
msgid "Edited their own profile"
|
||||
msgstr "Bearbeitete das eigene Profil"
|
||||
|
||||
#: src/rc_formatters.py:582
|
||||
#, python-brace-format
|
||||
msgid "Cleared the {field} field"
|
||||
msgstr "Entfernte den {field}"
|
||||
|
||||
#: src/rc_formatters.py:584
|
||||
#, python-brace-format
|
||||
msgid "{field} field changed to: {desc}"
|
||||
msgstr "{field} geändert zu: {desc}"
|
||||
|
||||
#: src/rc_formatters.py:587
|
||||
#, 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:593
|
||||
#, 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:597
|
||||
#, python-brace-format
|
||||
msgid "Changed group membership for {target}"
|
||||
msgstr "Änderte die Gruppenzugehörigkeit von {target}"
|
||||
|
||||
#: src/rc_formatters.py:601
|
||||
#, python-brace-format
|
||||
msgid "{target} got autopromoted to a new usergroup"
|
||||
msgstr "{target} wurde automatisch einer neuen Benutzergruppe zugeordnet"
|
||||
|
||||
#: src/rc_formatters.py:616
|
||||
#, 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:620
|
||||
#, python-brace-format
|
||||
msgid "Protected {target}"
|
||||
msgstr "Schützte {target}"
|
||||
|
||||
#: src/rc_formatters.py:626
|
||||
#, python-brace-format
|
||||
msgid "Changed protection level for {article}"
|
||||
msgstr "Änderte den Schutzstatus von {article}"
|
||||
|
||||
#: src/rc_formatters.py:632
|
||||
#, python-brace-format
|
||||
msgid "Removed protection from {article}"
|
||||
msgstr "Entfernte den Schutz von {article}"
|
||||
|
||||
#: src/rc_formatters.py:636
|
||||
#, 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:641
|
||||
#, 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:646
|
||||
#, python-brace-format
|
||||
msgid "Restored {article}"
|
||||
msgstr "Stellte {article} wieder her"
|
||||
|
||||
#: src/rc_formatters.py:649
|
||||
msgid "Changed visibility of log events"
|
||||
msgstr "Änderte die Sichtbarkeit eines Logbucheintrags"
|
||||
|
||||
#: src/rc_formatters.py:652
|
||||
msgid "Imported interwiki"
|
||||
msgstr "Importierte Interwiki"
|
||||
|
||||
#: src/rc_formatters.py:655
|
||||
#, python-brace-format
|
||||
msgid "Edited abuse filter number {number}"
|
||||
msgstr "Änderte Missbrauchsfilter {number}"
|
||||
|
||||
#: src/rc_formatters.py:658
|
||||
#, python-brace-format
|
||||
msgid "Created abuse filter number {number}"
|
||||
msgstr "Erstellte Missbrauchsfilter {number}"
|
||||
|
||||
#: src/rc_formatters.py:661
|
||||
#, python-brace-format
|
||||
msgid "Merged revision histories of {article} into {dest}"
|
||||
msgstr "Vereinigte Versionen von {article} in {dest}"
|
||||
|
||||
#: src/rc_formatters.py:665
|
||||
msgid "Created account automatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:668 src/rc_formatters.py:677
|
||||
msgid "Created account"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:671
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created account {article}"
|
||||
msgstr "Löschte {article}"
|
||||
|
||||
#: src/rc_formatters.py:674
|
||||
#, python-brace-format
|
||||
msgid "Created account {article} and password was sent by email"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:680
|
||||
msgid "Added an entry to the interwiki table"
|
||||
msgstr "Fügte ein Interwiki-Präfix hinzu"
|
||||
|
||||
#: src/rc_formatters.py:681 src/rc_formatters.py:687
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix}, website: {website} | {desc}"
|
||||
msgstr "Präfix: {prefix}, URL: {website} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:686
|
||||
msgid "Edited an entry in interwiki table"
|
||||
msgstr "Änderte ein Interwiki-Präfix"
|
||||
|
||||
#: src/rc_formatters.py:692
|
||||
msgid "Deleted an entry in interwiki table"
|
||||
msgstr "Entfernte ein Interwiki-Präfix"
|
||||
|
||||
#: src/rc_formatters.py:693
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix} | {desc}"
|
||||
msgstr "Präfix: {prefix} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:696
|
||||
#, python-brace-format
|
||||
msgid "Changed the content model of the page {article}"
|
||||
msgstr "Änderte das Inhaltsmodell von {article}"
|
||||
|
||||
#: src/rc_formatters.py:697
|
||||
#, python-brace-format
|
||||
msgid "Model changed from {old} to {new}: {reason}"
|
||||
msgstr "Modell geändert von {old} zu {new}: {reason}"
|
||||
|
||||
#: src/rc_formatters.py:702
|
||||
#, python-brace-format
|
||||
msgid "Edited the sprite for {article}"
|
||||
msgstr "Änderte das Sprite für {article}"
|
||||
|
||||
#: src/rc_formatters.py:705
|
||||
#, python-brace-format
|
||||
msgid "Created the sprite sheet for {article}"
|
||||
msgstr "Erstellte das Sprite-sheet für {article}"
|
||||
|
||||
#: src/rc_formatters.py:708
|
||||
#, python-brace-format
|
||||
msgid "Edited the slice for {article}"
|
||||
msgstr "Änderte das Stück für {article}"
|
||||
|
||||
#: src/rc_formatters.py:714
|
||||
#, python-brace-format
|
||||
msgid "Created the Cargo table \"{table}\""
|
||||
msgstr "Erstellte die Cargo-Tabelle „{table}“"
|
||||
|
||||
#: src/rc_formatters.py:718
|
||||
#, python-brace-format
|
||||
msgid "Deleted the Cargo table \"{table}\""
|
||||
msgstr "Löschte die Cargo-Tabelle „{table}“"
|
||||
|
||||
#: src/rc_formatters.py:725
|
||||
#, python-brace-format
|
||||
msgid "Recreated the Cargo table \"{table}\""
|
||||
msgstr "Erstellte die Cargo-Tabelle „{table}“ neu"
|
||||
|
||||
#: src/rc_formatters.py:732
|
||||
#, python-brace-format
|
||||
msgid "Replaced the Cargo table \"{table}\""
|
||||
msgstr "Ersetzte die Cargo-Tabelle „{table}“"
|
||||
|
||||
#: src/rc_formatters.py:736
|
||||
#, python-brace-format
|
||||
msgid "Created a tag \"{tag}\""
|
||||
msgstr "Erstellte die Markierung „{tag}“"
|
||||
|
||||
#: src/rc_formatters.py:740
|
||||
#, python-brace-format
|
||||
msgid "Deleted a tag \"{tag}\""
|
||||
msgstr "Löschte die Markierung „{tag}“"
|
||||
|
||||
#: src/rc_formatters.py:744
|
||||
#, python-brace-format
|
||||
msgid "Activated a tag \"{tag}\""
|
||||
msgstr "Aktivierte die Markierung „{tag}“"
|
||||
|
||||
#: src/rc_formatters.py:747
|
||||
#, python-brace-format
|
||||
msgid "Deactivated a tag \"{tag}\""
|
||||
msgstr "Deaktivierte die Markierung „{tag}“"
|
||||
|
||||
#: src/rc_formatters.py:750
|
||||
msgid "Action has been hidden by administration."
|
||||
msgstr "Aktion wurde versteckt"
|
||||
|
||||
#: src/rc_formatters.py:751
|
||||
msgid "Unknown"
|
||||
msgstr "Unbekannt"
|
||||
|
||||
#: src/rc_formatters.py:770
|
||||
msgid "Tags"
|
||||
msgstr "Markierungen"
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid "**Added**: "
|
||||
msgstr "**Hinzugefügt:** "
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid " and {} more\n"
|
||||
msgstr " und {} mehr\n"
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid "**Removed**: "
|
||||
msgstr "**Entfernt:** "
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid " and {} more"
|
||||
msgstr " und {} mehr"
|
||||
|
||||
#: src/rc_formatters.py:775
|
||||
msgid "Changed categories"
|
||||
msgstr "Geänderte Kategorien"
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
BIN
locale/fr/LC_MESSAGES/discussion_formatters.mo
Normal file
BIN
locale/fr/LC_MESSAGES/discussion_formatters.mo
Normal file
Binary file not shown.
133
locale/fr/LC_MESSAGES/discussion_formatters.po
Normal file
133
locale/fr/LC_MESSAGES/discussion_formatters.po
Normal file
|
@ -0,0 +1,133 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-07-04 01:08+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \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.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: src/discussion_formatters.py:38
|
||||
#, fuzzy, 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 ""
|
||||
"[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:40 src/discussion_formatters.py:49
|
||||
#: src/discussion_formatters.py:104 src/discussion_formatters.py:117
|
||||
msgid "unknown"
|
||||
msgstr "inconnu"
|
||||
|
||||
#: src/discussion_formatters.py:44
|
||||
#, fuzzy, 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 ""
|
||||
"Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/"
|
||||
"{creatorId}>) dans {forumName}"
|
||||
|
||||
#: src/discussion_formatters.py:46
|
||||
#, fuzzy, 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 ""
|
||||
"Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/"
|
||||
"{creatorId}>) dans {forumName}"
|
||||
|
||||
#: src/discussion_formatters.py:51
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}>) on [{article}](<{url}wiki/{article}>)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [reply](<{url}wiki/{article}?"
|
||||
"threadId={threadId}) to a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}&replyId={replyId}>) on [{article}](<{url}wiki/{article}"
|
||||
">)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:82
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\""
|
||||
msgstr "Création de {title}"
|
||||
|
||||
#: src/discussion_formatters.py:87
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created a poll \"{title}\""
|
||||
msgstr "Création de {title}"
|
||||
|
||||
#: src/discussion_formatters.py:92
|
||||
msgid "Option {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:93
|
||||
#, python-brace-format
|
||||
msgid "__[View image]({image_url})__"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:101
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\""
|
||||
msgstr "A répondu à « {title} »"
|
||||
|
||||
#: src/discussion_formatters.py:110
|
||||
#, 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:114
|
||||
#, 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:121
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Commented on {article}"
|
||||
msgstr "Création de {title}"
|
||||
|
||||
#: src/discussion_formatters.py:125
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Replied to a comment on {article}"
|
||||
msgstr "A répondu à « {title} »"
|
||||
|
||||
#, python-brace-format
|
||||
#~ msgid ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}"
|
||||
#~ ">) in {forumName}"
|
||||
#~ msgstr ""
|
||||
#~ "Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/"
|
||||
#~ "{creatorId}>) dans {forumName}"
|
||||
|
||||
#, fuzzy, python-brace-format
|
||||
#~| msgid ""
|
||||
#~| "[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}"
|
||||
#~| ">) in {forumName}"
|
||||
#~ msgid ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) created a poll [{title}](<{url}f/p/"
|
||||
#~ "{threadId}>) in {forumName}"
|
||||
#~ msgstr ""
|
||||
#~ "Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/"
|
||||
#~ "{creatorId}>) dans {forumName}"
|
Binary file not shown.
|
@ -1,113 +0,0 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-07-04 00:58+0200\n"
|
||||
"PO-Revision-Date: 2020-07-04 01:08+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \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.3\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: discussions.py:56
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\""
|
||||
msgstr "A répondu à « {title} »"
|
||||
|
||||
#: discussions.py:63 discussions.py:79 discussions.py:127 discussions.py:143
|
||||
msgid "unknown"
|
||||
msgstr "inconnu"
|
||||
|
||||
#: discussions.py:68
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\" on {user}'s Message Wall"
|
||||
msgstr "Réponse à « {title} » sur le mur de {user}"
|
||||
|
||||
#: discussions.py:72
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\""
|
||||
msgstr "Création de {title}"
|
||||
|
||||
#: discussions.py:86
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\" on {user}'s Message Wall"
|
||||
msgstr "Création de « {title} » sur le mur de {user}"
|
||||
|
||||
#: discussions.py:99
|
||||
#, fuzzy, python-brace-format
|
||||
#| msgid "Created \"{title}\""
|
||||
msgid "Created a poll titled \"{title}\""
|
||||
msgstr "Création de {title}"
|
||||
|
||||
#: discussions.py:104
|
||||
msgid "Option {}"
|
||||
msgstr ""
|
||||
|
||||
#: discussions.py:105
|
||||
#, python-brace-format
|
||||
msgid "__[View image]({image_url})__"
|
||||
msgstr ""
|
||||
|
||||
#: discussions.py:121
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}>) "
|
||||
"in {forumName}"
|
||||
msgstr ""
|
||||
"Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/"
|
||||
"{creatorId}>) dans {forumName}"
|
||||
|
||||
#: discussions.py:130
|
||||
#, fuzzy, python-brace-format
|
||||
#| msgid ""
|
||||
#| "[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}"
|
||||
#| ">) in {forumName}"
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}>) on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
"Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/"
|
||||
"{creatorId}>) dans {forumName}"
|
||||
|
||||
#: discussions.py:136
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created a [reply](<{url}f/p/{threadId}/r/"
|
||||
"{postId}>) to [{title}](<{url}f/p/{threadId}>) in {forumName}"
|
||||
msgstr ""
|
||||
"[Réponse](<{url}f/p/{threadId}/r/{postId}>) de [{author}](<{url}f/u/"
|
||||
"{creatorId}>) à [{title}](<{url}f/p/{threadId}>) dans {forumName}"
|
||||
|
||||
#: discussions.py:147
|
||||
#, fuzzy, python-brace-format
|
||||
#| msgid ""
|
||||
#| "[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}"
|
||||
#| ">) in {forumName}"
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) replied to [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) on {user}'s Message "
|
||||
"Wall"
|
||||
msgstr ""
|
||||
"Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/"
|
||||
"{creatorId}>) dans {forumName}"
|
||||
|
||||
#: discussions.py:153
|
||||
#, fuzzy, python-brace-format
|
||||
#| msgid ""
|
||||
#| "[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}"
|
||||
#| ">) in {forumName}"
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created a poll [{title}](<{url}f/p/"
|
||||
"{threadId}>) in {forumName}"
|
||||
msgstr ""
|
||||
"Création de [{title}](<{url}f/p/{threadId}>) par [{author}](<{url}f/u/"
|
||||
"{creatorId}>) dans {forumName}"
|
Binary file not shown.
|
@ -1,27 +1,90 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
# UN TITRE MERVEILLEUSEMENT DESCRIPTIF
|
||||
# COPYRIGHT HAHAHAHA I WISH J'AI PAS DE COPYRIGHT
|
||||
# AUTEUR #1 C'EST MOI MWAHAHAHAHAHA
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-05-20 17:18+0200\n"
|
||||
"PO-Revision-Date: 2019-05-21 01:24+0200\n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-03-17 21:40+0100\n"
|
||||
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
|
||||
"Language-Team: \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.2.1\n"
|
||||
"Last-Translator: \n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"X-Poedit-Basepath: ../../..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Language: fr\n"
|
||||
"X-Poedit-SearchPath-0: rcgcdw.pot\n"
|
||||
|
||||
#: misc.py:76
|
||||
#: src/misc.py:42
|
||||
msgid "Location"
|
||||
msgstr "Emplacement"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "About me"
|
||||
msgstr "À propos de moi"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Google link"
|
||||
msgstr "Lien Google"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Facebook link"
|
||||
msgstr "Lien Facebook"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitter link"
|
||||
msgstr "Lien Twitter"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Reddit link"
|
||||
msgstr "Lien Reddit"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitch link"
|
||||
msgstr "Lien Twitch"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "PSN link"
|
||||
msgstr "Lien PSN"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "VK link"
|
||||
msgstr "Lien VK"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "XBL link"
|
||||
msgstr "Lien XBL"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Steam link"
|
||||
msgstr "Lien Steam"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Discord handle"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Battle.net handle"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:142
|
||||
msgid ""
|
||||
"\n"
|
||||
"__And more__"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"__Et plus__"
|
||||
|
||||
#: src/misc.py:423
|
||||
msgid "Unknown"
|
||||
msgstr "Inconnu"
|
||||
|
||||
#: src/misc.py:425
|
||||
#, fuzzy
|
||||
msgid "unknown"
|
||||
msgstr "Inconnu"
|
||||
|
|
BIN
locale/fr/LC_MESSAGES/rc.mo
Normal file
BIN
locale/fr/LC_MESSAGES/rc.mo
Normal file
Binary file not shown.
43
locale/fr/LC_MESSAGES/rc.po
Normal file
43
locale/fr/LC_MESSAGES/rc.po
Normal file
|
@ -0,0 +1,43 @@
|
|||
# UN TITRE MERVEILLEUSEMENT DESCRIPTIF
|
||||
# COPYRIGHT HAHAHAHA I WISH J'AI PAS DE COPYRIGHT
|
||||
# AUTEUR #1 C'EST MOI MWAHAHAHAHAHA
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 17:22+0200\n"
|
||||
"PO-Revision-Date: 2020-03-17 21:40+0100\n"
|
||||
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"X-Poedit-Basepath: ../../..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Poedit-SearchPath-0: rcgcdw.pot\n"
|
||||
|
||||
#: src/rc.py:150
|
||||
#, python-brace-format
|
||||
msgid "Connection to {wiki} seems to be stable now."
|
||||
msgstr "La connexion avec {wiki} semble stable maintenant."
|
||||
|
||||
#: src/rc.py:151 src/rc.py:266
|
||||
msgid "Connection status"
|
||||
msgstr "Statut de connexion"
|
||||
|
||||
#: src/rc.py:265
|
||||
#, python-brace-format
|
||||
msgid "{wiki} seems to be down or unreachable."
|
||||
msgstr "{wiki} semble être down ou inatteignable."
|
||||
|
||||
#: src/rc.py:334
|
||||
msgid "~~hidden~~"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc.py:340
|
||||
msgid "hidden"
|
||||
msgstr ""
|
BIN
locale/fr/LC_MESSAGES/rc_formatters.mo
Normal file
BIN
locale/fr/LC_MESSAGES/rc_formatters.mo
Normal file
Binary file not shown.
809
locale/fr/LC_MESSAGES/rc_formatters.po
Normal file
809
locale/fr/LC_MESSAGES/rc_formatters.po
Normal file
|
@ -0,0 +1,809 @@
|
|||
# UN TITRE MERVEILLEUSEMENT DESCRIPTIF
|
||||
# COPYRIGHT HAHAHAHA I WISH J'AI PAS DE COPYRIGHT
|
||||
# AUTEUR #1 C'EST MOI MWAHAHAHAHAHA
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-03-17 21:40+0100\n"
|
||||
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"X-Poedit-Basepath: ../../..\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"X-Poedit-SearchPath-0: rcgcdw.pot\n"
|
||||
|
||||
#: src/rc_formatters.py:41
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr "Édition d'un commentaire sur le profil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:43
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr "Création d'une feuille de sprite pour {article}"
|
||||
|
||||
#: src/rc_formatters.py:46
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}"
|
||||
msgstr "Modification de la visibilité d'évènements des journaux"
|
||||
|
||||
#: src/rc_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) a rétabli une version de [{file}]({file_link})"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:57
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) uploaded a new version of [{file}]({file_link})"
|
||||
"{comment}"
|
||||
msgstr "Modification de la visibilité d'une révision de la page {article} "
|
||||
|
||||
#: src/rc_formatters.py:60
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}"
|
||||
msgstr "[{author}]({author_url}) a supprimé le tableau Cargo « {table} »"
|
||||
|
||||
#: src/rc_formatters.py:64
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted redirect by overwriting [{page}]"
|
||||
"({page_link}){comment}"
|
||||
msgstr ""
|
||||
"Transfert des paramètres de protection de {redirect}{article} vers {title}"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:73
|
||||
msgid "without making a redirect"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:74
|
||||
msgid "with a redirect"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:69
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]"
|
||||
"({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"Transfert des paramètres de protection de {redirect}{article} vers {title}"
|
||||
|
||||
#: src/rc_formatters.py:75
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* over redirect to "
|
||||
"[{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"Transfert des paramètres de protection de {redirect}{article} vers {title}"
|
||||
|
||||
#: src/rc_formatters.py:80
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved protection settings from {redirect}*{article}"
|
||||
"* to [{target}]({target_url}){comment}"
|
||||
msgstr ""
|
||||
"Transfert des paramètres de protection de {redirect}{article} vers {title}"
|
||||
|
||||
#: src/rc_formatters.py:91 src/rc_formatters.py:512
|
||||
#, fuzzy
|
||||
msgid "for infinity and beyond"
|
||||
msgstr "toujours"
|
||||
|
||||
#: src/rc_formatters.py:100 src/rc_formatters.py:520
|
||||
#, python-brace-format
|
||||
msgid "for {num} {translated_length}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:106 src/rc_formatters.py:523
|
||||
msgid "until {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:110
|
||||
msgid " on pages: "
|
||||
msgstr " on pages: "
|
||||
|
||||
#: src/rc_formatters.py:117 src/rc_formatters.py:534
|
||||
msgid " and namespaces: "
|
||||
msgstr " et ces espaces de noms: "
|
||||
|
||||
#: src/rc_formatters.py:119
|
||||
msgid " on namespaces: "
|
||||
msgstr " on namespaces: "
|
||||
|
||||
#: src/rc_formatters.py:131
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) blocked [{user}]({user_url}) {time}"
|
||||
"{restriction_desc}{comment}"
|
||||
msgstr "Modification des paramètres de blocage pour {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:135
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed block settings for [{blocked_user}]"
|
||||
"({user_url}){comment}"
|
||||
msgstr "Modification des paramètres de blocage pour {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:139
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}"
|
||||
msgstr "Modification des paramètres de blocage pour {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) left a [comment]({comment}) on {target} profile"
|
||||
msgstr "Ajout d'un commentaire sur le profil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
#, fuzzy
|
||||
msgid "their own profile"
|
||||
msgstr "Modification de son propre profil"
|
||||
|
||||
#: src/rc_formatters.py:145
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) replied to a [comment]({comment}) on {target} "
|
||||
"profile"
|
||||
msgstr "Réponse à un commentaire sur le profil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:148 src/rc_formatters.py:154 src/rc_formatters.py:165
|
||||
#: src/rc_formatters.py:169
|
||||
#, fuzzy
|
||||
msgid "their own"
|
||||
msgstr "Modification de son propre profil"
|
||||
|
||||
#: src/rc_formatters.py:151
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited a [comment]({comment}) on {target} profile"
|
||||
msgstr "Édition d'un commentaire sur le profil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:157
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) purged a comment on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) a retiré un commentaire sur le profil de {target}."
|
||||
|
||||
#: src/rc_formatters.py:167
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a comment on {target} profile"
|
||||
msgstr "Retrait d'un commentaire sur le profil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[{target}]({target_url})'s"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[their own]({target_url})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:174
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited the {field} on {target} profile. *({desc})*"
|
||||
msgstr "Retrait d'un commentaire sur le profil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:188 src/rc_formatters.py:190 src/rc_formatters.py:612
|
||||
#: src/rc_formatters.py:614
|
||||
msgid "none"
|
||||
msgstr "aucun"
|
||||
|
||||
#: src/rc_formatters.py:196 src/rc_formatters.py:599
|
||||
msgid "System"
|
||||
msgstr "Système"
|
||||
|
||||
#: src/rc_formatters.py:201
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) protected [{article}]({article_url}) with the "
|
||||
"following settings: {settings}{comment}"
|
||||
msgstr "Modification des paramètres de blocage pour {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:203 src/rc_formatters.py:211 src/rc_formatters.py:622
|
||||
#: src/rc_formatters.py:628
|
||||
msgid " [cascading]"
|
||||
msgstr " [protection en cascade]"
|
||||
|
||||
#: src/rc_formatters.py:208
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) modified protection settings of [{article}]"
|
||||
"({article_url}) to: {settings}{comment}"
|
||||
msgstr ""
|
||||
"Transfert des paramètres de protection de {redirect}{article} vers {title}"
|
||||
|
||||
#: src/rc_formatters.py:215
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) removed protection from [{article}]({article_url})"
|
||||
"{comment}"
|
||||
msgstr "Création d'une feuille de sprite pour {article}"
|
||||
|
||||
#: src/rc_formatters.py:219
|
||||
#, fuzzy, 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] "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:224
|
||||
#, fuzzy, 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] "Modification des paramètres de blocage pour {blocked_user}"
|
||||
msgstr[1] "Modification des paramètres de blocage pour {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:229
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}"
|
||||
msgstr "Modification de la visibilité d'une révision de la page {article} "
|
||||
|
||||
#: src/rc_formatters.py:231
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) changed visibility of log events{comment}"
|
||||
msgstr "Modification de la visibilité d'évènements des journaux"
|
||||
|
||||
#: src/rc_formatters.py:233
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) imported interwiki{comment}"
|
||||
msgstr "Modification de la visibilité d'évènements des journaux"
|
||||
|
||||
#: src/rc_formatters.py:236
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})"
|
||||
msgstr "Édition de la règle {number} du filtre anti-abus"
|
||||
|
||||
#: src/rc_formatters.py:240
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})"
|
||||
msgstr "Édition de la règle {number} du filtre anti-abus"
|
||||
|
||||
#: src/rc_formatters.py:244
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) merged revision histories of [{article}]"
|
||||
"({article_url}) into [{dest}]({dest_url}){comment}"
|
||||
msgstr ""
|
||||
"Transfert des paramètres de protection de {redirect}{article} vers {title}"
|
||||
|
||||
#: src/rc_formatters.py:248
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created automatically"
|
||||
msgstr "[{author}]({author_url}) a créé le tableau Cargo « {table} »"
|
||||
|
||||
#: src/rc_formatters.py:251 src/rc_formatters.py:260
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created"
|
||||
msgstr "[{author}]({author_url}) a créé le tableau Cargo « {table} »"
|
||||
|
||||
#: src/rc_formatters.py:254
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"Account [{article}]({article_url}) was created by [{author}]({author_url})"
|
||||
"{comment}"
|
||||
msgstr "Modification de la visibilité d'une révision de la page {article} "
|
||||
|
||||
#: src/rc_formatters.py:257
|
||||
#, 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:263
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) added an entry to the [interwiki table]"
|
||||
"({table_url}) pointing to {website} with {prefix} prefix"
|
||||
msgstr "Retrait d'une entrée de la table interwiki"
|
||||
|
||||
#: src/rc_formatters.py:269
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) "
|
||||
"pointing to {website} with {prefix} prefix"
|
||||
msgstr "Retrait d'une entrée de la table interwiki"
|
||||
|
||||
#: src/rc_formatters.py:275
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})"
|
||||
msgstr "Retrait d'une entrée de la table interwiki"
|
||||
|
||||
#: src/rc_formatters.py:278
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed the content model of the page [{article}]"
|
||||
"({article_url}) from {old} to {new}{comment}"
|
||||
msgstr "Modification de la visibilité d'une révision de la page {article} "
|
||||
|
||||
#: src/rc_formatters.py:282
|
||||
#, 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:285
|
||||
#, 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:288
|
||||
#, 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:293
|
||||
#, 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:295
|
||||
#, 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:300
|
||||
#, 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:305
|
||||
#, 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:308
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) a créé le tableau Cargo « {table} »"
|
||||
|
||||
#: src/rc_formatters.py:312
|
||||
#, 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:316
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) a créé le tableau Cargo « {table} »"
|
||||
|
||||
#: src/rc_formatters.py:319
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) a recréé le tableau Cargo « {table} »"
|
||||
|
||||
#: src/rc_formatters.py:321
|
||||
#, 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:331 src/rc_formatters.py:615
|
||||
msgid "No description provided"
|
||||
msgstr "Aucune description"
|
||||
|
||||
#: src/rc_formatters.py:378
|
||||
msgid "(N!) "
|
||||
msgstr "(N!) "
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "m"
|
||||
msgstr "m"
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "b"
|
||||
msgstr "b"
|
||||
|
||||
#: src/rc_formatters.py:396 src/rc_formatters.py:401
|
||||
msgid "__Only whitespace__"
|
||||
msgstr "__Espaces uniquement__"
|
||||
|
||||
#: src/rc_formatters.py:406
|
||||
msgid "Removed"
|
||||
msgstr "Retirés"
|
||||
|
||||
#: src/rc_formatters.py:408
|
||||
msgid "Added"
|
||||
msgstr "Ajoutés"
|
||||
|
||||
#: src/rc_formatters.py:442 src/rc_formatters.py:481
|
||||
msgid "Options"
|
||||
msgstr "Options"
|
||||
|
||||
#: src/rc_formatters.py:442
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}) | [undo]({undolink}))"
|
||||
msgstr "([Aperçu]({link}) | [Annuler]({undolink}))"
|
||||
|
||||
#: src/rc_formatters.py:447
|
||||
#, python-brace-format
|
||||
msgid "Uploaded a new version of {name}"
|
||||
msgstr "Téléversement d'une nouvelle version de {name}"
|
||||
|
||||
#: src/rc_formatters.py:449
|
||||
#, python-brace-format
|
||||
msgid "Reverted a version of {name}"
|
||||
msgstr "Rétablissement d'une version de {name}"
|
||||
|
||||
#: src/rc_formatters.py:451
|
||||
#, python-brace-format
|
||||
msgid "Uploaded {name}"
|
||||
msgstr "Téléversement de {name}"
|
||||
|
||||
#: src/rc_formatters.py:467
|
||||
msgid "**No license!**"
|
||||
msgstr "**Aucune license!**"
|
||||
|
||||
#: src/rc_formatters.py:479
|
||||
msgid ""
|
||||
"\n"
|
||||
"License: {}"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"License: {}"
|
||||
|
||||
#: src/rc_formatters.py:481
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}))"
|
||||
msgstr "([Aperçu]({link}))"
|
||||
|
||||
#: src/rc_formatters.py:486
|
||||
#, python-brace-format
|
||||
msgid "Deleted page {article}"
|
||||
msgstr "Suppression de la page {article}"
|
||||
|
||||
#: src/rc_formatters.py:489
|
||||
#, python-brace-format
|
||||
msgid "Deleted redirect {article} by overwriting"
|
||||
msgstr "Suppression par écrasement de la redirection {article}"
|
||||
|
||||
#: src/rc_formatters.py:493
|
||||
msgid "No redirect has been made"
|
||||
msgstr "Aucune redirection créée"
|
||||
|
||||
#: src/rc_formatters.py:494
|
||||
msgid "A redirect has been made"
|
||||
msgstr "Une redirection a été créée"
|
||||
|
||||
#: src/rc_formatters.py:495
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {target}"
|
||||
msgstr "Déplacement de {redirect}{article} vers {target}"
|
||||
|
||||
#: src/rc_formatters.py:498
|
||||
#, 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:502
|
||||
#, 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:527
|
||||
msgid "Blocked from editing the following pages: "
|
||||
msgstr "Ne peut plus modifier les pages suivantes : "
|
||||
|
||||
#: src/rc_formatters.py:536
|
||||
msgid "Blocked from editing pages on following namespaces: "
|
||||
msgstr "Ne peut plus modifier les pages des espaces de noms suivants : "
|
||||
|
||||
#: src/rc_formatters.py:547
|
||||
msgid "Partial block details"
|
||||
msgstr "Détails partiaux du blocage"
|
||||
|
||||
#: src/rc_formatters.py:548
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Blocked {blocked_user} {time}"
|
||||
msgstr "{blocked_user} a été bloqué pour {time}"
|
||||
|
||||
#: src/rc_formatters.py:552
|
||||
#, python-brace-format
|
||||
msgid "Changed block settings for {blocked_user}"
|
||||
msgstr "Modification des paramètres de blocage pour {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:556
|
||||
#, python-brace-format
|
||||
msgid "Unblocked {blocked_user}"
|
||||
msgstr "{blocked_user} a été débloqué"
|
||||
|
||||
#: src/rc_formatters.py:561
|
||||
#, 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:563
|
||||
msgid "Left a comment on their own profile"
|
||||
msgstr "Ajout d'un commentaire sur son propre profil"
|
||||
|
||||
#: src/rc_formatters.py:568
|
||||
#, 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:570
|
||||
msgid "Replied to a comment on their own profile"
|
||||
msgstr "Réponse à un commentaire sur son propre profil"
|
||||
|
||||
#: src/rc_formatters.py:575
|
||||
#, 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:577
|
||||
msgid "Edited a comment on their own profile"
|
||||
msgstr "Modification d'un commentaire sur son propre profil"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
#, python-brace-format
|
||||
msgid "Edited {target}'s profile"
|
||||
msgstr "Modification du profil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
msgid "Edited their own profile"
|
||||
msgstr "Modification de son propre profil"
|
||||
|
||||
#: src/rc_formatters.py:582
|
||||
#, python-brace-format
|
||||
msgid "Cleared the {field} field"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:584
|
||||
#, python-brace-format
|
||||
msgid "{field} field changed to: {desc}"
|
||||
msgstr "{field} modifié pour: {desc}"
|
||||
|
||||
#: src/rc_formatters.py:587
|
||||
#, 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:593
|
||||
#, 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:597
|
||||
#, python-brace-format
|
||||
msgid "Changed group membership for {target}"
|
||||
msgstr "Modification des groupes pour {target}"
|
||||
|
||||
#: src/rc_formatters.py:601
|
||||
#, 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:616
|
||||
#, 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:620
|
||||
#, python-brace-format
|
||||
msgid "Protected {target}"
|
||||
msgstr "Protection de {target}"
|
||||
|
||||
#: src/rc_formatters.py:626
|
||||
#, python-brace-format
|
||||
msgid "Changed protection level for {article}"
|
||||
msgstr "Modification du niveau de protection de {article}"
|
||||
|
||||
#: src/rc_formatters.py:632
|
||||
#, python-brace-format
|
||||
msgid "Removed protection from {article}"
|
||||
msgstr "Retrait de la protection de {article}"
|
||||
|
||||
#: src/rc_formatters.py:636
|
||||
#, python-brace-format
|
||||
msgid "Changed visibility of revision on page {article} "
|
||||
msgid_plural "Changed visibility of {amount} revisions on page {article} "
|
||||
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:641
|
||||
#, 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:646
|
||||
#, python-brace-format
|
||||
msgid "Restored {article}"
|
||||
msgstr "Restauration de {article}"
|
||||
|
||||
#: src/rc_formatters.py:649
|
||||
msgid "Changed visibility of log events"
|
||||
msgstr "Modification de la visibilité d'évènements des journaux"
|
||||
|
||||
#: src/rc_formatters.py:652
|
||||
msgid "Imported interwiki"
|
||||
msgstr "Importation d'interwiki"
|
||||
|
||||
#: src/rc_formatters.py:655
|
||||
#, python-brace-format
|
||||
msgid "Edited abuse filter number {number}"
|
||||
msgstr "Édition de la règle {number} du filtre anti-abus"
|
||||
|
||||
#: src/rc_formatters.py:658
|
||||
#, 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:661
|
||||
#, python-brace-format
|
||||
msgid "Merged revision histories of {article} into {dest}"
|
||||
msgstr "Fusion de l'historique de {article} vers {dest}"
|
||||
|
||||
#: src/rc_formatters.py:665
|
||||
msgid "Created account automatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:668 src/rc_formatters.py:677
|
||||
msgid "Created account"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:671
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created account {article}"
|
||||
msgstr "Suppression de la page {article}"
|
||||
|
||||
#: src/rc_formatters.py:674
|
||||
#, python-brace-format
|
||||
msgid "Created account {article} and password was sent by email"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:680
|
||||
msgid "Added an entry to the interwiki table"
|
||||
msgstr "Ajout d'une entrée à la table interwiki"
|
||||
|
||||
#: src/rc_formatters.py:681 src/rc_formatters.py:687
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix}, website: {website} | {desc}"
|
||||
msgstr "Préfixe: {prefix}, site: {website} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:686
|
||||
msgid "Edited an entry in interwiki table"
|
||||
msgstr "Modification d'une entrée de la table interwiki"
|
||||
|
||||
#: src/rc_formatters.py:692
|
||||
msgid "Deleted an entry in interwiki table"
|
||||
msgstr "Retrait d'une entrée de la table interwiki"
|
||||
|
||||
#: src/rc_formatters.py:693
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix} | {desc}"
|
||||
msgstr "Préfixe: {prefix} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:696
|
||||
#, 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:697
|
||||
#, python-brace-format
|
||||
msgid "Model changed from {old} to {new}: {reason}"
|
||||
msgstr "Modèle changé de {old} à {new}: {reason}"
|
||||
|
||||
#: src/rc_formatters.py:702
|
||||
#, python-brace-format
|
||||
msgid "Edited the sprite for {article}"
|
||||
msgstr "Édition du sprite de {article}"
|
||||
|
||||
#: src/rc_formatters.py:705
|
||||
#, python-brace-format
|
||||
msgid "Created the sprite sheet for {article}"
|
||||
msgstr "Création d'une feuille de sprite pour {article}"
|
||||
|
||||
#: src/rc_formatters.py:708
|
||||
#, python-brace-format
|
||||
msgid "Edited the slice for {article}"
|
||||
msgstr "Edited the slice for {article}"
|
||||
|
||||
#: src/rc_formatters.py:714
|
||||
#, python-brace-format
|
||||
msgid "Created the Cargo table \"{table}\""
|
||||
msgstr "Création du tableau Cargo « {table} »"
|
||||
|
||||
#: src/rc_formatters.py:718
|
||||
#, python-brace-format
|
||||
msgid "Deleted the Cargo table \"{table}\""
|
||||
msgstr "Suppression du tableau Cargo « {table} »"
|
||||
|
||||
#: src/rc_formatters.py:725
|
||||
#, python-brace-format
|
||||
msgid "Recreated the Cargo table \"{table}\""
|
||||
msgstr "Recréation du tableau Cargo « {table} »"
|
||||
|
||||
#: src/rc_formatters.py:732
|
||||
#, python-brace-format
|
||||
msgid "Replaced the Cargo table \"{table}\""
|
||||
msgstr "Remplacement du tableau Cargo « {table} »"
|
||||
|
||||
#: src/rc_formatters.py:736
|
||||
#, python-brace-format
|
||||
msgid "Created a tag \"{tag}\""
|
||||
msgstr "Création du tag « {tag} »"
|
||||
|
||||
#: src/rc_formatters.py:740
|
||||
#, python-brace-format
|
||||
msgid "Deleted a tag \"{tag}\""
|
||||
msgstr "Suppression du tag « {tag} »"
|
||||
|
||||
#: src/rc_formatters.py:744
|
||||
#, python-brace-format
|
||||
msgid "Activated a tag \"{tag}\""
|
||||
msgstr "Activation du tag « {tag} »"
|
||||
|
||||
#: src/rc_formatters.py:747
|
||||
#, python-brace-format
|
||||
msgid "Deactivated a tag \"{tag}\""
|
||||
msgstr "Désactivation du tag « {tag} »"
|
||||
|
||||
#: src/rc_formatters.py:750
|
||||
#, fuzzy
|
||||
msgid "Action has been hidden by administration."
|
||||
msgstr "L'action a été masquée par le personnel de Gamepedia."
|
||||
|
||||
#: src/rc_formatters.py:751
|
||||
msgid "Unknown"
|
||||
msgstr "Inconnu"
|
||||
|
||||
#: src/rc_formatters.py:770
|
||||
msgid "Tags"
|
||||
msgstr "Tags"
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid "**Added**: "
|
||||
msgstr "**Ajoutées : ** "
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid " and {} more\n"
|
||||
msgstr " et {} autres\n"
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid "**Removed**: "
|
||||
msgstr "**Retirées : ** "
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid " and {} more"
|
||||
msgstr " et {} autres"
|
||||
|
||||
#: src/rc_formatters.py:775
|
||||
msgid "Changed categories"
|
||||
msgstr "Catégories modifiées"
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
BIN
locale/pl/LC_MESSAGES/discussion_formatters.mo
Normal file
BIN
locale/pl/LC_MESSAGES/discussion_formatters.mo
Normal file
Binary file not shown.
137
locale/pl/LC_MESSAGES/discussion_formatters.po
Normal file
137
locale/pl/LC_MESSAGES/discussion_formatters.po
Normal file
|
@ -0,0 +1,137 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-07-04 01:12+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 "
|
||||
"|| n%100>14) ? 1 : 2);\n"
|
||||
|
||||
#: src/discussion_formatters.py:38
|
||||
#, fuzzy, 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}](<{url}f/u/{creatorId}>) utworzył(a) [odpowiedź](<{url}f/p/"
|
||||
"{threadId}/r/{postId}>) pod tematem [{title}](<{url}f/p/{threadId}>) w "
|
||||
"{forumName}"
|
||||
|
||||
#: src/discussion_formatters.py:40 src/discussion_formatters.py:49
|
||||
#: src/discussion_formatters.py:104 src/discussion_formatters.py:117
|
||||
msgid "unknown"
|
||||
msgstr "nieznany"
|
||||
|
||||
#: src/discussion_formatters.py:44
|
||||
#, fuzzy, 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}](<{url}f/u/{creatorId}>) utworzył(a) [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}>) na tablicy wiadomości "
|
||||
"użytkownika/użytkowniczki {user}"
|
||||
|
||||
#: src/discussion_formatters.py:46
|
||||
#, fuzzy, 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}](<{url}f/u/{creatorId}>) odpowiedział(a) na[{title}](<{wikiurl}"
|
||||
"wiki/Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) na tablicy "
|
||||
"wiadomości użytkownika/użytkowniczki {user}"
|
||||
|
||||
#: src/discussion_formatters.py:51
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}>) on [{article}](<{url}wiki/{article}>)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [reply](<{url}wiki/{article}?"
|
||||
"threadId={threadId}) to a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}&replyId={replyId}>) on [{article}](<{url}wiki/{article}"
|
||||
">)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:82
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\""
|
||||
msgstr "Utworzył(a) „{title}”"
|
||||
|
||||
#: src/discussion_formatters.py:87
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created a poll \"{title}\""
|
||||
msgstr "Utworzył(a) ankietę zatytułowaną „{title}”"
|
||||
|
||||
#: src/discussion_formatters.py:92
|
||||
msgid "Option {}"
|
||||
msgstr "Opcja {}"
|
||||
|
||||
#: src/discussion_formatters.py:93
|
||||
#, python-brace-format
|
||||
msgid "__[View image]({image_url})__"
|
||||
msgstr "__[Zobacz zdjęcie]({image_url})__"
|
||||
|
||||
#: src/discussion_formatters.py:101
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\""
|
||||
msgstr "Odpowiedział(a) w „{title}”"
|
||||
|
||||
#: src/discussion_formatters.py:110
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\" on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
"Utworzył(a) „{title}” na tablicy wiadomości użytkownika/użytkowniczki {user}"
|
||||
|
||||
#: src/discussion_formatters.py:114
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\" on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
"Odpowiedział(a) na „{title}” z tablicy wiadomości użytkownika/użytkowniczki "
|
||||
"{user}"
|
||||
|
||||
#: src/discussion_formatters.py:121
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Commented on {article}"
|
||||
msgstr "Utworzył(a) „{title}”"
|
||||
|
||||
#: src/discussion_formatters.py:125
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Replied to a comment on {article}"
|
||||
msgstr "Odpowiedział(a) w „{title}”"
|
||||
|
||||
#, python-brace-format
|
||||
#~ msgid ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}"
|
||||
#~ ">) in {forumName}"
|
||||
#~ msgstr ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) utworzył(a) [{title}](<{url}f/p/"
|
||||
#~ "{threadId}>) w {forumName}"
|
||||
|
||||
#, python-brace-format
|
||||
#~ msgid ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) created a poll [{title}](<{url}f/p/"
|
||||
#~ "{threadId}>) in {forumName}"
|
||||
#~ msgstr ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) utworzył(a) ankietę [{title}](<{url}f/"
|
||||
#~ "p/{threadId}>) w {forumName}"
|
Binary file not shown.
|
@ -1,110 +0,0 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-07-04 00:58+0200\n"
|
||||
"PO-Revision-Date: 2020-07-04 01:12+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 "
|
||||
"|| n%100>14) ? 1 : 2);\n"
|
||||
|
||||
#: discussions.py:56
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\""
|
||||
msgstr "Odpowiedział(a) w „{title}”"
|
||||
|
||||
#: discussions.py:63 discussions.py:79 discussions.py:127 discussions.py:143
|
||||
msgid "unknown"
|
||||
msgstr "nieznany"
|
||||
|
||||
#: discussions.py:68
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\" on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
"Odpowiedział(a) na „{title}” z tablicy wiadomości użytkownika/użytkowniczki "
|
||||
"{user}"
|
||||
|
||||
#: discussions.py:72
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\""
|
||||
msgstr "Utworzył(a) „{title}”"
|
||||
|
||||
#: discussions.py:86
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\" on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
"Utworzył(a) „{title}” na tablicy wiadomości użytkownika/użytkowniczki {user}"
|
||||
|
||||
#: discussions.py:99
|
||||
#, python-brace-format
|
||||
msgid "Created a poll titled \"{title}\""
|
||||
msgstr "Utworzył(a) ankietę zatytułowaną „{title}”"
|
||||
|
||||
#: discussions.py:104
|
||||
msgid "Option {}"
|
||||
msgstr "Opcja {}"
|
||||
|
||||
#: discussions.py:105
|
||||
#, python-brace-format
|
||||
msgid "__[View image]({image_url})__"
|
||||
msgstr "__[Zobacz zdjęcie]({image_url})__"
|
||||
|
||||
#: discussions.py:121
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}>) "
|
||||
"in {forumName}"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) utworzył(a) [{title}](<{url}f/p/{threadId}"
|
||||
">) w {forumName}"
|
||||
|
||||
#: discussions.py:130
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}>) on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) utworzył(a) [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}>) na tablicy wiadomości "
|
||||
"użytkownika/użytkowniczki {user}"
|
||||
|
||||
#: discussions.py:136
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created a [reply](<{url}f/p/{threadId}/r/"
|
||||
"{postId}>) to [{title}](<{url}f/p/{threadId}>) in {forumName}"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) utworzył(a) [odpowiedź](<{url}f/p/"
|
||||
"{threadId}/r/{postId}>) pod tematem [{title}](<{url}f/p/{threadId}>) w "
|
||||
"{forumName}"
|
||||
|
||||
#: discussions.py:147
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) replied to [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) on {user}'s Message "
|
||||
"Wall"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) odpowiedział(a) na[{title}](<{wikiurl}"
|
||||
"wiki/Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) na tablicy "
|
||||
"wiadomości użytkownika/użytkowniczki {user}"
|
||||
|
||||
#: discussions.py:153
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created a poll [{title}](<{url}f/p/"
|
||||
"{threadId}>) in {forumName}"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) utworzył(a) ankietę [{title}](<{url}f/p/"
|
||||
"{threadId}>) w {forumName}"
|
Binary file not shown.
|
@ -1,27 +1,88 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Copyright (C) YEAR ORGANIZATION
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Project-Id-Version: RcGcDw\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-05-20 17:18+0200\n"
|
||||
"PO-Revision-Date: 2019-05-20 17:23+0200\n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-03-17 20:57+0100\n"
|
||||
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"Last-Translator: \n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);\n"
|
||||
"Language: pl\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: misc.py:76
|
||||
#: src/misc.py:42
|
||||
msgid "Location"
|
||||
msgstr "Lokacja"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "About me"
|
||||
msgstr "O mnie"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Google link"
|
||||
msgstr "link Google"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Facebook link"
|
||||
msgstr "link Facebook"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitter link"
|
||||
msgstr "link Twitter"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Reddit link"
|
||||
msgstr "link Reddit"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitch link"
|
||||
msgstr "link Twitch"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "PSN link"
|
||||
msgstr "link PSN"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "VK link"
|
||||
msgstr "link VK"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "XBL link"
|
||||
msgstr "link XBL"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Steam link"
|
||||
msgstr "link Steam"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Discord handle"
|
||||
msgstr "konto Discord"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Battle.net handle"
|
||||
msgstr "konto Battle.net"
|
||||
|
||||
#: src/misc.py:142
|
||||
msgid ""
|
||||
"\n"
|
||||
"__And more__"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"__Oraz więcej__"
|
||||
|
||||
#: src/misc.py:423
|
||||
msgid "Unknown"
|
||||
msgstr "Nieznana"
|
||||
|
||||
#: src/misc.py:425
|
||||
msgid "unknown"
|
||||
msgstr "nieznana sekcja"
|
||||
|
|
BIN
locale/pl/LC_MESSAGES/rc.mo
Normal file
BIN
locale/pl/LC_MESSAGES/rc.mo
Normal file
Binary file not shown.
42
locale/pl/LC_MESSAGES/rc.po
Normal file
42
locale/pl/LC_MESSAGES/rc.po
Normal file
|
@ -0,0 +1,42 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR ORGANIZATION
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: RcGcDw\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 17:22+0200\n"
|
||||
"PO-Revision-Date: 2020-03-17 20:57+0100\n"
|
||||
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: src/rc.py:150
|
||||
#, python-brace-format
|
||||
msgid "Connection to {wiki} seems to be stable now."
|
||||
msgstr "Połączenie z {wiki} wygląda na stabilne."
|
||||
|
||||
#: src/rc.py:151 src/rc.py:266
|
||||
msgid "Connection status"
|
||||
msgstr "Problem z połączeniem"
|
||||
|
||||
#: src/rc.py:265
|
||||
#, python-brace-format
|
||||
msgid "{wiki} seems to be down or unreachable."
|
||||
msgstr "{wiki} nie działa lub jest nieosiągalna."
|
||||
|
||||
#: src/rc.py:334
|
||||
msgid "~~hidden~~"
|
||||
msgstr "~~ukryte~~"
|
||||
|
||||
#: src/rc.py:340
|
||||
msgid "hidden"
|
||||
msgstr "ukryte"
|
BIN
locale/pl/LC_MESSAGES/rc_formatters.mo
Normal file
BIN
locale/pl/LC_MESSAGES/rc_formatters.mo
Normal file
Binary file not shown.
862
locale/pl/LC_MESSAGES/rc_formatters.po
Normal file
862
locale/pl/LC_MESSAGES/rc_formatters.po
Normal file
|
@ -0,0 +1,862 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR ORGANIZATION
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: RcGcDw\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-03-17 20:57+0100\n"
|
||||
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Generated-By: pygettext.py 1.5\n"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: src/rc_formatters.py:41
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) editował(-a) [{article}]({edit_link}){comment} "
|
||||
"({sign}{edit_size})"
|
||||
|
||||
#: src/rc_formatters.py:43
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) stworzył(-a) [{article}]({edit_link}){comment} "
|
||||
"({sign}{edit_size})"
|
||||
|
||||
#: src/rc_formatters.py:46
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}"
|
||||
msgstr "[{author}]({author_url}) przesłał(-a) [{file}]({file_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) wycofał(-a) wersję [{file}]({file_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:57
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) uploaded a new version of [{file}]({file_link})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) przesłał(-a) nową wersję [{file}]({file_link})"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:60
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}"
|
||||
msgstr "[{author}]({author_url}) usunął/usunęła [{page}]({page_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:64
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted redirect by overwriting [{page}]"
|
||||
"({page_link}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) usunął/usunęła przekierowanie przez nadpisanie "
|
||||
"[{page}]({page_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:73
|
||||
msgid "without making a redirect"
|
||||
msgstr "bez utworzenia przekierowania przekierowania"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:74
|
||||
msgid "with a redirect"
|
||||
msgstr "z przekierowaniem"
|
||||
|
||||
#: src/rc_formatters.py:69
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]"
|
||||
"({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) przeniósł/przeniosła {redirect}*{article}* do "
|
||||
"[{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:75
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* over redirect to "
|
||||
"[{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) przeniósł/przeniosła {redirect}*{article}* do "
|
||||
"przekierowania [{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:80
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved protection settings from {redirect}*{article}"
|
||||
"* to [{target}]({target_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) przeniósł/przeniosła ustawienia zabezpieczeń z "
|
||||
"{redirect}*{article}* do [{target}]({target_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:91 src/rc_formatters.py:512
|
||||
#, fuzzy
|
||||
msgid "for infinity and beyond"
|
||||
msgstr "wieczność"
|
||||
|
||||
#: src/rc_formatters.py:100 src/rc_formatters.py:520
|
||||
#, python-brace-format
|
||||
msgid "for {num} {translated_length}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:106 src/rc_formatters.py:523
|
||||
msgid "until {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:110
|
||||
msgid " on pages: "
|
||||
msgstr " na stronach: "
|
||||
|
||||
#: src/rc_formatters.py:117 src/rc_formatters.py:534
|
||||
msgid " and namespaces: "
|
||||
msgstr " oraz przestrzeniach nazw: "
|
||||
|
||||
#: src/rc_formatters.py:119
|
||||
msgid " on namespaces: "
|
||||
msgstr " na przestrzeniach nazw: "
|
||||
|
||||
#: src/rc_formatters.py:131
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) blocked [{user}]({user_url}) {time}"
|
||||
"{restriction_desc}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) zablokował(-a) [{user}]({user_url}) na {time}"
|
||||
"{restriction_desc}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:135
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed block settings for [{blocked_user}]"
|
||||
"({user_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) zmienił(-a) ustawienia blokady dla [{blocked_user}]"
|
||||
"({user_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:139
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) odblokował(-a) [{blocked_user}]({user_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) left a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) pozostawił(-a) [komentarz]({comment}) na {target}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
msgid "their own profile"
|
||||
msgstr "swoim własnym profilu"
|
||||
|
||||
#: src/rc_formatters.py:145
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) replied to a [comment]({comment}) on {target} "
|
||||
"profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) odpowiedział(-a) na [komentarz]({comment}) na "
|
||||
"{target}"
|
||||
|
||||
#: src/rc_formatters.py:148 src/rc_formatters.py:154 src/rc_formatters.py:165
|
||||
#: src/rc_formatters.py:169
|
||||
msgid "their own"
|
||||
msgstr "swój własny"
|
||||
|
||||
#: src/rc_formatters.py:151
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) edytował(-a) [komentarz]({comment}) na {target}"
|
||||
|
||||
#: src/rc_formatters.py:157
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) purged a comment on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) usunął/usunęła permanentnie komentarz na {target}"
|
||||
|
||||
#: src/rc_formatters.py:167
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a comment on {target} profile"
|
||||
msgstr "[{author}]({author_url}) usunął/usunęła komentarz na {target}"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[{target}]({target_url})'s"
|
||||
msgstr "na profilu użytkownika [{target}]({target_url})"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[their own]({target_url})"
|
||||
msgstr "na [swoim własnym profilu użytkownika]({target_url})"
|
||||
|
||||
#: src/rc_formatters.py:174
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited the {field} on {target} profile. *({desc})*"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) edytował(-a) pole {field} {target}. *({desc})*"
|
||||
|
||||
#: src/rc_formatters.py:188 src/rc_formatters.py:190 src/rc_formatters.py:612
|
||||
#: src/rc_formatters.py:614
|
||||
msgid "none"
|
||||
msgstr "brak"
|
||||
|
||||
#: src/rc_formatters.py:196 src/rc_formatters.py:599
|
||||
msgid "System"
|
||||
msgstr "System"
|
||||
|
||||
#: src/rc_formatters.py:201
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) protected [{article}]({article_url}) with the "
|
||||
"following settings: {settings}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) zabezpieczył(-a) [{article}]({article_url}) z "
|
||||
"następującymi ustawieniami: {settings}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:203 src/rc_formatters.py:211 src/rc_formatters.py:622
|
||||
#: src/rc_formatters.py:628
|
||||
msgid " [cascading]"
|
||||
msgstr " [kaskadowo]"
|
||||
|
||||
#: src/rc_formatters.py:208
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) modified protection settings of [{article}]"
|
||||
"({article_url}) to: {settings}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) modyfikował(-a) ustawienia zabezpieczeń [{article}]"
|
||||
"({article_url}) na: {settings}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:215
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) removed protection from [{article}]({article_url})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) usunął/usunęła zabezpieczenia z [{article}]"
|
||||
"({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:219
|
||||
#, 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] ""
|
||||
"[{author}]({author_url}) zmienił(-a) widoczność wersji strony [{article}]"
|
||||
"({article_url}){comment}"
|
||||
msgstr[1] ""
|
||||
"[{author}]({author_url}) zmienił(-a) widoczność {amount} wersji strony "
|
||||
"[{article}]({article_url}){comment}"
|
||||
msgstr[2] ""
|
||||
"[{author}]({author_url}) zmienił(-a) widoczność {amount} wersji strony "
|
||||
"[{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:224
|
||||
#, 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] ""
|
||||
"[{author}]({author_url}) zaimportował(-a) [{article}]({article_url}) z jedną "
|
||||
"wersją{comment}"
|
||||
msgstr[1] ""
|
||||
"[{author}]({author_url}) zaimportował(-a) [{article}]({article_url}) {count} "
|
||||
"wersjami{comment}"
|
||||
msgstr[2] ""
|
||||
"[{author}]({author_url}) zaimportował(-a) [{article}]({article_url}) {count} "
|
||||
"wersjami{comment}"
|
||||
|
||||
#: src/rc_formatters.py:229
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) przywrócił(-a) [{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:231
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) changed visibility of log events{comment}"
|
||||
msgstr "[{author}]({author_url}) zmienił(-a) widoczność wydarzeń{comment}"
|
||||
|
||||
#: src/rc_formatters.py:233
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) imported interwiki{comment}"
|
||||
msgstr "[{author}]({author_url}) zaimportował(-a) interwiki{comment}"
|
||||
|
||||
#: src/rc_formatters.py:236
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) edytował(-a) filtr nadużyć [numer {number}]"
|
||||
"({filter_url})"
|
||||
|
||||
#: src/rc_formatters.py:240
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) stworzył(-a) filtr nadużyć [numer {number}]"
|
||||
"({filter_url})"
|
||||
|
||||
#: src/rc_formatters.py:244
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) merged revision histories of [{article}]"
|
||||
"({article_url}) into [{dest}]({dest_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) połączył(-a) historie zmian [{article}]"
|
||||
"({article_url}) z [{dest}]({dest_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:248
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created automatically"
|
||||
msgstr "[{author}]({author_url}) utworzył(-a) tabelę Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:251 src/rc_formatters.py:260
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created"
|
||||
msgstr "[{author}]({author_url}) utworzył(-a) tabelę Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:254
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"Account [{article}]({article_url}) was created by [{author}]({author_url})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) przywrócił(-a) [{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:257
|
||||
#, 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:263
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) added an entry to the [interwiki table]"
|
||||
"({table_url}) pointing to {website} with {prefix} prefix"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) dodał(-a) wpis do [tabeli interwiki]({table_url}), "
|
||||
"który prowadzi do {website} z prefixem {prefix}"
|
||||
|
||||
#: src/rc_formatters.py:269
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) "
|
||||
"pointing to {website} with {prefix} prefix"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) edytował(-a) wpis w [tabeli interwiki]"
|
||||
"({table_url}), który prowadzi do {website} z prefixem {prefix}"
|
||||
|
||||
#: src/rc_formatters.py:275
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) usunął/usunęła wpis z [tabeli interwiki]"
|
||||
"({table_url})"
|
||||
|
||||
#: src/rc_formatters.py:278
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed the content model of the page [{article}]"
|
||||
"({article_url}) from {old} to {new}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) zmienił(-a) model zawartości [{article}]"
|
||||
"({article_url}) z {old} na {new}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:282
|
||||
#, 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:285
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created the sprite sheet for [{article}]"
|
||||
"({article_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) utworzył(-a) sprite sheet [{article}]({article_url})"
|
||||
|
||||
#: src/rc_formatters.py:288
|
||||
#, 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:293
|
||||
#, 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:295
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) usunęł(-a) tabelę Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:300
|
||||
#, 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:305
|
||||
#, 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:308
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) utworzył(-a) [tag]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:312
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) usunął/usunęła [tag]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:316
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) aktywował(-a) [tag]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:319
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) dezaktywował(-a) [tag]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:321
|
||||
msgid "An action has been hidden by administration."
|
||||
msgstr "Akcja została ukryta przez administrację."
|
||||
|
||||
#: src/rc_formatters.py:331 src/rc_formatters.py:615
|
||||
msgid "No description provided"
|
||||
msgstr "Nie podano opisu zmian"
|
||||
|
||||
#: src/rc_formatters.py:378
|
||||
msgid "(N!) "
|
||||
msgstr "(N!) "
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "m"
|
||||
msgstr "d"
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "b"
|
||||
msgstr "b"
|
||||
|
||||
#: src/rc_formatters.py:396 src/rc_formatters.py:401
|
||||
msgid "__Only whitespace__"
|
||||
msgstr "__Tylko znaki niedrukowane__"
|
||||
|
||||
#: src/rc_formatters.py:406
|
||||
msgid "Removed"
|
||||
msgstr "Usunięto"
|
||||
|
||||
#: src/rc_formatters.py:408
|
||||
msgid "Added"
|
||||
msgstr "Dodano"
|
||||
|
||||
#: src/rc_formatters.py:442 src/rc_formatters.py:481
|
||||
msgid "Options"
|
||||
msgstr "Opcje"
|
||||
|
||||
#: src/rc_formatters.py:442
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}) | [undo]({undolink}))"
|
||||
msgstr "([podgląd]({link}) | [wycofaj]({undolink}))"
|
||||
|
||||
#: src/rc_formatters.py:447
|
||||
#, python-brace-format
|
||||
msgid "Uploaded a new version of {name}"
|
||||
msgstr "Przesłał(a) nową wersję {name}"
|
||||
|
||||
#: src/rc_formatters.py:449
|
||||
#, python-brace-format
|
||||
msgid "Reverted a version of {name}"
|
||||
msgstr "Wycofano wersję {name}"
|
||||
|
||||
#: src/rc_formatters.py:451
|
||||
#, python-brace-format
|
||||
msgid "Uploaded {name}"
|
||||
msgstr "Przesłał(a) {name}"
|
||||
|
||||
#: src/rc_formatters.py:467
|
||||
msgid "**No license!**"
|
||||
msgstr "**Brak licencji!**"
|
||||
|
||||
#: src/rc_formatters.py:479
|
||||
msgid ""
|
||||
"\n"
|
||||
"License: {}"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Licencja: {}"
|
||||
|
||||
#: src/rc_formatters.py:481
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}))"
|
||||
msgstr "([podgląd]({link}))"
|
||||
|
||||
#: src/rc_formatters.py:486
|
||||
#, python-brace-format
|
||||
msgid "Deleted page {article}"
|
||||
msgstr "Usunął/usunęła {article}"
|
||||
|
||||
#: src/rc_formatters.py:489
|
||||
#, python-brace-format
|
||||
msgid "Deleted redirect {article} by overwriting"
|
||||
msgstr ""
|
||||
"Usunął/usunęła przekierowanie ({article}) aby utworzyć miejsce dla "
|
||||
"przenoszonej strony"
|
||||
|
||||
#: src/rc_formatters.py:493
|
||||
msgid "No redirect has been made"
|
||||
msgstr "Nie utworzono przekierowania"
|
||||
|
||||
#: src/rc_formatters.py:494
|
||||
msgid "A redirect has been made"
|
||||
msgstr "Zostało utworzone przekierowanie"
|
||||
|
||||
#: src/rc_formatters.py:495
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {target}"
|
||||
msgstr "Przeniósł/przeniosła {redirect}{article} do {target}"
|
||||
|
||||
#: src/rc_formatters.py:498
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {title} over redirect"
|
||||
msgstr ""
|
||||
"Przeniósł/przeniosła {redirect}{article} do strony przekierowującej {title}"
|
||||
|
||||
#: src/rc_formatters.py:502
|
||||
#, 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:527
|
||||
msgid "Blocked from editing the following pages: "
|
||||
msgstr "Blokada przed edytowaniem następujących stron: "
|
||||
|
||||
#: src/rc_formatters.py:536
|
||||
msgid "Blocked from editing pages on following namespaces: "
|
||||
msgstr "Blokada przed edytowaniem stron na następujących przestrzeniach nazw: "
|
||||
|
||||
#: src/rc_formatters.py:547
|
||||
msgid "Partial block details"
|
||||
msgstr "Szczegóły częściowej blokady"
|
||||
|
||||
#: src/rc_formatters.py:548
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Blocked {blocked_user} {time}"
|
||||
msgstr "Zablokowano {blocked_user} na {time}"
|
||||
|
||||
#: src/rc_formatters.py:552
|
||||
#, python-brace-format
|
||||
msgid "Changed block settings for {blocked_user}"
|
||||
msgstr "Zmienił ustawienia blokady {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:556
|
||||
#, python-brace-format
|
||||
msgid "Unblocked {blocked_user}"
|
||||
msgstr "Odblokował {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:561
|
||||
#, python-brace-format
|
||||
msgid "Left a comment on {target}'s profile"
|
||||
msgstr "Pozostawiono komentarz na profilu użytkownika {target}"
|
||||
|
||||
#: src/rc_formatters.py:563
|
||||
msgid "Left a comment on their own profile"
|
||||
msgstr "Pozostawił(a) komentarz na swoim profilu"
|
||||
|
||||
#: src/rc_formatters.py:568
|
||||
#, 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:570
|
||||
msgid "Replied to a comment on their own profile"
|
||||
msgstr "Odpowiedział(a) na komentarz na swoim profilu"
|
||||
|
||||
#: src/rc_formatters.py:575
|
||||
#, python-brace-format
|
||||
msgid "Edited a comment on {target}'s profile"
|
||||
msgstr "Edytowano komentarz na profilu użytkownika {target}"
|
||||
|
||||
#: src/rc_formatters.py:577
|
||||
msgid "Edited a comment on their own profile"
|
||||
msgstr "Edytował(a) komentarz na swoim profilu"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
#, python-brace-format
|
||||
msgid "Edited {target}'s profile"
|
||||
msgstr "Edytowano profil użytkownika {target}"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
msgid "Edited their own profile"
|
||||
msgstr "Edytował(a) swój profil"
|
||||
|
||||
#: src/rc_formatters.py:582
|
||||
#, python-brace-format
|
||||
msgid "Cleared the {field} field"
|
||||
msgstr "Wyczyszczono pole {field}"
|
||||
|
||||
#: src/rc_formatters.py:584
|
||||
#, python-brace-format
|
||||
msgid "{field} field changed to: {desc}"
|
||||
msgstr "pole \"{field}\" zostało zmienione na: {desc}"
|
||||
|
||||
#: src/rc_formatters.py:587
|
||||
#, python-brace-format
|
||||
msgid "Purged a comment on {target}'s profile"
|
||||
msgstr "Usunął permanentnie komentarz na profilu użytkownika {target}"
|
||||
|
||||
#: src/rc_formatters.py:593
|
||||
#, python-brace-format
|
||||
msgid "Deleted a comment on {target}'s profile"
|
||||
msgstr "Usunął komentarz na profilu użytkownika {target}"
|
||||
|
||||
#: src/rc_formatters.py:597
|
||||
#, python-brace-format
|
||||
msgid "Changed group membership for {target}"
|
||||
msgstr "Zmieniono przynależność do grup dla {target}"
|
||||
|
||||
#: src/rc_formatters.py:601
|
||||
#, python-brace-format
|
||||
msgid "{target} got autopromoted to a new usergroup"
|
||||
msgstr "{target} automatycznie otrzymał nową grupę użytkownika"
|
||||
|
||||
#: src/rc_formatters.py:616
|
||||
#, 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:620
|
||||
#, python-brace-format
|
||||
msgid "Protected {target}"
|
||||
msgstr "Zabezpieczono {target}"
|
||||
|
||||
#: src/rc_formatters.py:626
|
||||
#, python-brace-format
|
||||
msgid "Changed protection level for {article}"
|
||||
msgstr "Zmieniono poziom zabezpieczeń {article}"
|
||||
|
||||
#: src/rc_formatters.py:632
|
||||
#, python-brace-format
|
||||
msgid "Removed protection from {article}"
|
||||
msgstr "Usunięto zabezpieczenie {article}"
|
||||
|
||||
#: src/rc_formatters.py:636
|
||||
#, python-brace-format
|
||||
msgid "Changed visibility of revision on page {article} "
|
||||
msgid_plural "Changed visibility of {amount} revisions on page {article} "
|
||||
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:641
|
||||
#, python-brace-format
|
||||
msgid "Imported {article} with {count} revision"
|
||||
msgid_plural "Imported {article} with {count} revisions"
|
||||
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:646
|
||||
#, python-brace-format
|
||||
msgid "Restored {article}"
|
||||
msgstr "Przywrócono {article}"
|
||||
|
||||
#: src/rc_formatters.py:649
|
||||
msgid "Changed visibility of log events"
|
||||
msgstr "Zmieniono widoczność logów"
|
||||
|
||||
#: src/rc_formatters.py:652
|
||||
msgid "Imported interwiki"
|
||||
msgstr "Zaimportowano interwiki"
|
||||
|
||||
#: src/rc_formatters.py:655
|
||||
#, python-brace-format
|
||||
msgid "Edited abuse filter number {number}"
|
||||
msgstr "Edytowano filtr nadużyć numer {number}"
|
||||
|
||||
#: src/rc_formatters.py:658
|
||||
#, python-brace-format
|
||||
msgid "Created abuse filter number {number}"
|
||||
msgstr "Utworzono filtr nadużyć numer {number}"
|
||||
|
||||
#: src/rc_formatters.py:661
|
||||
#, python-brace-format
|
||||
msgid "Merged revision histories of {article} into {dest}"
|
||||
msgstr "Połączono historie {article} z {dest}"
|
||||
|
||||
#: src/rc_formatters.py:665
|
||||
msgid "Created account automatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:668 src/rc_formatters.py:677
|
||||
msgid "Created account"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:671
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created account {article}"
|
||||
msgstr "Usunął/usunęła {article}"
|
||||
|
||||
#: src/rc_formatters.py:674
|
||||
#, python-brace-format
|
||||
msgid "Created account {article} and password was sent by email"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:680
|
||||
msgid "Added an entry to the interwiki table"
|
||||
msgstr "Dodano wpis do tabeli interwiki"
|
||||
|
||||
#: src/rc_formatters.py:681 src/rc_formatters.py:687
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix}, website: {website} | {desc}"
|
||||
msgstr "Prefix: {prefix}, strona: {website} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:686
|
||||
msgid "Edited an entry in interwiki table"
|
||||
msgstr "Edytowano wpis interwiki"
|
||||
|
||||
#: src/rc_formatters.py:692
|
||||
msgid "Deleted an entry in interwiki table"
|
||||
msgstr "Usunięto wpis interwiki"
|
||||
|
||||
#: src/rc_formatters.py:693
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix} | {desc}"
|
||||
msgstr "Prefix: {prefix} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:696
|
||||
#, python-brace-format
|
||||
msgid "Changed the content model of the page {article}"
|
||||
msgstr "Zmieniono model zawartości {article}"
|
||||
|
||||
#: src/rc_formatters.py:697
|
||||
#, python-brace-format
|
||||
msgid "Model changed from {old} to {new}: {reason}"
|
||||
msgstr "Model został zmieniony z {old} na {new}: {reason}"
|
||||
|
||||
#: src/rc_formatters.py:702
|
||||
#, python-brace-format
|
||||
msgid "Edited the sprite for {article}"
|
||||
msgstr "Edytowano sprite dla {article}"
|
||||
|
||||
#: src/rc_formatters.py:705
|
||||
#, python-brace-format
|
||||
msgid "Created the sprite sheet for {article}"
|
||||
msgstr "Utworzono sprite sheet dla {article}"
|
||||
|
||||
#: src/rc_formatters.py:708
|
||||
#, python-brace-format
|
||||
msgid "Edited the slice for {article}"
|
||||
msgstr "Edytowano część sprite dla {article}"
|
||||
|
||||
#: src/rc_formatters.py:714
|
||||
#, python-brace-format
|
||||
msgid "Created the Cargo table \"{table}\""
|
||||
msgstr "Utworzono tabelę Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:718
|
||||
#, python-brace-format
|
||||
msgid "Deleted the Cargo table \"{table}\""
|
||||
msgstr "Usunięto tabelę Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:725
|
||||
#, python-brace-format
|
||||
msgid "Recreated the Cargo table \"{table}\""
|
||||
msgstr "Utworzono ponownie tabelę Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:732
|
||||
#, python-brace-format
|
||||
msgid "Replaced the Cargo table \"{table}\""
|
||||
msgstr "Zastąpiono tabelę Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:736
|
||||
#, python-brace-format
|
||||
msgid "Created a tag \"{tag}\""
|
||||
msgstr "Utworzono tag \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:740
|
||||
#, python-brace-format
|
||||
msgid "Deleted a tag \"{tag}\""
|
||||
msgstr "Usunięto tag \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:744
|
||||
#, python-brace-format
|
||||
msgid "Activated a tag \"{tag}\""
|
||||
msgstr "Aktywowano tag \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:747
|
||||
#, python-brace-format
|
||||
msgid "Deactivated a tag \"{tag}\""
|
||||
msgstr "Dezaktywowano tag \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:750
|
||||
msgid "Action has been hidden by administration."
|
||||
msgstr "Akcja została ukryta przez administrację."
|
||||
|
||||
#: src/rc_formatters.py:751
|
||||
msgid "Unknown"
|
||||
msgstr "Nieznana"
|
||||
|
||||
#: src/rc_formatters.py:770
|
||||
msgid "Tags"
|
||||
msgstr "Tagi"
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid "**Added**: "
|
||||
msgstr "**Dodane**: "
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid " and {} more\n"
|
||||
msgstr " oraz {} innych\n"
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid "**Removed**: "
|
||||
msgstr "**Usunięte**: "
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid " and {} more"
|
||||
msgstr " oraz {} innych"
|
||||
|
||||
#: src/rc_formatters.py:775
|
||||
msgid "Changed categories"
|
||||
msgstr "Zmienione kategorie"
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
BIN
locale/pt-br/LC_MESSAGES/discussion_formatters.mo
Normal file
BIN
locale/pt-br/LC_MESSAGES/discussion_formatters.mo
Normal file
Binary file not shown.
132
locale/pt-br/LC_MESSAGES/discussion_formatters.po
Normal file
132
locale/pt-br/LC_MESSAGES/discussion_formatters.po
Normal file
|
@ -0,0 +1,132 @@
|
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Frisk <piotrex43@protonmail.ch>, 2020.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-08-04 09:51+0000\n"
|
||||
"Last-Translator: Eduaddad <duduaddad@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://weblate.frisk.space/projects/"
|
||||
"rcgcdw/discussions/pt_BR/>\n"
|
||||
"Language: pt-br\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.1.1\n"
|
||||
|
||||
#: src/discussion_formatters.py:38
|
||||
#, fuzzy, 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 ""
|
||||
"[Responder](<{url}f/p/{threadId}/r/{postId}>) por [{author}](<{url}f/u/"
|
||||
"{creatorId}>) do [{title}](<{url}f/p/{threadId}>) do {forumName}"
|
||||
|
||||
#: src/discussion_formatters.py:40 src/discussion_formatters.py:49
|
||||
#: src/discussion_formatters.py:104 src/discussion_formatters.py:117
|
||||
msgid "unknown"
|
||||
msgstr "desconhecido"
|
||||
|
||||
#: src/discussion_formatters.py:44
|
||||
#, fuzzy, 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}](<{url}f/u/{creatorId}>) criou [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}>) no mural de mensagens de "
|
||||
"{user}"
|
||||
|
||||
#: src/discussion_formatters.py:46
|
||||
#, fuzzy, 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}](<{url}f/u/{creatorId}>) respondeu [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) no mural de "
|
||||
"mensagens de {user}"
|
||||
|
||||
#: src/discussion_formatters.py:51
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}>) on [{article}](<{url}wiki/{article}>)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [reply](<{url}wiki/{article}?"
|
||||
"threadId={threadId}) to a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}&replyId={replyId}>) on [{article}](<{url}wiki/{article}"
|
||||
">)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:82
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\""
|
||||
msgstr "Criado \"{title}\""
|
||||
|
||||
#: src/discussion_formatters.py:87
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created a poll \"{title}\""
|
||||
msgstr "Criou uma enquete intitulada \"{title}\""
|
||||
|
||||
#: src/discussion_formatters.py:92
|
||||
msgid "Option {}"
|
||||
msgstr "Option {}"
|
||||
|
||||
#: src/discussion_formatters.py:93
|
||||
#, python-brace-format
|
||||
msgid "__[View image]({image_url})__"
|
||||
msgstr "__[Ver imagem]({image_url})__"
|
||||
|
||||
#: src/discussion_formatters.py:101
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\""
|
||||
msgstr "Respondido o \"{title}\""
|
||||
|
||||
#: src/discussion_formatters.py:110
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\" on {user}'s Message Wall"
|
||||
msgstr "Criado \"{title}\" no mural de mensagem de {user}"
|
||||
|
||||
#: src/discussion_formatters.py:114
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\" on {user}'s Message Wall"
|
||||
msgstr "Respondeu a \"{title}\" no mural de mensagem de {user}"
|
||||
|
||||
#: src/discussion_formatters.py:121
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Commented on {article}"
|
||||
msgstr "Criado \"{title}\""
|
||||
|
||||
#: src/discussion_formatters.py:125
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Replied to a comment on {article}"
|
||||
msgstr "Respondido o \"{title}\""
|
||||
|
||||
#, python-brace-format
|
||||
#~ msgid ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}"
|
||||
#~ ">) in {forumName}"
|
||||
#~ msgstr ""
|
||||
#~ "Criado [{title}](<{url}f/p/{threadId}>) por [{author}](<{url}f/u/"
|
||||
#~ "{creatorId}>) no {forumName}"
|
||||
|
||||
#, python-brace-format
|
||||
#~ msgid ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>) created a poll [{title}](<{url}f/p/"
|
||||
#~ "{threadId}>) in {forumName}"
|
||||
#~ msgstr ""
|
||||
#~ "[{author}](<{url}f/u/{creatorId}>)criou uma enquete [{title}](<{url}f/p/"
|
||||
#~ "{threadId}>) no {forumName}"
|
Binary file not shown.
|
@ -1,105 +0,0 @@
|
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Frisk <piotrex43@protonmail.ch>, 2020.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-07-04 00:58+0200\n"
|
||||
"PO-Revision-Date: 2020-08-04 09:51+0000\n"
|
||||
"Last-Translator: Eduaddad <duduaddad@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://weblate.frisk.space/projects/"
|
||||
"rcgcdw/discussions/pt_BR/>\n"
|
||||
"Language: pt-br\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.1.1\n"
|
||||
|
||||
#: discussions.py:56
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\""
|
||||
msgstr "Respondido o \"{title}\""
|
||||
|
||||
#: discussions.py:63 discussions.py:79 discussions.py:127 discussions.py:143
|
||||
msgid "unknown"
|
||||
msgstr "desconhecido"
|
||||
|
||||
#: discussions.py:68
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\" on {user}'s Message Wall"
|
||||
msgstr "Respondeu a \"{title}\" no mural de mensagem de {user}"
|
||||
|
||||
#: discussions.py:72
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\""
|
||||
msgstr "Criado \"{title}\""
|
||||
|
||||
#: discussions.py:86
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\" on {user}'s Message Wall"
|
||||
msgstr "Criado \"{title}\" no mural de mensagem de {user}"
|
||||
|
||||
#: discussions.py:99
|
||||
#, python-brace-format
|
||||
msgid "Created a poll titled \"{title}\""
|
||||
msgstr "Criou uma enquete intitulada \"{title}\""
|
||||
|
||||
#: discussions.py:104
|
||||
msgid "Option {}"
|
||||
msgstr "Option {}"
|
||||
|
||||
#: discussions.py:105
|
||||
#, python-brace-format
|
||||
msgid "__[View image]({image_url})__"
|
||||
msgstr "__[Ver imagem]({image_url})__"
|
||||
|
||||
#: discussions.py:121
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created [{title}](<{url}f/p/{threadId}>) "
|
||||
"in {forumName}"
|
||||
msgstr ""
|
||||
"Criado [{title}](<{url}f/p/{threadId}>) por [{author}](<{url}f/u/"
|
||||
"{creatorId}>) no {forumName}"
|
||||
|
||||
#: discussions.py:130
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}>) on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) criou [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}>) no mural de mensagens de "
|
||||
"{user}"
|
||||
|
||||
#: discussions.py:136
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created a [reply](<{url}f/p/{threadId}/r/"
|
||||
"{postId}>) to [{title}](<{url}f/p/{threadId}>) in {forumName}"
|
||||
msgstr ""
|
||||
"[Responder](<{url}f/p/{threadId}/r/{postId}>) por [{author}](<{url}f/u/"
|
||||
"{creatorId}>) do [{title}](<{url}f/p/{threadId}>) do {forumName}"
|
||||
|
||||
#: discussions.py:147
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) replied to [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) on {user}'s Message "
|
||||
"Wall"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) respondeu [{title}](<{wikiurl}wiki/"
|
||||
"Message_Wall:{user_wall}?threadId={threadid}#{replyId}>) no mural de "
|
||||
"mensagens de {user}"
|
||||
|
||||
#: discussions.py:153
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}](<{url}f/u/{creatorId}>) created a poll [{title}](<{url}f/p/"
|
||||
"{threadId}>) in {forumName}"
|
||||
msgstr ""
|
||||
"[{author}](<{url}f/u/{creatorId}>)criou uma enquete [{title}](<{url}f/p/"
|
||||
"{threadId}>) no {forumName}"
|
Binary file not shown.
|
@ -7,21 +7,83 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-05-20 17:18+0200\n"
|
||||
"PO-Revision-Date: 2019-05-21 01:22+0200\n"
|
||||
"Language-Team: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-08-04 09:51+0000\n"
|
||||
"Last-Translator: Eduaddad <duduaddad@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://weblate.frisk.space/projects/"
|
||||
"rcgcdw/main/pt_BR/>\n"
|
||||
"Language: pt-br\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"Last-Translator: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=n > 1;\n"
|
||||
"X-Generator: Weblate 4.1.1\n"
|
||||
|
||||
#: misc.py:76
|
||||
#: src/misc.py:42
|
||||
msgid "Location"
|
||||
msgstr "Localização"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "About me"
|
||||
msgstr "Sobre mim"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Google link"
|
||||
msgstr "Link do Google"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Facebook link"
|
||||
msgstr "Facebook link"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitter link"
|
||||
msgstr "Link do Twitter"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Reddit link"
|
||||
msgstr "Link do Reddit"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitch link"
|
||||
msgstr "Link do Twitch"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "PSN link"
|
||||
msgstr "Link do PSN"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "VK link"
|
||||
msgstr "Link do VK"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "XBL link"
|
||||
msgstr "Link do XBL"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Steam link"
|
||||
msgstr "Link do Steam"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Discord handle"
|
||||
msgstr "Link do Discord"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Battle.net handle"
|
||||
msgstr "Link do Battle.net"
|
||||
|
||||
#: src/misc.py:142
|
||||
msgid ""
|
||||
"\n"
|
||||
"__And more__"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"__E mais__"
|
||||
|
||||
#: src/misc.py:423
|
||||
msgid "Unknown"
|
||||
msgstr "Desconhecido"
|
||||
|
||||
#: src/misc.py:425
|
||||
msgid "unknown"
|
||||
msgstr "desconhecido"
|
||||
|
||||
|
|
BIN
locale/pt-br/LC_MESSAGES/rc.mo
Normal file
BIN
locale/pt-br/LC_MESSAGES/rc.mo
Normal file
Binary file not shown.
43
locale/pt-br/LC_MESSAGES/rc.po
Normal file
43
locale/pt-br/LC_MESSAGES/rc.po
Normal file
|
@ -0,0 +1,43 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 17:22+0200\n"
|
||||
"PO-Revision-Date: 2020-08-04 09:51+0000\n"
|
||||
"Last-Translator: Eduaddad <duduaddad@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://weblate.frisk.space/projects/"
|
||||
"rcgcdw/main/pt_BR/>\n"
|
||||
"Language: pt-br\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.1.1\n"
|
||||
|
||||
#: src/rc.py:150
|
||||
#, 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:151 src/rc.py:266
|
||||
msgid "Connection status"
|
||||
msgstr "Status da conexão"
|
||||
|
||||
#: src/rc.py:265
|
||||
#, python-brace-format
|
||||
msgid "{wiki} seems to be down or unreachable."
|
||||
msgstr "{wiki} parece estar inativo ou inacessível."
|
||||
|
||||
#: src/rc.py:334
|
||||
msgid "~~hidden~~"
|
||||
msgstr "~~ocultado~~"
|
||||
|
||||
#: src/rc.py:340
|
||||
msgid "hidden"
|
||||
msgstr "oculto"
|
||||
|
BIN
locale/pt-br/LC_MESSAGES/rc_formatters.mo
Normal file
BIN
locale/pt-br/LC_MESSAGES/rc_formatters.mo
Normal file
Binary file not shown.
852
locale/pt-br/LC_MESSAGES/rc_formatters.po
Normal file
852
locale/pt-br/LC_MESSAGES/rc_formatters.po
Normal file
|
@ -0,0 +1,852 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-08-04 09:51+0000\n"
|
||||
"Last-Translator: Eduaddad <duduaddad@gmail.com>\n"
|
||||
"Language-Team: Portuguese (Brazil) <https://weblate.frisk.space/projects/"
|
||||
"rcgcdw/main/pt_BR/>\n"
|
||||
"Language: pt-br\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.1.1\n"
|
||||
|
||||
#: src/rc_formatters.py:41
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) editou [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
|
||||
#: src/rc_formatters.py:43
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) criou [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
|
||||
#: src/rc_formatters.py:46
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}"
|
||||
msgstr "[{author}]({author_url}) carregou [{file}]({file_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) reverteu a versão do [{file}]({file_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:57
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) uploaded a new version of [{file}]({file_link})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) carregou a nova versão de [{file}]({file_link})"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:60
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}"
|
||||
msgstr "[{author}]({author_url}) excluiu [{page}]({page_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:64
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted redirect by overwriting [{page}]"
|
||||
"({page_link}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) excluiu o redirecionamento substituindo [{page}]"
|
||||
"({page_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:73
|
||||
msgid "without making a redirect"
|
||||
msgstr "sem fazer um redirecionamento"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:74
|
||||
msgid "with a redirect"
|
||||
msgstr "com um redirecionamento"
|
||||
|
||||
#: src/rc_formatters.py:69
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]"
|
||||
"({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) moveu {redirect}*{article}* para [{target}]"
|
||||
"({target_url}) {made_a_redirect}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:75
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* over redirect to "
|
||||
"[{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) moveu {redirect}*{article}* sobre o "
|
||||
"redirecionamento para [{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:80
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved protection settings from {redirect}*{article}"
|
||||
"* to [{target}]({target_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) moveu as configurações de proteção de {redirect}"
|
||||
"*{article}* para [{target}]({target_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:91 src/rc_formatters.py:512
|
||||
#, fuzzy
|
||||
msgid "for infinity and beyond"
|
||||
msgstr "infinito e além"
|
||||
|
||||
#: src/rc_formatters.py:100 src/rc_formatters.py:520
|
||||
#, python-brace-format
|
||||
msgid "for {num} {translated_length}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:106 src/rc_formatters.py:523
|
||||
msgid "until {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:110
|
||||
msgid " on pages: "
|
||||
msgstr " nas páginas: "
|
||||
|
||||
#: src/rc_formatters.py:117 src/rc_formatters.py:534
|
||||
msgid " and namespaces: "
|
||||
msgstr " e espaços nominais: "
|
||||
|
||||
#: src/rc_formatters.py:119
|
||||
msgid " on namespaces: "
|
||||
msgstr " nos espaços nominais: "
|
||||
|
||||
#: src/rc_formatters.py:131
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) blocked [{user}]({user_url}) {time}"
|
||||
"{restriction_desc}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) bloqueou [{user}]({user_url}) por {time}"
|
||||
"{restriction_desc}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:135
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed block settings for [{blocked_user}]"
|
||||
"({user_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) mudou as configurações de bloqueio para "
|
||||
"[{blocked_user}]({user_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:139
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) desbloqueou [{blocked_user}]({user_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) left a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) deixou um [comentário]({comment}) no perfil de "
|
||||
"{target}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
msgid "their own profile"
|
||||
msgstr "seu próprio perfil"
|
||||
|
||||
#: src/rc_formatters.py:145
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) replied to a [comment]({comment}) on {target} "
|
||||
"profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) respondeu a um [comentário]({comment}) no perfil de "
|
||||
"{target}"
|
||||
|
||||
#: src/rc_formatters.py:148 src/rc_formatters.py:154 src/rc_formatters.py:165
|
||||
#: src/rc_formatters.py:169
|
||||
msgid "their own"
|
||||
msgstr "próprio"
|
||||
|
||||
#: src/rc_formatters.py:151
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) editou um [comentário]({comment}) no perfil de "
|
||||
"{target}"
|
||||
|
||||
#: src/rc_formatters.py:157
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) purged a comment on {target} profile"
|
||||
msgstr "[{author}]({author_url}) limpou um comentário no perfil {target}"
|
||||
|
||||
#: src/rc_formatters.py:167
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a comment on {target} profile"
|
||||
msgstr "[{author}]({author_url}) excluiu um comentário no perfil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[{target}]({target_url})'s"
|
||||
msgstr "[{target}]({target_url})"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[their own]({target_url})"
|
||||
msgstr "[seu próprio]({target_url})"
|
||||
|
||||
#: src/rc_formatters.py:174
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited the {field} on {target} profile. *({desc})*"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) editou o {field} no perfil de {target}. *({desc})*"
|
||||
|
||||
#: src/rc_formatters.py:188 src/rc_formatters.py:190 src/rc_formatters.py:612
|
||||
#: src/rc_formatters.py:614
|
||||
msgid "none"
|
||||
msgstr "nenhum"
|
||||
|
||||
#: src/rc_formatters.py:196 src/rc_formatters.py:599
|
||||
msgid "System"
|
||||
msgstr "Sistema"
|
||||
|
||||
#: src/rc_formatters.py:201
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) protected [{article}]({article_url}) with the "
|
||||
"following settings: {settings}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url})protegeu [{article}]({article_url}) com as seguintes "
|
||||
"configurações: {settings}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:203 src/rc_formatters.py:211 src/rc_formatters.py:622
|
||||
#: src/rc_formatters.py:628
|
||||
msgid " [cascading]"
|
||||
msgstr " [em cascata]"
|
||||
|
||||
#: src/rc_formatters.py:208
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) modified protection settings of [{article}]"
|
||||
"({article_url}) to: {settings}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) modificou as configurações de proteção de "
|
||||
"[{article}]({article_url}) para: {settings}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:215
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) removed protection from [{article}]({article_url})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) removeu a proteção para [{article}]({article_url})"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:219
|
||||
#, 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] ""
|
||||
"[{author}]({author_url}) mudou a visibilidade da revisão na página[{article}]"
|
||||
"({article_url}){comment}"
|
||||
msgstr[1] ""
|
||||
"[{author}]({author_url}) mudou a visibilidade da revisão {amount} na página "
|
||||
"[{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:224
|
||||
#, 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] ""
|
||||
"[{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:229
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}"
|
||||
msgstr "[{author}]({author_url}) restaurou [{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:231
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) changed visibility of log events{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) mudou a visibilidade dos eventos de "
|
||||
"registro{comment}"
|
||||
|
||||
#: src/rc_formatters.py:233
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) imported interwiki{comment}"
|
||||
msgstr "[{author}]({author_url}) importou a interwiki{comment}"
|
||||
|
||||
#: src/rc_formatters.py:236
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) editou o filtro de abuso [number {number}]"
|
||||
"({filter_url})"
|
||||
|
||||
#: src/rc_formatters.py:240
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) criou o filtro de abuso [number {number}]"
|
||||
"({filter_url})"
|
||||
|
||||
#: src/rc_formatters.py:244
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) merged revision histories of [{article}]"
|
||||
"({article_url}) into [{dest}]({dest_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) mesclou o histórico de revisão de [{article}]"
|
||||
"({article_url}) para [{dest}]({dest_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:248
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created automatically"
|
||||
msgstr "[{author}]({author_url}) criou tabela no Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:251 src/rc_formatters.py:260
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created"
|
||||
msgstr "[{author}]({author_url}) criou tabela no Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:254
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"Account [{article}]({article_url}) was created by [{author}]({author_url})"
|
||||
"{comment}"
|
||||
msgstr "[{author}]({author_url}) restaurou [{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:257
|
||||
#, 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:263
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) added an entry to the [interwiki table]"
|
||||
"({table_url}) pointing to {website} with {prefix} prefix"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) adicionou uma entrada à [tabela de interwiki]"
|
||||
"({table_url}) apontando para {website} com o prefixo {prefix}"
|
||||
|
||||
#: src/rc_formatters.py:269
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) "
|
||||
"pointing to {website} with {prefix} prefix"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) editou uma entrada na [tabela de Interwiki]"
|
||||
"({table_url}) apontando para {website} com o prefixo {prefix}"
|
||||
|
||||
#: src/rc_formatters.py:275
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) excluiu uma entrada na [tabela de Interwiki]"
|
||||
"({table_url})"
|
||||
|
||||
#: src/rc_formatters.py:278
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed the content model of the page [{article}]"
|
||||
"({article_url}) from {old} to {new}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) mudou o modelo de conteúdo da página [{article}]"
|
||||
"({article_url}) de {old} para {new}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:282
|
||||
#, 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:285
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created the sprite sheet for [{article}]"
|
||||
"({article_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url})criou a folha de sprite para [{article}]"
|
||||
"({article_url})"
|
||||
|
||||
#: src/rc_formatters.py:288
|
||||
#, 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:293
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) created the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) criou tabela no Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:295
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) excluiu a tabela no Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:300
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) recriou a tabela no Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:305
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) substituiu a tabela no Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:308
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) criou a [marcação]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:312
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) excluiu a [marcação]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:316
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) ativou a [marcação]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:319
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) desativou a [marcação]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:321
|
||||
msgid "An action has been hidden by administration."
|
||||
msgstr "Uma ação foi ocultada pela administração."
|
||||
|
||||
#: src/rc_formatters.py:331 src/rc_formatters.py:615
|
||||
msgid "No description provided"
|
||||
msgstr "Nenhuma descrição fornecida"
|
||||
|
||||
#: src/rc_formatters.py:378
|
||||
msgid "(N!) "
|
||||
msgstr "(N!) "
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "m"
|
||||
msgstr "m"
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "b"
|
||||
msgstr "b"
|
||||
|
||||
#: src/rc_formatters.py:396 src/rc_formatters.py:401
|
||||
msgid "__Only whitespace__"
|
||||
msgstr "__Apenas espaço em branco__"
|
||||
|
||||
#: src/rc_formatters.py:406
|
||||
msgid "Removed"
|
||||
msgstr "Removido"
|
||||
|
||||
#: src/rc_formatters.py:408
|
||||
msgid "Added"
|
||||
msgstr "Adicionado"
|
||||
|
||||
#: src/rc_formatters.py:442 src/rc_formatters.py:481
|
||||
msgid "Options"
|
||||
msgstr "Opções"
|
||||
|
||||
#: src/rc_formatters.py:442
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}) | [undo]({undolink}))"
|
||||
msgstr "([visualização]({link}) | [desfazer]({undolink}))"
|
||||
|
||||
#: src/rc_formatters.py:447
|
||||
#, python-brace-format
|
||||
msgid "Uploaded a new version of {name}"
|
||||
msgstr "Carregou uma nova versão de {name}"
|
||||
|
||||
#: src/rc_formatters.py:449
|
||||
#, python-brace-format
|
||||
msgid "Reverted a version of {name}"
|
||||
msgstr "Reverteu uma versão do {name}"
|
||||
|
||||
#: src/rc_formatters.py:451
|
||||
#, python-brace-format
|
||||
msgid "Uploaded {name}"
|
||||
msgstr "Carregado {name}"
|
||||
|
||||
#: src/rc_formatters.py:467
|
||||
msgid "**No license!**"
|
||||
msgstr "* * Sem licença!* *"
|
||||
|
||||
#: src/rc_formatters.py:479
|
||||
msgid ""
|
||||
"\n"
|
||||
"License: {}"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Licença: {}"
|
||||
|
||||
#: src/rc_formatters.py:481
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}))"
|
||||
msgstr "([visualização]({link}))"
|
||||
|
||||
#: src/rc_formatters.py:486
|
||||
#, python-brace-format
|
||||
msgid "Deleted page {article}"
|
||||
msgstr "Página {article} excluída"
|
||||
|
||||
#: src/rc_formatters.py:489
|
||||
#, python-brace-format
|
||||
msgid "Deleted redirect {article} by overwriting"
|
||||
msgstr "Redirecionado {article} excluído por sobrescrevendo"
|
||||
|
||||
#: src/rc_formatters.py:493
|
||||
msgid "No redirect has been made"
|
||||
msgstr "Nenhum redirecionamento foi feito"
|
||||
|
||||
#: src/rc_formatters.py:494
|
||||
msgid "A redirect has been made"
|
||||
msgstr "Foi feito um redirecionamento"
|
||||
|
||||
#: src/rc_formatters.py:495
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {target}"
|
||||
msgstr "Movido {redirect}{article} para {target}"
|
||||
|
||||
#: src/rc_formatters.py:498
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {title} over redirect"
|
||||
msgstr "Movido {redirect}{article} para {title} ao redirecionar"
|
||||
|
||||
#: src/rc_formatters.py:502
|
||||
#, python-brace-format
|
||||
msgid "Moved protection settings from {redirect}{article} to {title}"
|
||||
msgstr "Configurações de proteção movidos de {redirect}{article} para {title}"
|
||||
|
||||
#: src/rc_formatters.py:527
|
||||
msgid "Blocked from editing the following pages: "
|
||||
msgstr "Bloqueado de editar as seguintes páginas: "
|
||||
|
||||
#: src/rc_formatters.py:536
|
||||
msgid "Blocked from editing pages on following namespaces: "
|
||||
msgstr "Bloqueado de editar páginas nos seguintes espaços nominais: "
|
||||
|
||||
#: src/rc_formatters.py:547
|
||||
msgid "Partial block details"
|
||||
msgstr "Detalhes do bloqueio parcial"
|
||||
|
||||
#: src/rc_formatters.py:548
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Blocked {blocked_user} {time}"
|
||||
msgstr "Bloqueado {blocked_user} por {time}"
|
||||
|
||||
#: src/rc_formatters.py:552
|
||||
#, python-brace-format
|
||||
msgid "Changed block settings for {blocked_user}"
|
||||
msgstr "Configurações de bloqueio alteradas para {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:556
|
||||
#, python-brace-format
|
||||
msgid "Unblocked {blocked_user}"
|
||||
msgstr "Desbloqueado {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:561
|
||||
#, python-brace-format
|
||||
msgid "Left a comment on {target}'s profile"
|
||||
msgstr "Deixou um comentário no perfil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:563
|
||||
msgid "Left a comment on their own profile"
|
||||
msgstr "Deixou um comentário em seu próprio perfil"
|
||||
|
||||
#: src/rc_formatters.py:568
|
||||
#, 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:570
|
||||
msgid "Replied to a comment on their own profile"
|
||||
msgstr "Respondeu a um comentário em seu próprio perfil"
|
||||
|
||||
#: src/rc_formatters.py:575
|
||||
#, python-brace-format
|
||||
msgid "Edited a comment on {target}'s profile"
|
||||
msgstr "Editou um comentário no perfil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:577
|
||||
msgid "Edited a comment on their own profile"
|
||||
msgstr "Editou um comentário em seu próprio perfil"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
#, python-brace-format
|
||||
msgid "Edited {target}'s profile"
|
||||
msgstr "Editado perfil {target}"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
msgid "Edited their own profile"
|
||||
msgstr "Editou seu próprio perfil"
|
||||
|
||||
#: src/rc_formatters.py:582
|
||||
#, python-brace-format
|
||||
msgid "Cleared the {field} field"
|
||||
msgstr "Limpo o campo {field}"
|
||||
|
||||
#: src/rc_formatters.py:584
|
||||
#, python-brace-format
|
||||
msgid "{field} field changed to: {desc}"
|
||||
msgstr "campo {field} alterado para: {desc}"
|
||||
|
||||
#: src/rc_formatters.py:587
|
||||
#, python-brace-format
|
||||
msgid "Purged a comment on {target}'s profile"
|
||||
msgstr "Eliminou um comentário no perfil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:593
|
||||
#, python-brace-format
|
||||
msgid "Deleted a comment on {target}'s profile"
|
||||
msgstr "Excluiu um comentário no perfil de {target}"
|
||||
|
||||
#: src/rc_formatters.py:597
|
||||
#, python-brace-format
|
||||
msgid "Changed group membership for {target}"
|
||||
msgstr "Alterado grupo do membro de {target}"
|
||||
|
||||
#: src/rc_formatters.py:601
|
||||
#, python-brace-format
|
||||
msgid "{target} got autopromoted to a new usergroup"
|
||||
msgstr "{target} recebeu um promovido para um novo grupo de usuários"
|
||||
|
||||
#: src/rc_formatters.py:616
|
||||
#, 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:620
|
||||
#, python-brace-format
|
||||
msgid "Protected {target}"
|
||||
msgstr "Protegido {target}"
|
||||
|
||||
#: src/rc_formatters.py:626
|
||||
#, python-brace-format
|
||||
msgid "Changed protection level for {article}"
|
||||
msgstr "Nível de proteção alterado para {article}"
|
||||
|
||||
#: src/rc_formatters.py:632
|
||||
#, python-brace-format
|
||||
msgid "Removed protection from {article}"
|
||||
msgstr "Removida a proteção de {article}"
|
||||
|
||||
#: src/rc_formatters.py:636
|
||||
#, python-brace-format
|
||||
msgid "Changed visibility of revision on page {article} "
|
||||
msgid_plural "Changed visibility of {amount} revisions on page {article} "
|
||||
msgstr[0] "Visibilidade alterada da revisão na página {article} "
|
||||
msgstr[1] "Visibilidade alterada de {amount} revisões na página {article} "
|
||||
|
||||
#: src/rc_formatters.py:641
|
||||
#, 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] "{article} importado com {count} revisões"
|
||||
|
||||
#: src/rc_formatters.py:646
|
||||
#, python-brace-format
|
||||
msgid "Restored {article}"
|
||||
msgstr "Página {article} excluída"
|
||||
|
||||
#: src/rc_formatters.py:649
|
||||
msgid "Changed visibility of log events"
|
||||
msgstr "Visibilidade alterada de eventos de registros"
|
||||
|
||||
#: src/rc_formatters.py:652
|
||||
msgid "Imported interwiki"
|
||||
msgstr "Interwiki importado"
|
||||
|
||||
#: src/rc_formatters.py:655
|
||||
#, python-brace-format
|
||||
msgid "Edited abuse filter number {number}"
|
||||
msgstr "Número de filtro de abuso editado {number}"
|
||||
|
||||
#: src/rc_formatters.py:658
|
||||
#, python-brace-format
|
||||
msgid "Created abuse filter number {number}"
|
||||
msgstr "Criado filtro de abuso número {number}"
|
||||
|
||||
#: src/rc_formatters.py:661
|
||||
#, python-brace-format
|
||||
msgid "Merged revision histories of {article} into {dest}"
|
||||
msgstr "Históricos de revisão mesclados de {article} em {dest}"
|
||||
|
||||
#: src/rc_formatters.py:665
|
||||
msgid "Created account automatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:668 src/rc_formatters.py:677
|
||||
msgid "Created account"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:671
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created account {article}"
|
||||
msgstr "Página {article} excluída"
|
||||
|
||||
#: src/rc_formatters.py:674
|
||||
#, python-brace-format
|
||||
msgid "Created account {article} and password was sent by email"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:680
|
||||
msgid "Added an entry to the interwiki table"
|
||||
msgstr "Adicionado uma entrada para a tabela interwiki"
|
||||
|
||||
#: src/rc_formatters.py:681 src/rc_formatters.py:687
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix}, website: {website} | {desc}"
|
||||
msgstr "Prefixo: {prefix}, site: {website} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:686
|
||||
msgid "Edited an entry in interwiki table"
|
||||
msgstr "Editou uma entrada na tabela interwiki"
|
||||
|
||||
#: src/rc_formatters.py:692
|
||||
msgid "Deleted an entry in interwiki table"
|
||||
msgstr "Excluiu uma entrada na tabela interwiki"
|
||||
|
||||
#: src/rc_formatters.py:693
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix} | {desc}"
|
||||
msgstr "Prefixo: {prefix} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:696
|
||||
#, 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:697
|
||||
#, python-brace-format
|
||||
msgid "Model changed from {old} to {new}: {reason}"
|
||||
msgstr "Modelo alterado de {old} para {new}: {reason}"
|
||||
|
||||
#: src/rc_formatters.py:702
|
||||
#, python-brace-format
|
||||
msgid "Edited the sprite for {article}"
|
||||
msgstr "Editou o sprite para {article}"
|
||||
|
||||
#: src/rc_formatters.py:705
|
||||
#, python-brace-format
|
||||
msgid "Created the sprite sheet for {article}"
|
||||
msgstr "Criou a folha de sprites para {article}"
|
||||
|
||||
#: src/rc_formatters.py:708
|
||||
#, python-brace-format
|
||||
msgid "Edited the slice for {article}"
|
||||
msgstr "Editou a fatia de {article}"
|
||||
|
||||
#: src/rc_formatters.py:714
|
||||
#, python-brace-format
|
||||
msgid "Created the Cargo table \"{table}\""
|
||||
msgstr "Criou a tabela no Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:718
|
||||
#, python-brace-format
|
||||
msgid "Deleted the Cargo table \"{table}\""
|
||||
msgstr "Excluiu a tabela no Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:725
|
||||
#, python-brace-format
|
||||
msgid "Recreated the Cargo table \"{table}\""
|
||||
msgstr "Recriou a tabela no Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:732
|
||||
#, python-brace-format
|
||||
msgid "Replaced the Cargo table \"{table}\""
|
||||
msgstr "Substituiu a tabela no Cargo \"{table}\""
|
||||
|
||||
#: src/rc_formatters.py:736
|
||||
#, python-brace-format
|
||||
msgid "Created a tag \"{tag}\""
|
||||
msgstr "Criei uma etiqueta \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:740
|
||||
#, python-brace-format
|
||||
msgid "Deleted a tag \"{tag}\""
|
||||
msgstr "Excluiu uma etiqueta \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:744
|
||||
#, python-brace-format
|
||||
msgid "Activated a tag \"{tag}\""
|
||||
msgstr "Ativou uma etiqueta \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:747
|
||||
#, python-brace-format
|
||||
msgid "Deactivated a tag \"{tag}\""
|
||||
msgstr "Desativou uma etiqueta \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:750
|
||||
msgid "Action has been hidden by administration."
|
||||
msgstr "A ação foi ocultada pela administração."
|
||||
|
||||
#: src/rc_formatters.py:751
|
||||
msgid "Unknown"
|
||||
msgstr "Desconhecido"
|
||||
|
||||
#: src/rc_formatters.py:770
|
||||
msgid "Tags"
|
||||
msgstr "Etiquetas"
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid "**Added**: "
|
||||
msgstr "**Adicionado**: "
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid " and {} more\n"
|
||||
msgstr " e {} mais\n"
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid "**Removed**: "
|
||||
msgstr "**Removida**: "
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid " and {} more"
|
||||
msgstr " e {} mais"
|
||||
|
||||
#: src/rc_formatters.py:775
|
||||
msgid "Changed categories"
|
||||
msgstr "Mudanças de categorias"
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
BIN
locale/ru/LC_MESSAGES/discussion_formatters.mo
Normal file
BIN
locale/ru/LC_MESSAGES/discussion_formatters.mo
Normal file
Binary file not shown.
107
locale/ru/LC_MESSAGES/discussion_formatters.po
Normal file
107
locale/ru/LC_MESSAGES/discussion_formatters.po
Normal file
|
@ -0,0 +1,107 @@
|
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Frisk <czarodziejlasu@gmail.com>, 2020.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-04-23 23:33+0200\n"
|
||||
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: en_US\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: Lokalize 19.12.3\n"
|
||||
|
||||
#: src/discussion_formatters.py:38
|
||||
#, 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:40 src/discussion_formatters.py:49
|
||||
#: src/discussion_formatters.py:104 src/discussion_formatters.py:117
|
||||
msgid "unknown"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:44
|
||||
#, 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 ""
|
||||
|
||||
#: src/discussion_formatters.py:46
|
||||
#, 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 ""
|
||||
|
||||
#: src/discussion_formatters.py:51
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}>) on [{article}](<{url}wiki/{article}>)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [reply](<{url}wiki/{article}?"
|
||||
"threadId={threadId}) to a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}&replyId={replyId}>) on [{article}](<{url}wiki/{article}"
|
||||
">)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:82
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:87
|
||||
#, python-brace-format
|
||||
msgid "Created a poll \"{title}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:92
|
||||
msgid "Option {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:93
|
||||
#, python-brace-format
|
||||
msgid "__[View image]({image_url})__"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:101
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:110
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\" on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:114
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\" on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:121
|
||||
#, python-brace-format
|
||||
msgid "Commented on {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:125
|
||||
#, python-brace-format
|
||||
msgid "Replied to a comment on {article}"
|
||||
msgstr ""
|
Binary file not shown.
|
@ -7,21 +7,82 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-05-20 17:18+0200\n"
|
||||
"PO-Revision-Date: 2019-08-10 12:28+0200\n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-03-18 13:59+0100\n"
|
||||
"Last-Translator: BabylonAS\n"
|
||||
"Language-Team: \n"
|
||||
"Language: ru_RU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"Last-Translator: \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"
|
||||
"Language: ru\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: Poedit 2.3\n"
|
||||
|
||||
#: misc.py:76
|
||||
#: src/misc.py:42
|
||||
msgid "Location"
|
||||
msgstr "Местоположение"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "About me"
|
||||
msgstr "О себе"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Google link"
|
||||
msgstr "Ссылка на учётную запись Google"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Facebook link"
|
||||
msgstr "Ссылка на учётную запись Facebook"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitter link"
|
||||
msgstr "Ссылка на учётную запись Twitter"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Reddit link"
|
||||
msgstr "Ссылка на учётную запись Reddit"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitch link"
|
||||
msgstr "Ссылка на учётную запись Twitch"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "PSN link"
|
||||
msgstr "Ссылка на учётную запись PSN"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "VK link"
|
||||
msgstr "Ссылка на учётную запись ВКонтакте"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "XBL link"
|
||||
msgstr "Ссылка на учётную запись XBL"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Steam link"
|
||||
msgstr "Ссылка на учётную запись Steam"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Discord handle"
|
||||
msgstr "Ссылка на учётную запись Discord"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Battle.net handle"
|
||||
msgstr "Ссылка на учётную запись Battle.net"
|
||||
|
||||
#: src/misc.py:142
|
||||
msgid ""
|
||||
"\n"
|
||||
"__And more__"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"__И ещё__"
|
||||
|
||||
#: src/misc.py:423
|
||||
msgid "Unknown"
|
||||
msgstr "Неизвестно"
|
||||
|
||||
#: src/misc.py:425
|
||||
msgid "unknown"
|
||||
msgstr "неизвестно"
|
||||
|
|
BIN
locale/ru/LC_MESSAGES/rc.mo
Normal file
BIN
locale/ru/LC_MESSAGES/rc.mo
Normal file
Binary file not shown.
42
locale/ru/LC_MESSAGES/rc.po
Normal file
42
locale/ru/LC_MESSAGES/rc.po
Normal file
|
@ -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 PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 17:22+0200\n"
|
||||
"PO-Revision-Date: 2020-03-18 13:59+0100\n"
|
||||
"Last-Translator: BabylonAS\n"
|
||||
"Language-Team: \n"
|
||||
"Language: ru_RU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\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: Poedit 2.3\n"
|
||||
|
||||
#: src/rc.py:150
|
||||
#, python-brace-format
|
||||
msgid "Connection to {wiki} seems to be stable now."
|
||||
msgstr "Соединение с {wiki} сейчас кажется стабильным."
|
||||
|
||||
#: src/rc.py:151 src/rc.py:266
|
||||
msgid "Connection status"
|
||||
msgstr "Статус соединения"
|
||||
|
||||
#: src/rc.py:265
|
||||
#, python-brace-format
|
||||
msgid "{wiki} seems to be down or unreachable."
|
||||
msgstr "{wiki}, вероятно, не работает или недоступна."
|
||||
|
||||
#: src/rc.py:334
|
||||
msgid "~~hidden~~"
|
||||
msgstr "~~скрыто~~"
|
||||
|
||||
#: src/rc.py:340
|
||||
msgid "hidden"
|
||||
msgstr "скрыто"
|
BIN
locale/ru/LC_MESSAGES/rc_formatters.mo
Normal file
BIN
locale/ru/LC_MESSAGES/rc_formatters.mo
Normal file
Binary file not shown.
869
locale/ru/LC_MESSAGES/rc_formatters.po
Normal file
869
locale/ru/LC_MESSAGES/rc_formatters.po
Normal file
|
@ -0,0 +1,869 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-03-18 13:59+0100\n"
|
||||
"Last-Translator: BabylonAS\n"
|
||||
"Language-Team: \n"
|
||||
"Language: ru_RU\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\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: Poedit 2.3\n"
|
||||
|
||||
#: src/rc_formatters.py:41
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) отредактировал страницу [{article}]({edit_link})"
|
||||
"{comment} ({sign}{edit_size})"
|
||||
|
||||
#: src/rc_formatters.py:43
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) создал страницу [{article}]({edit_link}){comment} "
|
||||
"({sign}{edit_size})"
|
||||
|
||||
#: src/rc_formatters.py:46
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}"
|
||||
msgstr "[{author}]({author_url}) загрузил [{file}]({file_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:53
|
||||
#, 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:57
|
||||
#, 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:60
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) удалил страницу [{page}]({page_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:64
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted redirect by overwriting [{page}]"
|
||||
"({page_link}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) удалил перенаправление с помощью перезаписи [{page}]"
|
||||
"({page_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:73
|
||||
msgid "without making a redirect"
|
||||
msgstr "без перенаправления"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:74
|
||||
msgid "with a redirect"
|
||||
msgstr "с перенаправлением"
|
||||
|
||||
#: src/rc_formatters.py:69
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]"
|
||||
"({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) переименовал страницу {redirect}*{article}* в "
|
||||
"[{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:75
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* over redirect to "
|
||||
"[{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) переименовал страницу {redirect}*{article}* поверх "
|
||||
"перенаправления в [{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:80
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved protection settings from {redirect}*{article}"
|
||||
"* to [{target}]({target_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) перенёс параметры защиты со страницы {redirect}"
|
||||
"*{article}* на страницу [{target}]({target_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:91 src/rc_formatters.py:512
|
||||
#, fuzzy
|
||||
msgid "for infinity and beyond"
|
||||
msgstr "навеки и навсегда"
|
||||
|
||||
#: src/rc_formatters.py:100 src/rc_formatters.py:520
|
||||
#, python-brace-format
|
||||
msgid "for {num} {translated_length}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:106 src/rc_formatters.py:523
|
||||
msgid "until {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:110
|
||||
msgid " on pages: "
|
||||
msgstr " на страницах: "
|
||||
|
||||
#: src/rc_formatters.py:117 src/rc_formatters.py:534
|
||||
msgid " and namespaces: "
|
||||
msgstr " и в пространствах имён: "
|
||||
|
||||
#: src/rc_formatters.py:119
|
||||
msgid " on namespaces: "
|
||||
msgstr " в пространствах имён: "
|
||||
|
||||
#: src/rc_formatters.py:131
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) blocked [{user}]({user_url}) {time}"
|
||||
"{restriction_desc}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) заблокировал участника [{user}]({user_url}) на срок "
|
||||
"«{time}»{comment}"
|
||||
|
||||
#: src/rc_formatters.py:135
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed block settings for [{blocked_user}]"
|
||||
"({user_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) изменил параметры блокировки для участника "
|
||||
"[{blocked_user}]({user_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:139
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) разблокировал участника [{blocked_user}]({user_url})"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) left a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) оставил [комментарий]({comment}) на профиле "
|
||||
"участника {target}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
msgid "their own profile"
|
||||
msgstr "на своём профиле"
|
||||
|
||||
#: src/rc_formatters.py:145
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) replied to a [comment]({comment}) on {target} "
|
||||
"profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) ответил на [комметарий]({comment}) на профиле "
|
||||
"участника {target}"
|
||||
|
||||
#: src/rc_formatters.py:148 src/rc_formatters.py:154 src/rc_formatters.py:165
|
||||
#: src/rc_formatters.py:169
|
||||
msgid "their own"
|
||||
msgstr "на своём"
|
||||
|
||||
#: src/rc_formatters.py:151
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) отредактировал [комментарий]({comment}) на профиле "
|
||||
"участника {target}"
|
||||
|
||||
#: src/rc_formatters.py:157
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) purged a comment on {target} profile"
|
||||
msgstr "[{author}]({author_url}) удалил комментарий в профиле {target}"
|
||||
|
||||
#: src/rc_formatters.py:167
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a comment on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) удалил комментарий на профиле участника {target}"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[{target}]({target_url})'s"
|
||||
msgstr "[{target}]({target_url})"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[their own]({target_url})"
|
||||
msgstr "[на своём]({target_url})"
|
||||
|
||||
#: src/rc_formatters.py:174
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited the {field} on {target} profile. *({desc})*"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) отредактировал поле «{field}» на профиле участника "
|
||||
"{target}. *({desc})*"
|
||||
|
||||
#: src/rc_formatters.py:188 src/rc_formatters.py:190 src/rc_formatters.py:612
|
||||
#: src/rc_formatters.py:614
|
||||
msgid "none"
|
||||
msgstr "ничего"
|
||||
|
||||
#: src/rc_formatters.py:196 src/rc_formatters.py:599
|
||||
msgid "System"
|
||||
msgstr "Система"
|
||||
|
||||
#: src/rc_formatters.py:201
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) protected [{article}]({article_url}) with the "
|
||||
"following settings: {settings}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) защитил страницу [{article}]({article_url}) со "
|
||||
"следующими настройками: {settings}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:203 src/rc_formatters.py:211 src/rc_formatters.py:622
|
||||
#: src/rc_formatters.py:628
|
||||
msgid " [cascading]"
|
||||
msgstr " [каскадно]"
|
||||
|
||||
#: src/rc_formatters.py:208
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) modified protection settings of [{article}]"
|
||||
"({article_url}) to: {settings}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) изменил настройки защиты страницы [{article}]"
|
||||
"({article_url}) на: {settings}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:215
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) removed protection from [{article}]({article_url})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) снял защиту со страницу [{article}]({article_url})"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:219
|
||||
#, 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] ""
|
||||
"[{author}]({author_url}) изменил видимость {amount} правки на странице "
|
||||
"[{article}]({article_url}){comment}"
|
||||
msgstr[1] ""
|
||||
"[{author}]({author_url}) изменил видимость {amount} правок на странице "
|
||||
"[{article}]({article_url}){comment}"
|
||||
msgstr[2] ""
|
||||
"[{author}]({author_url}) изменил видимость {amount} правок на странице "
|
||||
"[{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:224
|
||||
#, 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] ""
|
||||
"[{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:229
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) восстановил страницу [{article}]({article_url})"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:231
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) changed visibility of log events{comment}"
|
||||
msgstr "[{author}]({author_url}) изменил видимость событий журнала{comment}"
|
||||
|
||||
#: src/rc_formatters.py:233
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) imported interwiki{comment}"
|
||||
msgstr "[{author}]({author_url}) импортировал интервики{comment}"
|
||||
|
||||
#: src/rc_formatters.py:236
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) отредактировал фильтр злоупотреблений [под номером "
|
||||
"{number}]({filter_url})"
|
||||
|
||||
#: src/rc_formatters.py:240
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) создал фильтр злоупотреблений [под номером {number}]"
|
||||
"({filter_url})"
|
||||
|
||||
#: src/rc_formatters.py:244
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) merged revision histories of [{article}]"
|
||||
"({article_url}) into [{dest}]({dest_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) объединил истории версий [{article}]({article_url}) "
|
||||
"с [{dest}]({dest_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:248
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created automatically"
|
||||
msgstr "[{author}]({author_url}) создал [метку]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:251 src/rc_formatters.py:260
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created"
|
||||
msgstr "[{author}]({author_url}) создал [метку]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:254
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"Account [{article}]({article_url}) was created by [{author}]({author_url})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) восстановил страницу [{article}]({article_url})"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:257
|
||||
#, 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:263
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) added an entry to the [interwiki table]"
|
||||
"({table_url}) pointing to {website} with {prefix} prefix"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) добавил запись в [таблицу интервики]({table_url}), "
|
||||
"указывающая на {website} с префиксом {prefix}"
|
||||
|
||||
#: src/rc_formatters.py:269
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) "
|
||||
"pointing to {website} with {prefix} prefix"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) отредактировал запись в [таблице интервики]"
|
||||
"({table_url}), указывающая на {website} с префиксом {prefix}"
|
||||
|
||||
#: src/rc_formatters.py:275
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) удалил запись из [таблицы интервики]({table_url})"
|
||||
|
||||
#: src/rc_formatters.py:278
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed the content model of the page [{article}]"
|
||||
"({article_url}) from {old} to {new}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) изменил модель содержимого страницы [{article}]"
|
||||
"({article_url}) с {old} на {new}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:282
|
||||
#, 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:285
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created the sprite sheet for [{article}]"
|
||||
"({article_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) создал таблицу спрайтов для [{article}]"
|
||||
"({article_url})"
|
||||
|
||||
#: src/rc_formatters.py:288
|
||||
#, 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:293
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) created the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) создал [метку]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:295
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) удалил [метку]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:300
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) создал [метку]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:305
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) создал [метку]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:308
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) создал [метку]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:312
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) удалил [метку]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:316
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) активировал [метку]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:319
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) деактивировал [метку]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:321
|
||||
msgid "An action has been hidden by administration."
|
||||
msgstr "Действие было скрыто администрацией."
|
||||
|
||||
#: src/rc_formatters.py:331 src/rc_formatters.py:615
|
||||
msgid "No description provided"
|
||||
msgstr "Нет описания правки"
|
||||
|
||||
#: src/rc_formatters.py:378
|
||||
msgid "(N!) "
|
||||
msgstr "(Н!) "
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "m"
|
||||
msgstr "м"
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "b"
|
||||
msgstr "б"
|
||||
|
||||
#: src/rc_formatters.py:396 src/rc_formatters.py:401
|
||||
msgid "__Only whitespace__"
|
||||
msgstr "__Только пробел__"
|
||||
|
||||
#: src/rc_formatters.py:406
|
||||
msgid "Removed"
|
||||
msgstr "Удалено"
|
||||
|
||||
#: src/rc_formatters.py:408
|
||||
msgid "Added"
|
||||
msgstr "Добавлено"
|
||||
|
||||
#: src/rc_formatters.py:442 src/rc_formatters.py:481
|
||||
msgid "Options"
|
||||
msgstr "Настройки"
|
||||
|
||||
#: src/rc_formatters.py:442
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}) | [undo]({undolink}))"
|
||||
msgstr "([просмотр]({link}) | [отмена]({undolink}))"
|
||||
|
||||
#: src/rc_formatters.py:447
|
||||
#, python-brace-format
|
||||
msgid "Uploaded a new version of {name}"
|
||||
msgstr "Загрузил новую версию {name}"
|
||||
|
||||
#: src/rc_formatters.py:449
|
||||
#, python-brace-format
|
||||
msgid "Reverted a version of {name}"
|
||||
msgstr "Возвратил версию {name}"
|
||||
|
||||
#: src/rc_formatters.py:451
|
||||
#, python-brace-format
|
||||
msgid "Uploaded {name}"
|
||||
msgstr "Загрузил {name}"
|
||||
|
||||
#: src/rc_formatters.py:467
|
||||
msgid "**No license!**"
|
||||
msgstr "**Отсутствует лицензия!**"
|
||||
|
||||
#: src/rc_formatters.py:479
|
||||
msgid ""
|
||||
"\n"
|
||||
"License: {}"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Лицензия: {}"
|
||||
|
||||
#: src/rc_formatters.py:481
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}))"
|
||||
msgstr "([просмотр]({link}))"
|
||||
|
||||
#: src/rc_formatters.py:486
|
||||
#, python-brace-format
|
||||
msgid "Deleted page {article}"
|
||||
msgstr "Удалил страницу «{article}»"
|
||||
|
||||
#: src/rc_formatters.py:489
|
||||
#, python-brace-format
|
||||
msgid "Deleted redirect {article} by overwriting"
|
||||
msgstr "Удалил перенаправление «{article}» с помощью перезаписи"
|
||||
|
||||
#: src/rc_formatters.py:493
|
||||
msgid "No redirect has been made"
|
||||
msgstr "Перенаправление не было сделано"
|
||||
|
||||
#: src/rc_formatters.py:494
|
||||
msgid "A redirect has been made"
|
||||
msgstr "Было сделано перенаправление"
|
||||
|
||||
#: src/rc_formatters.py:495
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {target}"
|
||||
msgstr "Переименовал страницу {redirect}{article} в {target}"
|
||||
|
||||
#: src/rc_formatters.py:498
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {title} over redirect"
|
||||
msgstr ""
|
||||
"Переименовал страницу {redirect}{article} в {title} поверх перенаправления"
|
||||
|
||||
#: src/rc_formatters.py:502
|
||||
#, python-brace-format
|
||||
msgid "Moved protection settings from {redirect}{article} to {title}"
|
||||
msgstr "Перенёс параметры защиты с «{redirect}{article}» на «{title}»"
|
||||
|
||||
#: src/rc_formatters.py:527
|
||||
msgid "Blocked from editing the following pages: "
|
||||
msgstr "Заблокирован от редактирования в следующих страницах: "
|
||||
|
||||
#: src/rc_formatters.py:536
|
||||
msgid "Blocked from editing pages on following namespaces: "
|
||||
msgstr ""
|
||||
"Заблокирован от редактирования на страницах в следующих пространствах имён: "
|
||||
|
||||
#: src/rc_formatters.py:547
|
||||
msgid "Partial block details"
|
||||
msgstr "Частичные детали блокировки"
|
||||
|
||||
#: src/rc_formatters.py:548
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Blocked {blocked_user} {time}"
|
||||
msgstr "Заблокировал участника {blocked_user} на срок «{time}»"
|
||||
|
||||
#: src/rc_formatters.py:552
|
||||
#, python-brace-format
|
||||
msgid "Changed block settings for {blocked_user}"
|
||||
msgstr "Изменил параметры блокировки для {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:556
|
||||
#, python-brace-format
|
||||
msgid "Unblocked {blocked_user}"
|
||||
msgstr "Разблокировал участника {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:561
|
||||
#, python-brace-format
|
||||
msgid "Left a comment on {target}'s profile"
|
||||
msgstr "Оставил комментарий на профиле участника {target}"
|
||||
|
||||
#: src/rc_formatters.py:563
|
||||
msgid "Left a comment on their own profile"
|
||||
msgstr "Оставил комментарий на своём профиле"
|
||||
|
||||
#: src/rc_formatters.py:568
|
||||
#, python-brace-format
|
||||
msgid "Replied to a comment on {target}'s profile"
|
||||
msgstr "Ответил на комментарий на профиле участника {target}"
|
||||
|
||||
#: src/rc_formatters.py:570
|
||||
msgid "Replied to a comment on their own profile"
|
||||
msgstr "Ответил на комментарий на своём профиле"
|
||||
|
||||
#: src/rc_formatters.py:575
|
||||
#, python-brace-format
|
||||
msgid "Edited a comment on {target}'s profile"
|
||||
msgstr "Отредактировал комментарий на профиле участника {target}"
|
||||
|
||||
#: src/rc_formatters.py:577
|
||||
msgid "Edited a comment on their own profile"
|
||||
msgstr "Отредактировал комментарий на своём профиле"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
#, python-brace-format
|
||||
msgid "Edited {target}'s profile"
|
||||
msgstr "Отредактировал профиль участника {target}"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
msgid "Edited their own profile"
|
||||
msgstr "Отредактировал свой профиль"
|
||||
|
||||
#: src/rc_formatters.py:582
|
||||
#, python-brace-format
|
||||
msgid "Cleared the {field} field"
|
||||
msgstr "Очистил поле «{field}»"
|
||||
|
||||
#: src/rc_formatters.py:584
|
||||
#, python-brace-format
|
||||
msgid "{field} field changed to: {desc}"
|
||||
msgstr "Поле «{field}» изменено на: {desc}"
|
||||
|
||||
#: src/rc_formatters.py:587
|
||||
#, python-brace-format
|
||||
msgid "Purged a comment on {target}'s profile"
|
||||
msgstr "Удалил комментарий в профиле {target}"
|
||||
|
||||
#: src/rc_formatters.py:593
|
||||
#, python-brace-format
|
||||
msgid "Deleted a comment on {target}'s profile"
|
||||
msgstr "Удалил комментарий на профиле участника {target}"
|
||||
|
||||
#: src/rc_formatters.py:597
|
||||
#, python-brace-format
|
||||
msgid "Changed group membership for {target}"
|
||||
msgstr "Изменил членство в группах для участника {target}"
|
||||
|
||||
#: src/rc_formatters.py:601
|
||||
#, python-brace-format
|
||||
msgid "{target} got autopromoted to a new usergroup"
|
||||
msgstr "Участник {target} был автоматически повышен до новой группы участников"
|
||||
|
||||
#: src/rc_formatters.py:616
|
||||
#, python-brace-format
|
||||
msgid "Groups changed from {old_groups} to {new_groups}{reason}"
|
||||
msgstr "Группы изменены с {old_groups} на {new_groups}{reason}"
|
||||
|
||||
#: src/rc_formatters.py:620
|
||||
#, python-brace-format
|
||||
msgid "Protected {target}"
|
||||
msgstr "Защитил страницу «{target}»"
|
||||
|
||||
#: src/rc_formatters.py:626
|
||||
#, python-brace-format
|
||||
msgid "Changed protection level for {article}"
|
||||
msgstr "Изменил уровень защиты для страницы «{article}»"
|
||||
|
||||
#: src/rc_formatters.py:632
|
||||
#, python-brace-format
|
||||
msgid "Removed protection from {article}"
|
||||
msgstr "Убрал защиту со страницы «{article}»"
|
||||
|
||||
#: src/rc_formatters.py:636
|
||||
#, 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[1] "Изменил видимость {amount} правок на странице «{article}» "
|
||||
msgstr[2] "Изменил видимость {amount} правок на странице «{article}» "
|
||||
|
||||
#: src/rc_formatters.py:641
|
||||
#, python-brace-format
|
||||
msgid "Imported {article} with {count} revision"
|
||||
msgid_plural "Imported {article} with {count} revisions"
|
||||
msgstr[0] "Импортировал страницу «{article}» с {count} правкой"
|
||||
msgstr[1] "Импортировал страницу «{article}» с {count} правками"
|
||||
msgstr[2] "Импортировал страницу «{article}» с {count} правками"
|
||||
|
||||
#: src/rc_formatters.py:646
|
||||
#, python-brace-format
|
||||
msgid "Restored {article}"
|
||||
msgstr "Восстановил страницу «{article}»"
|
||||
|
||||
#: src/rc_formatters.py:649
|
||||
msgid "Changed visibility of log events"
|
||||
msgstr "Изменил видимость событий в журнале"
|
||||
|
||||
#: src/rc_formatters.py:652
|
||||
msgid "Imported interwiki"
|
||||
msgstr "Импортировал префикс интервики"
|
||||
|
||||
#: src/rc_formatters.py:655
|
||||
#, python-brace-format
|
||||
msgid "Edited abuse filter number {number}"
|
||||
msgstr "Отредактировал фильтр злоупотреблений под номером {number}"
|
||||
|
||||
#: src/rc_formatters.py:658
|
||||
#, python-brace-format
|
||||
msgid "Created abuse filter number {number}"
|
||||
msgstr "Создал фильтр злоупотреблений под номером {number}"
|
||||
|
||||
#: src/rc_formatters.py:661
|
||||
#, python-brace-format
|
||||
msgid "Merged revision histories of {article} into {dest}"
|
||||
msgstr ""
|
||||
"Объединил историю правок страницы «{article}» с историей правок «{dest}»"
|
||||
|
||||
#: src/rc_formatters.py:665
|
||||
msgid "Created account automatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:668 src/rc_formatters.py:677
|
||||
msgid "Created account"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:671
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created account {article}"
|
||||
msgstr "Удалил страницу «{article}»"
|
||||
|
||||
#: src/rc_formatters.py:674
|
||||
#, python-brace-format
|
||||
msgid "Created account {article} and password was sent by email"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:680
|
||||
msgid "Added an entry to the interwiki table"
|
||||
msgstr "Добавил запись в таблицу префиксов интервики"
|
||||
|
||||
#: src/rc_formatters.py:681 src/rc_formatters.py:687
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix}, website: {website} | {desc}"
|
||||
msgstr "Префикс: {prefix}, сайт: {website} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:686
|
||||
msgid "Edited an entry in interwiki table"
|
||||
msgstr "Отредактировал запись в таблице префиксов интервики"
|
||||
|
||||
#: src/rc_formatters.py:692
|
||||
msgid "Deleted an entry in interwiki table"
|
||||
msgstr "Удалил запись из таблицы префиксов интервики"
|
||||
|
||||
#: src/rc_formatters.py:693
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix} | {desc}"
|
||||
msgstr "Префикс: {prefix} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:696
|
||||
#, python-brace-format
|
||||
msgid "Changed the content model of the page {article}"
|
||||
msgstr "Изменил модель содержимого для страницы «{article}»"
|
||||
|
||||
#: src/rc_formatters.py:697
|
||||
#, python-brace-format
|
||||
msgid "Model changed from {old} to {new}: {reason}"
|
||||
msgstr "Модель изменена с «{old}» на «{new}»: {reason}"
|
||||
|
||||
#: src/rc_formatters.py:702
|
||||
#, python-brace-format
|
||||
msgid "Edited the sprite for {article}"
|
||||
msgstr "Отредактировал спрайт для страницы «{article}»"
|
||||
|
||||
#: src/rc_formatters.py:705
|
||||
#, python-brace-format
|
||||
msgid "Created the sprite sheet for {article}"
|
||||
msgstr "Создал таблицу спрайтов для страницы «{article}»"
|
||||
|
||||
#: src/rc_formatters.py:708
|
||||
#, python-brace-format
|
||||
msgid "Edited the slice for {article}"
|
||||
msgstr "Отредактировал срез для страницы «{article}»"
|
||||
|
||||
#: src/rc_formatters.py:714
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created the Cargo table \"{table}\""
|
||||
msgstr "Создал метку «{tag}»"
|
||||
|
||||
#: src/rc_formatters.py:718
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Deleted the Cargo table \"{table}\""
|
||||
msgstr "Удалил метку «{tag}»"
|
||||
|
||||
#: src/rc_formatters.py:725
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Recreated the Cargo table \"{table}\""
|
||||
msgstr "Создал метку «{tag}»"
|
||||
|
||||
#: src/rc_formatters.py:732
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Replaced the Cargo table \"{table}\""
|
||||
msgstr "Удалил метку «{tag}»"
|
||||
|
||||
#: src/rc_formatters.py:736
|
||||
#, python-brace-format
|
||||
msgid "Created a tag \"{tag}\""
|
||||
msgstr "Создал метку «{tag}»"
|
||||
|
||||
#: src/rc_formatters.py:740
|
||||
#, python-brace-format
|
||||
msgid "Deleted a tag \"{tag}\""
|
||||
msgstr "Удалил метку «{tag}»"
|
||||
|
||||
#: src/rc_formatters.py:744
|
||||
#, python-brace-format
|
||||
msgid "Activated a tag \"{tag}\""
|
||||
msgstr "Активировал метку «{tag}»"
|
||||
|
||||
#: src/rc_formatters.py:747
|
||||
#, python-brace-format
|
||||
msgid "Deactivated a tag \"{tag}\""
|
||||
msgstr "Деактивировал метку «{tag}»"
|
||||
|
||||
#: src/rc_formatters.py:750
|
||||
msgid "Action has been hidden by administration."
|
||||
msgstr "Действие было скрыто администрацией."
|
||||
|
||||
#: src/rc_formatters.py:751
|
||||
msgid "Unknown"
|
||||
msgstr "Неизвестно"
|
||||
|
||||
#: src/rc_formatters.py:770
|
||||
msgid "Tags"
|
||||
msgstr "Метки"
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid "**Added**: "
|
||||
msgstr "**Добавлено**: "
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid " and {} more\n"
|
||||
msgstr " и ещё {}\n"
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid "**Removed**: "
|
||||
msgstr "**Удалено**: "
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid " and {} more"
|
||||
msgstr " и ещё {}"
|
||||
|
||||
#: src/rc_formatters.py:775
|
||||
msgid "Changed categories"
|
||||
msgstr "Изменены категории"
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: RcGcDw\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 02:52+0200\n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: RcGcDw\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 02:52+0200\n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
|
|
@ -8,33 +8,33 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: RcGcDw\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 02:52+0200\n"
|
||||
"POT-Creation-Date: 2020-08-08 17:22+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.3.1\n"
|
||||
|
||||
#: src/rc.py:146
|
||||
#: src/rc.py:150
|
||||
#, python-brace-format
|
||||
msgid "Connection to {wiki} seems to be stable now."
|
||||
msgstr ""
|
||||
|
||||
#: src/rc.py:147 src/rc.py:262
|
||||
#: src/rc.py:151 src/rc.py:266
|
||||
msgid "Connection status"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc.py:261
|
||||
#: src/rc.py:265
|
||||
#, python-brace-format
|
||||
msgid "{wiki} seems to be down or unreachable."
|
||||
msgstr ""
|
||||
|
||||
#: src/rc.py:330
|
||||
#: src/rc.py:334
|
||||
msgid "~~hidden~~"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc.py:336
|
||||
#: src/rc.py:340
|
||||
msgid "hidden"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: RcGcDw\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 02:52+0200\n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -18,214 +18,214 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
|
||||
#: src/rc_formatters.py:40
|
||||
#: src/rc_formatters.py:41
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:42
|
||||
#: src/rc_formatters.py:43
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:45
|
||||
#: src/rc_formatters.py:46
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:52
|
||||
#: src/rc_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) reverted a version of [{file}]({file_link}){comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:56
|
||||
#: src/rc_formatters.py:57
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) uploaded a new version of [{file}]({file_link})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:59
|
||||
#: src/rc_formatters.py:60
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:63
|
||||
#: src/rc_formatters.py:64
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted redirect by overwriting [{page}]"
|
||||
"({page_link}){comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:67 src/rc_formatters.py:72
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:73
|
||||
msgid "without making a redirect"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:67 src/rc_formatters.py:73
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:74
|
||||
msgid "with a redirect"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:68
|
||||
#: src/rc_formatters.py:69
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]"
|
||||
"({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:74
|
||||
#: src/rc_formatters.py:75
|
||||
#, 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:79
|
||||
#: src/rc_formatters.py:80
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved protection settings from {redirect}*{article}"
|
||||
"* to [{target}]({target_url}){comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:90 src/rc_formatters.py:511
|
||||
#: src/rc_formatters.py:91 src/rc_formatters.py:512
|
||||
msgid "for infinity and beyond"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:99 src/rc_formatters.py:519
|
||||
#: src/rc_formatters.py:100 src/rc_formatters.py:520
|
||||
#, python-brace-format
|
||||
msgid "for {num} {translated_length}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:105 src/rc_formatters.py:522
|
||||
#: src/rc_formatters.py:106 src/rc_formatters.py:523
|
||||
msgid "until {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:109
|
||||
#: src/rc_formatters.py:110
|
||||
msgid " on pages: "
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:116 src/rc_formatters.py:533
|
||||
#: src/rc_formatters.py:117 src/rc_formatters.py:534
|
||||
msgid " and namespaces: "
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:118
|
||||
#: src/rc_formatters.py:119
|
||||
msgid " on namespaces: "
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:130
|
||||
#: src/rc_formatters.py:131
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) blocked [{user}]({user_url}) {time}"
|
||||
"{restriction_desc}{comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:134
|
||||
#: src/rc_formatters.py:135
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed block settings for [{blocked_user}]"
|
||||
"({user_url}){comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:138
|
||||
#: src/rc_formatters.py:139
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:141
|
||||
#: src/rc_formatters.py:142
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) left a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:141
|
||||
#: src/rc_formatters.py:142
|
||||
msgid "their own profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:144
|
||||
#: src/rc_formatters.py:145
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) replied to a [comment]({comment}) on {target} "
|
||||
"profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:147 src/rc_formatters.py:153 src/rc_formatters.py:164
|
||||
#: src/rc_formatters.py:168
|
||||
#: src/rc_formatters.py:148 src/rc_formatters.py:154 src/rc_formatters.py:165
|
||||
#: src/rc_formatters.py:169
|
||||
msgid "their own"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:150
|
||||
#: src/rc_formatters.py:151
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:156
|
||||
#: src/rc_formatters.py:157
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) purged a comment on {target} profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:166
|
||||
#: src/rc_formatters.py:167
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a comment on {target} profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:172
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[{target}]({target_url})'s"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:172
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[their own]({target_url})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#: src/rc_formatters.py:174
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited the {field} on {target} profile. *({desc})*"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:187 src/rc_formatters.py:189 src/rc_formatters.py:611
|
||||
#: src/rc_formatters.py:613
|
||||
#: src/rc_formatters.py:188 src/rc_formatters.py:190 src/rc_formatters.py:612
|
||||
#: src/rc_formatters.py:614
|
||||
msgid "none"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:195 src/rc_formatters.py:598
|
||||
#: src/rc_formatters.py:196 src/rc_formatters.py:599
|
||||
msgid "System"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:200
|
||||
#: src/rc_formatters.py:201
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) protected [{article}]({article_url}) with the "
|
||||
"following settings: {settings}{comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:202 src/rc_formatters.py:210 src/rc_formatters.py:621
|
||||
#: src/rc_formatters.py:627
|
||||
#: src/rc_formatters.py:203 src/rc_formatters.py:211 src/rc_formatters.py:622
|
||||
#: src/rc_formatters.py:628
|
||||
msgid " [cascading]"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:207
|
||||
#: src/rc_formatters.py:208
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) modified protection settings of [{article}]"
|
||||
"({article_url}) to: {settings}{comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:214
|
||||
#: src/rc_formatters.py:215
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) removed protection from [{article}]({article_url})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:218
|
||||
#: src/rc_formatters.py:219
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed visibility of revision on page [{article}]"
|
||||
|
@ -236,7 +236,7 @@ msgid_plural ""
|
|||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rc_formatters.py:223
|
||||
#: src/rc_formatters.py:224
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) imported [{article}]({article_url}) with {count} "
|
||||
|
@ -247,542 +247,542 @@ msgid_plural ""
|
|||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rc_formatters.py:228
|
||||
#: src/rc_formatters.py:229
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:230
|
||||
#: src/rc_formatters.py:231
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) changed visibility of log events{comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:232
|
||||
#: src/rc_formatters.py:233
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) imported interwiki{comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:235
|
||||
#: src/rc_formatters.py:236
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:239
|
||||
#: src/rc_formatters.py:240
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:243
|
||||
#: src/rc_formatters.py:244
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) merged revision histories of [{article}]"
|
||||
"({article_url}) into [{dest}]({dest_url}){comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:247
|
||||
#: src/rc_formatters.py:248
|
||||
#, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created automatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:250 src/rc_formatters.py:259
|
||||
#: src/rc_formatters.py:251 src/rc_formatters.py:260
|
||||
#, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:253
|
||||
#: src/rc_formatters.py:254
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Account [{article}]({article_url}) was created by [{author}]({author_url})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:256
|
||||
#: src/rc_formatters.py:257
|
||||
#, 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:262
|
||||
#: src/rc_formatters.py:263
|
||||
#, 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:268
|
||||
#: src/rc_formatters.py:269
|
||||
#, 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:274
|
||||
#: src/rc_formatters.py:275
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:277
|
||||
#: src/rc_formatters.py:278
|
||||
#, 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:281
|
||||
#: src/rc_formatters.py:282
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited the sprite for [{article}]({article_url})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:284
|
||||
#: src/rc_formatters.py:285
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created the sprite sheet for [{article}]"
|
||||
"({article_url})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:287
|
||||
#: src/rc_formatters.py:288
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited the slice for [{article}]({article_url})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:292
|
||||
#: src/rc_formatters.py:293
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) created the Cargo table \"{table}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:294
|
||||
#: src/rc_formatters.py:295
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:299
|
||||
#: src/rc_formatters.py:300
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:304
|
||||
#: src/rc_formatters.py:305
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:307
|
||||
#: src/rc_formatters.py:308
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:311
|
||||
#: src/rc_formatters.py:312
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:315
|
||||
#: src/rc_formatters.py:316
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:318
|
||||
#: src/rc_formatters.py:319
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:320
|
||||
#: src/rc_formatters.py:321
|
||||
msgid "An action has been hidden by administration."
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:330 src/rc_formatters.py:614
|
||||
#: src/rc_formatters.py:331 src/rc_formatters.py:615
|
||||
msgid "No description provided"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:377
|
||||
#: src/rc_formatters.py:378
|
||||
msgid "(N!) "
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:378
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "m"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:378
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "b"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:395 src/rc_formatters.py:400
|
||||
#: src/rc_formatters.py:396 src/rc_formatters.py:401
|
||||
msgid "__Only whitespace__"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:405
|
||||
#: src/rc_formatters.py:406
|
||||
msgid "Removed"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:407
|
||||
#: src/rc_formatters.py:408
|
||||
msgid "Added"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:441 src/rc_formatters.py:480
|
||||
#: src/rc_formatters.py:442 src/rc_formatters.py:481
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:441
|
||||
#: src/rc_formatters.py:442
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}) | [undo]({undolink}))"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:446
|
||||
#: src/rc_formatters.py:447
|
||||
#, python-brace-format
|
||||
msgid "Uploaded a new version of {name}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:448
|
||||
#: src/rc_formatters.py:449
|
||||
#, python-brace-format
|
||||
msgid "Reverted a version of {name}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:450
|
||||
#: src/rc_formatters.py:451
|
||||
#, python-brace-format
|
||||
msgid "Uploaded {name}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:466
|
||||
#: src/rc_formatters.py:467
|
||||
msgid "**No license!**"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:478
|
||||
#: src/rc_formatters.py:479
|
||||
msgid ""
|
||||
"\n"
|
||||
"License: {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:480
|
||||
#: src/rc_formatters.py:481
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}))"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:485
|
||||
#: src/rc_formatters.py:486
|
||||
#, python-brace-format
|
||||
msgid "Deleted page {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:488
|
||||
#: src/rc_formatters.py:489
|
||||
#, python-brace-format
|
||||
msgid "Deleted redirect {article} by overwriting"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:492
|
||||
#: src/rc_formatters.py:493
|
||||
msgid "No redirect has been made"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:493
|
||||
#: src/rc_formatters.py:494
|
||||
msgid "A redirect has been made"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:494
|
||||
#: src/rc_formatters.py:495
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {target}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:497
|
||||
#: src/rc_formatters.py:498
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {title} over redirect"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:501
|
||||
#: src/rc_formatters.py:502
|
||||
#, python-brace-format
|
||||
msgid "Moved protection settings from {redirect}{article} to {title}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:526
|
||||
#: src/rc_formatters.py:527
|
||||
msgid "Blocked from editing the following pages: "
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:535
|
||||
#: src/rc_formatters.py:536
|
||||
msgid "Blocked from editing pages on following namespaces: "
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:546
|
||||
#: src/rc_formatters.py:547
|
||||
msgid "Partial block details"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:547
|
||||
#: src/rc_formatters.py:548
|
||||
#, python-brace-format
|
||||
msgid "Blocked {blocked_user} {time}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:551
|
||||
#: src/rc_formatters.py:552
|
||||
#, python-brace-format
|
||||
msgid "Changed block settings for {blocked_user}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:555
|
||||
#: src/rc_formatters.py:556
|
||||
#, python-brace-format
|
||||
msgid "Unblocked {blocked_user}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:560
|
||||
#: src/rc_formatters.py:561
|
||||
#, python-brace-format
|
||||
msgid "Left a comment on {target}'s profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:562
|
||||
#: src/rc_formatters.py:563
|
||||
msgid "Left a comment on their own profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:567
|
||||
#: src/rc_formatters.py:568
|
||||
#, python-brace-format
|
||||
msgid "Replied to a comment on {target}'s profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:569
|
||||
#: src/rc_formatters.py:570
|
||||
msgid "Replied to a comment on their own profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:574
|
||||
#: src/rc_formatters.py:575
|
||||
#, python-brace-format
|
||||
msgid "Edited a comment on {target}'s profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:576
|
||||
#: src/rc_formatters.py:577
|
||||
msgid "Edited a comment on their own profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:579
|
||||
#: src/rc_formatters.py:580
|
||||
#, python-brace-format
|
||||
msgid "Edited {target}'s profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:579
|
||||
#: src/rc_formatters.py:580
|
||||
msgid "Edited their own profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:581
|
||||
#: src/rc_formatters.py:582
|
||||
#, python-brace-format
|
||||
msgid "Cleared the {field} field"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:583
|
||||
#: src/rc_formatters.py:584
|
||||
#, python-brace-format
|
||||
msgid "{field} field changed to: {desc}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:586
|
||||
#: src/rc_formatters.py:587
|
||||
#, python-brace-format
|
||||
msgid "Purged a comment on {target}'s profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:592
|
||||
#: src/rc_formatters.py:593
|
||||
#, python-brace-format
|
||||
msgid "Deleted a comment on {target}'s profile"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:596
|
||||
#: src/rc_formatters.py:597
|
||||
#, python-brace-format
|
||||
msgid "Changed group membership for {target}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:600
|
||||
#: src/rc_formatters.py:601
|
||||
#, python-brace-format
|
||||
msgid "{target} got autopromoted to a new usergroup"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:615
|
||||
#: src/rc_formatters.py:616
|
||||
#, python-brace-format
|
||||
msgid "Groups changed from {old_groups} to {new_groups}{reason}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:619
|
||||
#: src/rc_formatters.py:620
|
||||
#, python-brace-format
|
||||
msgid "Protected {target}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:625
|
||||
#: src/rc_formatters.py:626
|
||||
#, python-brace-format
|
||||
msgid "Changed protection level for {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:631
|
||||
#: src/rc_formatters.py:632
|
||||
#, python-brace-format
|
||||
msgid "Removed protection from {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:635
|
||||
#: src/rc_formatters.py:636
|
||||
#, 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:640
|
||||
#: src/rc_formatters.py:641
|
||||
#, python-brace-format
|
||||
msgid "Imported {article} with {count} revision"
|
||||
msgid_plural "Imported {article} with {count} revisions"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rc_formatters.py:645
|
||||
#: src/rc_formatters.py:646
|
||||
#, python-brace-format
|
||||
msgid "Restored {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:648
|
||||
#: src/rc_formatters.py:649
|
||||
msgid "Changed visibility of log events"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:651
|
||||
#: src/rc_formatters.py:652
|
||||
msgid "Imported interwiki"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:654
|
||||
#: src/rc_formatters.py:655
|
||||
#, python-brace-format
|
||||
msgid "Edited abuse filter number {number}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:657
|
||||
#: src/rc_formatters.py:658
|
||||
#, python-brace-format
|
||||
msgid "Created abuse filter number {number}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:660
|
||||
#: src/rc_formatters.py:661
|
||||
#, python-brace-format
|
||||
msgid "Merged revision histories of {article} into {dest}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:664
|
||||
#: src/rc_formatters.py:665
|
||||
msgid "Created account automatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:667 src/rc_formatters.py:676
|
||||
#: src/rc_formatters.py:668 src/rc_formatters.py:677
|
||||
msgid "Created account"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:670
|
||||
#: src/rc_formatters.py:671
|
||||
#, python-brace-format
|
||||
msgid "Created account {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:673
|
||||
#: src/rc_formatters.py:674
|
||||
#, python-brace-format
|
||||
msgid "Created account {article} and password was sent by email"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:679
|
||||
#: src/rc_formatters.py:680
|
||||
msgid "Added an entry to the interwiki table"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:680 src/rc_formatters.py:686
|
||||
#: src/rc_formatters.py:681 src/rc_formatters.py:687
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix}, website: {website} | {desc}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:685
|
||||
#: src/rc_formatters.py:686
|
||||
msgid "Edited an entry in interwiki table"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:691
|
||||
#: src/rc_formatters.py:692
|
||||
msgid "Deleted an entry in interwiki table"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:692
|
||||
#: src/rc_formatters.py:693
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix} | {desc}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:695
|
||||
#: src/rc_formatters.py:696
|
||||
#, python-brace-format
|
||||
msgid "Changed the content model of the page {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:696
|
||||
#: src/rc_formatters.py:697
|
||||
#, python-brace-format
|
||||
msgid "Model changed from {old} to {new}: {reason}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:701
|
||||
#: src/rc_formatters.py:702
|
||||
#, python-brace-format
|
||||
msgid "Edited the sprite for {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:704
|
||||
#: src/rc_formatters.py:705
|
||||
#, python-brace-format
|
||||
msgid "Created the sprite sheet for {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:707
|
||||
#: src/rc_formatters.py:708
|
||||
#, python-brace-format
|
||||
msgid "Edited the slice for {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:713
|
||||
#: src/rc_formatters.py:714
|
||||
#, python-brace-format
|
||||
msgid "Created the Cargo table \"{table}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:717
|
||||
#: src/rc_formatters.py:718
|
||||
#, python-brace-format
|
||||
msgid "Deleted the Cargo table \"{table}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:724
|
||||
#: src/rc_formatters.py:725
|
||||
#, python-brace-format
|
||||
msgid "Recreated the Cargo table \"{table}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:731
|
||||
#: src/rc_formatters.py:732
|
||||
#, python-brace-format
|
||||
msgid "Replaced the Cargo table \"{table}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:735
|
||||
#: src/rc_formatters.py:736
|
||||
#, python-brace-format
|
||||
msgid "Created a tag \"{tag}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:739
|
||||
#: src/rc_formatters.py:740
|
||||
#, python-brace-format
|
||||
msgid "Deleted a tag \"{tag}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:743
|
||||
#: src/rc_formatters.py:744
|
||||
#, python-brace-format
|
||||
msgid "Activated a tag \"{tag}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:746
|
||||
#: src/rc_formatters.py:747
|
||||
#, python-brace-format
|
||||
msgid "Deactivated a tag \"{tag}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:749
|
||||
#: src/rc_formatters.py:750
|
||||
msgid "Action has been hidden by administration."
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:750
|
||||
#: src/rc_formatters.py:751
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:769
|
||||
#: src/rc_formatters.py:770
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:772
|
||||
#: src/rc_formatters.py:773
|
||||
msgid "**Added**: "
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:772
|
||||
#: src/rc_formatters.py:773
|
||||
msgid " and {} more\n"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
#: src/rc_formatters.py:774
|
||||
msgid "**Removed**: "
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
#: src/rc_formatters.py:774
|
||||
msgid " and {} more"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
#: src/rc_formatters.py:775
|
||||
msgid "Changed categories"
|
||||
msgstr ""
|
||||
|
|
|
@ -8,193 +8,193 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: RcGcDw\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 02:52+0200\n"
|
||||
"POT-Creation-Date: 2020-08-08 17:21+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
||||
"X-Generator: Poedit 2.3.1\n"
|
||||
|
||||
#: src/rcgcdw.py:112 src/rcgcdw.py:114 src/rcgcdw.py:116 src/rcgcdw.py:118
|
||||
#: src/rcgcdw.py:120 src/rcgcdw.py:122 src/rcgcdw.py:124
|
||||
#: src/rcgcdw.py:113 src/rcgcdw.py:115 src/rcgcdw.py:117 src/rcgcdw.py:119
|
||||
#: src/rcgcdw.py:121 src/rcgcdw.py:123 src/rcgcdw.py:125
|
||||
#, python-brace-format
|
||||
msgid "{value} (avg. {avg})"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:144
|
||||
#: src/rcgcdw.py:145
|
||||
msgid "Daily overview"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:152
|
||||
#: src/rcgcdw.py:153
|
||||
msgid "No activity"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:176
|
||||
#: src/rcgcdw.py:177
|
||||
msgid " ({} action)"
|
||||
msgid_plural " ({} actions)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:178
|
||||
#: src/rcgcdw.py:179
|
||||
msgid " ({} edit)"
|
||||
msgid_plural " ({} edits)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:183
|
||||
#: src/rcgcdw.py:184
|
||||
msgid " UTC ({} action)"
|
||||
msgid_plural " UTC ({} actions)"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:185 src/rcgcdw.py:186 src/rcgcdw.py:190
|
||||
#: src/rcgcdw.py:186 src/rcgcdw.py:187 src/rcgcdw.py:191
|
||||
msgid "But nobody came"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:193
|
||||
#: src/rcgcdw.py:194
|
||||
msgid "Most active user"
|
||||
msgid_plural "Most active users"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:194
|
||||
#: src/rcgcdw.py:195
|
||||
msgid "Most edited article"
|
||||
msgid_plural "Most edited articles"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:195
|
||||
#: src/rcgcdw.py:196
|
||||
msgid "Edits made"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:195
|
||||
#: src/rcgcdw.py:196
|
||||
msgid "New files"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:195
|
||||
#: src/rcgcdw.py:196
|
||||
msgid "Admin actions"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:196
|
||||
#: src/rcgcdw.py:197
|
||||
msgid "Bytes changed"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:196
|
||||
#: src/rcgcdw.py:197
|
||||
msgid "New articles"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:197
|
||||
#: src/rcgcdw.py:198
|
||||
msgid "Unique contributors"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:198
|
||||
#: src/rcgcdw.py:199
|
||||
msgid "Most active hour"
|
||||
msgid_plural "Most active hours"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:199
|
||||
#: src/rcgcdw.py:200
|
||||
msgid "Day score"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:241
|
||||
#: src/rcgcdw.py:242
|
||||
msgid "director"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:241
|
||||
#: src/rcgcdw.py:242
|
||||
msgid "bot"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:241
|
||||
#: src/rcgcdw.py:242
|
||||
msgid "editor"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:241
|
||||
#: src/rcgcdw.py:242
|
||||
msgid "directors"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:241
|
||||
#: src/rcgcdw.py:242
|
||||
msgid "sysop"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:241
|
||||
#: src/rcgcdw.py:242
|
||||
msgid "bureaucrat"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:241
|
||||
#: src/rcgcdw.py:242
|
||||
msgid "reviewer"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "autoreview"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "autopatrol"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "wiki_guardian"
|
||||
msgstr ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "second"
|
||||
msgid_plural "seconds"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "minute"
|
||||
msgid_plural "minutes"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "hour"
|
||||
msgid_plural "hours"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "day"
|
||||
msgid_plural "days"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "week"
|
||||
msgid_plural "weeks"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "month"
|
||||
msgid_plural "months"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "year"
|
||||
msgid_plural "years"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "millennium"
|
||||
msgid_plural "millennia"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "decade"
|
||||
msgid_plural "decades"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: src/rcgcdw.py:242
|
||||
#: src/rcgcdw.py:243
|
||||
msgid "century"
|
||||
msgid_plural "centuries"
|
||||
msgstr[0] ""
|
||||
|
|
BIN
locale/uk/LC_MESSAGES/discussion_formatters.mo
Normal file
BIN
locale/uk/LC_MESSAGES/discussion_formatters.mo
Normal file
Binary file not shown.
107
locale/uk/LC_MESSAGES/discussion_formatters.po
Normal file
107
locale/uk/LC_MESSAGES/discussion_formatters.po
Normal file
|
@ -0,0 +1,107 @@
|
|||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Frisk <czarodziejlasu@gmail.com>, 2020.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-04-23 23:32+0200\n"
|
||||
"Last-Translator: Frisk <piotrex43@protonmail.ch>\n"
|
||||
"Language-Team: \n"
|
||||
"Language: en_US\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: Lokalize 19.12.3\n"
|
||||
|
||||
#: src/discussion_formatters.py:38
|
||||
#, 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:40 src/discussion_formatters.py:49
|
||||
#: src/discussion_formatters.py:104 src/discussion_formatters.py:117
|
||||
msgid "unknown"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:44
|
||||
#, 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 ""
|
||||
|
||||
#: src/discussion_formatters.py:46
|
||||
#, 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 ""
|
||||
|
||||
#: src/discussion_formatters.py:51
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}>) on [{article}](<{url}wiki/{article}>)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:53
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created a [reply](<{url}wiki/{article}?"
|
||||
"threadId={threadId}) to a [comment](<{url}wiki/{article}?"
|
||||
"commentId={commentId}&replyId={replyId}>) on [{article}](<{url}wiki/{article}"
|
||||
">)"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:82
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:87
|
||||
#, python-brace-format
|
||||
msgid "Created a poll \"{title}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:92
|
||||
msgid "Option {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:93
|
||||
#, python-brace-format
|
||||
msgid "__[View image]({image_url})__"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:101
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\""
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:110
|
||||
#, python-brace-format
|
||||
msgid "Created \"{title}\" on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:114
|
||||
#, python-brace-format
|
||||
msgid "Replied to \"{title}\" on {user}'s Message Wall"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:121
|
||||
#, python-brace-format
|
||||
msgid "Commented on {article}"
|
||||
msgstr ""
|
||||
|
||||
#: src/discussion_formatters.py:125
|
||||
#, python-brace-format
|
||||
msgid "Replied to a comment on {article}"
|
||||
msgstr ""
|
Binary file not shown.
|
@ -7,21 +7,83 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-05-20 17:18+0200\n"
|
||||
"PO-Revision-Date: 2019-08-08 14:54+0200\n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-07-12 12:17+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: Poedit 2.2.1\n"
|
||||
"Last-Translator: \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"
|
||||
"Language: uk\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"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
|
||||
#: misc.py:76
|
||||
#: src/misc.py:42
|
||||
msgid "Location"
|
||||
msgstr "Місцезнаходження"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "About me"
|
||||
msgstr "Про мене"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Google link"
|
||||
msgstr "Посилання на Google"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Facebook link"
|
||||
msgstr "Посилання на Facebook"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitter link"
|
||||
msgstr "Посилання на Twitter"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Reddit link"
|
||||
msgstr "Посилання на Reddit"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitch link"
|
||||
msgstr "Посилання на Twitch"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "PSN link"
|
||||
msgstr "Посилання на PSN"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "VK link"
|
||||
msgstr "Посилання на VK"
|
||||
|
||||
#: src/misc.py:42
|
||||
#, fuzzy
|
||||
msgid "XBL link"
|
||||
msgstr "Посилання на XVL"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Steam link"
|
||||
msgstr "Посилання на Steam"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Discord handle"
|
||||
msgstr "Посилання на Discord"
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Battle.net handle"
|
||||
msgstr "Посилання на Battle.net"
|
||||
|
||||
#: src/misc.py:142
|
||||
msgid ""
|
||||
"\n"
|
||||
"__And more__"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"__І більше__"
|
||||
|
||||
#: src/misc.py:423
|
||||
msgid "Unknown"
|
||||
msgstr "Невідомо"
|
||||
|
||||
#: src/misc.py:425
|
||||
msgid "unknown"
|
||||
msgstr "невідомо"
|
||||
|
|
BIN
locale/uk/LC_MESSAGES/rc.mo
Normal file
BIN
locale/uk/LC_MESSAGES/rc.mo
Normal file
Binary file not shown.
42
locale/uk/LC_MESSAGES/rc.po
Normal file
42
locale/uk/LC_MESSAGES/rc.po
Normal file
|
@ -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 PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 17:22+0200\n"
|
||||
"PO-Revision-Date: 2020-07-12 12:17+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\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"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
|
||||
#: src/rc.py:150
|
||||
#, python-brace-format
|
||||
msgid "Connection to {wiki} seems to be stable now."
|
||||
msgstr "З'єднання з {wiki} зараз здається стабільним."
|
||||
|
||||
#: src/rc.py:151 src/rc.py:266
|
||||
msgid "Connection status"
|
||||
msgstr "Статус з'єднання"
|
||||
|
||||
#: src/rc.py:265
|
||||
#, python-brace-format
|
||||
msgid "{wiki} seems to be down or unreachable."
|
||||
msgstr "{wiki}, здається, не працює або недоступна."
|
||||
|
||||
#: src/rc.py:334
|
||||
msgid "~~hidden~~"
|
||||
msgstr "~~прихована~~"
|
||||
|
||||
#: src/rc.py:340
|
||||
msgid "hidden"
|
||||
msgstr "прихована"
|
BIN
locale/uk/LC_MESSAGES/rc_formatters.mo
Normal file
BIN
locale/uk/LC_MESSAGES/rc_formatters.mo
Normal file
Binary file not shown.
856
locale/uk/LC_MESSAGES/rc_formatters.po
Normal file
856
locale/uk/LC_MESSAGES/rc_formatters.po
Normal file
|
@ -0,0 +1,856 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-07-12 12:17+0200\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\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"
|
||||
"X-Generator: Poedit 2.3\n"
|
||||
|
||||
#: src/rc_formatters.py:41
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) відредагував [{article}]({edit_link}){comment} "
|
||||
"({sign}{edit_size})"
|
||||
|
||||
#: src/rc_formatters.py:43
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) створив [{article}]({edit_link}){comment} ({sign}"
|
||||
"{edit_size})"
|
||||
|
||||
#: src/rc_formatters.py:46
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) uploaded [{file}]({file_link}){comment}"
|
||||
msgstr "[{author}]({author_url}) завантажив [{file}]({file_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:53
|
||||
#, 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:57
|
||||
#, 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:60
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted [{page}]({page_link}){comment}"
|
||||
msgstr "[{author}]({author_url}) вилучив [{page}]({page_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:64
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted redirect by overwriting [{page}]"
|
||||
"({page_link}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) вилучив перенаправлення за допомогою перезапису "
|
||||
"[{page}]({page_link}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:73
|
||||
msgid "without making a redirect"
|
||||
msgstr "не залишивши перенаправлення"
|
||||
|
||||
#: src/rc_formatters.py:68 src/rc_formatters.py:74
|
||||
msgid "with a redirect"
|
||||
msgstr "з перенаправленням"
|
||||
|
||||
#: src/rc_formatters.py:69
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* to [{target}]"
|
||||
"({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) перейменував {redirect}*{article}* в [{target}]"
|
||||
"({target_url}) {made_a_redirect}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:75
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved {redirect}*{article}* over redirect to "
|
||||
"[{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) перейменував {redirect}*{article}* поверх "
|
||||
"перенаправлення в [{target}]({target_url}) {made_a_redirect}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:80
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) moved protection settings from {redirect}*{article}"
|
||||
"* to [{target}]({target_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) переніс налаштування захисту з {redirect}*{article}"
|
||||
"* на [{target}]({target_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:91 src/rc_formatters.py:512
|
||||
#, fuzzy
|
||||
msgid "for infinity and beyond"
|
||||
msgstr "навіки і назавжди"
|
||||
|
||||
#: src/rc_formatters.py:100 src/rc_formatters.py:520
|
||||
#, python-brace-format
|
||||
msgid "for {num} {translated_length}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:106 src/rc_formatters.py:523
|
||||
msgid "until {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:110
|
||||
msgid " on pages: "
|
||||
msgstr " на сторінках: "
|
||||
|
||||
#: src/rc_formatters.py:117 src/rc_formatters.py:534
|
||||
msgid " and namespaces: "
|
||||
msgstr " і в простору імен: "
|
||||
|
||||
#: src/rc_formatters.py:119
|
||||
msgid " on namespaces: "
|
||||
msgstr " в просторах імен: "
|
||||
|
||||
#: src/rc_formatters.py:131
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) blocked [{user}]({user_url}) {time}"
|
||||
"{restriction_desc}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) заблокував [{user}]({user_url}) на {time}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:135
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed block settings for [{blocked_user}]"
|
||||
"({user_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) змінив блокування для [{blocked_user}]({user_url})"
|
||||
"{comment}"
|
||||
|
||||
#: src/rc_formatters.py:139
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) unblocked [{blocked_user}]({user_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) розблокував [{blocked_user}]({user_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) left a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) залишив [коментар]({comment}) на профілі {target}"
|
||||
|
||||
#: src/rc_formatters.py:142
|
||||
msgid "their own profile"
|
||||
msgstr "на своєму профілі"
|
||||
|
||||
#: src/rc_formatters.py:145
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) replied to a [comment]({comment}) on {target} "
|
||||
"profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) відповів на [коментар]({comment}) на профілі "
|
||||
"{target}"
|
||||
|
||||
#: src/rc_formatters.py:148 src/rc_formatters.py:154 src/rc_formatters.py:165
|
||||
#: src/rc_formatters.py:169
|
||||
msgid "their own"
|
||||
msgstr "на своєму"
|
||||
|
||||
#: src/rc_formatters.py:151
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited a [comment]({comment}) on {target} profile"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) відредагував [коментар]({comment}) на профілі "
|
||||
"{target}"
|
||||
|
||||
#: src/rc_formatters.py:157
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) purged a comment on {target} profile"
|
||||
msgstr "[{author}] ({author_url}) вилучив коментар в профілі {target}"
|
||||
|
||||
#: src/rc_formatters.py:167
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a comment on {target} profile"
|
||||
msgstr "[{author}]({author_url}) видалив коментар з профілю {target}"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[{target}]({target_url})'s"
|
||||
msgstr "[{target}]({target_url})"
|
||||
|
||||
#: src/rc_formatters.py:173
|
||||
#, python-brace-format
|
||||
msgid "[their own]({target_url})"
|
||||
msgstr "[на своєму]({target_url})"
|
||||
|
||||
#: src/rc_formatters.py:174
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited the {field} on {target} profile. *({desc})*"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) відредагував {field} на профілі {target}. *({desc})*"
|
||||
|
||||
#: src/rc_formatters.py:188 src/rc_formatters.py:190 src/rc_formatters.py:612
|
||||
#: src/rc_formatters.py:614
|
||||
msgid "none"
|
||||
msgstr "нічого"
|
||||
|
||||
#: src/rc_formatters.py:196 src/rc_formatters.py:599
|
||||
msgid "System"
|
||||
msgstr "Система"
|
||||
|
||||
#: src/rc_formatters.py:201
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) protected [{article}]({article_url}) with the "
|
||||
"following settings: {settings}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) захистив [{article}]({article_url}) з наступними "
|
||||
"налаштуваннями: {settings}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:203 src/rc_formatters.py:211 src/rc_formatters.py:622
|
||||
#: src/rc_formatters.py:628
|
||||
msgid " [cascading]"
|
||||
msgstr " [каскадний]"
|
||||
|
||||
#: src/rc_formatters.py:208
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) modified protection settings of [{article}]"
|
||||
"({article_url}) to: {settings}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) змінив налаштування захисту [{article}]"
|
||||
"({article_url}) на: {settings}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:215
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) removed protection from [{article}]({article_url})"
|
||||
"{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) зняв захист з [{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:219
|
||||
#, 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] ""
|
||||
"[{author}]({author_url}) змінив видимість {amount} версії сторінки "
|
||||
"[{article}]({article_url}){comment}"
|
||||
msgstr[1] ""
|
||||
"[{author}]({author_url}) змінив видимість {amount} версій сторінки "
|
||||
"[{article}]({article_url}){comment}"
|
||||
msgstr[2] ""
|
||||
"[{author}]({author_url}) змінив видимість {amount} версій сторінки "
|
||||
"[{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:224
|
||||
#, 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] ""
|
||||
"[{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:229
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) restored [{article}]({article_url}){comment}"
|
||||
msgstr "[{author}]({author_url}) відновив [{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:231
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) changed visibility of log events{comment}"
|
||||
msgstr "[{author}]({author_url}) змінив видимість подій журналу{comment}"
|
||||
|
||||
#: src/rc_formatters.py:233
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) imported interwiki{comment}"
|
||||
msgstr "[{author}]({author_url}) імпортував інтервікі{comment}"
|
||||
|
||||
#: src/rc_formatters.py:236
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) відредагував фільтр зловживань [під номером "
|
||||
"{number}]({filter_url})"
|
||||
|
||||
#: src/rc_formatters.py:240
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created abuse filter [number {number}]({filter_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) створив фільтр зловживань [під номером {number}]"
|
||||
"({filter_url})"
|
||||
|
||||
#: src/rc_formatters.py:244
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) merged revision histories of [{article}]"
|
||||
"({article_url}) into [{dest}]({dest_url}){comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) об'єднав історії версій [{article}]({article_url}) "
|
||||
"з [{dest}]({dest_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:248
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created automatically"
|
||||
msgstr "[{author}]({author_url}) створив [тег]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:251 src/rc_formatters.py:260
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Account [{author}]({author_url}) was created"
|
||||
msgstr "[{author}]({author_url}) створив [тег]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:254
|
||||
#, fuzzy, python-brace-format
|
||||
msgid ""
|
||||
"Account [{article}]({article_url}) was created by [{author}]({author_url})"
|
||||
"{comment}"
|
||||
msgstr "[{author}]({author_url}) відновив [{article}]({article_url}){comment}"
|
||||
|
||||
#: src/rc_formatters.py:257
|
||||
#, 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:263
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) added an entry to the [interwiki table]"
|
||||
"({table_url}) pointing to {website} with {prefix} prefix"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) додав запис в [таблицю інтервікі]({table_url}), яка "
|
||||
"вказує на {website} з префіксом {prefix}"
|
||||
|
||||
#: src/rc_formatters.py:269
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) edited an entry in [interwiki table]({table_url}) "
|
||||
"pointing to {website} with {prefix} prefix"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) відредагував запис в [таблиці інтервікі]"
|
||||
"({table_url}), яка вказує на {website} з префіксом {prefix}"
|
||||
|
||||
#: src/rc_formatters.py:275
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) deleted an entry in [interwiki table]({table_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) вилучив запис в [таблиці інтервікі]({table_url})"
|
||||
|
||||
#: src/rc_formatters.py:278
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) changed the content model of the page [{article}]"
|
||||
"({article_url}) from {old} to {new}{comment}"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) змінив модель вмісту сторінки [{article}]"
|
||||
"({article_url}) з {old} на {new}{comment}"
|
||||
|
||||
#: src/rc_formatters.py:282
|
||||
#, 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:285
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"[{author}]({author_url}) created the sprite sheet for [{article}]"
|
||||
"({article_url})"
|
||||
msgstr ""
|
||||
"[{author}]({author_url}) створив таблицю спрайтів для [{article}]"
|
||||
"({article_url})"
|
||||
|
||||
#: src/rc_formatters.py:288
|
||||
#, 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:293
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) created the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) створив [тег]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:295
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) вилучив [тег]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:300
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) recreated the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) створив [тег]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:305
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "[{author}]({author_url}) replaced the Cargo table \"{table}\""
|
||||
msgstr "[{author}]({author_url}) створив [тег]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:308
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) created a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) створив [тег]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:312
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deleted a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) вилучив [тег]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:316
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) activated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) активував [тег]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:319
|
||||
#, python-brace-format
|
||||
msgid "[{author}]({author_url}) deactivated a [tag]({tag_url}) \"{tag}\""
|
||||
msgstr "[{author}]({author_url}) деактивував [тег]({tag_url}) \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:321
|
||||
msgid "An action has been hidden by administration."
|
||||
msgstr "Дія була прихована адміністрацією."
|
||||
|
||||
#: src/rc_formatters.py:331 src/rc_formatters.py:615
|
||||
msgid "No description provided"
|
||||
msgstr "Немає опису редагування"
|
||||
|
||||
#: src/rc_formatters.py:378
|
||||
msgid "(N!) "
|
||||
msgstr "(Н!) "
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "m"
|
||||
msgstr "м"
|
||||
|
||||
#: src/rc_formatters.py:379
|
||||
msgid "b"
|
||||
msgstr "б"
|
||||
|
||||
#: src/rc_formatters.py:396 src/rc_formatters.py:401
|
||||
msgid "__Only whitespace__"
|
||||
msgstr "__Тільки пробіли__"
|
||||
|
||||
#: src/rc_formatters.py:406
|
||||
msgid "Removed"
|
||||
msgstr "видалено"
|
||||
|
||||
#: src/rc_formatters.py:408
|
||||
msgid "Added"
|
||||
msgstr "Додано"
|
||||
|
||||
#: src/rc_formatters.py:442 src/rc_formatters.py:481
|
||||
msgid "Options"
|
||||
msgstr "Параметри"
|
||||
|
||||
#: src/rc_formatters.py:442
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}) | [undo]({undolink}))"
|
||||
msgstr "([перегляд]({link}) | [скасувати]({undolink}))"
|
||||
|
||||
#: src/rc_formatters.py:447
|
||||
#, python-brace-format
|
||||
msgid "Uploaded a new version of {name}"
|
||||
msgstr "Завантажив нову версію {name}"
|
||||
|
||||
#: src/rc_formatters.py:449
|
||||
#, python-brace-format
|
||||
msgid "Reverted a version of {name}"
|
||||
msgstr "Повернув версію {name}"
|
||||
|
||||
#: src/rc_formatters.py:451
|
||||
#, python-brace-format
|
||||
msgid "Uploaded {name}"
|
||||
msgstr "Загрузил {name}"
|
||||
|
||||
#: src/rc_formatters.py:467
|
||||
msgid "**No license!**"
|
||||
msgstr "**Немає ліцензії!**"
|
||||
|
||||
#: src/rc_formatters.py:479
|
||||
msgid ""
|
||||
"\n"
|
||||
"License: {}"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"Ліцензія: {}"
|
||||
|
||||
#: src/rc_formatters.py:481
|
||||
#, python-brace-format
|
||||
msgid "([preview]({link}))"
|
||||
msgstr "([перегляд]({link}))"
|
||||
|
||||
#: src/rc_formatters.py:486
|
||||
#, python-brace-format
|
||||
msgid "Deleted page {article}"
|
||||
msgstr "Вилучив сторінку {article}"
|
||||
|
||||
#: src/rc_formatters.py:489
|
||||
#, python-brace-format
|
||||
msgid "Deleted redirect {article} by overwriting"
|
||||
msgstr "Вилучив перенаправлення {article} by overwriting"
|
||||
|
||||
#: src/rc_formatters.py:493
|
||||
msgid "No redirect has been made"
|
||||
msgstr "Перенаправлення не зроблено"
|
||||
|
||||
#: src/rc_formatters.py:494
|
||||
msgid "A redirect has been made"
|
||||
msgstr "Перенаправлення було зроблено"
|
||||
|
||||
#: src/rc_formatters.py:495
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {target}"
|
||||
msgstr "Перейменував сторінку {redirect}{article} to {target}"
|
||||
|
||||
#: src/rc_formatters.py:498
|
||||
#, python-brace-format
|
||||
msgid "Moved {redirect}{article} to {title} over redirect"
|
||||
msgstr ""
|
||||
"Перейменував сторінку {redirect}{article} to {title} поверх перенаправлення"
|
||||
|
||||
#: src/rc_formatters.py:502
|
||||
#, python-brace-format
|
||||
msgid "Moved protection settings from {redirect}{article} to {title}"
|
||||
msgstr "Переніс налаштування захисту з {redirect}{article} на {title}"
|
||||
|
||||
#: src/rc_formatters.py:527
|
||||
msgid "Blocked from editing the following pages: "
|
||||
msgstr "Заблокований від редагування в наступних сторінках: "
|
||||
|
||||
#: src/rc_formatters.py:536
|
||||
msgid "Blocked from editing pages on following namespaces: "
|
||||
msgstr "Заблокований від редагування на сторінках в наступних просторах назв: "
|
||||
|
||||
#: src/rc_formatters.py:547
|
||||
msgid "Partial block details"
|
||||
msgstr "Часткові деталі блокування"
|
||||
|
||||
#: src/rc_formatters.py:548
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Blocked {blocked_user} {time}"
|
||||
msgstr "Заблокував {blocked_user} на {time}"
|
||||
|
||||
#: src/rc_formatters.py:552
|
||||
#, python-brace-format
|
||||
msgid "Changed block settings for {blocked_user}"
|
||||
msgstr "Змінив блокування для {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:556
|
||||
#, python-brace-format
|
||||
msgid "Unblocked {blocked_user}"
|
||||
msgstr "Розблокував {blocked_user}"
|
||||
|
||||
#: src/rc_formatters.py:561
|
||||
#, python-brace-format
|
||||
msgid "Left a comment on {target}'s profile"
|
||||
msgstr "Залишив коментар на профілі {target}"
|
||||
|
||||
#: src/rc_formatters.py:563
|
||||
msgid "Left a comment on their own profile"
|
||||
msgstr "Залишив коментар на своєму профілі"
|
||||
|
||||
#: src/rc_formatters.py:568
|
||||
#, python-brace-format
|
||||
msgid "Replied to a comment on {target}'s profile"
|
||||
msgstr "Відповів на коментар на профілі {target}"
|
||||
|
||||
#: src/rc_formatters.py:570
|
||||
msgid "Replied to a comment on their own profile"
|
||||
msgstr "Відповів на коментар на своєму профілі"
|
||||
|
||||
#: src/rc_formatters.py:575
|
||||
#, python-brace-format
|
||||
msgid "Edited a comment on {target}'s profile"
|
||||
msgstr "Відредагував коментар на профілі {target}"
|
||||
|
||||
#: src/rc_formatters.py:577
|
||||
msgid "Edited a comment on their own profile"
|
||||
msgstr "Відредагував коментар на своєму профілі"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
#, python-brace-format
|
||||
msgid "Edited {target}'s profile"
|
||||
msgstr "Відредагував профіль {target}"
|
||||
|
||||
#: src/rc_formatters.py:580
|
||||
msgid "Edited their own profile"
|
||||
msgstr "Відредагував свій профіль"
|
||||
|
||||
#: src/rc_formatters.py:582
|
||||
#, python-brace-format
|
||||
msgid "Cleared the {field} field"
|
||||
msgstr "Очистив поле {field}"
|
||||
|
||||
#: src/rc_formatters.py:584
|
||||
#, python-brace-format
|
||||
msgid "{field} field changed to: {desc}"
|
||||
msgstr "Поле {field} змінено на: {desc}"
|
||||
|
||||
#: src/rc_formatters.py:587
|
||||
#, python-brace-format
|
||||
msgid "Purged a comment on {target}'s profile"
|
||||
msgstr "Вилучив коментар в профілі {target}"
|
||||
|
||||
#: src/rc_formatters.py:593
|
||||
#, python-brace-format
|
||||
msgid "Deleted a comment on {target}'s profile"
|
||||
msgstr "Вилучив коментар на профілі {target}"
|
||||
|
||||
#: src/rc_formatters.py:597
|
||||
#, python-brace-format
|
||||
msgid "Changed group membership for {target}"
|
||||
msgstr "Змінено членство в групі для {target}"
|
||||
|
||||
#: src/rc_formatters.py:601
|
||||
#, python-brace-format
|
||||
msgid "{target} got autopromoted to a new usergroup"
|
||||
msgstr "{target} автоматично переведений в нову групу користувачів"
|
||||
|
||||
#: src/rc_formatters.py:616
|
||||
#, python-brace-format
|
||||
msgid "Groups changed from {old_groups} to {new_groups}{reason}"
|
||||
msgstr "Групи змінені з {old_groups} на {new_groups}{reason}"
|
||||
|
||||
#: src/rc_formatters.py:620
|
||||
#, python-brace-format
|
||||
msgid "Protected {target}"
|
||||
msgstr "Захистив {target}"
|
||||
|
||||
#: src/rc_formatters.py:626
|
||||
#, python-brace-format
|
||||
msgid "Changed protection level for {article}"
|
||||
msgstr "Змінив рівень захисту для {article}"
|
||||
|
||||
#: src/rc_formatters.py:632
|
||||
#, python-brace-format
|
||||
msgid "Removed protection from {article}"
|
||||
msgstr "Зняв захист з {article}"
|
||||
|
||||
#: src/rc_formatters.py:636
|
||||
#, 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[1] "Змінив видимість {amount} версій сторінки {article} "
|
||||
msgstr[2] "Змінив видимість {amount} версій сторінки {article} "
|
||||
|
||||
#: src/rc_formatters.py:641
|
||||
#, python-brace-format
|
||||
msgid "Imported {article} with {count} revision"
|
||||
msgid_plural "Imported {article} with {count} revisions"
|
||||
msgstr[0] "Імпортував {article} з {count} версією"
|
||||
msgstr[1] "Імпортував {article} з {count} версіями"
|
||||
msgstr[2] "Імпортував {article} з {count} версіями"
|
||||
|
||||
#: src/rc_formatters.py:646
|
||||
#, python-brace-format
|
||||
msgid "Restored {article}"
|
||||
msgstr "Відновив {article}"
|
||||
|
||||
#: src/rc_formatters.py:649
|
||||
msgid "Changed visibility of log events"
|
||||
msgstr "Змінив видимість подій журналу"
|
||||
|
||||
#: src/rc_formatters.py:652
|
||||
msgid "Imported interwiki"
|
||||
msgstr "Імпортував інтервікі"
|
||||
|
||||
#: src/rc_formatters.py:655
|
||||
#, python-brace-format
|
||||
msgid "Edited abuse filter number {number}"
|
||||
msgstr "Відредагував фільтр зловживань під номером {number}"
|
||||
|
||||
#: src/rc_formatters.py:658
|
||||
#, python-brace-format
|
||||
msgid "Created abuse filter number {number}"
|
||||
msgstr "Створив фільтр зловживань під номером {number}"
|
||||
|
||||
#: src/rc_formatters.py:661
|
||||
#, python-brace-format
|
||||
msgid "Merged revision histories of {article} into {dest}"
|
||||
msgstr "Об'єднав історії версій {article} з {dest}"
|
||||
|
||||
#: src/rc_formatters.py:665
|
||||
msgid "Created account automatically"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:668 src/rc_formatters.py:677
|
||||
msgid "Created account"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:671
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created account {article}"
|
||||
msgstr "Вилучив сторінку {article}"
|
||||
|
||||
#: src/rc_formatters.py:674
|
||||
#, python-brace-format
|
||||
msgid "Created account {article} and password was sent by email"
|
||||
msgstr ""
|
||||
|
||||
#: src/rc_formatters.py:680
|
||||
msgid "Added an entry to the interwiki table"
|
||||
msgstr "Додав запис в таблицю інтервікі"
|
||||
|
||||
#: src/rc_formatters.py:681 src/rc_formatters.py:687
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix}, website: {website} | {desc}"
|
||||
msgstr "Префікс: {prefix}, веб-сайт: {website} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:686
|
||||
msgid "Edited an entry in interwiki table"
|
||||
msgstr "Відредагував запис в таблиці інтервікі"
|
||||
|
||||
#: src/rc_formatters.py:692
|
||||
msgid "Deleted an entry in interwiki table"
|
||||
msgstr "Вилучив запис в таблиці інтервікі"
|
||||
|
||||
#: src/rc_formatters.py:693
|
||||
#, python-brace-format
|
||||
msgid "Prefix: {prefix} | {desc}"
|
||||
msgstr "Префікс: {prefix} | {desc}"
|
||||
|
||||
#: src/rc_formatters.py:696
|
||||
#, python-brace-format
|
||||
msgid "Changed the content model of the page {article}"
|
||||
msgstr "Змінив модель вмісту сторінки {article}"
|
||||
|
||||
#: src/rc_formatters.py:697
|
||||
#, python-brace-format
|
||||
msgid "Model changed from {old} to {new}: {reason}"
|
||||
msgstr "Модель змінена з {old} на {new}: {reason}"
|
||||
|
||||
#: src/rc_formatters.py:702
|
||||
#, python-brace-format
|
||||
msgid "Edited the sprite for {article}"
|
||||
msgstr "Відредагував спрайт для {article}"
|
||||
|
||||
#: src/rc_formatters.py:705
|
||||
#, python-brace-format
|
||||
msgid "Created the sprite sheet for {article}"
|
||||
msgstr "Створив таблицю спрайтів для {article}"
|
||||
|
||||
#: src/rc_formatters.py:708
|
||||
#, python-brace-format
|
||||
msgid "Edited the slice for {article}"
|
||||
msgstr "Відредагував фрагмент для {article}"
|
||||
|
||||
#: src/rc_formatters.py:714
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Created the Cargo table \"{table}\""
|
||||
msgstr "Створив тег \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:718
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Deleted the Cargo table \"{table}\""
|
||||
msgstr "Вилучив тег \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:725
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Recreated the Cargo table \"{table}\""
|
||||
msgstr "Створив тег \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:732
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Replaced the Cargo table \"{table}\""
|
||||
msgstr "Вилучив тег \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:736
|
||||
#, python-brace-format
|
||||
msgid "Created a tag \"{tag}\""
|
||||
msgstr "Створив тег \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:740
|
||||
#, python-brace-format
|
||||
msgid "Deleted a tag \"{tag}\""
|
||||
msgstr "Вилучив тег \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:744
|
||||
#, python-brace-format
|
||||
msgid "Activated a tag \"{tag}\""
|
||||
msgstr "Активував тег \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:747
|
||||
#, python-brace-format
|
||||
msgid "Deactivated a tag \"{tag}\""
|
||||
msgstr "Деактивував тег \"{tag}\""
|
||||
|
||||
#: src/rc_formatters.py:750
|
||||
msgid "Action has been hidden by administration."
|
||||
msgstr "Дія була прихована адміністрацією."
|
||||
|
||||
#: src/rc_formatters.py:751
|
||||
msgid "Unknown"
|
||||
msgstr "Невідомо"
|
||||
|
||||
#: src/rc_formatters.py:770
|
||||
msgid "Tags"
|
||||
msgstr "Теги"
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid "**Added**: "
|
||||
msgstr "**Додано**: "
|
||||
|
||||
#: src/rc_formatters.py:773
|
||||
msgid " and {} more\n"
|
||||
msgstr " та ще {}\n"
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid "**Removed**: "
|
||||
msgstr "**видалено**: "
|
||||
|
||||
#: src/rc_formatters.py:774
|
||||
msgid " and {} more"
|
||||
msgstr " та ще {}"
|
||||
|
||||
#: src/rc_formatters.py:775
|
||||
msgid "Changed categories"
|
||||
msgstr "Змінені категорії"
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
BIN
locale/zh_Hans/LC_MESSAGES/misc.mo
Normal file
BIN
locale/zh_Hans/LC_MESSAGES/misc.mo
Normal file
Binary file not shown.
|
@ -1,28 +1,85 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# This file is distributed under the same license as the RcGcDw package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Project-Id-Version: RcGcDw\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-07-04 00:57+0200\n"
|
||||
"PO-Revision-Date: 2020-08-04 09:51+0000\n"
|
||||
"Last-Translator: Dianliang233 <dianliang233@gmail.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <https://weblate.frisk.space/projects/"
|
||||
"rcgcdw/misc/zh_Hans/>\n"
|
||||
"Language: zh_Hans\n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-08-08 20:11+0200\n"
|
||||
"Language-Team: \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"
|
||||
"Last-Translator: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 4.1.1\n"
|
||||
"Language: zh_CN\n"
|
||||
|
||||
#: misc.py:143
|
||||
#: src/misc.py:42
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "About me"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Google link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Facebook link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitter link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Reddit link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitch link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "PSN link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "VK link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "XBL link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Steam link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Discord handle"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Battle.net handle"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:142
|
||||
msgid ""
|
||||
"\n"
|
||||
"__And more__"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"__还有更多__"
|
||||
|
||||
#: src/misc.py:423
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:425
|
||||
msgid "unknown"
|
||||
msgstr ""
|
||||
|
|
BIN
locale/zh_Hant/LC_MESSAGES/misc.mo
Normal file
BIN
locale/zh_Hant/LC_MESSAGES/misc.mo
Normal file
Binary file not shown.
|
@ -1,28 +1,85 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# This file is distributed under the same license as the RcGcDw package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Project-Id-Version: RcGcDw\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-07-04 00:57+0200\n"
|
||||
"PO-Revision-Date: 2020-08-04 09:51+0000\n"
|
||||
"Last-Translator: Dianliang233 <dianliang233@gmail.com>\n"
|
||||
"Language-Team: Chinese (Traditional) <https://weblate.frisk.space/projects/"
|
||||
"rcgcdw/misc/zh_Hant/>\n"
|
||||
"Language: zh_Hant\n"
|
||||
"POT-Creation-Date: 2020-08-08 14:00+0200\n"
|
||||
"PO-Revision-Date: 2020-08-08 20:11+0200\n"
|
||||
"Language-Team: \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"
|
||||
"Last-Translator: \n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Generator: Weblate 4.1.1\n"
|
||||
"Language: zh_TW\n"
|
||||
|
||||
#: misc.py:143
|
||||
#: src/misc.py:42
|
||||
msgid "Location"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "About me"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Google link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Facebook link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitter link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Reddit link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Twitch link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "PSN link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "VK link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "XBL link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Steam link"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Discord handle"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:42
|
||||
msgid "Battle.net handle"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:142
|
||||
msgid ""
|
||||
"\n"
|
||||
"__And more__"
|
||||
msgstr ""
|
||||
"\n"
|
||||
"__還有更多__"
|
||||
|
||||
#: src/misc.py:423
|
||||
msgid "Unknown"
|
||||
msgstr ""
|
||||
|
||||
#: src/misc.py:425
|
||||
msgid "unknown"
|
||||
msgstr ""
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
cd ..
|
||||
xgettext -L Python --package-name=RcGcDw -o 'locale/templates/discussion_formatters.pot' src/discussion_formatters.py
|
||||
xgettext -L Python --package-name=RcGcDw -o 'locale/templates/rc_formatters.pot' src/rc_formatters.py
|
||||
xgettext -L Python --package-name=RcGcDw -o 'locale/templates/rcgcdw.pot' src/rcgcdw.py
|
||||
xgettext -L Python --package-name=RcGcDw -o 'locale/templates/rc.pot' src/rc.py
|
||||
xgettext -L Python --package-name=RcGcDw -o 'locale/templates/misc.pot' src/misc.py
|
||||
declare -a StringArray=("discussion_formatters" "rc_formatters" "rcgcdw" "rc" "misc")
|
||||
for file in ${StringArray[@]}; do
|
||||
xgettext -L Python --package-name=RcGcDw -o "locale/templates/$file.pot" src/$file.py
|
||||
done
|
||||
for language in de fr lol pl pt-br ru uk zh_Hans zh_Hant
|
||||
do
|
||||
for file in ${StringArray[@]}; do
|
||||
msgmerge -U locale/$language/LC_MESSAGES/$file.po locale/templates/$file.pot
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue