From 74aa8262fb74448d168709cf90720c4db89d09fe Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:43:32 +1200 Subject: [PATCH] translation update --- app/translations/ca/LC_MESSAGES/messages.po | 2962 +++++++++++++++++++ app/translations/de/LC_MESSAGES/messages.po | 1497 +++++++--- app/translations/es/LC_MESSAGES/messages.po | 2962 +++++++++++++++++++ app/translations/fr/LC_MESSAGES/messages.po | 1077 ++++--- app/translations/ja/LC_MESSAGES/messages.po | 1077 ++++--- app/translations/lt/LC_MESSAGES/messages.po | 2607 ++++++++++++++++ app/translations/pt/LC_MESSAGES/messages.po | 1077 ++++--- 7 files changed, 11597 insertions(+), 1662 deletions(-) create mode 100644 app/translations/ca/LC_MESSAGES/messages.po create mode 100644 app/translations/es/LC_MESSAGES/messages.po create mode 100644 app/translations/lt/LC_MESSAGES/messages.po diff --git a/app/translations/ca/LC_MESSAGES/messages.po b/app/translations/ca/LC_MESSAGES/messages.po new file mode 100644 index 00000000..ee2601a2 --- /dev/null +++ b/app/translations/ca/LC_MESSAGES/messages.po @@ -0,0 +1,2962 @@ +# Catalan translations for PROJECT. +# Copyright (C) 2024 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2024-04-09 12:33+1200\n" +"PO-Revision-Date: 2024-04-09 12:33+1200\n" +"Last-Translator: FULL NAME \n" +"Language: ca\n" +"Language-Team: ca \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" + +#: app/__init__.py:33 +msgid "Please log in to access this page." +msgstr "" + +#: app/cli.py:225 app/main/routes.py:328 +msgid "[PieFed] You have unread notifications" +msgstr "" + +#: app/email.py:16 +msgid "[PieFed] Reset Your Password" +msgstr "" + +#: app/email.py:26 +msgid "[PieFed] Please verify your email address" +msgstr "" + +#: app/email.py:34 +msgid "Your application has been approved - welcome to PieFed" +msgstr "" + +#: app/email.py:34 +msgid "Welcome to PieFed" +msgstr "" + +#: app/activitypub/util.py:1280 app/post/routes.py:91 app/post/routes.py:509 +#, python-format +msgid "Reply from %(name)s on %(post_title)s" +msgstr "" + +#: app/activitypub/util.py:1679 app/post/routes.py:1053 +msgid "A post has been reported" +msgstr "" + +#: app/activitypub/util.py:1700 app/post/routes.py:1187 +msgid "A comment has been reported" +msgstr "" + +#: app/admin/forms.py:13 app/admin/forms.py:99 app/community/forms.py:18 +#: app/templates/community/community_mod_list.html:32 +#: app/templates/user/filters.html:29 app/templates/user/filters.html:70 +#: app/templates/user/filters.html:88 app/templates/user/filters.html:106 +#: app/templates/user/filters.html:124 app/user/forms.py:89 +msgid "Name" +msgstr "" + +#: app/admin/forms.py:14 +msgid "Tagline" +msgstr "" + +#: app/admin/forms.py:15 +msgid "Icon" +msgstr "" + +#: app/admin/forms.py:18 +msgid "Sidebar" +msgstr "" + +#: app/admin/forms.py:19 +msgid "Legal information" +msgstr "" + +#: app/admin/forms.py:20 app/admin/forms.py:37 app/admin/forms.py:46 +#: app/admin/forms.py:83 app/admin/forms.py:102 app/admin/forms.py:128 +#: app/admin/forms.py:180 app/community/forms.py:56 app/community/forms.py:96 +#: app/community/forms.py:109 app/community/forms.py:129 app/user/forms.py:99 +msgid "Save" +msgstr "" + +#: app/admin/forms.py:24 +msgid "Enable downvotes" +msgstr "" + +#: app/admin/forms.py:25 +msgid "Allow local image posts" +msgstr "" + +#: app/admin/forms.py:26 +msgid "Days to cache images from remote instances for" +msgstr "" + +#: app/admin/forms.py:27 +msgid "Allow NSFW communities" +msgstr "" + +#: app/admin/forms.py:28 +msgid "Allow NSFL communities and posts" +msgstr "" + +#: app/admin/forms.py:29 +msgid "Only admins can create new local communities" +msgstr "" + +#: app/admin/forms.py:30 +msgid "Notify admins about reports, not just moderators" +msgstr "" + +#: app/admin/forms.py:31 +msgid "Open" +msgstr "" + +#: app/admin/forms.py:31 +msgid "Require application" +msgstr "" + +#: app/admin/forms.py:31 +msgid "Closed" +msgstr "" + +#: app/admin/forms.py:32 +msgid "Registration mode" +msgstr "" + +#: app/admin/forms.py:33 +msgid "Question to ask people applying for an account" +msgstr "" + +#: app/admin/forms.py:34 +msgid "Block registrations from these referrers (one per line)" +msgstr "" + +#: app/admin/forms.py:35 +msgid "Log ActivityPub JSON for debugging" +msgstr "" + +#: app/admin/forms.py:36 +msgid "Default theme" +msgstr "" + +#: app/admin/forms.py:41 +msgid "Allowlist instead of blocklist" +msgstr "" + +#: app/admin/forms.py:42 +msgid "Allow federation with these instances" +msgstr "" + +#: app/admin/forms.py:43 +msgid "Blocklist instead of allowlist" +msgstr "" + +#: app/admin/forms.py:44 +msgid "Deny federation with these instances" +msgstr "" + +#: app/admin/forms.py:45 +msgid "Discard all posts and comments with these phrases (one per line)" +msgstr "" + +#: app/admin/forms.py:50 app/community/forms.py:42 app/community/forms.py:90 +#: app/community/forms.py:101 app/community/forms.py:121 +msgid "Title" +msgstr "" + +#: app/admin/forms.py:51 app/admin/forms.py:100 app/community/forms.py:19 +msgid "Url" +msgstr "" + +#: app/admin/forms.py:52 app/community/forms.py:20 app/community/forms.py:43 +msgid "Description" +msgstr "" + +#: app/admin/forms.py:53 app/community/forms.py:21 app/community/forms.py:44 +msgid "Icon image" +msgstr "" + +#: app/admin/forms.py:54 app/community/forms.py:22 app/community/forms.py:45 +msgid "Banner image" +msgstr "" + +#: app/admin/forms.py:55 app/community/forms.py:23 app/community/forms.py:46 +msgid "Rules" +msgstr "" + +#: app/admin/forms.py:56 app/community/forms.py:47 +msgid "Porn community" +msgstr "" + +#: app/admin/forms.py:57 +msgid "Banned - no new posts accepted" +msgstr "" + +#: app/admin/forms.py:58 app/community/forms.py:48 +msgid "Only accept posts from current instance" +msgstr "" + +#: app/admin/forms.py:59 app/community/forms.py:49 +msgid "Only moderators can post" +msgstr "" + +#: app/admin/forms.py:60 app/community/forms.py:50 +msgid "New moderators wanted" +msgstr "" + +#: app/admin/forms.py:61 +msgid "Posts show on home page" +msgstr "" + +#: app/admin/forms.py:62 +msgid "Posts can be popular" +msgstr "" + +#: app/admin/forms.py:63 +msgid "Posts show in All list" +msgstr "" + +#: app/admin/forms.py:64 +msgid "Low quality / toxic - upvotes in here don't add to reputation" +msgstr "" + +#: app/admin/forms.py:65 +msgid "Forever" +msgstr "" + +#: app/admin/forms.py:66 +msgid "1 week" +msgstr "" + +#: app/admin/forms.py:67 +msgid "2 weeks" +msgstr "" + +#: app/admin/forms.py:68 +msgid "1 month" +msgstr "" + +#: app/admin/forms.py:69 +msgid "2 months" +msgstr "" + +#: app/admin/forms.py:70 +msgid "3 months" +msgstr "" + +#: app/admin/forms.py:71 +msgid "6 months" +msgstr "" + +#: app/admin/forms.py:72 +msgid "1 year" +msgstr "" + +#: app/admin/forms.py:73 +msgid "2 years" +msgstr "" + +#: app/admin/forms.py:74 +msgid "5 years" +msgstr "" + +#: app/admin/forms.py:75 +msgid "10 years" +msgstr "" + +#: app/admin/forms.py:77 +msgid "Retain content" +msgstr "" + +#: app/admin/forms.py:78 app/community/forms.py:51 +msgid "Topic" +msgstr "" + +#: app/admin/forms.py:79 app/community/forms.py:52 +#: app/templates/community/_community_nav.html:23 +msgid "List" +msgstr "" + +#: app/admin/forms.py:80 app/community/forms.py:53 +msgid "Masonry" +msgstr "" + +#: app/admin/forms.py:81 app/community/forms.py:54 +msgid "Wide masonry" +msgstr "" + +#: app/admin/forms.py:82 app/community/forms.py:55 +msgid "Layout" +msgstr "" + +#: app/admin/forms.py:89 app/community/forms.py:32 +msgid "Url is required." +msgstr "" + +#: app/admin/forms.py:93 app/community/forms.py:36 +msgid "- cannot be in Url. Use _ instead?" +msgstr "" + +#: app/admin/forms.py:101 +msgid "Parent topic" +msgstr "" + +#: app/admin/forms.py:106 app/auth/forms.py:10 app/auth/forms.py:17 +#: app/community/forms.py:60 +msgid "User name" +msgstr "" + +#: app/admin/forms.py:108 app/user/forms.py:14 +msgid "Email address" +msgstr "" + +#: app/admin/forms.py:109 app/auth/forms.py:11 app/auth/forms.py:20 +#: app/auth/forms.py:74 +msgid "Password" +msgstr "" + +#: app/admin/forms.py:111 app/auth/forms.py:22 app/auth/forms.py:76 +msgid "Repeat password" +msgstr "" + +#: app/admin/forms.py:112 app/user/forms.py:17 +msgid "Bio" +msgstr "" + +#: app/admin/forms.py:113 app/user/forms.py:18 +msgid "Matrix User ID" +msgstr "" + +#: app/admin/forms.py:114 app/user/forms.py:19 +msgid "Avatar image" +msgstr "" + +#: app/admin/forms.py:115 app/user/forms.py:20 +msgid "Top banner image" +msgstr "" + +#: app/admin/forms.py:116 app/admin/forms.py:170 app/user/forms.py:21 +msgid "This profile is a bot" +msgstr "" + +#: app/admin/forms.py:117 app/admin/forms.py:171 +msgid "Email address is verified" +msgstr "" + +#: app/admin/forms.py:118 app/admin/forms.py:172 +msgid "Banned" +msgstr "" + +#: app/admin/forms.py:119 app/user/forms.py:34 +msgid "Subscribe to email newsletter" +msgstr "" + +#: app/admin/forms.py:120 app/user/forms.py:36 +msgid "Hide posts by bots" +msgstr "" + +#: app/admin/forms.py:121 app/user/forms.py:37 +msgid "Show NSFW posts" +msgstr "" + +#: app/admin/forms.py:122 app/user/forms.py:38 +msgid "Show NSFL posts" +msgstr "" + +#: app/admin/forms.py:123 app/admin/forms.py:173 +msgid "User" +msgstr "" + +#: app/admin/forms.py:124 app/admin/forms.py:174 +msgid "Staff" +msgstr "" + +#: app/admin/forms.py:125 app/admin/forms.py:175 app/admin/routes.py:32 +#: app/templates/base.html:185 +msgid "Admin" +msgstr "" + +#: app/admin/forms.py:127 app/admin/forms.py:177 +msgid "Role" +msgstr "" + +#: app/admin/forms.py:133 app/auth/forms.py:32 +msgid "An account with this email address already exists." +msgstr "" + +#: app/admin/forms.py:137 app/auth/forms.py:36 +msgid "User names cannot contain @." +msgstr "" + +#: app/admin/forms.py:141 app/auth/forms.py:40 +msgid "This username was used in the past and cannot be reused." +msgstr "" + +#: app/admin/forms.py:143 app/auth/forms.py:42 +msgid "An account with this user name already exists." +msgstr "" + +#: app/admin/forms.py:146 app/auth/forms.py:45 +msgid "A community with this name exists so it cannot be used for a user." +msgstr "" + +#: app/admin/forms.py:153 app/admin/forms.py:166 app/auth/forms.py:52 +#: app/auth/forms.py:65 +msgid "This password is too common." +msgstr "" + +#: app/admin/forms.py:163 app/auth/forms.py:62 +msgid "This password is not secure." +msgstr "" + +#: app/admin/forms.py:178 +msgid "Remove avatar" +msgstr "" + +#: app/admin/forms.py:179 +msgid "Remove banner" +msgstr "" + +#: app/admin/forms.py:184 +msgid "Subject" +msgstr "" + +#: app/admin/forms.py:185 +msgid "Body (text)" +msgstr "" + +#: app/admin/forms.py:186 +msgid "Body (html)" +msgstr "" + +#: app/admin/forms.py:187 +msgid "Test mode" +msgstr "" + +#: app/admin/forms.py:188 app/admin/routes.py:708 +msgid "Send newsletter" +msgstr "" + +#: app/admin/routes.py:60 app/templates/admin/_nav.html:4 +msgid "Site profile" +msgstr "" + +#: app/admin/routes.py:108 app/templates/admin/_nav.html:5 +msgid "Misc settings" +msgstr "" + +#: app/admin/routes.py:144 +msgid "Admin settings saved" +msgstr "" + +#: app/admin/routes.py:155 +msgid "Federation settings" +msgstr "" + +#: app/admin/routes.py:177 +msgid "ActivityPub Log" +msgstr "" + +#: app/admin/routes.py:187 +msgid "Activity JSON" +msgstr "" + +#: app/admin/routes.py:222 app/community/routes.py:232 app/main/routes.py:193 +#: app/post/routes.py:238 app/templates/admin/_nav.html:6 +#: app/templates/list_communities.html:51 app/templates/user/filters.html:58 +#: app/templates/user/notifications.html:66 +#: app/templates/user/show_profile.html:133 +msgid "Communities" +msgstr "" + +#: app/admin/routes.py:274 app/admin/routes.py:370 app/admin/routes.py:395 +#: app/admin/routes.py:564 app/community/routes.py:808 +msgid "Saved" +msgstr "" + +#: app/admin/routes.py:278 +msgid "" +"This is a remote community - most settings here will be regularly " +"overwritten with data from the original server." +msgstr "" + +#: app/admin/routes.py:295 app/community/routes.py:820 +msgid "Edit community" +msgstr "" + +#: app/admin/routes.py:314 app/community/routes.py:843 +msgid "Community deleted" +msgstr "" + +#: app/admin/routes.py:348 app/community/routes.py:218 app/post/routes.py:224 +#: app/templates/admin/_nav.html:7 app/templates/base.html:137 +#: app/templates/base.html:155 app/templates/topic/show_topic.html:14 +msgid "Topics" +msgstr "" + +#: app/admin/routes.py:373 app/templates/admin/topics.html:35 +msgid "Add topic" +msgstr "" + +#: app/admin/routes.py:401 +msgid "Edit topic" +msgstr "" + +#: app/admin/routes.py:416 +msgid "Topic deleted" +msgstr "" + +#: app/admin/routes.py:418 +msgid "Cannot delete topic with communities assigned to it." +msgstr "" + +#: app/admin/routes.py:445 app/templates/admin/_nav.html:8 +msgid "Users" +msgstr "" + +#: app/admin/routes.py:475 +msgid "Problematic users" +msgstr "" + +#: app/admin/routes.py:496 +msgid "Bad posts" +msgstr "" + +#: app/admin/routes.py:529 +msgid "Registration approved." +msgstr "" + +#: app/admin/routes.py:560 +msgid "" +"Permissions are cached for 50 seconds so new admin roles won't take " +"effect immediately." +msgstr "" + +#: app/admin/routes.py:568 +msgid "" +"This is a remote user - most settings here will be regularly overwritten " +"with data from the original server." +msgstr "" + +#: app/admin/routes.py:575 +msgid "Edit user" +msgstr "" + +#: app/admin/routes.py:640 +msgid "User added" +msgstr "" + +#: app/admin/routes.py:643 +msgid "Add user" +msgstr "" + +#: app/admin/routes.py:667 +msgid "User deleted" +msgstr "" + +#: app/admin/routes.py:690 +#: app/templates/community/_community_moderation_nav.html:11 +#: app/templates/community/community_moderate.html:21 +msgid "Reports" +msgstr "" + +#: app/admin/util.py:110 +msgid "None" +msgstr "" + +#: app/auth/forms.py:12 +msgid "Low bandwidth mode" +msgstr "" + +#: app/auth/forms.py:13 +msgid "Log In" +msgstr "" + +#: app/auth/forms.py:18 app/auth/forms.py:19 app/auth/forms.py:69 +msgid "Email" +msgstr "" + +#: app/auth/forms.py:24 +msgid "Why would you like to join this site?" +msgstr "" + +#: app/auth/forms.py:27 app/auth/routes.py:153 app/templates/base.html:144 +msgid "Register" +msgstr "" + +#: app/auth/forms.py:70 +msgid "Request password reset" +msgstr "" + +#: app/auth/forms.py:78 +msgid "Set password" +msgstr "" + +#: app/auth/routes.py:29 app/auth/routes.py:32 +msgid "No account exists with that user name." +msgstr "" + +#: app/auth/routes.py:36 +msgid "" +"Invalid password. Please reset " +"your password." +msgstr "" + +#: app/auth/routes.py:39 +msgid "Invalid password" +msgstr "" + +#: app/auth/routes.py:42 +msgid "You have been banned." +msgstr "" + +#: app/auth/routes.py:74 +msgid "Login" +msgstr "" + +#: app/auth/routes.py:100 +msgid "Sorry, you cannot use that email address" +msgstr "" + +#: app/auth/routes.py:102 +msgid "Sorry, you cannot use that user name" +msgstr "" + +#: app/auth/routes.py:119 +#, python-format +msgid "Your username contained special letters so it was changed to %(name)s." +msgstr "" + +#: app/auth/routes.py:158 +msgid "Account under review" +msgstr "" + +#: app/auth/routes.py:163 app/templates/auth/check_email.html:8 +msgid "Check your email" +msgstr "" + +#: app/auth/routes.py:174 +msgid "Sorry, you cannot use that email address." +msgstr "" + +#: app/auth/routes.py:179 +msgid "Check your email for a link to reset your password." +msgstr "" + +#: app/auth/routes.py:182 +msgid "No account with that email address exists" +msgstr "" + +#: app/auth/routes.py:184 +msgid "Reset Password" +msgstr "" + +#: app/auth/routes.py:198 +#, python-format +msgid "" +"Your password has been reset. Please use it to log in with user name of " +"%(name)s." +msgstr "" + +#: app/auth/routes.py:218 +msgid "Thank you for verifying your email address." +msgstr "" + +#: app/auth/routes.py:220 +msgid "Email address validation failed." +msgstr "" + +#: app/chat/forms.py:13 +msgid "Message" +msgstr "" + +#: app/chat/forms.py:14 +msgid "Reply" +msgstr "" + +#: app/chat/forms.py:18 app/post/forms.py:16 app/user/forms.py:60 +msgid "Spam" +msgstr "" + +#: app/chat/forms.py:19 app/post/forms.py:16 app/user/forms.py:61 +msgid "Harassment" +msgstr "" + +#: app/chat/forms.py:20 app/post/forms.py:17 app/user/forms.py:62 +msgid "Threatening violence" +msgstr "" + +#: app/chat/forms.py:21 app/user/forms.py:63 +msgid "Promoting hate / genocide" +msgstr "" + +#: app/chat/forms.py:22 app/post/forms.py:18 app/user/forms.py:64 +msgid "Misinformation / disinformation" +msgstr "" + +#: app/chat/forms.py:23 app/post/forms.py:19 app/user/forms.py:65 +msgid "Racism, sexism, transphobia" +msgstr "" + +#: app/chat/forms.py:24 app/post/forms.py:21 app/user/forms.py:68 +msgid "Minor abuse or sexualization" +msgstr "" + +#: app/chat/forms.py:25 app/post/forms.py:22 app/user/forms.py:69 +msgid "Non-consensual intimate media" +msgstr "" + +#: app/chat/forms.py:26 app/post/forms.py:23 app/user/forms.py:70 +msgid "Prohibited transaction" +msgstr "" + +#: app/chat/forms.py:26 app/post/forms.py:23 app/user/forms.py:70 +msgid "Impersonation" +msgstr "" + +#: app/chat/forms.py:27 app/post/forms.py:24 app/user/forms.py:71 +msgid "Copyright violation" +msgstr "" + +#: app/chat/forms.py:27 app/post/forms.py:24 app/user/forms.py:71 +msgid "Trademark violation" +msgstr "" + +#: app/chat/forms.py:28 app/post/forms.py:25 app/user/forms.py:72 +msgid "Self-harm or suicide" +msgstr "" + +#: app/chat/forms.py:29 app/community/forms.py:162 app/post/forms.py:26 +#: app/user/forms.py:73 +msgid "Other" +msgstr "" + +#: app/chat/forms.py:30 app/community/forms.py:81 app/community/forms.py:164 +#: app/post/forms.py:27 app/user/forms.py:74 +msgid "Reason" +msgstr "" + +#: app/chat/forms.py:31 app/community/forms.py:165 app/post/forms.py:28 +#: app/user/forms.py:75 +msgid "More info" +msgstr "" + +#: app/chat/forms.py:33 app/community/forms.py:167 app/post/forms.py:30 +#: app/templates/user/show_profile.html:56 app/user/forms.py:77 +msgid "Report" +msgstr "" + +#: app/chat/routes.py:49 +#, python-format +msgid "Chat with %(name)s" +msgstr "" + +#: app/chat/routes.py:69 +msgid "Send" +msgstr "" + +#: app/chat/routes.py:79 app/templates/chat/new_message.html:14 +#, python-format +msgid "New message to \"%(recipient_name)s\"" +msgstr "" + +#: app/chat/routes.py:124 +msgid "Conversation deleted" +msgstr "" + +#: app/chat/routes.py:135 +msgid "Instance blocked." +msgstr "" + +#: app/chat/routes.py:165 +msgid "This conversation has been reported, thank you!" +msgstr "" + +#: app/chat/routes.py:170 +msgid "Report conversation" +msgstr "" + +#: app/chat/util.py:59 +#, python-format +msgid "Message failed to send to %(name)s." +msgstr "" + +#: app/chat/util.py:61 +msgid "Message sent." +msgstr "" + +#: app/community/forms.py:26 +msgid "Create" +msgstr "" + +#: app/community/forms.py:61 +msgid "Add" +msgstr "" + +#: app/community/forms.py:65 +msgid "Amend the report description if necessary" +msgstr "" + +#: app/community/forms.py:66 +msgid "Escalate report" +msgstr "" + +#: app/community/forms.py:70 +msgid "Note for mod log" +msgstr "" + +#: app/community/forms.py:71 +msgid "Also resolve all other reports about the same thing." +msgstr "" + +#: app/community/forms.py:72 +#: app/templates/community/community_moderate_report_resolve.html:13 +msgid "Resolve report" +msgstr "" + +#: app/community/forms.py:76 +msgid "Community address" +msgstr "" + +#: app/community/forms.py:77 app/search/routes.py:56 +#: app/templates/base.html:198 app/templates/community/add_remote.html:13 +#: app/templates/domain/domains.html:29 +#: app/templates/domain/domains_blocked.html:29 app/templates/index.html:40 +#: app/templates/list_communities.html:36 app/templates/search/results.html:38 +msgid "Search" +msgstr "" + +#: app/community/forms.py:82 +msgid "Ban until" +msgstr "" + +#: app/community/forms.py:83 +msgid "Also delete all their posts" +msgstr "" + +#: app/community/forms.py:84 +msgid "Also delete all their comments" +msgstr "" + +#: app/community/forms.py:85 +#: app/templates/community/community_moderate_subscribers.html:56 +#: app/templates/domain/domains_blocked.html:48 +#: app/templates/user/show_profile.html:173 +msgid "Ban" +msgstr "" + +#: app/community/forms.py:89 app/community/forms.py:100 +#: app/community/forms.py:120 app/templates/list_communities.html:56 +msgid "Community" +msgstr "" + +#: app/community/forms.py:91 app/community/forms.py:102 +#: app/community/forms.py:123 app/post/forms.py:10 +msgid "Body" +msgstr "" + +#: app/community/forms.py:92 app/community/forms.py:105 +#: app/community/forms.py:125 +msgid "Sticky" +msgstr "" + +#: app/community/forms.py:93 app/community/forms.py:106 +#: app/community/forms.py:126 +msgid "NSFW" +msgstr "" + +#: app/community/forms.py:94 app/community/forms.py:107 +#: app/community/forms.py:127 +msgid "Gore/gross" +msgstr "" + +#: app/community/forms.py:95 app/community/forms.py:108 +#: app/community/forms.py:128 app/post/forms.py:11 +#: app/templates/post/_post_notification_toggle.html:4 +#: app/templates/post/_reply_notification_toggle.html:4 +msgid "Notify about replies" +msgstr "" + +#: app/community/forms.py:103 +msgid "URL" +msgstr "" + +#: app/community/forms.py:114 +#, python-format +msgid "Links to %(domain)s are not allowed." +msgstr "" + +#: app/community/forms.py:122 +msgid "Alt text" +msgstr "" + +#: app/community/forms.py:124 +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Image" +msgstr "" + +#: app/community/forms.py:150 +msgid "Images cannot be posted to local communities." +msgstr "" + +#: app/community/forms.py:156 +msgid "Breaks instance rules" +msgstr "" + +#: app/community/forms.py:157 +msgid "Abandoned by moderators" +msgstr "" + +#: app/community/forms.py:158 +msgid "Cult" +msgstr "" + +#: app/community/forms.py:159 +msgid "Scam" +msgstr "" + +#: app/community/forms.py:160 +msgid "Alt-right pipeline" +msgstr "" + +#: app/community/forms.py:161 app/post/forms.py:17 +msgid "Hate / genocide" +msgstr "" + +#: app/community/forms.py:179 app/community/routes.py:846 +msgid "Delete community" +msgstr "" + +#: app/community/routes.py:79 +msgid "Your new community has been created." +msgstr "" + +#: app/community/routes.py:85 app/templates/community/add_local.html:13 +#: app/templates/community/community_edit.html:25 +msgid "Create community" +msgstr "" + +#: app/community/routes.py:111 app/community/routes.py:1278 +msgid "Community not found." +msgstr "" + +#: app/community/routes.py:113 app/community/routes.py:1280 +msgid "" +"Community not found. If you are searching for a nsfw community it is " +"blocked by this instance." +msgstr "" + +#: app/community/routes.py:116 app/community/routes.py:1283 +#, python-format +msgid "That community is banned from %(site)s." +msgstr "" + +#: app/community/routes.py:119 +msgid "Add remote community" +msgstr "" + +#: app/community/routes.py:201 app/post/routes.py:207 +#: app/templates/base.html:130 app/templates/base.html:132 +#: app/templates/base.html:148 app/templates/base.html:150 +#: app/templates/chat/conversation.html:36 +#: app/templates/community/community_edit.html:13 +#: app/templates/community/community_mod_list.html:13 +#: app/templates/community/community_moderate.html:13 +#: app/templates/community/community_moderate_subscribers.html:13 +#: app/templates/domain/domain.html:13 app/templates/topic/show_topic.html:13 +#: app/templates/user/delete_account.html:13 +#: app/templates/user/edit_filters.html:14 +#: app/templates/user/edit_profile.html:14 +#: app/templates/user/edit_settings.html:15 app/templates/user/filters.html:14 +#: app/templates/user/notifications.html:13 app/templates/user/people.html:13 +#: app/templates/user/show_profile.html:18 +#: app/templates/user/show_profile.html:38 +msgid "Home" +msgstr "" + +#: app/community/routes.py:327 +msgid "You cannot join this community" +msgstr "" + +#: app/community/routes.py:343 +msgid "" +"There was a problem while trying to communicate with remote server. If " +"other people have already joined this community it won't matter." +msgstr "" + +#: app/community/routes.py:492 app/community/routes.py:565 +#: app/community/routes.py:638 +msgid "Add post to community" +msgstr "" + +#: app/community/routes.py:705 app/community/routes.py:730 +#: app/community/routes.py:732 +#, python-format +msgid "Your post to %(name)s has been made." +msgstr "" + +#: app/community/routes.py:749 +msgid "A community has been reported" +msgstr "" + +#: app/community/routes.py:760 +msgid "Community has been reported, thank you!" +msgstr "" + +#: app/community/routes.py:763 +msgid "Report community" +msgstr "" + +#: app/community/routes.py:864 +#: app/templates/community/community_mod_list.html:22 +#, python-format +msgid "Moderators for %(community)s" +msgstr "" + +#: app/community/routes.py:889 +msgid "Moderator added" +msgstr "" + +#: app/community/routes.py:893 +#, python-format +msgid "You are now a moderator of %(name)s" +msgstr "" + +#: app/community/routes.py:918 +msgid "Account not found" +msgstr "" + +#: app/community/routes.py:920 +#: app/templates/community/community_add_moderator.html:13 +#, python-format +msgid "Add moderator to %(community)s" +msgstr "" + +#: app/community/routes.py:940 +msgid "Moderator removed" +msgstr "" + +#: app/community/routes.py:957 app/post/routes.py:1139 app/post/routes.py:1262 +#, python-format +msgid "Content from %(name)s will be hidden." +msgstr "" + +#: app/community/routes.py:986 +#, python-format +msgid "%(name)s has been banned." +msgstr "" + +#: app/community/routes.py:993 +#, python-format +msgid "Posts by %(name)s have been deleted." +msgstr "" + +#: app/community/routes.py:999 +#, python-format +msgid "Comments by %(name)s have been deleted." +msgstr "" + +#: app/community/routes.py:1020 +msgid "Ban from community" +msgstr "" + +#: app/community/routes.py:1043 +#, python-format +msgid "%(name)s has been unbanned." +msgstr "" + +#: app/community/routes.py:1108 app/community/routes.py:1142 +#, python-format +msgid "Moderation of %(community)s" +msgstr "" + +#: app/community/routes.py:1170 +msgid "Admin has been notified about this report." +msgstr "" + +#: app/community/routes.py:1218 +msgid "Report resolved." +msgstr "" + +#: app/community/routes.py:1256 +msgid "Report ignored." +msgstr "" + +#: app/community/routes.py:1286 +msgid "Search result for remote community" +msgstr "" + +#: app/domain/routes.py:113 +#, python-format +msgid "%(name)s blocked." +msgstr "" + +#: app/domain/routes.py:126 +#, python-format +msgid "%(name)s un-blocked." +msgstr "" + +#: app/domain/routes.py:139 +#, python-format +msgid "%(name)s banned for all users and all content deleted." +msgstr "" + +#: app/domain/routes.py:151 +#, python-format +msgid "%(name)s un-banned for all users." +msgstr "" + +#: app/main/routes.py:73 +msgid "Create an account to tailor this feed to your interests." +msgstr "" + +#: app/main/routes.py:163 app/templates/base.html:139 +#: app/templates/base.html:157 +msgid "Browse by topic" +msgstr "" + +#: app/main/routes.py:206 +msgid "Local communities" +msgstr "" + +#: app/main/routes.py:221 app/templates/base.html:168 +#: app/templates/list_communities.html:19 +msgid "Joined communities" +msgstr "" + +#: app/main/routes.py:354 +msgid "Please click the link in your email inbox to verify your account." +msgstr "" + +#: app/post/forms.py:12 +msgid "Comment" +msgstr "" + +#: app/post/forms.py:16 app/user/forms.py:59 +msgid "Breaks community rules" +msgstr "" + +#: app/post/forms.py:20 app/user/forms.py:67 +msgid "Sharing personal info - doxing" +msgstr "" + +#: app/post/forms.py:42 app/post/routes.py:1156 +#: app/templates/post/post_mea_culpa.html:13 +msgid "I changed my mind" +msgstr "" + +#: app/post/routes.py:45 +#, python-format +msgid "%(name)s has indicated they made a mistake in this post." +msgstr "" + +#: app/post/routes.py:72 app/post/routes.py:476 +#, python-format +msgid "You cannot reply to %(name)s" +msgstr "" + +#: app/post/routes.py:82 app/post/routes.py:489 +msgid "This type of comment is not accepted, sorry." +msgstr "" + +#: app/post/routes.py:446 app/post/routes.py:632 +#, python-format +msgid "Discussing %(title)s" +msgstr "" + +#: app/post/routes.py:702 app/post/routes.py:783 app/post/routes.py:865 +#: app/post/routes.py:1285 app/user/routes.py:143 app/user/routes.py:204 +#: app/user/routes.py:686 app/user/routes.py:717 +msgid "Your changes have been saved." +msgstr "" + +#: app/post/routes.py:718 app/post/routes.py:800 app/post/routes.py:882 +#: app/templates/post/post_edit_discussion.html:11 +#: app/templates/post/post_edit_image.html:11 +#: app/templates/post/post_edit_link.html:11 +msgid "Edit post" +msgstr "" + +#: app/post/routes.py:990 +msgid "Post deleted." +msgstr "" + +#: app/post/routes.py:1040 +msgid "" +"Moderators have already assessed reports regarding this post, no further " +"reports are necessary." +msgstr "" + +#: app/post/routes.py:1043 +msgid "Post has already been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1091 +msgid "Post has been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1096 +msgid "Report post" +msgstr "" + +#: app/post/routes.py:1110 app/post/routes.py:1246 +#, python-format +msgid "%(name)s has been blocked." +msgstr "" + +#: app/post/routes.py:1126 +#, python-format +msgid "Posts linking to %(name)s will be hidden." +msgstr "" + +#: app/post/routes.py:1170 +msgid "" +"Moderators have already assessed reports regarding this comment, no " +"further reports are necessary." +msgstr "" + +#: app/post/routes.py:1175 +msgid "Comment has already been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1226 +msgid "Comment has been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1231 +msgid "Report comment" +msgstr "" + +#: app/post/routes.py:1389 +msgid "Edit comment" +msgstr "" + +#: app/post/routes.py:1413 +msgid "Comment deleted." +msgstr "" + +#: app/search/routes.py:49 +#, python-format +msgid "Search results for %(q)s" +msgstr "" + +#: app/templates/_home_nav.html:3 app/templates/community/_community_nav.html:8 +#: app/templates/post/post.html:66 app/user/forms.py:44 +msgid "Hot" +msgstr "" + +#: app/templates/_home_nav.html:6 +#: app/templates/community/_community_nav.html:11 +#: app/templates/post/post.html:69 app/user/forms.py:45 +msgid "Top" +msgstr "" + +#: app/templates/_home_nav.html:9 +#: app/templates/community/_community_nav.html:14 +#: app/templates/post/post.html:72 app/user/forms.py:46 +msgid "New" +msgstr "" + +#: app/templates/_home_nav.html:12 +#: app/templates/community/_community_nav.html:17 +#: app/templates/list_communities.html:71 app/user/forms.py:47 +msgid "Active" +msgstr "" + +#: app/templates/_inoculation_links.html:4 +msgid "Rational Discourse Toolkit" +msgstr "" + +#: app/templates/about.html:10 app/templates/donate.html:26 +#: app/templates/index.html:67 app/templates/keyboard_shortcuts.html:63 +#: app/templates/search/results.html:65 +#, python-format +msgid "About %(site_name)s" +msgstr "" + +#: app/templates/base.html:55 +msgid "PieFed" +msgstr "" + +#: app/templates/base.html:113 app/templates/base.html:189 +#: app/templates/user/notifications.html:18 app/user/routes.py:537 +msgid "Notifications" +msgstr "" + +#: app/templates/base.html:133 app/templates/base.html:151 +msgid "Popular" +msgstr "" + +#: app/templates/base.html:134 app/templates/base.html:152 +msgid "All posts" +msgstr "" + +#: app/templates/base.html:140 app/templates/base.html:158 +#: app/templates/list_communities.html:13 +msgid "All communities" +msgstr "" + +#: app/templates/auth/login.html:9 app/templates/base.html:143 +msgid "Log in" +msgstr "" + +#: app/templates/base.html:145 app/templates/base.html:183 +#: app/templates/donate.html:10 +msgid "Donate" +msgstr "" + +#: app/templates/base.html:161 +msgid "Moderating" +msgstr "" + +#: app/templates/base.html:176 +msgid "Account" +msgstr "" + +#: app/templates/base.html:178 +msgid "View profile" +msgstr "" + +#: app/templates/base.html:179 +msgid "Edit profile & settings" +msgstr "" + +#: app/templates/base.html:180 +msgid "Chats" +msgstr "" + +#: app/templates/base.html:187 +msgid "Log out" +msgstr "" + +#: app/templates/base.html:189 +#, python-format +msgid "%(num)d unread notifications" +msgstr "" + +#: app/templates/base.html:199 +msgid "Light mode" +msgstr "" + +#: app/templates/base.html:200 +msgid "Dark mode" +msgstr "" + +#: app/templates/base.html:228 app/templates/keyboard_shortcuts.html:10 +msgid "Keyboard shortcuts" +msgstr "" + +#: app/templates/index.html:17 +msgid "No posts yet. Join some communities to see more." +msgstr "" + +#: app/templates/community/community.html:168 app/templates/index.html:18 +#: app/templates/index.html:59 app/templates/list_topics.html:38 +#: app/templates/post/post.html:220 app/templates/search/results.html:57 +#: app/templates/topic/show_topic.html:91 +msgid "Explore communities" +msgstr "" + +#: app/templates/admin/activities.html:54 +#: app/templates/admin/communities.html:51 app/templates/admin/posts.html:26 +#: app/templates/admin/reports.html:58 app/templates/admin/users.html:69 +#: app/templates/community/community.html:92 +#: app/templates/community/community_moderate.html:80 +#: app/templates/community/community_moderate_subscribers.html:67 +#: app/templates/domain/domain.html:30 app/templates/domain/domains.html:51 +#: app/templates/domain/domains_blocked.html:59 app/templates/index.html:25 +#: app/templates/search/results.html:23 app/templates/topic/show_topic.html:52 +#: app/templates/user/show_profile.html:75 +#: app/templates/user/show_profile.html:98 +msgid "Previous page" +msgstr "" + +#: app/templates/admin/activities.html:59 +#: app/templates/admin/communities.html:56 app/templates/admin/posts.html:31 +#: app/templates/admin/reports.html:63 app/templates/admin/users.html:74 +#: app/templates/community/community.html:97 +#: app/templates/community/community_moderate.html:85 +#: app/templates/community/community_moderate_subscribers.html:72 +#: app/templates/domain/domain.html:35 app/templates/domain/domains.html:56 +#: app/templates/domain/domains_blocked.html:64 app/templates/index.html:30 +#: app/templates/search/results.html:28 app/templates/topic/show_topic.html:57 +#: app/templates/user/show_profile.html:80 +#: app/templates/user/show_profile.html:103 +msgid "Next page" +msgstr "" + +#: app/templates/index.html:47 app/templates/search/results.html:45 +msgid "Active communities" +msgstr "" + +#: app/templates/index.html:60 app/templates/list_communities.html:108 +#: app/templates/search/results.html:58 +msgid "Browse topics" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:11 +msgid "Most shortcuts are the same as what reddit has." +msgstr "" + +#: app/templates/keyboard_shortcuts.html:14 +msgid "Navigation" +msgstr "" + +#: app/templates/community/community_mod_list.html:33 +#: app/templates/keyboard_shortcuts.html:43 app/templates/user/filters.html:31 +msgid "Action" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:46 +msgid "Upvote" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:50 +msgid "Downvote" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:55 +msgid "" +"When viewing a list of posts actions like voting or going to a post " +"depend on which is the current post. The current post is determined by " +"hovering with the mouse or the J and K keys." +msgstr "" + +#: app/templates/list_communities.html:14 +msgid "All" +msgstr "" + +#: app/templates/list_communities.html:16 +msgid "Communities on this server" +msgstr "" + +#: app/templates/list_communities.html:17 +msgid "Local" +msgstr "" + +#: app/templates/list_communities.html:20 +#: app/templates/user/show_profile.html:59 +msgid "Joined" +msgstr "" + +#: app/templates/list_communities.html:28 +msgid "Choose a topic to filter communities by" +msgstr "" + +#: app/templates/list_communities.html:40 +msgid "Create local community" +msgstr "" + +#: app/templates/list_communities.html:40 +msgid "Create local" +msgstr "" + +#: app/templates/list_communities.html:41 +msgid "Add community from another instance" +msgstr "" + +#: app/templates/list_communities.html:41 +msgid "Add remote" +msgstr "" + +#: app/templates/list_communities.html:56 +msgid "Sort by name" +msgstr "" + +#: app/templates/list_communities.html:61 +msgid "Sort by post count" +msgstr "" + +#: app/templates/list_communities.html:61 +msgid "Posts" +msgstr "" + +#: app/templates/list_communities.html:66 +msgid "Sort by reply count" +msgstr "" + +#: app/templates/list_communities.html:66 app/templates/post/post.html:61 +#: app/templates/post/post.html:158 +msgid "Comments" +msgstr "" + +#: app/templates/list_communities.html:71 +msgid "Sort by recent activity" +msgstr "" + +#: app/templates/list_communities.html:82 +#, python-format +msgid "Leave %(name)s" +msgstr "" + +#: app/templates/community/add_remote.html:32 +#: app/templates/community/community.html:112 +#: app/templates/community/lookup_remote.html:21 +#: app/templates/list_communities.html:82 app/templates/post/add_reply.html:48 +#: app/templates/post/continue_discussion.html:99 +#: app/templates/post/post.html:177 +msgid "Leave" +msgstr "" + +#: app/templates/community/community.html:114 +#: app/templates/list_communities.html:84 +msgid "Pending" +msgstr "" + +#: app/templates/list_communities.html:86 +#: app/templates/list_communities.html:89 +#, python-format +msgid "Join %(name)s" +msgstr "" + +#: app/templates/community/add_remote.html:34 +#: app/templates/community/community.html:116 +#: app/templates/community/lookup_remote.html:23 +#: app/templates/list_communities.html:86 +#: app/templates/list_communities.html:89 app/templates/post/add_reply.html:50 +#: app/templates/post/continue_discussion.html:101 +#: app/templates/post/post.html:179 +msgid "Join" +msgstr "" + +#: app/templates/list_communities.html:96 +#, python-format +msgid "Browse %(name)s" +msgstr "" + +#: app/templates/list_communities.html:106 app/templates/list_topics.html:36 +msgid "There are no communities yet." +msgstr "" + +#: app/templates/list_topics.html:25 +msgid "Choose a topic" +msgstr "" + +#: app/templates/privacy.html:10 +msgid "Privacy" +msgstr "" + +#: app/templates/admin/_nav.html:2 +msgid "Admin navigation" +msgstr "" + +#: app/templates/admin/_nav.html:3 +msgid "Admin home" +msgstr "" + +#: app/templates/admin/_nav.html:9 +msgid "Watch" +msgstr "" + +#: app/templates/admin/_nav.html:11 +msgid "Registration applications" +msgstr "" + +#: app/templates/admin/_nav.html:13 app/templates/community/community.html:181 +#: app/templates/community/community_moderate.html:15 +#: app/templates/community/community_moderate_subscribers.html:15 +msgid "Moderation" +msgstr "" + +#: app/templates/admin/_nav.html:14 +msgid "Federation" +msgstr "" + +#: app/templates/admin/_nav.html:15 +msgid "Newsletter" +msgstr "" + +#: app/templates/admin/_nav.html:16 +msgid "Activities" +msgstr "" + +#: app/templates/admin/add_user.html:17 +msgid "Add new user" +msgstr "" + +#: app/templates/admin/approve_registrations.html:18 +#, python-format +msgid "When registering, people are asked \"%(question)s\"." +msgstr "" + +#: app/templates/admin/approve_registrations.html:43 +msgid "Approve" +msgstr "" + +#: app/templates/admin/approve_registrations.html:44 +msgid "View" +msgstr "" + +#: app/templates/admin/approve_registrations.html:45 +#: app/templates/post/post_options.html:20 +#: app/templates/post/post_reply_options.html:20 +#: app/templates/user/show_profile.html:179 +msgid "Delete" +msgstr "" + +#: app/templates/admin/approve_registrations.html:51 +msgid "No one is waiting to be approved." +msgstr "" + +#: app/templates/admin/edit_community.html:17 +#, python-format +msgid "Edit %(community_name)s" +msgstr "" + +#: app/templates/admin/edit_community.html:43 +msgid "Will not be overwritten by remote server" +msgstr "" + +#: app/templates/admin/edit_topic.html:18 +#, python-format +msgid "Edit %(topic_name)s" +msgstr "" + +#: app/templates/admin/edit_user.html:17 +#, python-format +msgid "Edit %(user_name)s (%(display_name)s)" +msgstr "" + +#: app/templates/admin/posts.html:17 +msgid "Most downvoted in the last 3 days" +msgstr "" + +#: app/templates/admin/users.html:17 +msgid "Add local user" +msgstr "" + +#: app/templates/auth/check_email.html:9 +msgid "" +"We sent you an email containing a link that you need to click to enable " +"your account." +msgstr "" + +#: app/templates/auth/login.html:14 +msgid "New User?" +msgstr "" + +#: app/templates/auth/login.html:14 +msgid "Register new account" +msgstr "" + +#: app/templates/auth/login.html:16 +msgid "Forgot Your Password?" +msgstr "" + +#: app/templates/auth/login.html:17 +msgid "Reset it" +msgstr "" + +#: app/templates/auth/permission_denied.html:8 +#: app/templates/chat/blocked.html:13 app/templates/chat/denied.html:14 +msgid "Sorry" +msgstr "" + +#: app/templates/auth/permission_denied.html:12 +msgid "Your account does not have access to that area." +msgstr "" + +#: app/templates/auth/please_wait.html:8 +msgid "Thanks for registering" +msgstr "" + +#: app/templates/auth/please_wait.html:9 +msgid "" +"We are reviewing your application and will email you once it has been " +"accepted." +msgstr "" + +#: app/templates/auth/register.html:19 +msgid "Create new account" +msgstr "" + +#: app/templates/auth/register.html:22 +msgid "Registration is closed. Only admins can create accounts." +msgstr "" + +#: app/templates/auth/reset_password.html:13 +#: app/templates/auth/reset_password_request.html:13 +msgid "Reset your password" +msgstr "" + +#: app/templates/auth/validation_required.html:8 +msgid "Please check your email inbox" +msgstr "" + +#: app/templates/auth/validation_required.html:12 +msgid "" +"To keep spam and bots to a managable level, we send every new account an " +"email with a link in it that needs to be clicked to fully enable the " +"account." +msgstr "" + +#: app/templates/chat/blocked.html:15 +msgid "You have blocked this person or they have blocked you." +msgstr "" + +#: app/templates/chat/chat_options.html:14 +#, python-format +msgid "Options for conversation with \"%(member_names)s\"" +msgstr "" + +#: app/templates/chat/chat_options.html:17 +msgid "Delete conversation" +msgstr "" + +#: app/templates/chat/chat_options.html:21 +#, python-format +msgid "Block @%(author_name)s" +msgstr "" + +#: app/templates/chat/chat_options.html:26 +#, python-format +msgid "Block chats and posts from instance: %(name)s" +msgstr "" + +#: app/templates/chat/chat_options.html:29 +#: app/templates/post/post_options.html:48 +#: app/templates/post/post_reply_options.html:32 +msgid "Report to moderators" +msgstr "" + +#: app/templates/chat/chat_options.html:31 +msgid "" +"If you are reporting abuse then do not delete the conversation - " +"moderators will not be able to read it if you delete it." +msgstr "" + +#: app/templates/chat/conversation.html:37 +msgid "Chat" +msgstr "" + +#: app/templates/chat/conversation.html:42 app/templates/user/filters.html:56 +#: app/templates/user/notifications.html:14 app/templates/user/people.html:14 +#: app/templates/user/people.html:17 app/templates/user/show_profile.html:19 +#: app/templates/user/show_profile.html:39 app/user/routes.py:35 +msgid "People" +msgstr "" + +#: app/templates/chat/conversation.html:59 +#, python-format +msgid "Messages with %(name)s" +msgstr "" + +#: app/templates/chat/conversation.html:60 +msgid "Messages with: " +msgstr "" + +#: app/templates/chat/conversation.html:75 +#: app/templates/post/_post_teaser.html:75 +msgid "Options" +msgstr "" + +#: app/templates/chat/denied.html:16 +msgid "" +"You have not been using PieFed long enough to be allowed to send messages" +" to people." +msgstr "" + +#: app/templates/chat/empty.html:13 +msgid "No chats" +msgstr "" + +#: app/templates/chat/empty.html:15 +msgid "" +"There are no chats involving you, yet. Start a conversation using the " +"\"Send message\" button on someone's profile." +msgstr "" + +#: app/templates/chat/report.html:14 +#, python-format +msgid "Report conversation with \"%(member_names)s\"" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:4 +#: app/templates/community/community_edit.html:15 +#: app/templates/community/community_mod_list.html:15 +#: app/templates/post/add_reply.html:89 +#: app/templates/post/continue_discussion.html:140 +#: app/templates/post/post.html:234 app/templates/post/post_reply_edit.html:85 +#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 +#: app/templates/user/show_profile.html:124 +msgid "Settings" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:7 +#: app/templates/community/community_mod_list.html:16 +msgid "Moderators" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:10 +#: app/templates/community/_community_nav.html:7 +msgid "Sort by hot" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:14 +#: app/templates/community/community_moderate_subscribers.html:21 +msgid "Subscribers" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:17 +msgid "Appeals" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:20 +msgid "Mod log" +msgstr "" + +#: app/templates/community/_community_nav.html:3 +#: app/templates/community/add_discussion_post.html:11 +#: app/templates/community/add_image_post.html:11 +#: app/templates/community/add_link_post.html:11 +#: app/templates/community/community.html:108 +#: app/templates/post/add_reply.html:54 +#: app/templates/post/continue_discussion.html:105 +#: app/templates/post/post.html:173 app/templates/post/post_reply_edit.html:50 +#: app/templates/topic/show_topic.html:68 +msgid "Create post" +msgstr "" + +#: app/templates/community/_community_nav.html:10 +msgid "Sort by top" +msgstr "" + +#: app/templates/community/_community_nav.html:13 +msgid "Sort by new" +msgstr "" + +#: app/templates/community/_community_nav.html:16 +msgid "Sort by active" +msgstr "" + +#: app/templates/community/_community_nav.html:26 +msgid "Tile" +msgstr "" + +#: app/templates/community/_community_nav.html:29 +msgid "Wide tile" +msgstr "" + +#: app/templates/community/_notification_toggle.html:5 +msgid "Notify about every new post. Not advisable in high traffic communities!" +msgstr "" + +#: app/templates/community/add_discussion_post.html:16 +#: app/templates/community/add_image_post.html:16 +#: app/templates/community/add_link_post.html:16 +msgid "Type of post" +msgstr "" + +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Start a discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Share a link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Share an image" +msgstr "" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +msgid "Create a poll" +msgstr "" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +msgid "Poll" +msgstr "" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +msgid "Create an event" +msgstr "" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +msgid "Event" +msgstr "" + +#: app/templates/community/add_discussion_post.html:43 +#: app/templates/community/add_image_post.html:45 +#: app/templates/community/add_link_post.html:44 +#: app/templates/post/add_reply.html:37 app/templates/post/post.html:42 +#: app/templates/user/edit_profile.html:44 +msgid "Enable markdown editor" +msgstr "" + +#: app/templates/community/add_image_post.html:30 +#: app/templates/post/post_edit_image.html:17 +msgid "Describe the image, to help visually impaired people." +msgstr "" + +#: app/templates/community/add_local.html:31 +#, python-format +msgid "Only people using %(name)s can post or reply" +msgstr "" + +#: app/templates/community/add_remote.html:25 +#: app/templates/community/lookup_remote.html:14 +msgid "Found a community:" +msgstr "" + +#: app/templates/community/community.html:27 +#: app/templates/community/community.html:48 +#: app/templates/community/community.html:66 +#: app/templates/post/_post_full.html:20 app/templates/post/_post_full.html:66 +#: app/templates/post/_post_teaser.html:56 +msgid "Not safe for work" +msgstr "" + +#: app/templates/community/community.html:28 +#: app/templates/community/community.html:49 +#: app/templates/community/community.html:67 +msgid "Not safe for life" +msgstr "" + +#: app/templates/community/community.html:76 +#: app/templates/community/community.html:84 +msgid "No posts in this community yet." +msgstr "" + +#: app/templates/community/community.html:121 +#: app/templates/post/add_reply.html:58 +#: app/templates/post/continue_discussion.html:109 +#: app/templates/post/post.html:184 app/templates/post/post_reply_edit.html:54 +msgid "Search this community" +msgstr "" + +#: app/templates/community/community.html:127 +#: app/templates/post/add_reply.html:64 +#: app/templates/post/continue_discussion.html:115 +#: app/templates/post/post.html:190 app/templates/post/post_reply_edit.html:60 +msgid "About community" +msgstr "" + +#: app/templates/community/community.html:146 +#, python-format +msgid "Only people on %(instance_name)s can post or reply in this community." +msgstr "" + +#: app/templates/community/community.html:156 app/templates/post/post.html:208 +msgid "Related communities" +msgstr "" + +#: app/templates/community/community.html:162 app/templates/post/post.html:214 +#: app/templates/topic/show_topic.html:85 +msgid "Go to community" +msgstr "" + +#: app/templates/community/community.html:175 +#: app/templates/post/add_reply.html:82 +#: app/templates/post/continue_discussion.html:133 +#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:78 +msgid "Community Settings" +msgstr "" + +#: app/templates/community/community.html:179 +msgid "Settings & Moderation" +msgstr "" + +#: app/templates/community/community_ban_user.html:13 +#, python-format +msgid "Ban \"%(user_name)s\" from %(community_name)s" +msgstr "" + +#: app/templates/community/community_delete.html:13 +#, python-format +msgid "Delete \"%(community_title)s\"" +msgstr "" + +#: app/templates/community/community_edit.html:23 +#, python-format +msgid "Edit %(community)s" +msgstr "" + +#: app/templates/community/community_edit.html:28 +msgid "Edit and configure this community" +msgstr "" + +#: app/templates/community/community_mod_list.html:24 +msgid "See and change who moderates this community" +msgstr "" + +#: app/templates/community/community_mod_list.html:26 +#: app/templates/community/community_moderate.html:24 +#: app/templates/community/community_moderate_subscribers.html:24 +msgid "Add moderator" +msgstr "" + +#: app/templates/community/community_mod_list.html:43 +msgid "Remove" +msgstr "" + +#: app/templates/community/community_moderate.html:27 +#, python-format +msgid "See and handle all reports made about %(community)s" +msgstr "" + +#: app/templates/community/community_moderate.html:67 +msgid "Escalate" +msgstr "" + +#: app/templates/community/community_moderate.html:68 +msgid "Resolve" +msgstr "" + +#: app/templates/community/community_moderate.html:70 +msgid "Ignore" +msgstr "" + +#: app/templates/community/community_moderate.html:90 +msgid "No reports yet" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:13 +msgid "Escalate report to admins" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:14 +msgid "" +"For reports that could potentially involve legal issues or where you are " +"unsure how to respond, you may prefer to let admins handle it." +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:27 +#, python-format +msgid "See who is subscribed to %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:77 +msgid "This community has no subscribers" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:79 +msgid "Banned People" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:80 +#, python-format +msgid "See and manage who is banned from %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:116 +#: app/templates/domain/domain.html:61 +#: app/templates/domain/domains_blocked.html:46 +#: app/templates/user/show_profile.html:169 +msgid "Unban" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:125 +msgid "No banned people yet" +msgstr "" + +#: app/templates/domain/domain.html:14 app/templates/domain/domains.html:12 +#: app/templates/domain/domains.html:21 +#: app/templates/domain/domains_blocked.html:21 +#: app/templates/user/filters.html:60 +msgid "Domains" +msgstr "" + +#: app/templates/domain/domain.html:23 +msgid "No posts in this domain yet." +msgstr "" + +#: app/templates/domain/domain.html:45 +msgid "Domain management" +msgstr "" + +#: app/templates/domain/domain.html:51 app/templates/user/filters.html:71 +#: app/templates/user/filters.html:76 app/templates/user/filters.html:89 +#: app/templates/user/filters.html:94 app/templates/user/filters.html:107 +#: app/templates/user/filters.html:112 app/templates/user/filters.html:125 +#: app/templates/user/filters.html:130 app/templates/user/show_profile.html:52 +msgid "Unblock" +msgstr "" + +#: app/templates/domain/domain.html:55 app/templates/user/show_profile.html:54 +msgid "Block" +msgstr "" + +#: app/templates/domain/domain.html:65 +msgid "Ban instance-wide" +msgstr "" + +#: app/templates/domain/domains.html:14 +#, python-format +msgid "Domains containing \"%(search)s\"" +msgstr "" + +#: app/templates/domain/domains.html:24 +#: app/templates/domain/domains_blocked.html:24 +msgid "Banned domains" +msgstr "" + +#: app/templates/domain/domains.html:38 +msgid "How many times has something on this domain been posted" +msgstr "" + +#: app/templates/domain/domains_blocked.html:12 +msgid "Blocked domains" +msgstr "" + +#: app/templates/domain/domains_blocked.html:14 +#, python-format +msgid "Blocked domains containing \"%(search)s\"" +msgstr "" + +#: app/templates/domain/domains_blocked.html:46 +msgid "Unbanning this domain allows future posts linking to that domain." +msgstr "" + +#: app/templates/domain/domains_blocked.html:48 +msgid "" +"Banning this domain will delete all posts linking to this domain and " +"prevent future posts linking to that domain." +msgstr "" + +#: app/templates/errors/404.html:12 +msgid "Ooops, something is broken!" +msgstr "" + +#: app/templates/errors/404.html:15 +msgid "The page your browser tried to load could not be found." +msgstr "" + +#: app/templates/errors/404.html:16 app/templates/errors/500.html:16 +msgid "Back" +msgstr "" + +#: app/templates/errors/500.html:12 +msgid "An unexpected error has occurred" +msgstr "" + +#: app/templates/errors/500.html:15 +msgid "" +"Sorry for the inconvenience! Please let us know about this, so we can " +"repair it and make PieFed better for everyone." +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:3 +msgid "UpVote button." +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:9 +msgid "Score: " +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:11 +msgid "DownVote button." +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:21 +msgid "Score:" +msgstr "" + +#: app/templates/post/_post_full.html:21 app/templates/post/_post_full.html:67 +#: app/templates/post/_post_teaser.html:57 +msgid "Potentially emotionally scarring content" +msgstr "" + +#: app/templates/post/_post_full.html:28 app/templates/post/_post_full.html:76 +#: app/templates/post/_post_teaser.html:59 +msgid "Reported. Check post for issues." +msgstr "" + +#: app/templates/post/_post_full.html:109 +#: app/templates/post/_post_full.html:110 +msgid "Show cross-posts" +msgstr "" + +#: app/templates/post/_post_full.html:111 +msgid "Number of cross-posts:" +msgstr "" + +#: app/templates/post/_post_reply_teaser.html:3 +msgid "View context" +msgstr "" + +#: app/templates/post/_post_teaser.html:6 +#: app/templates/post/_post_teaser_masonry.html:6 +msgid "Filtered: " +msgstr "" + +#: app/templates/post/_post_teaser.html:18 +#: app/templates/post/_post_teaser.html:26 +#: app/templates/post/_post_teaser.html:42 +msgid "Read article" +msgstr "" + +#: app/templates/post/_post_teaser.html:20 +#: app/templates/post/_post_teaser.html:30 +#: app/templates/post/_post_teaser.html:70 +#: app/templates/post/_post_teaser.html:72 +#: app/templates/post/_post_teaser_masonry.html:16 +#: app/templates/post/_post_teaser_masonry.html:20 +#: app/templates/post/_post_teaser_masonry.html:23 +#: app/templates/post/_post_teaser_masonry.html:55 +msgid "View image" +msgstr "" + +#: app/templates/post/_post_teaser.html:22 +#: app/templates/post/_post_teaser.html:34 +msgid "Read post" +msgstr "" + +#: app/templates/post/_post_teaser.html:54 +msgid "All posts about this domain" +msgstr "" + +#: app/templates/post/_post_teaser.html:64 +#, python-format +msgid "Go to community %(name)s" +msgstr "" + +#: app/templates/post/_post_teaser.html:67 +#: app/templates/post/_post_teaser_masonry.html:47 +#: app/templates/post/_post_teaser_masonry.html:48 +#: app/templates/post/_post_teaser_masonry.html:68 +#: app/templates/post/_post_teaser_masonry.html:69 +msgid "View comments" +msgstr "" + +#: app/templates/post/_post_teaser.html:67 +msgid "Number of comments:" +msgstr "" + +#: app/templates/post/_post_voting_buttons.html:3 +#, python-format +msgid "UpVote button, %(count)d upvotes so far." +msgstr "" + +#: app/templates/post/_post_voting_buttons.html:11 +#, python-format +msgid "DownVote button, %(count)d downvotes so far." +msgstr "" + +#: app/templates/post/_post_voting_buttons_masonry.html:3 +msgid "UpVote" +msgstr "" + +#: app/templates/post/_post_voting_buttons_masonry.html:10 +msgid "DownVote" +msgstr "" + +#: app/templates/post/add_reply.html:21 app/templates/post/post.html:23 +msgid "" +"This post is hosted on beehaw.org which has higher standards of behaviour than " +"most places. Be nice." +msgstr "" + +#: app/templates/post/add_reply.html:86 +#: app/templates/post/continue_discussion.html:137 +#: app/templates/post/post.html:231 app/templates/post/post_reply_edit.html:82 +msgid "Moderate" +msgstr "" + +#: app/templates/post/continue_discussion.html:47 +#: app/templates/post/post.html:108 +msgid "Reported. Check comment for issues." +msgstr "" + +#: app/templates/post/post.html:26 +msgid "" +"This post is hosted on lemmy.ml which will ban you for saying anything " +"negative about China, Russia or Putin. Tread carefully." +msgstr "" + +#: app/templates/post/post.html:52 +msgid "Verify your email address to comment" +msgstr "" + +#: app/templates/post/post.html:55 +msgid "Log in to comment" +msgstr "" + +#: app/templates/post/post.html:58 +msgid "Comments are disabled." +msgstr "" + +#: app/templates/post/post.html:65 +msgid "Sort by magic" +msgstr "" + +#: app/templates/post/post.html:68 +msgid "Comments with the most upvotes" +msgstr "" + +#: app/templates/post/post.html:71 +msgid "Show newest first" +msgstr "" + +#: app/templates/post/post.html:87 +msgid "Author" +msgstr "" + +#: app/templates/post/post.html:104 +msgid "Post creator" +msgstr "" + +#: app/templates/post/post.html:105 +msgid "When: " +msgstr "" + +#: app/templates/post/post.html:134 +msgid "Comment options" +msgstr "" + +#: app/templates/post/post_cross_posts.html:11 +#, python-format +msgid "Cross-posts for \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_cross_posts.html:12 +msgid "Posts to the same url have also been created in the following communities:" +msgstr "" + +#: app/templates/post/post_mea_culpa.html:15 +msgid "" +"If you wish to de-escalate the discussion on your post and now feel like " +"it was a mistake, click the button below." +msgstr "" + +#: app/templates/post/post_mea_culpa.html:16 +msgid "" +"No further comments will be posted and a message saying you made a " +"mistake in this post will be displayed." +msgstr "" + +#: app/templates/post/post_mea_culpa.html:17 +msgid "The effect of downvotes on your reputation score will be removed." +msgstr "" + +#: app/templates/post/post_options.html:13 +#, python-format +msgid "Options for \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_options.html:18 +#: app/templates/post/post_reply_options.html:18 +msgid "Edit" +msgstr "" + +#: app/templates/post/post_options.html:24 +msgid "I made a mistake with this post and have changed my mind about the topic" +msgstr "" + +#: app/templates/post/post_options.html:28 +#, python-format +msgid "Block post author @%(author_name)s" +msgstr "" + +#: app/templates/post/post_options.html:31 +#, python-format +msgid "Ban post author @%(author_name)s from
%(community_name)s" +msgstr "" + +#: app/templates/post/post_options.html:35 +#, python-format +msgid "Block domain %(domain)s" +msgstr "" + +#: app/templates/post/post_options.html:39 +#: app/templates/post/post_reply_options.html:27 +#, python-format +msgid "Hide every post from author's instance: %(name)s" +msgstr "" + +#: app/templates/post/post_options.html:45 +#, python-format +msgid "View original on %(domain)s" +msgstr "" + +#: app/templates/post/post_options.html:50 +#: app/templates/post/post_reply_options.html:34 +msgid "" +"If you want to perform more than one of these (e.g. block and report), " +"hold down Ctrl and click, then complete the operation in the new tabs " +"that open." +msgstr "" + +#: app/templates/post/post_reply_edit.html:44 +msgid "Unsubscribe" +msgstr "" + +#: app/templates/post/post_reply_edit.html:46 +msgid "Subscribe" +msgstr "" + +#: app/templates/post/post_reply_options.html:13 +#, python-format +msgid "Options for comment on \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_reply_options.html:24 +#, python-format +msgid "Block author @%(author_name)s" +msgstr "" + +#: app/templates/post/post_reply_report.html:13 +#, python-format +msgid "Report comment on \"%(post_title)s\" by %(reply_name)s" +msgstr "" + +#: app/templates/post/post_report.html:13 +#, python-format +msgid "Report \"%(post_title)s\"" +msgstr "" + +#: app/templates/search/results.html:11 +msgid "Search results for" +msgstr "" + +#: app/templates/search/results.html:16 +msgid "No posts match your search." +msgstr "" + +#: app/templates/search/start.html:13 +msgid "Search for posts" +msgstr "" + +#: app/templates/search/start.html:20 +msgid "Example searches:" +msgstr "" + +#: app/templates/search/start.html:23 +msgid "star wars" +msgstr "" + +#: app/templates/search/start.html:24 +msgid "" +"There is an implied \"and\" here. Results will have both words somewhere " +"in them." +msgstr "" + +#: app/templates/search/start.html:27 +msgid "star or wars" +msgstr "" + +#: app/templates/search/start.html:28 +msgid "" +"This will broaden the search to include results that contain any of the " +"words." +msgstr "" + +#: app/templates/search/start.html:31 +msgid "star -wars" +msgstr "" + +#: app/templates/search/start.html:32 +msgid "" +"To search for things containing \"star\" but not \"wars\" you can put a -" +" before the word you want to exclude." +msgstr "" + +#: app/templates/search/start.html:35 +msgid "\"star wars\"" +msgstr "" + +#: app/templates/search/start.html:36 +msgid "Results will have exactly that phrase in them." +msgstr "" + +#: app/templates/topic/choose_topics.html:9 +msgid "Please choose at least 3 topics that interest you." +msgstr "" + +#: app/templates/topic/show_topic.html:23 +msgid "Sub-topics" +msgstr "" + +#: app/templates/topic/show_topic.html:36 +#: app/templates/topic/show_topic.html:44 +msgid "No posts in this topic yet." +msgstr "" + +#: app/templates/topic/show_topic.html:79 +msgid "Topic communities" +msgstr "" + +#: app/templates/topic/topic_create_post.html:9 +#, python-format +msgid "Which community within %(topic)s to post in?" +msgstr "" + +#: app/templates/topic/topic_create_post.html:17 +#, python-format +msgid "Post in %(name)s" +msgstr "" + +#: app/templates/user/_user_nav.html:8 app/templates/user/notifications.html:54 +#: app/templates/user/show_profile.html:121 +msgid "Profile" +msgstr "" + +#: app/templates/user/_user_nav.html:11 +msgid "Blocks & Filters" +msgstr "" + +#: app/templates/user/delete_account.html:15 +#: app/templates/user/edit_settings.html:17 +#: app/templates/user/edit_settings.html:20 +msgid "Change settings" +msgstr "" + +#: app/templates/user/delete_account.html:18 +#, python-format +msgid "Delete %(username)s" +msgstr "" + +#: app/templates/user/delete_account.html:20 +#, python-format +msgid "" +"You are about to permanently delete the account with the username " +"\"%(username)s.\" This means your profile will " +"disappear, pictures will be deleted. Text-based posts will stay but look " +"like they are from someone named \"deleted.\"" +msgstr "" + +#: app/templates/user/delete_account.html:21 +#, python-format +msgid "" +"Once you hit delete, nobody can use \"%(username)s\" as a username again." +" We are doing this so nobody pretends to be you." +msgstr "" + +#: app/templates/user/delete_account.html:22 +msgid "" +"We will tell other websites (fediverse instances) that your account is " +"gone. But it's up to them to decide what to do with any copies they have " +"of your stuff. Some websites work differently than ours." +msgstr "" + +#: app/templates/user/delete_account.html:23 +msgid "" +"Remember, once you do this, there's no going back. Are you sure you want " +"to continue?" +msgstr "" + +#: app/templates/user/edit_filters.html:16 app/templates/user/filters.html:16 +#: app/templates/user/filters.html:19 +msgid "Filters" +msgstr "" + +#: app/templates/user/edit_filters.html:18 app/user/routes.py:729 +msgid "Edit filter" +msgstr "" + +#: app/templates/user/edit_filters.html:20 +#: app/templates/user/edit_filters.html:27 app/templates/user/filters.html:22 +#: app/user/routes.py:689 +msgid "Add filter" +msgstr "" + +#: app/templates/user/edit_filters.html:25 +#, python-format +msgid "Filter %(name)s" +msgstr "" + +#: app/templates/user/edit_filters.html:33 +msgid "Filter in these places" +msgstr "" + +#: app/templates/user/edit_filters.html:39 +msgid "One per line. Case does not matter." +msgstr "" + +#: app/templates/user/edit_filters.html:41 +msgid "Stop applying this filter after this date. Optional." +msgstr "" + +#: app/templates/user/edit_profile.html:16 app/user/routes.py:153 +#: app/user/routes.py:218 +msgid "Edit profile" +msgstr "" + +#: app/templates/user/edit_profile.html:19 +#, python-format +msgid "Edit profile of %(name)s" +msgstr "" + +#: app/templates/user/edit_profile.html:58 +msgid "Delete account" +msgstr "" + +#: app/templates/user/email_notifs_unsubscribed.html:9 +#: app/templates/user/newsletter_unsubscribed.html:9 +msgid "Unsubscribed" +msgstr "" + +#: app/templates/user/email_notifs_unsubscribed.html:10 +msgid "" +"You have unsubscribed from emails about unread notifications. We might " +"email you for other reasons, though." +msgstr "" + +#: app/templates/user/email_notifs_unsubscribed.html:11 +#: app/templates/user/newsletter_unsubscribed.html:11 +msgid "More email settings" +msgstr "" + +#: app/templates/user/filters.html:25 +msgid "" +"Filters can hide posts that contain keywords you specify, either by " +"making them less noticeable or invisible." +msgstr "" + +#: app/templates/user/filters.html:30 +msgid "Keywords" +msgstr "" + +#: app/templates/user/filters.html:32 +msgid "Expires" +msgstr "" + +#: app/templates/user/filters.html:39 +msgid "Invisible" +msgstr "" + +#: app/templates/user/filters.html:39 +msgid "Semi-transparent" +msgstr "" + +#: app/templates/user/filters.html:49 +msgid "No filters defined yet." +msgstr "" + +#: app/templates/user/filters.html:62 +msgid "Instances" +msgstr "" + +#: app/templates/user/filters.html:81 +msgid "No blocked people" +msgstr "" + +#: app/templates/user/filters.html:99 +msgid "No blocked communities" +msgstr "" + +#: app/templates/user/filters.html:117 +msgid "No blocked domains" +msgstr "" + +#: app/templates/user/filters.html:135 +msgid "No blocked instances" +msgstr "" + +#: app/templates/user/newsletter_unsubscribed.html:10 +msgid "" +"You have unsubscribed from the email newsletter. We might email you for " +"other reasons, though." +msgstr "" + +#: app/templates/user/notifications.html:25 +msgid "Mark all as read" +msgstr "" + +#: app/templates/user/notifications.html:49 +#: app/templates/user/show_profile.html:116 +msgid "Manage" +msgstr "" + +#: app/templates/user/notifications.html:95 +#: app/templates/user/show_profile.html:192 +msgid "Upvoted" +msgstr "" + +#: app/templates/user/people.html:32 +msgid "No people to show" +msgstr "" + +#: app/templates/user/show_profile.html:24 +#: app/templates/user/show_profile.html:29 +msgid "Profile pic" +msgstr "" + +#: app/templates/user/show_profile.html:47 +msgid "Send message" +msgstr "" + +#: app/templates/user/show_profile.html:49 +msgid "Send message with matrix chat" +msgstr "" + +#: app/templates/user/show_profile.html:49 +msgid "Send message using Matrix" +msgstr "" + +#: app/templates/user/show_profile.html:61 +msgid "Bot Account" +msgstr "" + +#: app/templates/user/show_profile.html:63 +msgid "Attitude" +msgstr "" + +#: app/templates/user/show_profile.html:63 +msgid "Ratio of upvotes cast to downvotes cast. Higher is more positive." +msgstr "" + +#: app/templates/user/show_profile.html:72 +msgid "Post pagination" +msgstr "" + +#: app/templates/user/show_profile.html:85 +msgid "No posts yet." +msgstr "" + +#: app/templates/user/show_profile.html:95 +msgid "Comment pagination" +msgstr "" + +#: app/templates/user/show_profile.html:108 +msgid "No comments yet." +msgstr "" + +#: app/templates/user/show_profile.html:137 +msgid "Member of" +msgstr "" + +#: app/templates/user/show_profile.html:162 +msgid "Moderate user" +msgstr "" + +#: app/templates/user/show_profile.html:182 +msgid "Ban + Purge" +msgstr "" + +#: app/templates/user/user_report.html:13 +#, python-format +msgid "Report \"%(user_name)s\"" +msgstr "" + +#: app/topic/forms.py:13 +msgid "Choose some topics you are interested in" +msgstr "" + +#: app/topic/forms.py:14 +msgid "Choose" +msgstr "" + +#: app/topic/routes.py:172 +msgid "" +"You have joined some communities relating to those interests. Find them " +"on the Topics menu or browse the home page." +msgstr "" + +#: app/topic/routes.py:176 +msgid "" +"You did not choose any topics. Would you like to choose individual " +"communities instead?" +msgstr "" + +#: app/user/forms.py:13 +msgid "Display name" +msgstr "" + +#: app/user/forms.py:15 +msgid "Set new password" +msgstr "" + +#: app/user/forms.py:22 +msgid "Save profile" +msgstr "" + +#: app/user/forms.py:26 +msgid "That email address is already in use by another account" +msgstr "" + +#: app/user/forms.py:30 +msgid "Matrix user ids start with @" +msgstr "" + +#: app/user/forms.py:35 +msgid "Receive email about missed notifications" +msgstr "" + +#: app/user/forms.py:39 +msgid "Use markdown editor GUI when writing" +msgstr "" + +#: app/user/forms.py:40 +msgid "Show profile in user list" +msgstr "" + +#: app/user/forms.py:41 +msgid "My posts appear in search results" +msgstr "" + +#: app/user/forms.py:42 +msgid "Manually approve followers" +msgstr "" + +#: app/user/forms.py:43 +msgid "Import community subscriptions and user blocks from Lemmy" +msgstr "" + +#: app/user/forms.py:49 +msgid "By default, sort posts by" +msgstr "" + +#: app/user/forms.py:50 +msgid "Theme" +msgstr "" + +#: app/user/forms.py:51 +msgid "Save settings" +msgstr "" + +#: app/user/forms.py:55 +msgid "Yes, delete my account" +msgstr "" + +#: app/user/forms.py:66 +msgid "Malicious reporting" +msgstr "" + +#: app/user/forms.py:90 +msgid "Home feed" +msgstr "" + +#: app/user/forms.py:91 +msgid "Posts in communities" +msgstr "" + +#: app/user/forms.py:92 +msgid "Comments on posts" +msgstr "" + +#: app/user/forms.py:93 +msgid "Make semi-transparent" +msgstr "" + +#: app/user/forms.py:93 +msgid "Hide completely" +msgstr "" + +#: app/user/forms.py:94 +msgid "Action to take" +msgstr "" + +#: app/user/forms.py:95 +msgid "Keywords that trigger this filter" +msgstr "" + +#: app/user/forms.py:98 +msgid "Expire after" +msgstr "" + +#: app/user/routes.py:49 +msgid "This user has been banned." +msgstr "" + +#: app/user/routes.py:51 +msgid "This user has been deleted." +msgstr "" + +#: app/user/routes.py:83 +#, python-format +msgid "Posts by %(user_name)s" +msgstr "" + +#: app/user/routes.py:200 +msgid "" +"Your subscriptions and blocks are being imported. If you have many it " +"could take a few minutes." +msgstr "" + +#: app/user/routes.py:235 +msgid "You cannot ban yourself." +msgstr "" + +#: app/user/routes.py:260 +msgid "You cannot unban yourself." +msgstr "" + +#: app/user/routes.py:284 +msgid "You cannot block yourself." +msgstr "" + +#: app/user/routes.py:313 +msgid "You cannot unblock yourself." +msgstr "" + +#: app/user/routes.py:340 +msgid "" +"Moderators have already assessed reports regarding this person, no " +"further reports are necessary." +msgstr "" + +#: app/user/routes.py:346 +#, python-format +msgid "%(user_name)s has already been reported, thank you!" +msgstr "" + +#: app/user/routes.py:368 +#, python-format +msgid "%(user_name)s has been reported, thank you!" +msgstr "" + +#: app/user/routes.py:374 +msgid "Report user" +msgstr "" + +#: app/user/routes.py:391 +msgid "You cannot delete yourself." +msgstr "" + +#: app/user/routes.py:448 +msgid "Account deletion in progress. Give it a few minutes." +msgstr "" + +#: app/user/routes.py:453 +msgid "Delete my account" +msgstr "" + +#: app/user/routes.py:498 +msgid "You cannot purge yourself." +msgstr "" + +#: app/user/routes.py:575 +msgid "All notifications marked as read." +msgstr "" + +#: app/user/routes.py:746 +msgid "Filter deleted." +msgstr "" + diff --git a/app/translations/de/LC_MESSAGES/messages.po b/app/translations/de/LC_MESSAGES/messages.po index 2161a116..b73fd030 100644 --- a/app/translations/de/LC_MESSAGES/messages.po +++ b/app/translations/de/LC_MESSAGES/messages.po @@ -1,28 +1,24 @@ + msgid "" msgstr "" -"Project-Id-Version: piefed\n" +"Project-Id-Version: piefed\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-17 19:06+1300\n" -"PO-Revision-Date: 2024-04-04 20:09\n" +"POT-Creation-Date: 2024-04-09 12:33+1200\n" +"PO-Revision-Date: 2024-04-04 20:09+0000\n" "Last-Translator: \n" "Language: de\n" "Language-Team: German\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.12.1\n" -"X-Crowdin-Project: piefed\n" -"X-Crowdin-Project-ID: 657446\n" -"X-Crowdin-Language: de\n" -"X-Crowdin-File: messages.po\n" -"X-Crowdin-File-ID: 2\n" -#: app/__init__.py:26 +#: app/__init__.py:33 msgid "Please log in to access this page." msgstr "Bitte melden dich an, um auf diese Seite zuzugreifen." -#: app/cli.py:238 app/main/routes.py:300 +#: app/cli.py:225 app/main/routes.py:328 msgid "[PieFed] You have unread notifications" msgstr "[PieFed] Du hast ungelesene Benachrichtigungen" @@ -42,13 +38,21 @@ msgstr "Deine Bewerbung wurde genehmigt - Willkommen bei PieFed" msgid "Welcome to PieFed" msgstr "Willkommen bei PieFed" -#: app/activitypub/util.py:1205 app/post/routes.py:85 app/post/routes.py:472 +#: app/activitypub/util.py:1280 app/post/routes.py:91 app/post/routes.py:509 #, python-format msgid "Reply from %(name)s on %(post_title)s" msgstr "Antwort von %(name)s auf %(post_title)s" -#: app/admin/forms.py:13 app/admin/forms.py:97 app/community/forms.py:18 -#: app/templates/community/community_mod_list.html:30 +#: app/activitypub/util.py:1679 app/post/routes.py:1053 +msgid "A post has been reported" +msgstr "Ein Beitrag wurde gemeldet" + +#: app/activitypub/util.py:1700 app/post/routes.py:1187 +msgid "A comment has been reported" +msgstr "Ein Kommentar wurde gemeldet" + +#: app/admin/forms.py:13 app/admin/forms.py:99 app/community/forms.py:18 +#: app/templates/community/community_mod_list.html:32 #: app/templates/user/filters.html:29 app/templates/user/filters.html:70 #: app/templates/user/filters.html:88 app/templates/user/filters.html:106 #: app/templates/user/filters.html:124 app/user/forms.py:89 @@ -71,10 +75,10 @@ msgstr "Sidebar" msgid "Legal information" msgstr "Rechtliche Informationen" -#: app/admin/forms.py:20 app/admin/forms.py:36 app/admin/forms.py:44 -#: app/admin/forms.py:81 app/admin/forms.py:100 app/admin/forms.py:126 -#: app/admin/forms.py:188 app/community/forms.py:56 app/community/forms.py:95 -#: app/user/forms.py:99 +#: app/admin/forms.py:20 app/admin/forms.py:37 app/admin/forms.py:46 +#: app/admin/forms.py:83 app/admin/forms.py:102 app/admin/forms.py:128 +#: app/admin/forms.py:180 app/community/forms.py:56 app/community/forms.py:96 +#: app/community/forms.py:109 app/community/forms.py:129 app/user/forms.py:99 msgid "Save" msgstr "Speichern" @@ -127,428 +131,453 @@ msgid "Question to ask people applying for an account" msgstr "Frage an Personen, die sich um ein Konto bewerben" #: app/admin/forms.py:34 +msgid "Block registrations from these referrers (one per line)" +msgstr "" + +#: app/admin/forms.py:35 msgid "Log ActivityPub JSON for debugging" msgstr "ActivityPub JSON zum Debuggen protokollieren" -#: app/admin/forms.py:35 +#: app/admin/forms.py:36 msgid "Default theme" msgstr "Standard-Template" -#: app/admin/forms.py:40 +#: app/admin/forms.py:41 msgid "Allowlist instead of blocklist" msgstr "Erlaubte Liste statt Sperrliste" -#: app/admin/forms.py:41 +#: app/admin/forms.py:42 msgid "Allow federation with these instances" msgstr "Föderation mit diesen Instanzen erlauben" -#: app/admin/forms.py:42 +#: app/admin/forms.py:43 msgid "Blocklist instead of allowlist" msgstr "Sperrliste statt erlaubte Liste" -#: app/admin/forms.py:43 +#: app/admin/forms.py:44 msgid "Deny federation with these instances" msgstr "Föderation mit diesen Instanzen verweigern" -#: app/admin/forms.py:48 app/community/forms.py:42 app/community/forms.py:80 -#: app/community/forms.py:82 app/community/forms.py:86 +#: app/admin/forms.py:45 +msgid "Discard all posts and comments with these phrases (one per line)" +msgstr "" + +#: app/admin/forms.py:50 app/community/forms.py:42 app/community/forms.py:90 +#: app/community/forms.py:101 app/community/forms.py:121 msgid "Title" msgstr "Titel" -#: app/admin/forms.py:49 app/admin/forms.py:98 app/community/forms.py:19 +#: app/admin/forms.py:51 app/admin/forms.py:100 app/community/forms.py:19 msgid "Url" msgstr "Url" -#: app/admin/forms.py:50 app/community/forms.py:20 app/community/forms.py:43 +#: app/admin/forms.py:52 app/community/forms.py:20 app/community/forms.py:43 msgid "Description" msgstr "Beschreibung" -#: app/admin/forms.py:51 app/community/forms.py:21 app/community/forms.py:44 +#: app/admin/forms.py:53 app/community/forms.py:21 app/community/forms.py:44 msgid "Icon image" msgstr "Icon-Bild" -#: app/admin/forms.py:52 app/community/forms.py:22 app/community/forms.py:45 +#: app/admin/forms.py:54 app/community/forms.py:22 app/community/forms.py:45 msgid "Banner image" msgstr "Bannerbild" -#: app/admin/forms.py:53 app/community/forms.py:23 app/community/forms.py:46 +#: app/admin/forms.py:55 app/community/forms.py:23 app/community/forms.py:46 msgid "Rules" msgstr "Regeln" -#: app/admin/forms.py:54 app/community/forms.py:47 +#: app/admin/forms.py:56 app/community/forms.py:47 msgid "Porn community" msgstr "Porno Community" -#: app/admin/forms.py:55 +#: app/admin/forms.py:57 msgid "Banned - no new posts accepted" msgstr "Gesperrt - keine neuen Beiträge akzeptiert" -#: app/admin/forms.py:56 app/community/forms.py:48 +#: app/admin/forms.py:58 app/community/forms.py:48 msgid "Only accept posts from current instance" msgstr "Nur Beiträge von der aktuellen Instanz akzeptieren" -#: app/admin/forms.py:57 app/community/forms.py:49 +#: app/admin/forms.py:59 app/community/forms.py:49 msgid "Only moderators can post" msgstr "Nur Moderatoren können schreiben" -#: app/admin/forms.py:58 app/community/forms.py:50 +#: app/admin/forms.py:60 app/community/forms.py:50 msgid "New moderators wanted" msgstr "Neue Moderatoren gesucht" -#: app/admin/forms.py:59 +#: app/admin/forms.py:61 msgid "Posts show on home page" msgstr "Beiträge auf der Startseite anzeigen" -#: app/admin/forms.py:60 +#: app/admin/forms.py:62 msgid "Posts can be popular" msgstr "Beiträge können beliebt sein" -#: app/admin/forms.py:61 +#: app/admin/forms.py:63 msgid "Posts show in All list" msgstr "Beiträge in aller Liste anzeigen" -#: app/admin/forms.py:62 +#: app/admin/forms.py:64 msgid "Low quality / toxic - upvotes in here don't add to reputation" -msgstr "Niedrige Qualität / toxisch - positive Bewertungen von hier verbessern den Ruf nicht" +msgstr "" +"Niedrige Qualität / toxisch - positive Bewertungen von hier verbessern " +"den Ruf nicht" -#: app/admin/forms.py:63 +#: app/admin/forms.py:65 msgid "Forever" msgstr "Für immer" -#: app/admin/forms.py:64 +#: app/admin/forms.py:66 msgid "1 week" msgstr "1 Woche" -#: app/admin/forms.py:65 +#: app/admin/forms.py:67 msgid "2 weeks" msgstr "2 Wochen" -#: app/admin/forms.py:66 +#: app/admin/forms.py:68 msgid "1 month" msgstr "1 Monat" -#: app/admin/forms.py:67 +#: app/admin/forms.py:69 msgid "2 months" msgstr "2 Monate" -#: app/admin/forms.py:68 +#: app/admin/forms.py:70 msgid "3 months" msgstr "3 Monate" -#: app/admin/forms.py:69 +#: app/admin/forms.py:71 msgid "6 months" msgstr "6 Monate" -#: app/admin/forms.py:70 +#: app/admin/forms.py:72 msgid "1 year" msgstr "1 Jahr" -#: app/admin/forms.py:71 +#: app/admin/forms.py:73 msgid "2 years" msgstr "2 Jahre" -#: app/admin/forms.py:72 +#: app/admin/forms.py:74 msgid "5 years" msgstr "5 Jahre" -#: app/admin/forms.py:73 +#: app/admin/forms.py:75 msgid "10 years" msgstr "10 Jahre" -#: app/admin/forms.py:75 +#: app/admin/forms.py:77 msgid "Retain content" msgstr "Inhalt beibehalten" -#: app/admin/forms.py:76 app/community/forms.py:51 +#: app/admin/forms.py:78 app/community/forms.py:51 msgid "Topic" msgstr "Thema" -#: app/admin/forms.py:77 app/community/forms.py:52 +#: app/admin/forms.py:79 app/community/forms.py:52 #: app/templates/community/_community_nav.html:23 msgid "List" msgstr "Liste" -#: app/admin/forms.py:78 app/community/forms.py:53 +#: app/admin/forms.py:80 app/community/forms.py:53 msgid "Masonry" msgstr "Mauerwerk" -#: app/admin/forms.py:79 app/community/forms.py:54 +#: app/admin/forms.py:81 app/community/forms.py:54 msgid "Wide masonry" msgstr "Großes Mauerwerk" -#: app/admin/forms.py:80 app/community/forms.py:55 +#: app/admin/forms.py:82 app/community/forms.py:55 msgid "Layout" msgstr "Layout" -#: app/admin/forms.py:87 app/community/forms.py:32 +#: app/admin/forms.py:89 app/community/forms.py:32 msgid "Url is required." msgstr "URL ist erforderlich." -#: app/admin/forms.py:91 app/community/forms.py:36 +#: app/admin/forms.py:93 app/community/forms.py:36 msgid "- cannot be in Url. Use _ instead?" msgstr "- kann nicht in Url sein. Verwenden Sie stattdessen _ ?" -#: app/admin/forms.py:99 +#: app/admin/forms.py:101 msgid "Parent topic" msgstr "Übergeordnetes Thema" -#: app/admin/forms.py:104 app/auth/forms.py:10 app/auth/forms.py:17 +#: app/admin/forms.py:106 app/auth/forms.py:10 app/auth/forms.py:17 #: app/community/forms.py:60 msgid "User name" msgstr "Benutzername" -#: app/admin/forms.py:106 app/admin/forms.py:169 app/user/forms.py:14 +#: app/admin/forms.py:108 app/user/forms.py:14 msgid "Email address" msgstr "Email-Adresse" -#: app/admin/forms.py:107 app/auth/forms.py:11 app/auth/forms.py:20 +#: app/admin/forms.py:109 app/auth/forms.py:11 app/auth/forms.py:20 #: app/auth/forms.py:74 msgid "Password" msgstr "Passwort" -#: app/admin/forms.py:109 app/auth/forms.py:22 app/auth/forms.py:76 +#: app/admin/forms.py:111 app/auth/forms.py:22 app/auth/forms.py:76 msgid "Repeat password" msgstr "Passwort festlegen" -#: app/admin/forms.py:110 app/admin/forms.py:168 app/user/forms.py:17 +#: app/admin/forms.py:112 app/user/forms.py:17 msgid "Bio" msgstr "Bio" -#: app/admin/forms.py:111 app/admin/forms.py:170 app/user/forms.py:18 +#: app/admin/forms.py:113 app/user/forms.py:18 msgid "Matrix User ID" msgstr "Matrix-Benutzer-ID" -#: app/admin/forms.py:112 app/admin/forms.py:171 app/user/forms.py:19 +#: app/admin/forms.py:114 app/user/forms.py:19 msgid "Avatar image" msgstr "Avatar-Bild" -#: app/admin/forms.py:113 app/admin/forms.py:172 app/user/forms.py:20 +#: app/admin/forms.py:115 app/user/forms.py:20 msgid "Top banner image" msgstr "Top Banner-Bild" -#: app/admin/forms.py:114 app/admin/forms.py:173 app/user/forms.py:21 +#: app/admin/forms.py:116 app/admin/forms.py:170 app/user/forms.py:21 msgid "This profile is a bot" msgstr "Dieses Profil ist ein Bot" -#: app/admin/forms.py:115 app/admin/forms.py:174 +#: app/admin/forms.py:117 app/admin/forms.py:171 msgid "Email address is verified" msgstr "E-Mail-Adresse ist verifiziert" -#: app/admin/forms.py:116 app/admin/forms.py:175 +#: app/admin/forms.py:118 app/admin/forms.py:172 msgid "Banned" msgstr "Gesperrt" -#: app/admin/forms.py:117 app/admin/forms.py:176 app/user/forms.py:34 +#: app/admin/forms.py:119 app/user/forms.py:34 msgid "Subscribe to email newsletter" msgstr "E-Mail-Newsletter abonnieren" -#: app/admin/forms.py:118 app/admin/forms.py:177 app/user/forms.py:36 +#: app/admin/forms.py:120 app/user/forms.py:36 msgid "Hide posts by bots" msgstr "Beiträge von Bots ausblenden" -#: app/admin/forms.py:119 app/admin/forms.py:178 app/user/forms.py:37 +#: app/admin/forms.py:121 app/user/forms.py:37 msgid "Show NSFW posts" msgstr "NSFW-Beiträge anzeigen" -#: app/admin/forms.py:120 app/admin/forms.py:179 app/user/forms.py:38 +#: app/admin/forms.py:122 app/user/forms.py:38 msgid "Show NSFL posts" msgstr "NSFL-Beiträge anzeigen" -#: app/admin/forms.py:121 app/admin/forms.py:183 +#: app/admin/forms.py:123 app/admin/forms.py:173 msgid "User" msgstr "Benutzer" -#: app/admin/forms.py:122 app/admin/forms.py:184 +#: app/admin/forms.py:124 app/admin/forms.py:174 msgid "Staff" msgstr "Mitarbeiter" -#: app/admin/forms.py:123 app/admin/forms.py:185 app/admin/routes.py:29 -#: app/templates/base.html:180 +#: app/admin/forms.py:125 app/admin/forms.py:175 app/admin/routes.py:32 +#: app/templates/base.html:185 msgid "Admin" msgstr "Verwalter" -#: app/admin/forms.py:125 app/admin/forms.py:187 +#: app/admin/forms.py:127 app/admin/forms.py:177 msgid "Role" msgstr "Rolle" -#: app/admin/forms.py:131 app/auth/forms.py:32 +#: app/admin/forms.py:133 app/auth/forms.py:32 msgid "An account with this email address already exists." msgstr "Ein Konto mit dieser E-Mail-Adresse existiert bereits." -#: app/admin/forms.py:135 app/auth/forms.py:36 +#: app/admin/forms.py:137 app/auth/forms.py:36 msgid "User names cannot contain @." msgstr "Benutzernamen dürfen kein @ enthalten." -#: app/admin/forms.py:139 app/auth/forms.py:40 +#: app/admin/forms.py:141 app/auth/forms.py:40 msgid "This username was used in the past and cannot be reused." -msgstr "Dieser Benutzername wurde in der Vergangenheit verwendet und kann nicht wiederverwendet werden." +msgstr "" +"Dieser Benutzername wurde in der Vergangenheit verwendet und kann nicht " +"wiederverwendet werden." -#: app/admin/forms.py:141 app/auth/forms.py:42 +#: app/admin/forms.py:143 app/auth/forms.py:42 msgid "An account with this user name already exists." msgstr "Ein Konto mit diesem Benutzernamen existiert bereits." -#: app/admin/forms.py:144 app/auth/forms.py:45 +#: app/admin/forms.py:146 app/auth/forms.py:45 msgid "A community with this name exists so it cannot be used for a user." -msgstr "Eine Community mit diesem Namen existiert und kann daher nicht für einen Benutzer verwendet werden." +msgstr "" +"Eine Community mit diesem Namen existiert und kann daher nicht für einen " +"Benutzer verwendet werden." -#: app/admin/forms.py:151 app/admin/forms.py:164 app/auth/forms.py:52 +#: app/admin/forms.py:153 app/admin/forms.py:166 app/auth/forms.py:52 #: app/auth/forms.py:65 msgid "This password is too common." msgstr "Dieses Passwort ist zu geläufig." -#: app/admin/forms.py:161 app/auth/forms.py:62 +#: app/admin/forms.py:163 app/auth/forms.py:62 msgid "This password is not secure." msgstr "Dieses Passwort ist nicht sicher." -#: app/admin/forms.py:180 app/user/forms.py:40 -msgid "Show profile in user list" -msgstr "Profil in der Benutzerliste anzeigen" +#: app/admin/forms.py:178 +#, fuzzy +msgid "Remove avatar" +msgstr "Entfernen" -#: app/admin/forms.py:181 -msgid "Allow search engines to index this profile" -msgstr "Suchmaschinen erlauben, dieses Profil zu indizieren" +#: app/admin/forms.py:179 +#, fuzzy +msgid "Remove banner" +msgstr "Entfernen" -#: app/admin/forms.py:182 app/user/forms.py:42 -msgid "Manually approve followers" -msgstr "Follower manuell genehmigen" - -#: app/admin/forms.py:192 +#: app/admin/forms.py:184 msgid "Subject" msgstr "Betreff" -#: app/admin/forms.py:193 +#: app/admin/forms.py:185 msgid "Body (text)" msgstr "Textkörper (Text)" -#: app/admin/forms.py:194 +#: app/admin/forms.py:186 msgid "Body (html)" msgstr "Textkörper (html)" -#: app/admin/forms.py:195 +#: app/admin/forms.py:187 msgid "Test mode" msgstr "Testmodus" -#: app/admin/forms.py:196 app/admin/routes.py:732 +#: app/admin/forms.py:188 app/admin/routes.py:708 msgid "Send newsletter" msgstr "Newsletter senden" -#: app/admin/routes.py:57 app/templates/admin/_nav.html:4 +#: app/admin/routes.py:60 app/templates/admin/_nav.html:4 msgid "Site profile" msgstr "Seitenprofil" -#: app/admin/routes.py:102 app/templates/admin/_nav.html:5 +#: app/admin/routes.py:108 app/templates/admin/_nav.html:5 msgid "Misc settings" msgstr "Verschiedene Einstellungen" -#: app/admin/routes.py:133 +#: app/admin/routes.py:144 msgid "Admin settings saved" msgstr "Admin-Einstellungen gespeichert" -#: app/admin/routes.py:143 +#: app/admin/routes.py:155 msgid "Federation settings" msgstr "Föderations-Einstellungen" -#: app/admin/routes.py:165 +#: app/admin/routes.py:177 msgid "ActivityPub Log" msgstr "ActivityPub Protokoll" -#: app/admin/routes.py:175 +#: app/admin/routes.py:187 msgid "Activity JSON" msgstr "Aktivitäts-JSON" -#: app/admin/routes.py:210 app/community/routes.py:215 app/main/routes.py:181 -#: app/post/routes.py:211 app/templates/admin/_nav.html:6 +#: app/admin/routes.py:222 app/community/routes.py:232 app/main/routes.py:193 +#: app/post/routes.py:238 app/templates/admin/_nav.html:6 #: app/templates/list_communities.html:51 app/templates/user/filters.html:58 #: app/templates/user/notifications.html:66 -#: app/templates/user/show_profile.html:130 +#: app/templates/user/show_profile.html:133 msgid "Communities" msgstr "Communities" -#: app/admin/routes.py:262 app/admin/routes.py:358 app/admin/routes.py:383 -#: app/admin/routes.py:578 app/community/routes.py:630 +#: app/admin/routes.py:274 app/admin/routes.py:370 app/admin/routes.py:395 +#: app/admin/routes.py:564 app/community/routes.py:808 msgid "Saved" msgstr "Gespeichert" -#: app/admin/routes.py:266 -msgid "This is a remote community - most settings here will be regularly overwritten with data from the original server." -msgstr "Dies ist eine Remote-Community - die meisten Einstellungen hier werden regelmäßig mit Daten des ursprünglichen Servers überschrieben." +#: app/admin/routes.py:278 +msgid "" +"This is a remote community - most settings here will be regularly " +"overwritten with data from the original server." +msgstr "" +"Dies ist eine Remote-Community - die meisten Einstellungen hier werden " +"regelmäßig mit Daten des ursprünglichen Servers überschrieben." -#: app/admin/routes.py:283 app/community/routes.py:642 -#: app/templates/community/community_edit.html:20 +#: app/admin/routes.py:295 app/community/routes.py:820 msgid "Edit community" msgstr "Community bearbeiten" -#: app/admin/routes.py:302 app/community/routes.py:664 +#: app/admin/routes.py:314 app/community/routes.py:843 msgid "Community deleted" msgstr "Community gelöscht" -#: app/admin/routes.py:336 app/community/routes.py:201 app/post/routes.py:197 -#: app/templates/admin/_nav.html:7 app/templates/base.html:134 -#: app/templates/base.html:152 app/templates/topic/show_topic.html:14 +#: app/admin/routes.py:348 app/community/routes.py:218 app/post/routes.py:224 +#: app/templates/admin/_nav.html:7 app/templates/base.html:137 +#: app/templates/base.html:155 app/templates/topic/show_topic.html:14 msgid "Topics" msgstr "Themen" -#: app/admin/routes.py:361 app/templates/admin/topics.html:35 +#: app/admin/routes.py:373 app/templates/admin/topics.html:35 msgid "Add topic" msgstr "Thema hinzufügen" -#: app/admin/routes.py:389 +#: app/admin/routes.py:401 msgid "Edit topic" msgstr "Thema bearbeiten" -#: app/admin/routes.py:404 +#: app/admin/routes.py:416 msgid "Topic deleted" msgstr "Thema gelöscht" -#: app/admin/routes.py:406 +#: app/admin/routes.py:418 msgid "Cannot delete topic with communities assigned to it." msgstr "Thema mit zugewiesenen Communities kann nicht gelöscht werden." -#: app/admin/routes.py:433 app/templates/admin/_nav.html:8 +#: app/admin/routes.py:445 app/templates/admin/_nav.html:8 msgid "Users" msgstr "Benutzer" -#: app/admin/routes.py:463 +#: app/admin/routes.py:475 msgid "Problematic users" msgstr "Problematische Benutzer" -#: app/admin/routes.py:484 +#: app/admin/routes.py:496 msgid "Bad posts" msgstr "Schlechte Beiträge" -#: app/admin/routes.py:517 +#: app/admin/routes.py:529 msgid "Registration approved." msgstr "Registrierung genehmigt." -#: app/admin/routes.py:574 -msgid "Permissions are cached for 50 seconds so new admin roles won't take effect immediately." -msgstr "Berechtigungen werden für 50 Sekunden zwischengespeichert, so dass neue Administratorrollen nicht sofort wirksam werden." +#: app/admin/routes.py:560 +msgid "" +"Permissions are cached for 50 seconds so new admin roles won't take " +"effect immediately." +msgstr "" +"Berechtigungen werden für 50 Sekunden zwischengespeichert, so dass neue " +"Administratorrollen nicht sofort wirksam werden." -#: app/admin/routes.py:582 -msgid "This is a remote user - most settings here will be regularly overwritten with data from the original server." -msgstr "Dies ist ein Remote-Benutzer - die meisten Einstellungen hier werden regelmäßig mit Daten des ursprünglichen Servers überschrieben." +#: app/admin/routes.py:568 +msgid "" +"This is a remote user - most settings here will be regularly overwritten " +"with data from the original server." +msgstr "" +"Dies ist ein Remote-Benutzer - die meisten Einstellungen hier werden " +"regelmäßig mit Daten des ursprünglichen Servers überschrieben." -#: app/admin/routes.py:599 +#: app/admin/routes.py:575 msgid "Edit user" msgstr "Benutzer bearbeiten" -#: app/admin/routes.py:664 +#: app/admin/routes.py:640 msgid "User added" msgstr "Benutzer hinzugefügt" -#: app/admin/routes.py:667 +#: app/admin/routes.py:643 msgid "Add user" msgstr "Benutzer hinzufügen" -#: app/admin/routes.py:691 +#: app/admin/routes.py:667 msgid "User deleted" msgstr "Benutzer gelöscht" -#: app/admin/routes.py:714 +#: app/admin/routes.py:690 +#: app/templates/community/_community_moderation_nav.html:11 +#: app/templates/community/community_moderate.html:21 msgid "Reports" msgstr "Meldungen" -#: app/admin/util.py:125 +#: app/admin/util.py:110 msgid "None" msgstr "Keine" @@ -568,7 +597,7 @@ msgstr "Email" msgid "Why would you like to join this site?" msgstr "Warum möchtest du dieser Seite beitreten?" -#: app/auth/forms.py:27 app/auth/routes.py:140 app/templates/base.html:141 +#: app/auth/forms.py:27 app/auth/routes.py:153 app/templates/base.html:144 msgid "Register" msgstr "Registrieren" @@ -585,8 +614,12 @@ msgid "No account exists with that user name." msgstr "Kein Konto mit diesem Benutzernamen vorhanden." #: app/auth/routes.py:36 -msgid "Invalid password. Please reset your password." -msgstr "Ungültiges Passwort. Bitte Ihr Passwort zurücksetzen." +msgid "" +"Invalid password. Please reset " +"your password." +msgstr "" +"Ungültiges Passwort. Bitte Ihr " +"Passwort zurücksetzen." #: app/auth/routes.py:39 msgid "Invalid password" @@ -600,53 +633,59 @@ msgstr "Du wurdest gebannt." msgid "Login" msgstr "Anmelden" -#: app/auth/routes.py:97 +#: app/auth/routes.py:100 msgid "Sorry, you cannot use that email address" msgstr "Du kannst diese E-Mail-Adresse nicht verwenden" -#: app/auth/routes.py:99 +#: app/auth/routes.py:102 msgid "Sorry, you cannot use that user name" msgstr "Du kannst diesen Benutzernamen nicht verwenden" -#: app/auth/routes.py:106 +#: app/auth/routes.py:119 #, python-format msgid "Your username contained special letters so it was changed to %(name)s." -msgstr "Dein Benutzername enthielt spezielle Buchstaben, so dass er in %(name)s geändert wurde." +msgstr "" +"Dein Benutzername enthielt spezielle Buchstaben, so dass er in %(name)s " +"geändert wurde." -#: app/auth/routes.py:145 +#: app/auth/routes.py:158 msgid "Account under review" msgstr "Konto wird überprüft" -#: app/auth/routes.py:150 app/templates/auth/check_email.html:8 +#: app/auth/routes.py:163 app/templates/auth/check_email.html:8 msgid "Check your email" msgstr "Überprüfe deine E-Mail" -#: app/auth/routes.py:161 +#: app/auth/routes.py:174 msgid "Sorry, you cannot use that email address." msgstr "Du kannst diese E-Mail-Adresse nicht verwenden." -#: app/auth/routes.py:166 +#: app/auth/routes.py:179 msgid "Check your email for a link to reset your password." msgstr "Überprüfen Sie Ihre E-Mail, um Ihr Passwort zurückzusetzen." -#: app/auth/routes.py:169 +#: app/auth/routes.py:182 msgid "No account with that email address exists" msgstr "Kein Konto mit dieser E-Mail-Adresse existiert" -#: app/auth/routes.py:171 +#: app/auth/routes.py:184 msgid "Reset Password" msgstr "Passwort zurücksetzen" -#: app/auth/routes.py:185 +#: app/auth/routes.py:198 #, python-format -msgid "Your password has been reset. Please use it to log in with user name of %(name)s." -msgstr "Dein Passwort wurde zurückgesetzt. Bitte benutze es um dich mit dem Benutzernamen von %(name)s anzumelden." +msgid "" +"Your password has been reset. Please use it to log in with user name of " +"%(name)s." +msgstr "" +"Dein Passwort wurde zurückgesetzt. Bitte benutze es um dich mit dem " +"Benutzernamen von %(name)s anzumelden." -#: app/auth/routes.py:205 +#: app/auth/routes.py:218 msgid "Thank you for verifying your email address." msgstr "Vielen Dank für die Bestätigung deiner E-Mail-Adresse." -#: app/auth/routes.py:207 +#: app/auth/routes.py:220 msgid "Email address validation failed." msgstr "Überprüfung der E-Mail-Adresse fehlgeschlagen." @@ -710,22 +749,22 @@ msgstr "Markenverletzung" msgid "Self-harm or suicide" msgstr "Selbstschädigung oder Selbstmord" -#: app/chat/forms.py:29 app/community/forms.py:155 app/post/forms.py:26 +#: app/chat/forms.py:29 app/community/forms.py:162 app/post/forms.py:26 #: app/user/forms.py:73 msgid "Other" msgstr "Andere" -#: app/chat/forms.py:30 app/community/forms.py:70 app/community/forms.py:157 +#: app/chat/forms.py:30 app/community/forms.py:81 app/community/forms.py:164 #: app/post/forms.py:27 app/user/forms.py:74 msgid "Reason" msgstr "Grund" -#: app/chat/forms.py:31 app/community/forms.py:158 app/post/forms.py:28 +#: app/chat/forms.py:31 app/community/forms.py:165 app/post/forms.py:28 #: app/user/forms.py:75 msgid "More info" msgstr "Mehr Info" -#: app/chat/forms.py:33 app/community/forms.py:160 app/post/forms.py:30 +#: app/chat/forms.py:33 app/community/forms.py:167 app/post/forms.py:30 #: app/templates/user/show_profile.html:56 app/user/forms.py:77 msgid "Report" msgstr "Melden" @@ -760,12 +799,12 @@ msgstr "Dieses Gespräch wurde gemeldet, danke!" msgid "Report conversation" msgstr "Konversation melden" -#: app/chat/util.py:58 +#: app/chat/util.py:59 #, python-format msgid "Message failed to send to %(name)s." msgstr "Nachricht konnte nicht an %(name)s gesendet werden." -#: app/chat/util.py:60 +#: app/chat/util.py:61 msgid "Message sent." msgstr "Nachricht gesendet." @@ -778,155 +817,182 @@ msgid "Add" msgstr "Neu" #: app/community/forms.py:65 +msgid "Amend the report description if necessary" +msgstr "" + +#: app/community/forms.py:66 +#, fuzzy +msgid "Escalate report" +msgstr "Beitrag erstellen" + +#: app/community/forms.py:70 +#, fuzzy +msgid "Note for mod log" +msgstr "Not safe for work" + +#: app/community/forms.py:71 +msgid "Also resolve all other reports about the same thing." +msgstr "" + +#: app/community/forms.py:72 +#: app/templates/community/community_moderate_report_resolve.html:13 +#, fuzzy +msgid "Resolve report" +msgstr "Melden" + +#: app/community/forms.py:76 msgid "Community address" msgstr "Gemeinschaftsadresse" -#: app/community/forms.py:66 app/search/routes.py:52 -#: app/templates/base.html:193 app/templates/community/add_remote.html:13 +#: app/community/forms.py:77 app/search/routes.py:56 +#: app/templates/base.html:198 app/templates/community/add_remote.html:13 #: app/templates/domain/domains.html:29 #: app/templates/domain/domains_blocked.html:29 app/templates/index.html:40 #: app/templates/list_communities.html:36 app/templates/search/results.html:38 msgid "Search" msgstr "Suchen" -#: app/community/forms.py:71 +#: app/community/forms.py:82 msgid "Ban until" msgstr "Bannen bis" -#: app/community/forms.py:72 +#: app/community/forms.py:83 msgid "Also delete all their posts" msgstr "Lösche auch alle Beiträge" -#: app/community/forms.py:73 +#: app/community/forms.py:84 msgid "Also delete all their comments" msgstr "Lösche auch alle Kommentare" -#: app/community/forms.py:74 app/templates/domain/domains_blocked.html:48 -#: app/templates/user/show_profile.html:170 +#: app/community/forms.py:85 +#: app/templates/community/community_moderate_subscribers.html:56 +#: app/templates/domain/domains_blocked.html:48 +#: app/templates/user/show_profile.html:173 msgid "Ban" msgstr "Bann" -#: app/community/forms.py:78 app/templates/list_communities.html:56 +#: app/community/forms.py:89 app/community/forms.py:100 +#: app/community/forms.py:120 app/templates/list_communities.html:56 msgid "Community" msgstr "Community" -#: app/community/forms.py:81 app/community/forms.py:83 -#: app/community/forms.py:88 app/post/forms.py:10 +#: app/community/forms.py:91 app/community/forms.py:102 +#: app/community/forms.py:123 app/post/forms.py:10 msgid "Body" msgstr "Textkörper" -#: app/community/forms.py:85 -msgid "URL" -msgstr "URL" +#: app/community/forms.py:92 app/community/forms.py:105 +#: app/community/forms.py:125 +msgid "Sticky" +msgstr "" -#: app/community/forms.py:87 -msgid "Alt text" -msgstr "Alt-Text" - -#: app/community/forms.py:90 -msgid "Image" -msgstr "Bild" - -#: app/community/forms.py:92 +#: app/community/forms.py:93 app/community/forms.py:106 +#: app/community/forms.py:126 msgid "NSFW" msgstr "NSFW" -#: app/community/forms.py:93 +#: app/community/forms.py:94 app/community/forms.py:107 +#: app/community/forms.py:127 msgid "Gore/gross" msgstr "Gore/ekelhaft" -#: app/community/forms.py:94 app/post/forms.py:11 +#: app/community/forms.py:95 app/community/forms.py:108 +#: app/community/forms.py:128 app/post/forms.py:11 #: app/templates/post/_post_notification_toggle.html:4 #: app/templates/post/_reply_notification_toggle.html:4 msgid "Notify about replies" msgstr "Über Antworten benachrichtigen" -#: app/community/forms.py:105 app/community/forms.py:109 -#: app/community/forms.py:120 -msgid "Title is required." -msgstr "Titel ist erforderlich." +#: app/community/forms.py:103 +msgid "URL" +msgstr "URL" -#: app/community/forms.py:112 -msgid "URL is required." -msgstr "URL ist erforderlich." - -#: app/community/forms.py:116 +#: app/community/forms.py:114 #, python-format msgid "Links to %(domain)s are not allowed." msgstr "Links zu %(domain)s sind nicht erlaubt." -#: app/community/forms.py:123 -msgid "File is required." -msgstr "Datei ist erforderlich." +#: app/community/forms.py:122 +msgid "Alt text" +msgstr "Alt-Text" -#: app/community/forms.py:140 +#: app/community/forms.py:124 +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Image" +msgstr "Bild" + +#: app/community/forms.py:150 msgid "Images cannot be posted to local communities." msgstr "Bilder können nicht in lokalen Communities veröffentlicht werden." -#: app/community/forms.py:142 -msgid "Poll not implemented yet." -msgstr "Umfrage noch nicht implementiert." - -#: app/community/forms.py:149 +#: app/community/forms.py:156 msgid "Breaks instance rules" msgstr "Bricht die Instanz-Regeln" -#: app/community/forms.py:150 +#: app/community/forms.py:157 msgid "Abandoned by moderators" msgstr "Von Moderatoren verlassen" -#: app/community/forms.py:151 +#: app/community/forms.py:158 msgid "Cult" msgstr "Kult" -#: app/community/forms.py:152 +#: app/community/forms.py:159 msgid "Scam" msgstr "Scam" -#: app/community/forms.py:153 +#: app/community/forms.py:160 msgid "Alt-right pipeline" msgstr "Alt-Right Pipeline" -#: app/community/forms.py:154 app/post/forms.py:17 +#: app/community/forms.py:161 app/post/forms.py:17 msgid "Hate / genocide" msgstr "Hass / Völkermord" -#: app/community/forms.py:172 app/community/routes.py:667 +#: app/community/forms.py:179 app/community/routes.py:846 msgid "Delete community" msgstr "Community löschen" -#: app/community/routes.py:72 +#: app/community/routes.py:79 msgid "Your new community has been created." msgstr "Deine neue Community wurde erstellt." -#: app/community/routes.py:78 app/templates/community/add_local.html:13 -#: app/templates/community/community_edit.html:22 +#: app/community/routes.py:85 app/templates/community/add_local.html:13 +#: app/templates/community/community_edit.html:25 msgid "Create community" msgstr "Community erstellen" -#: app/community/routes.py:102 +#: app/community/routes.py:111 app/community/routes.py:1278 msgid "Community not found." msgstr "Community nicht gefunden." -#: app/community/routes.py:104 -msgid "Community not found. If you are searching for a nsfw community it is blocked by this instance." -msgstr "Community nicht gefunden. Wenn Sie nach einer nsfw-Community suchen, wird sie von dieser Instanz blockiert." +#: app/community/routes.py:113 app/community/routes.py:1280 +msgid "" +"Community not found. If you are searching for a nsfw community it is " +"blocked by this instance." +msgstr "" +"Community nicht gefunden. Wenn Sie nach einer nsfw-Community suchen, wird" +" sie von dieser Instanz blockiert." -#: app/community/routes.py:107 +#: app/community/routes.py:116 app/community/routes.py:1283 #, python-format msgid "That community is banned from %(site)s." msgstr "Diese Community ist von %(site)s gebannt." -#: app/community/routes.py:110 +#: app/community/routes.py:119 msgid "Add remote community" msgstr "Remote-Community hinzufügen" -#: app/community/routes.py:184 app/post/routes.py:180 -#: app/templates/base.html:127 app/templates/base.html:129 -#: app/templates/base.html:145 app/templates/base.html:147 +#: app/community/routes.py:201 app/post/routes.py:207 +#: app/templates/base.html:130 app/templates/base.html:132 +#: app/templates/base.html:148 app/templates/base.html:150 #: app/templates/chat/conversation.html:36 #: app/templates/community/community_edit.html:13 #: app/templates/community/community_mod_list.html:13 +#: app/templates/community/community_moderate.html:13 +#: app/templates/community/community_moderate_subscribers.html:13 #: app/templates/domain/domain.html:13 app/templates/topic/show_topic.html:13 #: app/templates/user/delete_account.html:13 #: app/templates/user/edit_filters.html:14 @@ -938,89 +1004,124 @@ msgstr "Remote-Community hinzufügen" msgid "Home" msgstr "Startseite" -#: app/community/routes.py:310 +#: app/community/routes.py:327 msgid "You cannot join this community" msgstr "Du kannst dieser Community nicht beitreten" -#: app/community/routes.py:326 -msgid "There was a problem while trying to communicate with remote server. If other people have already joined this community it won't matter." -msgstr "Es gab ein Problem beim Versuch, mit einem entfernten Server zu kommunizieren. Wenn andere Personen dieser Community bereits beigetreten sind, spielt es keine Rolle." +#: app/community/routes.py:343 +msgid "" +"There was a problem while trying to communicate with remote server. If " +"other people have already joined this community it won't matter." +msgstr "" +"Es gab ein Problem beim Versuch, mit einem entfernten Server zu " +"kommunizieren. Wenn andere Personen dieser Community bereits beigetreten " +"sind, spielt es keine Rolle." -#: app/community/routes.py:516 app/community/routes.py:540 -#: app/community/routes.py:542 +#: app/community/routes.py:492 app/community/routes.py:565 +#: app/community/routes.py:638 +msgid "Add post to community" +msgstr "Beitrag zur Community hinzufügen" + +#: app/community/routes.py:705 app/community/routes.py:730 +#: app/community/routes.py:732 #, python-format msgid "Your post to %(name)s has been made." msgstr "Dein Beitrag bei %(name)s wurde erstellt." -#: app/community/routes.py:552 -msgid "Add post to community" -msgstr "Beitrag zur Community hinzufügen" - -#: app/community/routes.py:574 +#: app/community/routes.py:749 msgid "A community has been reported" msgstr "Eine Community wurde gemeldet" -#: app/community/routes.py:585 +#: app/community/routes.py:760 msgid "Community has been reported, thank you!" msgstr "Community wurde gemeldet, danke!" -#: app/community/routes.py:588 +#: app/community/routes.py:763 msgid "Report community" msgstr "Community melden" -#: app/community/routes.py:683 -#: app/templates/community/community_mod_list.html:21 +#: app/community/routes.py:864 +#: app/templates/community/community_mod_list.html:22 #, python-format msgid "Moderators for %(community)s" msgstr "Moderatoren für %(community)s" -#: app/community/routes.py:706 +#: app/community/routes.py:889 msgid "Moderator added" msgstr "Moderator hinzugefügt" -#: app/community/routes.py:710 +#: app/community/routes.py:893 #, python-format msgid "You are now a moderator of %(name)s" msgstr "Du bist jetzt Moderator von %(name)s" -#: app/community/routes.py:735 +#: app/community/routes.py:918 msgid "Account not found" msgstr "Konto nicht gefunden" -#: app/community/routes.py:737 +#: app/community/routes.py:920 #: app/templates/community/community_add_moderator.html:13 #, python-format msgid "Add moderator to %(community)s" msgstr "Moderator zu %(community)s hinzufügen" -#: app/community/routes.py:755 +#: app/community/routes.py:940 msgid "Moderator removed" msgstr "Moderator gelöscht" -#: app/community/routes.py:772 app/post/routes.py:870 app/post/routes.py:962 +#: app/community/routes.py:957 app/post/routes.py:1139 app/post/routes.py:1262 #, python-format msgid "Content from %(name)s will be hidden." msgstr "Inhalt von %(name)s wird ausgeblendet." -#: app/community/routes.py:792 +#: app/community/routes.py:986 #, python-format msgid "%(name)s has been banned." msgstr "%(name)s wurde gesperrt." -#: app/community/routes.py:799 +#: app/community/routes.py:993 #, python-format msgid "Posts by %(name)s have been deleted." msgstr "Beiträge von %(name)s wurden gelöscht." -#: app/community/routes.py:805 +#: app/community/routes.py:999 #, python-format msgid "Comments by %(name)s have been deleted." msgstr "Kommentare von %(name)s wurden gelöscht." -#: app/community/routes.py:823 +#: app/community/routes.py:1020 msgid "Ban from community" msgstr "Community sperren" +#: app/community/routes.py:1043 +#, fuzzy, python-format +msgid "%(name)s has been unbanned." +msgstr "%(name)s wurde gesperrt." + +#: app/community/routes.py:1108 app/community/routes.py:1142 +#, fuzzy, python-format +msgid "Moderation of %(community)s" +msgstr "Moderatoren für %(community)s" + +#: app/community/routes.py:1170 +msgid "Admin has been notified about this report." +msgstr "" + +#: app/community/routes.py:1218 +#, fuzzy +msgid "Report resolved." +msgstr "Benutzer melden" + +#: app/community/routes.py:1256 +#, fuzzy +msgid "Report ignored." +msgstr "Kommentar melden" + +#: app/community/routes.py:1286 +#, fuzzy +msgid "Search result for remote community" +msgstr "Remote-Community hinzufügen" + #: app/domain/routes.py:113 #, python-format msgid "%(name)s blocked." @@ -1041,27 +1142,29 @@ msgstr "%(name)s wurde für alle Benutzer gesperrt und alle Inhalte gelöscht." msgid "%(name)s un-banned for all users." msgstr "%(name)s Sperrung wurde für alle Benutzer aufgehoben." -#: app/main/routes.py:72 +#: app/main/routes.py:73 msgid "Create an account to tailor this feed to your interests." msgstr "Erstelle ein Konto, um diesen Feed deinen Interessen anzupassen." -#: app/main/routes.py:156 app/templates/base.html:136 -#: app/templates/base.html:154 +#: app/main/routes.py:163 app/templates/base.html:139 +#: app/templates/base.html:157 msgid "Browse by topic" msgstr "Nach Thema suchen" -#: app/main/routes.py:194 +#: app/main/routes.py:206 msgid "Local communities" msgstr "Lokale Communities" -#: app/main/routes.py:209 app/templates/base.html:163 +#: app/main/routes.py:221 app/templates/base.html:168 #: app/templates/list_communities.html:19 msgid "Joined communities" msgstr "Beigetretene Communities" -#: app/main/routes.py:326 +#: app/main/routes.py:354 msgid "Please click the link in your email inbox to verify your account." -msgstr "Bitte klicke auf den Link in deinem E-mail Posteingang, um dein Konto zu bestätigen." +msgstr "" +"Bitte klicke auf den Link in deinem E-mail Posteingang, um dein Konto zu " +"bestätigen." #: app/post/forms.py:12 msgid "Comment" @@ -1075,7 +1178,7 @@ msgstr "Bricht die Community-Regeln" msgid "Sharing personal info - doxing" msgstr "Verbreitung persönlicher Informationen - Doxing" -#: app/post/forms.py:42 app/post/routes.py:887 +#: app/post/forms.py:42 app/post/routes.py:1156 #: app/templates/post/post_mea_culpa.html:13 msgid "I changed my mind" msgstr "Ich habe meine Meinung geändert" @@ -1083,78 +1186,98 @@ msgstr "Ich habe meine Meinung geändert" #: app/post/routes.py:45 #, python-format msgid "%(name)s has indicated they made a mistake in this post." -msgstr "%(name)s hat angegeben, dass sie einen Fehler in diesem Beitrag gemacht haben." +msgstr "" +"%(name)s hat angegeben, dass sie einen Fehler in diesem Beitrag gemacht " +"haben." -#: app/post/routes.py:66 app/post/routes.py:443 +#: app/post/routes.py:72 app/post/routes.py:476 #, python-format msgid "You cannot reply to %(name)s" msgstr "Du kannst nicht auf %(name)s antworten" -#: app/post/routes.py:76 app/post/routes.py:456 +#: app/post/routes.py:82 app/post/routes.py:489 msgid "This type of comment is not accepted, sorry." msgstr "Diese Art von Kommentar wird nicht akzeptiert, sorry." -#: app/post/routes.py:414 app/post/routes.py:579 +#: app/post/routes.py:446 app/post/routes.py:632 #, python-format msgid "Discussing %(title)s" msgstr "Diskussion %(title)s" -#: app/post/routes.py:628 app/post/routes.py:985 app/user/routes.py:137 -#: app/user/routes.py:198 app/user/routes.py:670 app/user/routes.py:701 +#: app/post/routes.py:702 app/post/routes.py:783 app/post/routes.py:865 +#: app/post/routes.py:1285 app/user/routes.py:143 app/user/routes.py:204 +#: app/user/routes.py:686 app/user/routes.py:717 msgid "Your changes have been saved." msgstr "Deine Änderungen wurden gespeichert." -#: app/post/routes.py:725 app/templates/post/post_edit.html:43 +#: app/post/routes.py:718 app/post/routes.py:800 app/post/routes.py:882 +#: app/templates/post/post_edit_discussion.html:11 +#: app/templates/post/post_edit_image.html:11 +#: app/templates/post/post_edit_link.html:11 msgid "Edit post" msgstr "Beitrag bearbeiten" -#: app/post/routes.py:746 +#: app/post/routes.py:990 msgid "Post deleted." msgstr "Beitrag gelöscht." -#: app/post/routes.py:804 -msgid "A post has been reported" -msgstr "Ein Beitrag wurde gemeldet" +#: app/post/routes.py:1040 +msgid "" +"Moderators have already assessed reports regarding this post, no further " +"reports are necessary." +msgstr "" -#: app/post/routes.py:822 +#: app/post/routes.py:1043 +#, fuzzy +msgid "Post has already been reported, thank you!" +msgstr "Der Beitrag wurde gemeldet, danke!" + +#: app/post/routes.py:1091 msgid "Post has been reported, thank you!" msgstr "Der Beitrag wurde gemeldet, danke!" -#: app/post/routes.py:827 +#: app/post/routes.py:1096 msgid "Report post" msgstr "Beitrag melden" -#: app/post/routes.py:841 app/post/routes.py:946 +#: app/post/routes.py:1110 app/post/routes.py:1246 #, python-format msgid "%(name)s has been blocked." msgstr "%(name)s wurde blockiert." -#: app/post/routes.py:857 +#: app/post/routes.py:1126 #, python-format msgid "Posts linking to %(name)s will be hidden." msgstr "Beiträge, die zu %(name)s verlinken, werden ausgeblendet." -#: app/post/routes.py:908 -msgid "A comment has been reported" -msgstr "Ein Kommentar wurde gemeldet" +#: app/post/routes.py:1170 +msgid "" +"Moderators have already assessed reports regarding this comment, no " +"further reports are necessary." +msgstr "" -#: app/post/routes.py:926 +#: app/post/routes.py:1175 +#, fuzzy +msgid "Comment has already been reported, thank you!" +msgstr "Kommentar wurde gemeldet, danke!" + +#: app/post/routes.py:1226 msgid "Comment has been reported, thank you!" msgstr "Kommentar wurde gemeldet, danke!" -#: app/post/routes.py:931 +#: app/post/routes.py:1231 msgid "Report comment" msgstr "Kommentar melden" -#: app/post/routes.py:1062 +#: app/post/routes.py:1389 msgid "Edit comment" msgstr "Kommentar bearbeiten" -#: app/post/routes.py:1086 +#: app/post/routes.py:1413 msgid "Comment deleted." msgstr "Kommentar gelöscht." -#: app/search/routes.py:45 +#: app/search/routes.py:49 #, python-format msgid "Search results for %(q)s" msgstr "Suchergebnisse für %(q)s" @@ -1186,92 +1309,92 @@ msgstr "Aktiv" msgid "Rational Discourse Toolkit" msgstr "Werkzeuge für rationalen Diskurs" -#: app/templates/base.html:52 +#: app/templates/about.html:10 app/templates/donate.html:26 +#: app/templates/index.html:67 app/templates/keyboard_shortcuts.html:63 +#: app/templates/search/results.html:65 +#, python-format +msgid "About %(site_name)s" +msgstr "Über %(site_name)s" + +#: app/templates/base.html:55 msgid "PieFed" msgstr "PieFed" -#: app/templates/base.html:110 app/templates/base.html:184 -#: app/templates/user/notifications.html:18 app/user/routes.py:521 +#: app/templates/base.html:113 app/templates/base.html:189 +#: app/templates/user/notifications.html:18 app/user/routes.py:537 msgid "Notifications" msgstr "Benachrichtigungen" -#: app/templates/base.html:130 app/templates/base.html:148 +#: app/templates/base.html:133 app/templates/base.html:151 msgid "Popular" msgstr "Beliebt" -#: app/templates/base.html:131 app/templates/base.html:149 +#: app/templates/base.html:134 app/templates/base.html:152 msgid "All posts" msgstr "Alle Beiträge" -#: app/templates/base.html:137 app/templates/base.html:155 +#: app/templates/base.html:140 app/templates/base.html:158 #: app/templates/list_communities.html:13 msgid "All communities" msgstr "Alle Communities" -#: app/templates/auth/login.html:9 app/templates/base.html:140 +#: app/templates/auth/login.html:9 app/templates/base.html:143 msgid "Log in" msgstr "Anmelden" -#: app/templates/base.html:142 app/templates/base.html:178 +#: app/templates/base.html:145 app/templates/base.html:183 #: app/templates/donate.html:10 msgid "Donate" msgstr "Spenden" -#: app/templates/base.html:157 +#: app/templates/base.html:161 msgid "Moderating" msgstr "Moderieren" -#: app/templates/base.html:171 +#: app/templates/base.html:176 msgid "Account" msgstr "Konto" -#: app/templates/base.html:173 +#: app/templates/base.html:178 msgid "View profile" msgstr "Profil anzeigen" -#: app/templates/base.html:174 +#: app/templates/base.html:179 msgid "Edit profile & settings" msgstr "Profil & Einstellungen bearbeiten" -#: app/templates/base.html:175 +#: app/templates/base.html:180 msgid "Chats" msgstr "Chatten" -#: app/templates/base.html:182 +#: app/templates/base.html:187 msgid "Log out" msgstr "Abmelden" -#: app/templates/base.html:184 +#: app/templates/base.html:189 #, python-format msgid "%(num)d unread notifications" msgstr "%(num)d ungelesene Benachrichtigungen" -#: app/templates/base.html:194 +#: app/templates/base.html:199 msgid "Light mode" msgstr "Tagmodus" -#: app/templates/base.html:195 +#: app/templates/base.html:200 msgid "Dark mode" msgstr "Nachtmodus" -#: app/templates/base.html:223 app/templates/keyboard_shortcuts.html:10 +#: app/templates/base.html:228 app/templates/keyboard_shortcuts.html:10 msgid "Keyboard shortcuts" msgstr "Tastaturkürzel" -#: app/templates/donate.html:26 app/templates/index.html:65 -#: app/templates/keyboard_shortcuts.html:63 -#: app/templates/search/results.html:63 -#, python-format -msgid "About %(site_name)s" -msgstr "Über %(site_name)s" - #: app/templates/index.html:17 msgid "No posts yet. Join some communities to see more." msgstr "Noch keine Beiträge. Tritt einigen Communities bei, um mehr zu sehen." #: app/templates/community/community.html:168 app/templates/index.html:18 -#: app/templates/index.html:59 app/templates/list_topics.html:26 -#: app/templates/post/post.html:217 app/templates/search/results.html:57 +#: app/templates/index.html:59 app/templates/list_topics.html:38 +#: app/templates/post/post.html:220 app/templates/search/results.html:57 #: app/templates/topic/show_topic.html:91 msgid "Explore communities" msgstr "Communities erkunden" @@ -1280,11 +1403,13 @@ msgstr "Communities erkunden" #: app/templates/admin/communities.html:51 app/templates/admin/posts.html:26 #: app/templates/admin/reports.html:58 app/templates/admin/users.html:69 #: app/templates/community/community.html:92 +#: app/templates/community/community_moderate.html:80 +#: app/templates/community/community_moderate_subscribers.html:67 #: app/templates/domain/domain.html:30 app/templates/domain/domains.html:51 #: app/templates/domain/domains_blocked.html:59 app/templates/index.html:25 #: app/templates/search/results.html:23 app/templates/topic/show_topic.html:52 -#: app/templates/user/show_profile.html:72 -#: app/templates/user/show_profile.html:95 +#: app/templates/user/show_profile.html:75 +#: app/templates/user/show_profile.html:98 msgid "Previous page" msgstr "Vorherige Seite" @@ -1292,11 +1417,13 @@ msgstr "Vorherige Seite" #: app/templates/admin/communities.html:56 app/templates/admin/posts.html:31 #: app/templates/admin/reports.html:63 app/templates/admin/users.html:74 #: app/templates/community/community.html:97 +#: app/templates/community/community_moderate.html:85 +#: app/templates/community/community_moderate_subscribers.html:72 #: app/templates/domain/domain.html:35 app/templates/domain/domains.html:56 #: app/templates/domain/domains_blocked.html:64 app/templates/index.html:30 #: app/templates/search/results.html:28 app/templates/topic/show_topic.html:57 -#: app/templates/user/show_profile.html:77 -#: app/templates/user/show_profile.html:100 +#: app/templates/user/show_profile.html:80 +#: app/templates/user/show_profile.html:103 msgid "Next page" msgstr "Nächste Seite" @@ -1304,6 +1431,12 @@ msgstr "Nächste Seite" msgid "Active communities" msgstr "Aktive Communities" +#: app/templates/index.html:60 app/templates/list_communities.html:108 +#: app/templates/search/results.html:58 +#, fuzzy +msgid "Browse topics" +msgstr "Nach Thema suchen" + #: app/templates/keyboard_shortcuts.html:11 msgid "Most shortcuts are the same as what reddit has." msgstr "Die meisten Tastaturkürzel sind die gleichen wie bei reddit." @@ -1312,7 +1445,7 @@ msgstr "Die meisten Tastaturkürzel sind die gleichen wie bei reddit." msgid "Navigation" msgstr "Navigation" -#: app/templates/community/community_mod_list.html:31 +#: app/templates/community/community_mod_list.html:33 #: app/templates/keyboard_shortcuts.html:43 app/templates/user/filters.html:31 msgid "Action" msgstr "Aktion" @@ -1326,8 +1459,15 @@ msgid "Downvote" msgstr "Negativ bewerten" #: app/templates/keyboard_shortcuts.html:55 -msgid "When viewing a list of posts actions like voting or going to a post depend on which is the current post. The current post is determined by hovering with the mouse or the J and K keys." -msgstr "Wenn du eine Liste von Beiträgen anschaust, hängen Aktionen wie \"Bewertung\" oder \"gehen zu einem Beitrag\" davon ab, welches ist der aktuelle Beitrag ist. Der aktuelle Beitrag wird durch die Maus oder die J- und K-Taste bestimmt." +msgid "" +"When viewing a list of posts actions like voting or going to a post " +"depend on which is the current post. The current post is determined by " +"hovering with the mouse or the J and K keys." +msgstr "" +"Wenn du eine Liste von Beiträgen anschaust, hängen Aktionen wie " +"\"Bewertung\" oder \"gehen zu einem Beitrag\" davon ab, welches ist der " +"aktuelle Beitrag ist. Der aktuelle Beitrag wird durch die Maus oder die " +"J- und K-Taste bestimmt." #: app/templates/list_communities.html:14 msgid "All" @@ -1383,7 +1523,7 @@ msgid "Sort by reply count" msgstr "Nach Antwortanzahl sortieren" #: app/templates/list_communities.html:66 app/templates/post/post.html:61 -#: app/templates/post/post.html:155 +#: app/templates/post/post.html:158 msgid "Comments" msgstr "Kommentare" @@ -1398,9 +1538,10 @@ msgstr "%(name)s verlassen" #: app/templates/community/add_remote.html:32 #: app/templates/community/community.html:112 +#: app/templates/community/lookup_remote.html:21 #: app/templates/list_communities.html:82 app/templates/post/add_reply.html:48 -#: app/templates/post/continue_discussion.html:96 -#: app/templates/post/post.html:174 +#: app/templates/post/continue_discussion.html:99 +#: app/templates/post/post.html:177 msgid "Leave" msgstr "Verlassen" @@ -1417,10 +1558,11 @@ msgstr "%(name)s beitreten" #: app/templates/community/add_remote.html:34 #: app/templates/community/community.html:116 +#: app/templates/community/lookup_remote.html:23 #: app/templates/list_communities.html:86 #: app/templates/list_communities.html:89 app/templates/post/add_reply.html:50 -#: app/templates/post/continue_discussion.html:98 -#: app/templates/post/post.html:176 +#: app/templates/post/continue_discussion.html:101 +#: app/templates/post/post.html:179 msgid "Join" msgstr "Beitreten" @@ -1429,11 +1571,11 @@ msgstr "Beitreten" msgid "Browse %(name)s" msgstr "%(name)s durchsuchen" -#: app/templates/list_communities.html:106 app/templates/list_topics.html:24 +#: app/templates/list_communities.html:106 app/templates/list_topics.html:36 msgid "There are no communities yet." msgstr "Es gibt noch keine Gemeinschaften." -#: app/templates/list_topics.html:11 +#: app/templates/list_topics.html:25 msgid "Choose a topic" msgstr "Thema auswählen" @@ -1457,7 +1599,9 @@ msgstr "Beobachten" msgid "Registration applications" msgstr "Bewerbungen" -#: app/templates/admin/_nav.html:13 +#: app/templates/admin/_nav.html:13 app/templates/community/community.html:181 +#: app/templates/community/community_moderate.html:15 +#: app/templates/community/community_moderate_subscribers.html:15 msgid "Moderation" msgstr "Moderation" @@ -1493,7 +1637,7 @@ msgstr "Ansicht" #: app/templates/admin/approve_registrations.html:45 #: app/templates/post/post_options.html:20 #: app/templates/post/post_reply_options.html:20 -#: app/templates/user/show_profile.html:176 +#: app/templates/user/show_profile.html:179 msgid "Delete" msgstr "Löschen" @@ -1529,8 +1673,12 @@ msgid "Add local user" msgstr "Lokalen Benutzer hinzufügen" #: app/templates/auth/check_email.html:9 -msgid "We sent you an email containing a link that you need to click to enable your account." -msgstr "Wir haben dir eine E-Mail mit einem Link geschickt, auf den du klicken musst, um dein Konto zu aktivieren." +msgid "" +"We sent you an email containing a link that you need to click to enable " +"your account." +msgstr "" +"Wir haben dir eine E-Mail mit einem Link geschickt, auf den du klicken " +"musst, um dein Konto zu aktivieren." #: app/templates/auth/login.html:14 msgid "New User?" @@ -1562,8 +1710,12 @@ msgid "Thanks for registering" msgstr "Vielen Dank für deine Registrierung" #: app/templates/auth/please_wait.html:9 -msgid "We are reviewing your application and will email you once it has been accepted." -msgstr "Wir prüfen deine Bewerbung und werden dir eine E-Mail schicken, sobald sie angenommen wurde." +msgid "" +"We are reviewing your application and will email you once it has been " +"accepted." +msgstr "" +"Wir prüfen deine Bewerbung und werden dir eine E-Mail schicken, sobald " +"sie angenommen wurde." #: app/templates/auth/register.html:19 msgid "Create new account" @@ -1571,7 +1723,9 @@ msgstr "Neues Konto erstellen" #: app/templates/auth/register.html:22 msgid "Registration is closed. Only admins can create accounts." -msgstr "Die Registrierung ist geschlossen. Nur Administratoren können Konten erstellen." +msgstr "" +"Die Registrierung ist geschlossen. Nur Administratoren können Konten " +"erstellen." #: app/templates/auth/reset_password.html:13 #: app/templates/auth/reset_password_request.html:13 @@ -1583,8 +1737,14 @@ msgid "Please check your email inbox" msgstr "Bitte überprüfen deinen E-Mail Posteingang" #: app/templates/auth/validation_required.html:12 -msgid "To keep spam and bots to a managable level, we send every new account an email with a link in it that needs to be clicked to fully enable the account." -msgstr "Um Spam und Bots auf einem verwaltbaren Level zu halten, schicken wir jedem neuen Konto eine E-Mail mit einem Link, der angeklickt werden muss, um das Konto vollständig zu aktivieren." +msgid "" +"To keep spam and bots to a managable level, we send every new account an " +"email with a link in it that needs to be clicked to fully enable the " +"account." +msgstr "" +"Um Spam und Bots auf einem verwaltbaren Level zu halten, schicken wir " +"jedem neuen Konto eine E-Mail mit einem Link, der angeklickt werden muss," +" um das Konto vollständig zu aktivieren." #: app/templates/chat/blocked.html:15 msgid "You have blocked this person or they have blocked you." @@ -1616,8 +1776,12 @@ msgid "Report to moderators" msgstr "An Moderatoren melden" #: app/templates/chat/chat_options.html:31 -msgid "If you are reporting abuse then do not delete the conversation - moderators will not be able to read it if you delete it." -msgstr "Wenn du Missbrauch meldest, lösche die Unterhaltung nicht - Moderatoren können sie nicht lesen, wenn du sie löschst." +msgid "" +"If you are reporting abuse then do not delete the conversation - " +"moderators will not be able to read it if you delete it." +msgstr "" +"Wenn du Missbrauch meldest, lösche die Unterhaltung nicht - Moderatoren " +"können sie nicht lesen, wenn du sie löschst." #: app/templates/chat/conversation.html:37 msgid "Chat" @@ -1626,7 +1790,7 @@ msgstr "Chatten" #: app/templates/chat/conversation.html:42 app/templates/user/filters.html:56 #: app/templates/user/notifications.html:14 app/templates/user/people.html:14 #: app/templates/user/people.html:17 app/templates/user/show_profile.html:19 -#: app/templates/user/show_profile.html:39 app/user/routes.py:34 +#: app/templates/user/show_profile.html:39 app/user/routes.py:35 msgid "People" msgstr "Leute" @@ -1640,41 +1804,83 @@ msgid "Messages with: " msgstr "Nachrichten mit: " #: app/templates/chat/conversation.html:75 -#: app/templates/post/_post_teaser.html:80 +#: app/templates/post/_post_teaser.html:75 msgid "Options" msgstr "Optionen" #: app/templates/chat/denied.html:16 -msgid "You have not been using PieFed long enough to be allowed to send messages to people." -msgstr "Du hast PieFed nicht lange genug benutzt, um Nachrichten an andere verschicken zu können." +msgid "" +"You have not been using PieFed long enough to be allowed to send messages" +" to people." +msgstr "" +"Du hast PieFed nicht lange genug benutzt, um Nachrichten an andere " +"verschicken zu können." #: app/templates/chat/empty.html:13 msgid "No chats" msgstr "Keine Chats" #: app/templates/chat/empty.html:15 -msgid "There are no chats involving you, yet. Start a conversation using the \"Send message\" button on someone's profile." -msgstr "Es gibt noch keine Chats, in die du involviert bist. Starte eine Unterhaltung mit dem \"Nachricht senden\"-Button auf dem Profil von jemandem." +msgid "" +"There are no chats involving you, yet. Start a conversation using the " +"\"Send message\" button on someone's profile." +msgstr "" +"Es gibt noch keine Chats, in die du involviert bist. Starte eine " +"Unterhaltung mit dem \"Nachricht senden\"-Button auf dem Profil von " +"jemandem." #: app/templates/chat/report.html:14 #, python-format msgid "Report conversation with \"%(member_names)s\"" msgstr "Unterhaltung mit \"%(member_names)s \" melden" -#: app/templates/community/_community_nav.html:3 -#: app/templates/community/add_post.html:11 -#: app/templates/community/community.html:108 -#: app/templates/post/add_reply.html:54 -#: app/templates/post/continue_discussion.html:102 -#: app/templates/post/post.html:170 app/templates/post/post_reply_edit.html:50 -#: app/templates/topic/show_topic.html:68 -msgid "Create post" -msgstr "Beitrag erstellen" +#: app/templates/community/_community_moderation_nav.html:4 +#: app/templates/community/community_edit.html:15 +#: app/templates/community/community_mod_list.html:15 +#: app/templates/post/add_reply.html:89 +#: app/templates/post/continue_discussion.html:140 +#: app/templates/post/post.html:234 app/templates/post/post_reply_edit.html:85 +#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 +#: app/templates/user/show_profile.html:124 +msgid "Settings" +msgstr "Einstellungen" +#: app/templates/community/_community_moderation_nav.html:7 +#: app/templates/community/community_mod_list.html:16 +msgid "Moderators" +msgstr "Moderatoren" + +#: app/templates/community/_community_moderation_nav.html:10 #: app/templates/community/_community_nav.html:7 msgid "Sort by hot" msgstr "Nach Angesagt sortieren" +#: app/templates/community/_community_moderation_nav.html:14 +#: app/templates/community/community_moderate_subscribers.html:21 +#, fuzzy +msgid "Subscribers" +msgstr "Abonnieren" + +#: app/templates/community/_community_moderation_nav.html:17 +msgid "Appeals" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:20 +msgid "Mod log" +msgstr "" + +#: app/templates/community/_community_nav.html:3 +#: app/templates/community/add_discussion_post.html:11 +#: app/templates/community/add_image_post.html:11 +#: app/templates/community/add_link_post.html:11 +#: app/templates/community/community.html:108 +#: app/templates/post/add_reply.html:54 +#: app/templates/post/continue_discussion.html:105 +#: app/templates/post/post.html:173 app/templates/post/post_reply_edit.html:50 +#: app/templates/topic/show_topic.html:68 +msgid "Create post" +msgstr "Beitrag erstellen" + #: app/templates/community/_community_nav.html:10 msgid "Sort by top" msgstr "Nach Top sortieren" @@ -1697,27 +1903,98 @@ msgstr "Breite Kachel" #: app/templates/community/_notification_toggle.html:5 msgid "Notify about every new post. Not advisable in high traffic communities!" -msgstr "Benachrichtigung über jeden neuen Beitrag erhalten. Nicht ratsam in stark frequentierten Communities!" +msgstr "" +"Benachrichtigung über jeden neuen Beitrag erhalten. Nicht ratsam in stark" +" frequentierten Communities!" + +#: app/templates/community/add_discussion_post.html:16 +#: app/templates/community/add_image_post.html:16 +#: app/templates/community/add_link_post.html:16 +#, fuzzy +msgid "Type of post" +msgstr "Beitrag melden" + +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Start a discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +#, fuzzy, python-format +msgid "Discussion" +msgstr "Diskussion %(title)s" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Share a link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +#, fuzzy +msgid "Link" +msgstr "Anmelden" + +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +#, fuzzy +msgid "Share an image" +msgstr "Nachricht senden" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +#, fuzzy +msgid "Create a poll" +msgstr "Beitrag erstellen" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +#, fuzzy +msgid "Poll" +msgstr "Leute" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +#, fuzzy +msgid "Create an event" +msgstr "Neues Konto erstellen" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +#, fuzzy +msgid "Event" +msgstr "Verlassen" + +#: app/templates/community/add_discussion_post.html:43 +#: app/templates/community/add_image_post.html:45 +#: app/templates/community/add_link_post.html:44 +#: app/templates/post/add_reply.html:37 app/templates/post/post.html:42 +#: app/templates/user/edit_profile.html:44 +msgid "Enable markdown editor" +msgstr "Markdown Editor aktivieren" + +#: app/templates/community/add_image_post.html:30 +#: app/templates/post/post_edit_image.html:17 +msgid "Describe the image, to help visually impaired people." +msgstr "Beschreibe das Bild, um sehbehinderten Menschen zu helfen." #: app/templates/community/add_local.html:31 #, python-format msgid "Only people using %(name)s can post or reply" msgstr "Nur Personen, die %(name)s verwenden, können posten oder antworten" -#: app/templates/community/add_post.html:44 -#: app/templates/community/add_post.html:65 -#: app/templates/community/add_post.html:88 -#: app/templates/post/add_reply.html:37 app/templates/post/post.html:42 -#: app/templates/user/edit_profile.html:44 -msgid "Enable markdown editor" -msgstr "Markdown Editor aktivieren" - -#: app/templates/community/add_post.html:73 -#: app/templates/post/post_edit.html:98 -msgid "Describe the image, to help visually impaired people." -msgstr "Beschreibe das Bild, um sehbehinderten Menschen zu helfen." - #: app/templates/community/add_remote.html:25 +#: app/templates/community/lookup_remote.html:14 msgid "Found a community:" msgstr "Community gefunden:" @@ -1742,56 +2019,45 @@ msgstr "Noch keine Beiträge in dieser Community." #: app/templates/community/community.html:121 #: app/templates/post/add_reply.html:58 -#: app/templates/post/continue_discussion.html:106 -#: app/templates/post/post.html:181 app/templates/post/post_reply_edit.html:54 +#: app/templates/post/continue_discussion.html:109 +#: app/templates/post/post.html:184 app/templates/post/post_reply_edit.html:54 msgid "Search this community" msgstr "Diese Community durchsuchen" #: app/templates/community/community.html:127 #: app/templates/post/add_reply.html:64 -#: app/templates/post/continue_discussion.html:112 -#: app/templates/post/post.html:187 app/templates/post/post_reply_edit.html:60 +#: app/templates/post/continue_discussion.html:115 +#: app/templates/post/post.html:190 app/templates/post/post_reply_edit.html:60 msgid "About community" msgstr "Über diese Community" #: app/templates/community/community.html:146 #, python-format msgid "Only people on %(instance_name)s can post or reply in this community." -msgstr "Nur Personen auf %(instance_name)s können in dieser Community posten oder antworten." +msgstr "" +"Nur Personen auf %(instance_name)s können in dieser Community posten oder" +" antworten." -#: app/templates/community/community.html:156 app/templates/post/post.html:205 +#: app/templates/community/community.html:156 app/templates/post/post.html:208 msgid "Related communities" msgstr "Verwandte Communities" -#: app/templates/community/community.html:162 app/templates/post/post.html:211 +#: app/templates/community/community.html:162 app/templates/post/post.html:214 #: app/templates/topic/show_topic.html:85 msgid "Go to community" msgstr "Gehe zur Community" #: app/templates/community/community.html:175 #: app/templates/post/add_reply.html:82 -#: app/templates/post/continue_discussion.html:130 -#: app/templates/post/post.html:224 app/templates/post/post_reply_edit.html:78 +#: app/templates/post/continue_discussion.html:133 +#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:78 msgid "Community Settings" msgstr "Community-Einstellungen" -#: app/templates/community/community.html:178 -#: app/templates/post/add_reply.html:85 -#: app/templates/post/continue_discussion.html:133 -#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:81 -msgid "Moderate" -msgstr "Moderieren" - -#: app/templates/community/community.html:180 -#: app/templates/community/community_edit.html:15 -#: app/templates/community/community_mod_list.html:15 -#: app/templates/post/add_reply.html:86 -#: app/templates/post/continue_discussion.html:134 -#: app/templates/post/post.html:228 app/templates/post/post_reply_edit.html:82 -#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 -#: app/templates/user/show_profile.html:121 -msgid "Settings" -msgstr "Einstellungen" +#: app/templates/community/community.html:179 +#, fuzzy +msgid "Settings & Moderation" +msgstr "Moderation" #: app/templates/community/community_ban_user.html:13 #, python-format @@ -1803,19 +2069,96 @@ msgstr "Banne \"%(user_name)s\" von %(community_name)s" msgid "Delete \"%(community_title)s\"" msgstr "Lösche \"%(community_title)s\"" -#: app/templates/community/community_edit.html:51 -#: app/templates/community/community_mod_list.html:16 -msgid "Moderators" -msgstr "Moderatoren" +#: app/templates/community/community_edit.html:23 +#, fuzzy, python-format +msgid "Edit %(community)s" +msgstr "%(community_name)s bearbeiten" + +#: app/templates/community/community_edit.html:28 +#, fuzzy +msgid "Edit and configure this community" +msgstr "Diese Community durchsuchen" #: app/templates/community/community_mod_list.html:24 +#, fuzzy +msgid "See and change who moderates this community" +msgstr "Diese Community durchsuchen" + +#: app/templates/community/community_mod_list.html:26 +#: app/templates/community/community_moderate.html:24 +#: app/templates/community/community_moderate_subscribers.html:24 msgid "Add moderator" msgstr "Moderator hinzufügen" -#: app/templates/community/community_mod_list.html:41 +#: app/templates/community/community_mod_list.html:43 msgid "Remove" msgstr "Entfernen" +#: app/templates/community/community_moderate.html:27 +#, python-format +msgid "See and handle all reports made about %(community)s" +msgstr "" + +#: app/templates/community/community_moderate.html:67 +msgid "Escalate" +msgstr "" + +#: app/templates/community/community_moderate.html:68 +#, fuzzy +msgid "Resolve" +msgstr "Entfernen" + +#: app/templates/community/community_moderate.html:70 +#, fuzzy +msgid "Ignore" +msgstr "Keine" + +#: app/templates/community/community_moderate.html:90 +#, fuzzy +msgid "No reports yet" +msgstr "Noch keine Beiträge." + +#: app/templates/community/community_moderate_report_escalate.html:13 +msgid "Escalate report to admins" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:14 +msgid "" +"For reports that could potentially involve legal issues or where you are " +"unsure how to respond, you may prefer to let admins handle it." +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:27 +#, python-format +msgid "See who is subscribed to %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:77 +msgid "This community has no subscribers" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:79 +#, fuzzy +msgid "Banned People" +msgstr "Keine blockierten Personen" + +#: app/templates/community/community_moderate_subscribers.html:80 +#, python-format +msgid "See and manage who is banned from %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:116 +#: app/templates/domain/domain.html:61 +#: app/templates/domain/domains_blocked.html:46 +#: app/templates/user/show_profile.html:169 +msgid "Unban" +msgstr "Entbannen" + +#: app/templates/community/community_moderate_subscribers.html:125 +#, fuzzy +msgid "No banned people yet" +msgstr "Keine blockierten Personen" + #: app/templates/domain/domain.html:14 app/templates/domain/domains.html:12 #: app/templates/domain/domains.html:21 #: app/templates/domain/domains_blocked.html:21 @@ -1843,12 +2186,6 @@ msgstr "Entsperren" msgid "Block" msgstr "Blockieren" -#: app/templates/domain/domain.html:61 -#: app/templates/domain/domains_blocked.html:46 -#: app/templates/user/show_profile.html:166 -msgid "Unban" -msgstr "Entbannen" - #: app/templates/domain/domain.html:65 msgid "Ban instance-wide" msgstr "Auf ganzer Instanz bannen" @@ -1878,11 +2215,18 @@ msgstr "Blockierte Domains mit \"%(search)s\"" #: app/templates/domain/domains_blocked.html:46 msgid "Unbanning this domain allows future posts linking to that domain." -msgstr "Das Entsperren dieser Domain erlaubt zukünftige Beiträge, die auf diese Domain verlinken." +msgstr "" +"Das Entsperren dieser Domain erlaubt zukünftige Beiträge, die auf diese " +"Domain verlinken." #: app/templates/domain/domains_blocked.html:48 -msgid "Banning this domain will delete all posts linking to this domain and prevent future posts linking to that domain." -msgstr "Das Sperren dieser Domain löscht alle Beiträge, die auf diese Domain verlinkt werden und verhindert zukünftige Beiträge, die auf diese Domain verlinken." +msgid "" +"Banning this domain will delete all posts linking to this domain and " +"prevent future posts linking to that domain." +msgstr "" +"Das Sperren dieser Domain löscht alle Beiträge, die auf diese Domain " +"verlinkt werden und verhindert zukünftige Beiträge, die auf diese Domain " +"verlinken." #: app/templates/errors/404.html:12 msgid "Ooops, something is broken!" @@ -1890,7 +2234,9 @@ msgstr "Hoppla, da ist was kaputt!" #: app/templates/errors/404.html:15 msgid "The page your browser tried to load could not be found." -msgstr "Die Seite, die Ihr Browser zu laden versucht hat, konnte nicht gefunden werden." +msgstr "" +"Die Seite, die Ihr Browser zu laden versucht hat, konnte nicht gefunden " +"werden." #: app/templates/errors/404.html:16 app/templates/errors/500.html:16 msgid "Back" @@ -1901,8 +2247,12 @@ msgid "An unexpected error has occurred" msgstr "Ein unerwarteter Fehler ist aufgetreten" #: app/templates/errors/500.html:15 -msgid "Sorry for the inconvenience! Please let us know about this, so we can repair it and make PieFed better for everyone." -msgstr "Entschuldige bitte die Unannehmlichkeiten! Bitte teile uns dies mit, damit wir es reparieren und PieFed für alle besser machen können." +msgid "" +"Sorry for the inconvenience! Please let us know about this, so we can " +"repair it and make PieFed better for everyone." +msgstr "" +"Entschuldige bitte die Unannehmlichkeiten! Bitte teile uns dies mit, " +"damit wir es reparieren und PieFed für alle besser machen können." #: app/templates/post/_comment_voting_buttons.html:3 msgid "UpVote button." @@ -1930,6 +2280,17 @@ msgstr "Potenziell emotional abschreckender Inhalt" msgid "Reported. Check post for issues." msgstr "Gemeldet. Prüfen Sie den Beitrag auf Probleme." +#: app/templates/post/_post_full.html:109 +#: app/templates/post/_post_full.html:110 +#, fuzzy +msgid "Show cross-posts" +msgstr "NSFW-Beiträge anzeigen" + +#: app/templates/post/_post_full.html:111 +#, fuzzy +msgid "Number of cross-posts:" +msgstr "Anzahl der Kommentare:" + #: app/templates/post/_post_reply_teaser.html:3 msgid "View context" msgstr "Kontext anzeigen" @@ -1947,8 +2308,8 @@ msgstr "Artikel lesen" #: app/templates/post/_post_teaser.html:20 #: app/templates/post/_post_teaser.html:30 -#: app/templates/post/_post_teaser.html:74 -#: app/templates/post/_post_teaser.html:76 +#: app/templates/post/_post_teaser.html:70 +#: app/templates/post/_post_teaser.html:72 #: app/templates/post/_post_teaser_masonry.html:16 #: app/templates/post/_post_teaser_masonry.html:20 #: app/templates/post/_post_teaser_masonry.html:23 @@ -1965,12 +2326,12 @@ msgstr "Beitrag lesen" msgid "All posts about this domain" msgstr "Alle Beiträge zu dieser Domain" -#: app/templates/post/_post_teaser.html:63 +#: app/templates/post/_post_teaser.html:64 #, python-format msgid "Go to community %(name)s" msgstr "Gehe zur Community %(name)s" -#: app/templates/post/_post_teaser.html:71 +#: app/templates/post/_post_teaser.html:67 #: app/templates/post/_post_teaser_masonry.html:47 #: app/templates/post/_post_teaser_masonry.html:48 #: app/templates/post/_post_teaser_masonry.html:68 @@ -1978,7 +2339,7 @@ msgstr "Gehe zur Community %(name)s" msgid "View comments" msgstr "Kommentare anzeigen" -#: app/templates/post/_post_teaser.html:71 +#: app/templates/post/_post_teaser.html:67 msgid "Number of comments:" msgstr "Anzahl der Kommentare:" @@ -2001,17 +2362,36 @@ msgid "DownVote" msgstr "Negativ bewerten" #: app/templates/post/add_reply.html:21 app/templates/post/post.html:23 -msgid "This post is hosted on beehaw.org which has higher standards of behaviour than most places. Be nice." -msgstr "Dieser Beitrag wird auf der beehaw.org gehostet, die einen höheren Verhaltensstandard hat als die meisten anderen Orte. Sei nett." +msgid "" +"This post is hosted on beehaw.org which has higher standards of behaviour than " +"most places. Be nice." +msgstr "" +"Dieser Beitrag wird auf der beehaw.org gehostet, die einen höheren Verhaltensstandard hat als die" +" meisten anderen Orte. Sei nett." -#: app/templates/post/continue_discussion.html:44 -#: app/templates/post/post.html:105 +#: app/templates/post/add_reply.html:86 +#: app/templates/post/continue_discussion.html:137 +#: app/templates/post/post.html:231 app/templates/post/post_reply_edit.html:82 +msgid "Moderate" +msgstr "Moderieren" + +#: app/templates/post/continue_discussion.html:47 +#: app/templates/post/post.html:108 msgid "Reported. Check comment for issues." msgstr "Gemeldet. Überprüfen Sie den Kommentar auf Probleme." #: app/templates/post/post.html:26 -msgid "This post is hosted on lemmy.ml which will ban you for saying anything negative about China, Russia or Putin. Tread carefully." -msgstr "Dieser Beitrag wird auf lemmy.ml gehostet, wo du möglicherweise gesperrt wirst, falls du etwas Negatives über China, Russland oder Putin sagst. Vorsicht ist geboten." +msgid "" +"This post is hosted on lemmy.ml which will ban you for saying anything " +"negative about China, Russia or Putin. Tread carefully." +msgstr "" +"Dieser Beitrag wird auf lemmy.ml gehostet, wo du möglicherweise gesperrt " +"wirst, falls du etwas Negatives über China, Russland oder Putin sagst. " +"Vorsicht ist geboten." #: app/templates/post/post.html:52 msgid "Verify your email address to comment" @@ -2041,25 +2421,43 @@ msgstr "Zeige neueste zuerst" msgid "Author" msgstr "Autor" -#: app/templates/post/post.html:101 +#: app/templates/post/post.html:104 msgid "Post creator" msgstr "Beitrags-Ersteller" -#: app/templates/post/post.html:102 +#: app/templates/post/post.html:105 msgid "When: " msgstr "Wann: " -#: app/templates/post/post.html:131 +#: app/templates/post/post.html:134 msgid "Comment options" msgstr "Kommentaroptionen" +#: app/templates/post/post_cross_posts.html:11 +#, fuzzy, python-format +msgid "Cross-posts for \"%(post_title)s\"" +msgstr "Optionen für \"%(post_title)s\"" + +#: app/templates/post/post_cross_posts.html:12 +msgid "Posts to the same url have also been created in the following communities:" +msgstr "" + #: app/templates/post/post_mea_culpa.html:15 -msgid "If you wish to de-escalate the discussion on your post and now feel like it was a mistake, click the button below." -msgstr "Wenn du die Diskussion über deinen Beitrag deeskalieren möchtest und denkst, dass es ein Fehler war, klicke auf den Button unten." +msgid "" +"If you wish to de-escalate the discussion on your post and now feel like " +"it was a mistake, click the button below." +msgstr "" +"Wenn du die Diskussion über deinen Beitrag deeskalieren möchtest und " +"denkst, dass es ein Fehler war, klicke auf den Button unten." #: app/templates/post/post_mea_culpa.html:16 -msgid "No further comments will be posted and a message saying you made a mistake in this post will be displayed." -msgstr "Es werden keine weiteren Kommentare veröffentlicht und eine Nachricht angezeigt, die besagt, dass Sie einen Fehler in diesem Beitrag gemacht haben." +msgid "" +"No further comments will be posted and a message saying you made a " +"mistake in this post will be displayed." +msgstr "" +"Es werden keine weiteren Kommentare veröffentlicht und eine Nachricht " +"angezeigt, die besagt, dass Sie einen Fehler in diesem Beitrag gemacht " +"haben." #: app/templates/post/post_mea_culpa.html:17 msgid "The effect of downvotes on your reputation score will be removed." @@ -2077,7 +2475,9 @@ msgstr "Bearbeiten" #: app/templates/post/post_options.html:24 msgid "I made a mistake with this post and have changed my mind about the topic" -msgstr "Ich habe mit diesem Beitrag einen Fehler gemacht und meine Meinung zum Thema geändert" +msgstr "" +"Ich habe mit diesem Beitrag einen Fehler gemacht und meine Meinung zum " +"Thema geändert" #: app/templates/post/post_options.html:28 #, python-format @@ -2107,8 +2507,14 @@ msgstr "Original auf %(domain)s ansehen" #: app/templates/post/post_options.html:50 #: app/templates/post/post_reply_options.html:34 -msgid "If you want to perform more than one of these (e.g. block and report), hold down Ctrl and click, then complete the operation in the new tabs that open." -msgstr "Wenn du mehr als eins von diesen ausführen willst (z.B. blockieren und melden), halte Strg gedrückt, klicke und schließe dann den Vorgang in den neu geöffneten Tabs ab." +msgid "" +"If you want to perform more than one of these (e.g. block and report), " +"hold down Ctrl and click, then complete the operation in the new tabs " +"that open." +msgstr "" +"Wenn du mehr als eins von diesen ausführen willst (z.B. blockieren und " +"melden), halte Strg gedrückt, klicke und schließe dann den Vorgang in den" +" neu geöffneten Tabs ab." #: app/templates/post/post_reply_edit.html:44 msgid "Unsubscribe" @@ -2159,24 +2565,36 @@ msgid "star wars" msgstr "star wars" #: app/templates/search/start.html:24 -msgid "There is an implied \"and\" here. Results will have both words somewhere in them." -msgstr "Es gibt ein implizites \"und\" hier, Ergebnisse werden irgendwo beide Wörter enthalten." +msgid "" +"There is an implied \"and\" here. Results will have both words somewhere " +"in them." +msgstr "" +"Es gibt ein implizites \"und\" hier, Ergebnisse werden irgendwo beide " +"Wörter enthalten." #: app/templates/search/start.html:27 msgid "star or wars" msgstr "star oder wars" #: app/templates/search/start.html:28 -msgid "This will broaden the search to include results that contain any of the words." -msgstr "Dies wird die Suche auf Ergebnisse erweitern, die eines der Wörter enthalten." +msgid "" +"This will broaden the search to include results that contain any of the " +"words." +msgstr "" +"Dies wird die Suche auf Ergebnisse erweitern, die eines der Wörter " +"enthalten." #: app/templates/search/start.html:31 msgid "star -wars" msgstr "star -wars" #: app/templates/search/start.html:32 -msgid "To search for things containing \"star\" but not \"wars\" you can put a - before the word you want to exclude." -msgstr "Um nach Dingen zu suchen, die \"star\" aber nicht \"wars\" enthalten, kannst du ein - vor das Wort setzen, welches ausgeschlossen werden soll." +msgid "" +"To search for things containing \"star\" but not \"wars\" you can put a -" +" before the word you want to exclude." +msgstr "" +"Um nach Dingen zu suchen, die \"star\" aber nicht \"wars\" enthalten, " +"kannst du ein - vor das Wort setzen, welches ausgeschlossen werden soll." #: app/templates/search/start.html:35 msgid "\"star wars\"" @@ -2214,7 +2632,7 @@ msgid "Post in %(name)s" msgstr "Beitrag in %(name)s" #: app/templates/user/_user_nav.html:8 app/templates/user/notifications.html:54 -#: app/templates/user/show_profile.html:118 +#: app/templates/user/show_profile.html:121 msgid "Profile" msgstr "Profil" @@ -2235,34 +2653,59 @@ msgstr "%(username)s löschen" #: app/templates/user/delete_account.html:20 #, python-format -msgid "You are about to permanently delete the account with the username \"%(username)s.\" This means your profile will disappear, pictures will be deleted. Text-based posts will stay but look like they are from someone named \"deleted.\"" -msgstr "Sie sind dabei, das Konto mit dem Benutzernamen \"%(username)sdauerhaft zu löschen. Das bedeutet, dass dein Profil verschwindet, Bilder werden gelöscht. Text-basierte Beiträge bleiben bestehen, aber so dargestellt, als seien sie von jemandem mit dem Namen \"gelöscht\"" +msgid "" +"You are about to permanently delete the account with the username " +"\"%(username)s.\" This means your profile will " +"disappear, pictures will be deleted. Text-based posts will stay but look " +"like they are from someone named \"deleted.\"" +msgstr "" +"Sie sind dabei, das Konto mit dem Benutzernamen " +"\"%(username)sdauerhaft zu löschen. Das bedeutet, dass " +"dein Profil verschwindet, Bilder werden gelöscht. Text-basierte Beiträge " +"bleiben bestehen, aber so dargestellt, als seien sie von jemandem mit dem" +" Namen \"gelöscht\"" #: app/templates/user/delete_account.html:21 #, python-format -msgid "Once you hit delete, nobody can use \"%(username)s\" as a username again. We are doing this so nobody pretends to be you." -msgstr "Sobald du Löschen gedrückt hast, kann niemand wieder \"%(username)s\" als Benutzernamen verwenden. Wir tun dies, so dass niemand vorgeben kann, du zu sein." +msgid "" +"Once you hit delete, nobody can use \"%(username)s\" as a username again." +" We are doing this so nobody pretends to be you." +msgstr "" +"Sobald du Löschen gedrückt hast, kann niemand wieder \"%(username)s\" als" +" Benutzernamen verwenden. Wir tun dies, so dass niemand vorgeben kann, du" +" zu sein." #: app/templates/user/delete_account.html:22 -msgid "We will tell other websites (fediverse instances) that your account is gone. But it's up to them to decide what to do with any copies they have of your stuff. Some websites work differently than ours." -msgstr "Wir werden anderen Websites (Fediverse Instanzen) mitteilen, dass dein Konto verschwunden ist. Aber es liegt an denen, zu entscheiden, wie sie mit den Kopien deiner Sachen umgehen. Einige Webseiten funktionieren anders als unsere." +msgid "" +"We will tell other websites (fediverse instances) that your account is " +"gone. But it's up to them to decide what to do with any copies they have " +"of your stuff. Some websites work differently than ours." +msgstr "" +"Wir werden anderen Websites (Fediverse Instanzen) mitteilen, dass dein " +"Konto verschwunden ist. Aber es liegt an denen, zu entscheiden, wie sie " +"mit den Kopien deiner Sachen umgehen. Einige Webseiten funktionieren " +"anders als unsere." #: app/templates/user/delete_account.html:23 -msgid "Remember, once you do this, there's no going back. Are you sure you want to continue?" -msgstr "Denk daran, wenn du dies tust, gibt es kein Zurück mehr. Bist du sicher, dass du fortfahren möchtest?" +msgid "" +"Remember, once you do this, there's no going back. Are you sure you want " +"to continue?" +msgstr "" +"Denk daran, wenn du dies tust, gibt es kein Zurück mehr. Bist du sicher, " +"dass du fortfahren möchtest?" #: app/templates/user/edit_filters.html:16 app/templates/user/filters.html:16 #: app/templates/user/filters.html:19 msgid "Filters" msgstr "Filter" -#: app/templates/user/edit_filters.html:18 app/user/routes.py:713 +#: app/templates/user/edit_filters.html:18 app/user/routes.py:729 msgid "Edit filter" msgstr "Filter bearbeiten" #: app/templates/user/edit_filters.html:20 #: app/templates/user/edit_filters.html:27 app/templates/user/filters.html:22 -#: app/user/routes.py:673 +#: app/user/routes.py:689 msgid "Add filter" msgstr "Neuer Filter" @@ -2283,8 +2726,8 @@ msgstr "Einer pro Zeile, Groß- oder Kleinschreibung spielt keine Rolle." msgid "Stop applying this filter after this date. Optional." msgstr "Diesen Filter nach diesem Datum nicht mehr anwenden. Optional." -#: app/templates/user/edit_profile.html:16 app/user/routes.py:147 -#: app/user/routes.py:212 +#: app/templates/user/edit_profile.html:16 app/user/routes.py:153 +#: app/user/routes.py:218 msgid "Edit profile" msgstr "Profil bearbeiten" @@ -2303,8 +2746,12 @@ msgid "Unsubscribed" msgstr "Abgemeldet" #: app/templates/user/email_notifs_unsubscribed.html:10 -msgid "You have unsubscribed from emails about unread notifications. We might email you for other reasons, though." -msgstr "Du hast dich von E-Mails über ungelesene Benachrichtigungen abgemeldet. Wir könnten dir jedoch aus anderen Gründen eine E-Mail senden." +msgid "" +"You have unsubscribed from emails about unread notifications. We might " +"email you for other reasons, though." +msgstr "" +"Du hast dich von E-Mails über ungelesene Benachrichtigungen abgemeldet. " +"Wir könnten dir jedoch aus anderen Gründen eine E-Mail senden." #: app/templates/user/email_notifs_unsubscribed.html:11 #: app/templates/user/newsletter_unsubscribed.html:11 @@ -2312,8 +2759,13 @@ msgid "More email settings" msgstr "Weitere E-Mail-Einstellungen" #: app/templates/user/filters.html:25 -msgid "Filters can hide posts that contain keywords you specify, either by making them less noticeable or invisible." -msgstr "Filter können Beiträge ausblenden, die von dir ausgewählte Stichwörter enthalten, entweder indem sie weniger auffällig oder ganz unsichtbar gemacht werden." +msgid "" +"Filters can hide posts that contain keywords you specify, either by " +"making them less noticeable or invisible." +msgstr "" +"Filter können Beiträge ausblenden, die von dir ausgewählte Stichwörter " +"enthalten, entweder indem sie weniger auffällig oder ganz unsichtbar " +"gemacht werden." #: app/templates/user/filters.html:30 msgid "Keywords" @@ -2356,20 +2808,24 @@ msgid "No blocked instances" msgstr "Keine blockierten Instanzen" #: app/templates/user/newsletter_unsubscribed.html:10 -msgid "You have unsubscribed from the email newsletter. We might email you for other reasons, though." -msgstr "Du hast den E-Mail-Newsletter abbestellt. Wir könnten dir aber aus anderen Gründen eine E-Mail senden." +msgid "" +"You have unsubscribed from the email newsletter. We might email you for " +"other reasons, though." +msgstr "" +"Du hast den E-Mail-Newsletter abbestellt. Wir könnten dir aber aus " +"anderen Gründen eine E-Mail senden." #: app/templates/user/notifications.html:25 msgid "Mark all as read" msgstr "Alle als gelesen markieren" #: app/templates/user/notifications.html:49 -#: app/templates/user/show_profile.html:113 +#: app/templates/user/show_profile.html:116 msgid "Manage" msgstr "Verwalten" #: app/templates/user/notifications.html:95 -#: app/templates/user/show_profile.html:189 +#: app/templates/user/show_profile.html:192 msgid "Upvoted" msgstr "Positiv bewertet" @@ -2394,39 +2850,47 @@ msgstr "Nachricht mit Matrixchat senden" msgid "Send message using Matrix" msgstr "Nachricht mit Matrix senden" -#: app/templates/user/show_profile.html:60 +#: app/templates/user/show_profile.html:61 +#, fuzzy +msgid "Bot Account" +msgstr "Konto" + +#: app/templates/user/show_profile.html:63 msgid "Attitude" msgstr "Verhalten" -#: app/templates/user/show_profile.html:60 +#: app/templates/user/show_profile.html:63 msgid "Ratio of upvotes cast to downvotes cast. Higher is more positive." -msgstr "Verhältnis der positiven zu negativen Bewertungen. Höher bedeutet mehr positive Bewertungen." +msgstr "" +"Verhältnis der positiven zu negativen Bewertungen. Höher bedeutet mehr " +"positive Bewertungen." -#: app/templates/user/show_profile.html:69 +#: app/templates/user/show_profile.html:72 msgid "Post pagination" msgstr "Beitrags-Seitennummerierung" -#: app/templates/user/show_profile.html:82 +#: app/templates/user/show_profile.html:85 msgid "No posts yet." msgstr "Noch keine Beiträge." -#: app/templates/user/show_profile.html:92 +#: app/templates/user/show_profile.html:95 msgid "Comment pagination" msgstr "Kommentar-Seitennummerierung" -#: app/templates/user/show_profile.html:105 +#: app/templates/user/show_profile.html:108 msgid "No comments yet." msgstr "Noch keine Kommentare." -#: app/templates/user/show_profile.html:134 +#: app/templates/user/show_profile.html:137 msgid "Member of" msgstr "Mitglied von" -#: app/templates/user/show_profile.html:159 -msgid "Crush" -msgstr "Zerkleinern" +#: app/templates/user/show_profile.html:162 +#, fuzzy +msgid "Moderate user" +msgstr "Moderieren" -#: app/templates/user/show_profile.html:179 +#: app/templates/user/show_profile.html:182 msgid "Ban + Purge" msgstr "Bann + Bereinigen" @@ -2443,13 +2907,21 @@ msgstr "Wähle einige Themen aus, an denen du interessiert bist" msgid "Choose" msgstr "Auswählen" -#: app/topic/routes.py:168 -msgid "You have joined some communities relating to those interests. Find them on the Topics menu or browse the home page." -msgstr "Du bist einigen Communities in Bezug auf diese Interessen beigetreten. Du findest sie im Themen-Menü oder durchstöbere die Startseite." - #: app/topic/routes.py:172 -msgid "You did not choose any topics. Would you like to choose individual communities instead?" -msgstr "Du hast keine Themen ausgewählt. Möchtest du stattdessen einzelne Communities auswählen?" +msgid "" +"You have joined some communities relating to those interests. Find them " +"on the Topics menu or browse the home page." +msgstr "" +"Du bist einigen Communities in Bezug auf diese Interessen beigetreten. Du" +" findest sie im Themen-Menü oder durchstöbere die Startseite." + +#: app/topic/routes.py:176 +msgid "" +"You did not choose any topics. Would you like to choose individual " +"communities instead?" +msgstr "" +"Du hast keine Themen ausgewählt. Möchtest du stattdessen einzelne " +"Communities auswählen?" #: app/user/forms.py:13 msgid "Display name" @@ -2479,10 +2951,18 @@ msgstr "E-Mail über verpasste Benachrichtigungen erhalten" msgid "Use markdown editor GUI when writing" msgstr "Benutze Markdown Editor GUI beim Schreiben" +#: app/user/forms.py:40 +msgid "Show profile in user list" +msgstr "Profil in der Benutzerliste anzeigen" + #: app/user/forms.py:41 msgid "My posts appear in search results" msgstr "Meine Beiträge erscheinen in Suchergebnissen" +#: app/user/forms.py:42 +msgid "Manually approve followers" +msgstr "Follower manuell genehmigen" + #: app/user/forms.py:43 msgid "Import community subscriptions and user blocks from Lemmy" msgstr "Community-Abonnements und Benutzerblockierungen von Lemmy importieren" @@ -2539,69 +3019,102 @@ msgstr "Stichworte, die diesen Filter auslösen" msgid "Expire after" msgstr "Verfällt nach" -#: app/user/routes.py:42 +#: app/user/routes.py:49 msgid "This user has been banned." msgstr "Dieser Benutzer wurde gesperrt." -#: app/user/routes.py:44 +#: app/user/routes.py:51 msgid "This user has been deleted." msgstr "Dieser Benutzer wurde gelöscht." -#: app/user/routes.py:77 +#: app/user/routes.py:83 #, python-format msgid "Posts by %(user_name)s" msgstr "Beiträge von %(user_name)s" -#: app/user/routes.py:194 -msgid "Your subscriptions and blocks are being imported. If you have many it could take a few minutes." -msgstr "Deine Abonnements und Blocks werden importiert. Wenn du viele hast, kann es ein paar Minuten dauern." +#: app/user/routes.py:200 +msgid "" +"Your subscriptions and blocks are being imported. If you have many it " +"could take a few minutes." +msgstr "" +"Deine Abonnements und Blocks werden importiert. Wenn du viele hast, kann " +"es ein paar Minuten dauern." -#: app/user/routes.py:229 +#: app/user/routes.py:235 msgid "You cannot ban yourself." msgstr "Du kannst dich nicht selbst bannen." -#: app/user/routes.py:254 +#: app/user/routes.py:260 msgid "You cannot unban yourself." msgstr "Du kannst dich nicht selbst entbannen." -#: app/user/routes.py:278 +#: app/user/routes.py:284 msgid "You cannot block yourself." msgstr "Du kannst dich nicht selbst blockieren." -#: app/user/routes.py:307 +#: app/user/routes.py:313 msgid "You cannot unblock yourself." msgstr "Du kannst dich nicht selbst entblocken." -#: app/user/routes.py:352 +#: app/user/routes.py:340 +msgid "" +"Moderators have already assessed reports regarding this person, no " +"further reports are necessary." +msgstr "" + +#: app/user/routes.py:346 +#, fuzzy, python-format +msgid "%(user_name)s has already been reported, thank you!" +msgstr "%(user_name)s wurde gemeldet, danke!" + +#: app/user/routes.py:368 #, python-format msgid "%(user_name)s has been reported, thank you!" msgstr "%(user_name)s wurde gemeldet, danke!" -#: app/user/routes.py:358 +#: app/user/routes.py:374 msgid "Report user" msgstr "Benutzer melden" -#: app/user/routes.py:375 +#: app/user/routes.py:391 msgid "You cannot delete yourself." msgstr "Du kannst dich nicht selbst löschen." -#: app/user/routes.py:432 +#: app/user/routes.py:448 msgid "Account deletion in progress. Give it a few minutes." msgstr "Account wird gelöscht. Es dauert ein paar Minuten." -#: app/user/routes.py:437 +#: app/user/routes.py:453 msgid "Delete my account" msgstr "Mein Konto löschen" -#: app/user/routes.py:482 +#: app/user/routes.py:498 msgid "You cannot purge yourself." msgstr "Du kannst dich nicht selbst bereinigen." -#: app/user/routes.py:559 +#: app/user/routes.py:575 msgid "All notifications marked as read." msgstr "Alle Benachrichtigungen als gelesen markiert." -#: app/user/routes.py:730 +#: app/user/routes.py:746 msgid "Filter deleted." msgstr "Filter gelöscht." +#~ msgid "Allow search engines to index this profile" +#~ msgstr "Suchmaschinen erlauben, dieses Profil zu indizieren" + +#~ msgid "Title is required." +#~ msgstr "Titel ist erforderlich." + +#~ msgid "URL is required." +#~ msgstr "URL ist erforderlich." + +#~ msgid "File is required." +#~ msgstr "Datei ist erforderlich." + +#~ msgid "Poll not implemented yet." +#~ msgstr "Umfrage noch nicht implementiert." + +#~ msgid "Crush" +#~ msgstr "Zerkleinern" + diff --git a/app/translations/es/LC_MESSAGES/messages.po b/app/translations/es/LC_MESSAGES/messages.po new file mode 100644 index 00000000..1915ad68 --- /dev/null +++ b/app/translations/es/LC_MESSAGES/messages.po @@ -0,0 +1,2962 @@ +# Spanish translations for PROJECT. +# Copyright (C) 2024 ORGANIZATION +# This file is distributed under the same license as the PROJECT project. +# FIRST AUTHOR , 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: PROJECT VERSION\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2024-04-09 12:38+1200\n" +"PO-Revision-Date: 2024-04-09 12:38+1200\n" +"Last-Translator: FULL NAME \n" +"Language: es\n" +"Language-Team: es \n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" + +#: app/__init__.py:33 +msgid "Please log in to access this page." +msgstr "" + +#: app/cli.py:225 app/main/routes.py:328 +msgid "[PieFed] You have unread notifications" +msgstr "" + +#: app/email.py:16 +msgid "[PieFed] Reset Your Password" +msgstr "" + +#: app/email.py:26 +msgid "[PieFed] Please verify your email address" +msgstr "" + +#: app/email.py:34 +msgid "Your application has been approved - welcome to PieFed" +msgstr "" + +#: app/email.py:34 +msgid "Welcome to PieFed" +msgstr "" + +#: app/activitypub/util.py:1280 app/post/routes.py:91 app/post/routes.py:509 +#, python-format +msgid "Reply from %(name)s on %(post_title)s" +msgstr "" + +#: app/activitypub/util.py:1679 app/post/routes.py:1053 +msgid "A post has been reported" +msgstr "" + +#: app/activitypub/util.py:1700 app/post/routes.py:1187 +msgid "A comment has been reported" +msgstr "" + +#: app/admin/forms.py:13 app/admin/forms.py:99 app/community/forms.py:18 +#: app/templates/community/community_mod_list.html:32 +#: app/templates/user/filters.html:29 app/templates/user/filters.html:70 +#: app/templates/user/filters.html:88 app/templates/user/filters.html:106 +#: app/templates/user/filters.html:124 app/user/forms.py:89 +msgid "Name" +msgstr "" + +#: app/admin/forms.py:14 +msgid "Tagline" +msgstr "" + +#: app/admin/forms.py:15 +msgid "Icon" +msgstr "" + +#: app/admin/forms.py:18 +msgid "Sidebar" +msgstr "" + +#: app/admin/forms.py:19 +msgid "Legal information" +msgstr "" + +#: app/admin/forms.py:20 app/admin/forms.py:37 app/admin/forms.py:46 +#: app/admin/forms.py:83 app/admin/forms.py:102 app/admin/forms.py:128 +#: app/admin/forms.py:180 app/community/forms.py:56 app/community/forms.py:96 +#: app/community/forms.py:109 app/community/forms.py:129 app/user/forms.py:99 +msgid "Save" +msgstr "" + +#: app/admin/forms.py:24 +msgid "Enable downvotes" +msgstr "" + +#: app/admin/forms.py:25 +msgid "Allow local image posts" +msgstr "" + +#: app/admin/forms.py:26 +msgid "Days to cache images from remote instances for" +msgstr "" + +#: app/admin/forms.py:27 +msgid "Allow NSFW communities" +msgstr "" + +#: app/admin/forms.py:28 +msgid "Allow NSFL communities and posts" +msgstr "" + +#: app/admin/forms.py:29 +msgid "Only admins can create new local communities" +msgstr "" + +#: app/admin/forms.py:30 +msgid "Notify admins about reports, not just moderators" +msgstr "" + +#: app/admin/forms.py:31 +msgid "Open" +msgstr "" + +#: app/admin/forms.py:31 +msgid "Require application" +msgstr "" + +#: app/admin/forms.py:31 +msgid "Closed" +msgstr "" + +#: app/admin/forms.py:32 +msgid "Registration mode" +msgstr "" + +#: app/admin/forms.py:33 +msgid "Question to ask people applying for an account" +msgstr "" + +#: app/admin/forms.py:34 +msgid "Block registrations from these referrers (one per line)" +msgstr "" + +#: app/admin/forms.py:35 +msgid "Log ActivityPub JSON for debugging" +msgstr "" + +#: app/admin/forms.py:36 +msgid "Default theme" +msgstr "" + +#: app/admin/forms.py:41 +msgid "Allowlist instead of blocklist" +msgstr "" + +#: app/admin/forms.py:42 +msgid "Allow federation with these instances" +msgstr "" + +#: app/admin/forms.py:43 +msgid "Blocklist instead of allowlist" +msgstr "" + +#: app/admin/forms.py:44 +msgid "Deny federation with these instances" +msgstr "" + +#: app/admin/forms.py:45 +msgid "Discard all posts and comments with these phrases (one per line)" +msgstr "" + +#: app/admin/forms.py:50 app/community/forms.py:42 app/community/forms.py:90 +#: app/community/forms.py:101 app/community/forms.py:121 +msgid "Title" +msgstr "" + +#: app/admin/forms.py:51 app/admin/forms.py:100 app/community/forms.py:19 +msgid "Url" +msgstr "" + +#: app/admin/forms.py:52 app/community/forms.py:20 app/community/forms.py:43 +msgid "Description" +msgstr "" + +#: app/admin/forms.py:53 app/community/forms.py:21 app/community/forms.py:44 +msgid "Icon image" +msgstr "" + +#: app/admin/forms.py:54 app/community/forms.py:22 app/community/forms.py:45 +msgid "Banner image" +msgstr "" + +#: app/admin/forms.py:55 app/community/forms.py:23 app/community/forms.py:46 +msgid "Rules" +msgstr "" + +#: app/admin/forms.py:56 app/community/forms.py:47 +msgid "Porn community" +msgstr "" + +#: app/admin/forms.py:57 +msgid "Banned - no new posts accepted" +msgstr "" + +#: app/admin/forms.py:58 app/community/forms.py:48 +msgid "Only accept posts from current instance" +msgstr "" + +#: app/admin/forms.py:59 app/community/forms.py:49 +msgid "Only moderators can post" +msgstr "" + +#: app/admin/forms.py:60 app/community/forms.py:50 +msgid "New moderators wanted" +msgstr "" + +#: app/admin/forms.py:61 +msgid "Posts show on home page" +msgstr "" + +#: app/admin/forms.py:62 +msgid "Posts can be popular" +msgstr "" + +#: app/admin/forms.py:63 +msgid "Posts show in All list" +msgstr "" + +#: app/admin/forms.py:64 +msgid "Low quality / toxic - upvotes in here don't add to reputation" +msgstr "" + +#: app/admin/forms.py:65 +msgid "Forever" +msgstr "" + +#: app/admin/forms.py:66 +msgid "1 week" +msgstr "" + +#: app/admin/forms.py:67 +msgid "2 weeks" +msgstr "" + +#: app/admin/forms.py:68 +msgid "1 month" +msgstr "" + +#: app/admin/forms.py:69 +msgid "2 months" +msgstr "" + +#: app/admin/forms.py:70 +msgid "3 months" +msgstr "" + +#: app/admin/forms.py:71 +msgid "6 months" +msgstr "" + +#: app/admin/forms.py:72 +msgid "1 year" +msgstr "" + +#: app/admin/forms.py:73 +msgid "2 years" +msgstr "" + +#: app/admin/forms.py:74 +msgid "5 years" +msgstr "" + +#: app/admin/forms.py:75 +msgid "10 years" +msgstr "" + +#: app/admin/forms.py:77 +msgid "Retain content" +msgstr "" + +#: app/admin/forms.py:78 app/community/forms.py:51 +msgid "Topic" +msgstr "" + +#: app/admin/forms.py:79 app/community/forms.py:52 +#: app/templates/community/_community_nav.html:23 +msgid "List" +msgstr "" + +#: app/admin/forms.py:80 app/community/forms.py:53 +msgid "Masonry" +msgstr "" + +#: app/admin/forms.py:81 app/community/forms.py:54 +msgid "Wide masonry" +msgstr "" + +#: app/admin/forms.py:82 app/community/forms.py:55 +msgid "Layout" +msgstr "" + +#: app/admin/forms.py:89 app/community/forms.py:32 +msgid "Url is required." +msgstr "" + +#: app/admin/forms.py:93 app/community/forms.py:36 +msgid "- cannot be in Url. Use _ instead?" +msgstr "" + +#: app/admin/forms.py:101 +msgid "Parent topic" +msgstr "" + +#: app/admin/forms.py:106 app/auth/forms.py:10 app/auth/forms.py:17 +#: app/community/forms.py:60 +msgid "User name" +msgstr "" + +#: app/admin/forms.py:108 app/user/forms.py:14 +msgid "Email address" +msgstr "" + +#: app/admin/forms.py:109 app/auth/forms.py:11 app/auth/forms.py:20 +#: app/auth/forms.py:74 +msgid "Password" +msgstr "" + +#: app/admin/forms.py:111 app/auth/forms.py:22 app/auth/forms.py:76 +msgid "Repeat password" +msgstr "" + +#: app/admin/forms.py:112 app/user/forms.py:17 +msgid "Bio" +msgstr "" + +#: app/admin/forms.py:113 app/user/forms.py:18 +msgid "Matrix User ID" +msgstr "" + +#: app/admin/forms.py:114 app/user/forms.py:19 +msgid "Avatar image" +msgstr "" + +#: app/admin/forms.py:115 app/user/forms.py:20 +msgid "Top banner image" +msgstr "" + +#: app/admin/forms.py:116 app/admin/forms.py:170 app/user/forms.py:21 +msgid "This profile is a bot" +msgstr "" + +#: app/admin/forms.py:117 app/admin/forms.py:171 +msgid "Email address is verified" +msgstr "" + +#: app/admin/forms.py:118 app/admin/forms.py:172 +msgid "Banned" +msgstr "" + +#: app/admin/forms.py:119 app/user/forms.py:34 +msgid "Subscribe to email newsletter" +msgstr "" + +#: app/admin/forms.py:120 app/user/forms.py:36 +msgid "Hide posts by bots" +msgstr "" + +#: app/admin/forms.py:121 app/user/forms.py:37 +msgid "Show NSFW posts" +msgstr "" + +#: app/admin/forms.py:122 app/user/forms.py:38 +msgid "Show NSFL posts" +msgstr "" + +#: app/admin/forms.py:123 app/admin/forms.py:173 +msgid "User" +msgstr "" + +#: app/admin/forms.py:124 app/admin/forms.py:174 +msgid "Staff" +msgstr "" + +#: app/admin/forms.py:125 app/admin/forms.py:175 app/admin/routes.py:32 +#: app/templates/base.html:185 +msgid "Admin" +msgstr "" + +#: app/admin/forms.py:127 app/admin/forms.py:177 +msgid "Role" +msgstr "" + +#: app/admin/forms.py:133 app/auth/forms.py:32 +msgid "An account with this email address already exists." +msgstr "" + +#: app/admin/forms.py:137 app/auth/forms.py:36 +msgid "User names cannot contain @." +msgstr "" + +#: app/admin/forms.py:141 app/auth/forms.py:40 +msgid "This username was used in the past and cannot be reused." +msgstr "" + +#: app/admin/forms.py:143 app/auth/forms.py:42 +msgid "An account with this user name already exists." +msgstr "" + +#: app/admin/forms.py:146 app/auth/forms.py:45 +msgid "A community with this name exists so it cannot be used for a user." +msgstr "" + +#: app/admin/forms.py:153 app/admin/forms.py:166 app/auth/forms.py:52 +#: app/auth/forms.py:65 +msgid "This password is too common." +msgstr "" + +#: app/admin/forms.py:163 app/auth/forms.py:62 +msgid "This password is not secure." +msgstr "" + +#: app/admin/forms.py:178 +msgid "Remove avatar" +msgstr "" + +#: app/admin/forms.py:179 +msgid "Remove banner" +msgstr "" + +#: app/admin/forms.py:184 +msgid "Subject" +msgstr "" + +#: app/admin/forms.py:185 +msgid "Body (text)" +msgstr "" + +#: app/admin/forms.py:186 +msgid "Body (html)" +msgstr "" + +#: app/admin/forms.py:187 +msgid "Test mode" +msgstr "" + +#: app/admin/forms.py:188 app/admin/routes.py:708 +msgid "Send newsletter" +msgstr "" + +#: app/admin/routes.py:60 app/templates/admin/_nav.html:4 +msgid "Site profile" +msgstr "" + +#: app/admin/routes.py:108 app/templates/admin/_nav.html:5 +msgid "Misc settings" +msgstr "" + +#: app/admin/routes.py:144 +msgid "Admin settings saved" +msgstr "" + +#: app/admin/routes.py:155 +msgid "Federation settings" +msgstr "" + +#: app/admin/routes.py:177 +msgid "ActivityPub Log" +msgstr "" + +#: app/admin/routes.py:187 +msgid "Activity JSON" +msgstr "" + +#: app/admin/routes.py:222 app/community/routes.py:232 app/main/routes.py:193 +#: app/post/routes.py:238 app/templates/admin/_nav.html:6 +#: app/templates/list_communities.html:51 app/templates/user/filters.html:58 +#: app/templates/user/notifications.html:66 +#: app/templates/user/show_profile.html:133 +msgid "Communities" +msgstr "" + +#: app/admin/routes.py:274 app/admin/routes.py:370 app/admin/routes.py:395 +#: app/admin/routes.py:564 app/community/routes.py:808 +msgid "Saved" +msgstr "" + +#: app/admin/routes.py:278 +msgid "" +"This is a remote community - most settings here will be regularly " +"overwritten with data from the original server." +msgstr "" + +#: app/admin/routes.py:295 app/community/routes.py:820 +msgid "Edit community" +msgstr "" + +#: app/admin/routes.py:314 app/community/routes.py:843 +msgid "Community deleted" +msgstr "" + +#: app/admin/routes.py:348 app/community/routes.py:218 app/post/routes.py:224 +#: app/templates/admin/_nav.html:7 app/templates/base.html:137 +#: app/templates/base.html:155 app/templates/topic/show_topic.html:14 +msgid "Topics" +msgstr "" + +#: app/admin/routes.py:373 app/templates/admin/topics.html:35 +msgid "Add topic" +msgstr "" + +#: app/admin/routes.py:401 +msgid "Edit topic" +msgstr "" + +#: app/admin/routes.py:416 +msgid "Topic deleted" +msgstr "" + +#: app/admin/routes.py:418 +msgid "Cannot delete topic with communities assigned to it." +msgstr "" + +#: app/admin/routes.py:445 app/templates/admin/_nav.html:8 +msgid "Users" +msgstr "" + +#: app/admin/routes.py:475 +msgid "Problematic users" +msgstr "" + +#: app/admin/routes.py:496 +msgid "Bad posts" +msgstr "" + +#: app/admin/routes.py:529 +msgid "Registration approved." +msgstr "" + +#: app/admin/routes.py:560 +msgid "" +"Permissions are cached for 50 seconds so new admin roles won't take " +"effect immediately." +msgstr "" + +#: app/admin/routes.py:568 +msgid "" +"This is a remote user - most settings here will be regularly overwritten " +"with data from the original server." +msgstr "" + +#: app/admin/routes.py:575 +msgid "Edit user" +msgstr "" + +#: app/admin/routes.py:640 +msgid "User added" +msgstr "" + +#: app/admin/routes.py:643 +msgid "Add user" +msgstr "" + +#: app/admin/routes.py:667 +msgid "User deleted" +msgstr "" + +#: app/admin/routes.py:690 +#: app/templates/community/_community_moderation_nav.html:11 +#: app/templates/community/community_moderate.html:21 +msgid "Reports" +msgstr "" + +#: app/admin/util.py:110 +msgid "None" +msgstr "" + +#: app/auth/forms.py:12 +msgid "Low bandwidth mode" +msgstr "" + +#: app/auth/forms.py:13 +msgid "Log In" +msgstr "" + +#: app/auth/forms.py:18 app/auth/forms.py:19 app/auth/forms.py:69 +msgid "Email" +msgstr "" + +#: app/auth/forms.py:24 +msgid "Why would you like to join this site?" +msgstr "" + +#: app/auth/forms.py:27 app/auth/routes.py:153 app/templates/base.html:144 +msgid "Register" +msgstr "" + +#: app/auth/forms.py:70 +msgid "Request password reset" +msgstr "" + +#: app/auth/forms.py:78 +msgid "Set password" +msgstr "" + +#: app/auth/routes.py:29 app/auth/routes.py:32 +msgid "No account exists with that user name." +msgstr "" + +#: app/auth/routes.py:36 +msgid "" +"Invalid password. Please reset " +"your password." +msgstr "" + +#: app/auth/routes.py:39 +msgid "Invalid password" +msgstr "" + +#: app/auth/routes.py:42 +msgid "You have been banned." +msgstr "" + +#: app/auth/routes.py:74 +msgid "Login" +msgstr "" + +#: app/auth/routes.py:100 +msgid "Sorry, you cannot use that email address" +msgstr "" + +#: app/auth/routes.py:102 +msgid "Sorry, you cannot use that user name" +msgstr "" + +#: app/auth/routes.py:119 +#, python-format +msgid "Your username contained special letters so it was changed to %(name)s." +msgstr "" + +#: app/auth/routes.py:158 +msgid "Account under review" +msgstr "" + +#: app/auth/routes.py:163 app/templates/auth/check_email.html:8 +msgid "Check your email" +msgstr "" + +#: app/auth/routes.py:174 +msgid "Sorry, you cannot use that email address." +msgstr "" + +#: app/auth/routes.py:179 +msgid "Check your email for a link to reset your password." +msgstr "" + +#: app/auth/routes.py:182 +msgid "No account with that email address exists" +msgstr "" + +#: app/auth/routes.py:184 +msgid "Reset Password" +msgstr "" + +#: app/auth/routes.py:198 +#, python-format +msgid "" +"Your password has been reset. Please use it to log in with user name of " +"%(name)s." +msgstr "" + +#: app/auth/routes.py:218 +msgid "Thank you for verifying your email address." +msgstr "" + +#: app/auth/routes.py:220 +msgid "Email address validation failed." +msgstr "" + +#: app/chat/forms.py:13 +msgid "Message" +msgstr "" + +#: app/chat/forms.py:14 +msgid "Reply" +msgstr "" + +#: app/chat/forms.py:18 app/post/forms.py:16 app/user/forms.py:60 +msgid "Spam" +msgstr "" + +#: app/chat/forms.py:19 app/post/forms.py:16 app/user/forms.py:61 +msgid "Harassment" +msgstr "" + +#: app/chat/forms.py:20 app/post/forms.py:17 app/user/forms.py:62 +msgid "Threatening violence" +msgstr "" + +#: app/chat/forms.py:21 app/user/forms.py:63 +msgid "Promoting hate / genocide" +msgstr "" + +#: app/chat/forms.py:22 app/post/forms.py:18 app/user/forms.py:64 +msgid "Misinformation / disinformation" +msgstr "" + +#: app/chat/forms.py:23 app/post/forms.py:19 app/user/forms.py:65 +msgid "Racism, sexism, transphobia" +msgstr "" + +#: app/chat/forms.py:24 app/post/forms.py:21 app/user/forms.py:68 +msgid "Minor abuse or sexualization" +msgstr "" + +#: app/chat/forms.py:25 app/post/forms.py:22 app/user/forms.py:69 +msgid "Non-consensual intimate media" +msgstr "" + +#: app/chat/forms.py:26 app/post/forms.py:23 app/user/forms.py:70 +msgid "Prohibited transaction" +msgstr "" + +#: app/chat/forms.py:26 app/post/forms.py:23 app/user/forms.py:70 +msgid "Impersonation" +msgstr "" + +#: app/chat/forms.py:27 app/post/forms.py:24 app/user/forms.py:71 +msgid "Copyright violation" +msgstr "" + +#: app/chat/forms.py:27 app/post/forms.py:24 app/user/forms.py:71 +msgid "Trademark violation" +msgstr "" + +#: app/chat/forms.py:28 app/post/forms.py:25 app/user/forms.py:72 +msgid "Self-harm or suicide" +msgstr "" + +#: app/chat/forms.py:29 app/community/forms.py:162 app/post/forms.py:26 +#: app/user/forms.py:73 +msgid "Other" +msgstr "" + +#: app/chat/forms.py:30 app/community/forms.py:81 app/community/forms.py:164 +#: app/post/forms.py:27 app/user/forms.py:74 +msgid "Reason" +msgstr "" + +#: app/chat/forms.py:31 app/community/forms.py:165 app/post/forms.py:28 +#: app/user/forms.py:75 +msgid "More info" +msgstr "" + +#: app/chat/forms.py:33 app/community/forms.py:167 app/post/forms.py:30 +#: app/templates/user/show_profile.html:56 app/user/forms.py:77 +msgid "Report" +msgstr "" + +#: app/chat/routes.py:49 +#, python-format +msgid "Chat with %(name)s" +msgstr "" + +#: app/chat/routes.py:69 +msgid "Send" +msgstr "" + +#: app/chat/routes.py:79 app/templates/chat/new_message.html:14 +#, python-format +msgid "New message to \"%(recipient_name)s\"" +msgstr "" + +#: app/chat/routes.py:124 +msgid "Conversation deleted" +msgstr "" + +#: app/chat/routes.py:135 +msgid "Instance blocked." +msgstr "" + +#: app/chat/routes.py:165 +msgid "This conversation has been reported, thank you!" +msgstr "" + +#: app/chat/routes.py:170 +msgid "Report conversation" +msgstr "" + +#: app/chat/util.py:59 +#, python-format +msgid "Message failed to send to %(name)s." +msgstr "" + +#: app/chat/util.py:61 +msgid "Message sent." +msgstr "" + +#: app/community/forms.py:26 +msgid "Create" +msgstr "" + +#: app/community/forms.py:61 +msgid "Add" +msgstr "" + +#: app/community/forms.py:65 +msgid "Amend the report description if necessary" +msgstr "" + +#: app/community/forms.py:66 +msgid "Escalate report" +msgstr "" + +#: app/community/forms.py:70 +msgid "Note for mod log" +msgstr "" + +#: app/community/forms.py:71 +msgid "Also resolve all other reports about the same thing." +msgstr "" + +#: app/community/forms.py:72 +#: app/templates/community/community_moderate_report_resolve.html:13 +msgid "Resolve report" +msgstr "" + +#: app/community/forms.py:76 +msgid "Community address" +msgstr "" + +#: app/community/forms.py:77 app/search/routes.py:56 +#: app/templates/base.html:198 app/templates/community/add_remote.html:13 +#: app/templates/domain/domains.html:29 +#: app/templates/domain/domains_blocked.html:29 app/templates/index.html:40 +#: app/templates/list_communities.html:36 app/templates/search/results.html:38 +msgid "Search" +msgstr "" + +#: app/community/forms.py:82 +msgid "Ban until" +msgstr "" + +#: app/community/forms.py:83 +msgid "Also delete all their posts" +msgstr "" + +#: app/community/forms.py:84 +msgid "Also delete all their comments" +msgstr "" + +#: app/community/forms.py:85 +#: app/templates/community/community_moderate_subscribers.html:56 +#: app/templates/domain/domains_blocked.html:48 +#: app/templates/user/show_profile.html:173 +msgid "Ban" +msgstr "" + +#: app/community/forms.py:89 app/community/forms.py:100 +#: app/community/forms.py:120 app/templates/list_communities.html:56 +msgid "Community" +msgstr "" + +#: app/community/forms.py:91 app/community/forms.py:102 +#: app/community/forms.py:123 app/post/forms.py:10 +msgid "Body" +msgstr "" + +#: app/community/forms.py:92 app/community/forms.py:105 +#: app/community/forms.py:125 +msgid "Sticky" +msgstr "" + +#: app/community/forms.py:93 app/community/forms.py:106 +#: app/community/forms.py:126 +msgid "NSFW" +msgstr "" + +#: app/community/forms.py:94 app/community/forms.py:107 +#: app/community/forms.py:127 +msgid "Gore/gross" +msgstr "" + +#: app/community/forms.py:95 app/community/forms.py:108 +#: app/community/forms.py:128 app/post/forms.py:11 +#: app/templates/post/_post_notification_toggle.html:4 +#: app/templates/post/_reply_notification_toggle.html:4 +msgid "Notify about replies" +msgstr "" + +#: app/community/forms.py:103 +msgid "URL" +msgstr "" + +#: app/community/forms.py:114 +#, python-format +msgid "Links to %(domain)s are not allowed." +msgstr "" + +#: app/community/forms.py:122 +msgid "Alt text" +msgstr "" + +#: app/community/forms.py:124 +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Image" +msgstr "" + +#: app/community/forms.py:150 +msgid "Images cannot be posted to local communities." +msgstr "" + +#: app/community/forms.py:156 +msgid "Breaks instance rules" +msgstr "" + +#: app/community/forms.py:157 +msgid "Abandoned by moderators" +msgstr "" + +#: app/community/forms.py:158 +msgid "Cult" +msgstr "" + +#: app/community/forms.py:159 +msgid "Scam" +msgstr "" + +#: app/community/forms.py:160 +msgid "Alt-right pipeline" +msgstr "" + +#: app/community/forms.py:161 app/post/forms.py:17 +msgid "Hate / genocide" +msgstr "" + +#: app/community/forms.py:179 app/community/routes.py:846 +msgid "Delete community" +msgstr "" + +#: app/community/routes.py:79 +msgid "Your new community has been created." +msgstr "" + +#: app/community/routes.py:85 app/templates/community/add_local.html:13 +#: app/templates/community/community_edit.html:25 +msgid "Create community" +msgstr "" + +#: app/community/routes.py:111 app/community/routes.py:1278 +msgid "Community not found." +msgstr "" + +#: app/community/routes.py:113 app/community/routes.py:1280 +msgid "" +"Community not found. If you are searching for a nsfw community it is " +"blocked by this instance." +msgstr "" + +#: app/community/routes.py:116 app/community/routes.py:1283 +#, python-format +msgid "That community is banned from %(site)s." +msgstr "" + +#: app/community/routes.py:119 +msgid "Add remote community" +msgstr "" + +#: app/community/routes.py:201 app/post/routes.py:207 +#: app/templates/base.html:130 app/templates/base.html:132 +#: app/templates/base.html:148 app/templates/base.html:150 +#: app/templates/chat/conversation.html:36 +#: app/templates/community/community_edit.html:13 +#: app/templates/community/community_mod_list.html:13 +#: app/templates/community/community_moderate.html:13 +#: app/templates/community/community_moderate_subscribers.html:13 +#: app/templates/domain/domain.html:13 app/templates/topic/show_topic.html:13 +#: app/templates/user/delete_account.html:13 +#: app/templates/user/edit_filters.html:14 +#: app/templates/user/edit_profile.html:14 +#: app/templates/user/edit_settings.html:15 app/templates/user/filters.html:14 +#: app/templates/user/notifications.html:13 app/templates/user/people.html:13 +#: app/templates/user/show_profile.html:18 +#: app/templates/user/show_profile.html:38 +msgid "Home" +msgstr "" + +#: app/community/routes.py:327 +msgid "You cannot join this community" +msgstr "" + +#: app/community/routes.py:343 +msgid "" +"There was a problem while trying to communicate with remote server. If " +"other people have already joined this community it won't matter." +msgstr "" + +#: app/community/routes.py:492 app/community/routes.py:565 +#: app/community/routes.py:638 +msgid "Add post to community" +msgstr "" + +#: app/community/routes.py:705 app/community/routes.py:730 +#: app/community/routes.py:732 +#, python-format +msgid "Your post to %(name)s has been made." +msgstr "" + +#: app/community/routes.py:749 +msgid "A community has been reported" +msgstr "" + +#: app/community/routes.py:760 +msgid "Community has been reported, thank you!" +msgstr "" + +#: app/community/routes.py:763 +msgid "Report community" +msgstr "" + +#: app/community/routes.py:864 +#: app/templates/community/community_mod_list.html:22 +#, python-format +msgid "Moderators for %(community)s" +msgstr "" + +#: app/community/routes.py:889 +msgid "Moderator added" +msgstr "" + +#: app/community/routes.py:893 +#, python-format +msgid "You are now a moderator of %(name)s" +msgstr "" + +#: app/community/routes.py:918 +msgid "Account not found" +msgstr "" + +#: app/community/routes.py:920 +#: app/templates/community/community_add_moderator.html:13 +#, python-format +msgid "Add moderator to %(community)s" +msgstr "" + +#: app/community/routes.py:940 +msgid "Moderator removed" +msgstr "" + +#: app/community/routes.py:957 app/post/routes.py:1139 app/post/routes.py:1262 +#, python-format +msgid "Content from %(name)s will be hidden." +msgstr "" + +#: app/community/routes.py:986 +#, python-format +msgid "%(name)s has been banned." +msgstr "" + +#: app/community/routes.py:993 +#, python-format +msgid "Posts by %(name)s have been deleted." +msgstr "" + +#: app/community/routes.py:999 +#, python-format +msgid "Comments by %(name)s have been deleted." +msgstr "" + +#: app/community/routes.py:1020 +msgid "Ban from community" +msgstr "" + +#: app/community/routes.py:1043 +#, python-format +msgid "%(name)s has been unbanned." +msgstr "" + +#: app/community/routes.py:1108 app/community/routes.py:1142 +#, python-format +msgid "Moderation of %(community)s" +msgstr "" + +#: app/community/routes.py:1170 +msgid "Admin has been notified about this report." +msgstr "" + +#: app/community/routes.py:1218 +msgid "Report resolved." +msgstr "" + +#: app/community/routes.py:1256 +msgid "Report ignored." +msgstr "" + +#: app/community/routes.py:1286 +msgid "Search result for remote community" +msgstr "" + +#: app/domain/routes.py:113 +#, python-format +msgid "%(name)s blocked." +msgstr "" + +#: app/domain/routes.py:126 +#, python-format +msgid "%(name)s un-blocked." +msgstr "" + +#: app/domain/routes.py:139 +#, python-format +msgid "%(name)s banned for all users and all content deleted." +msgstr "" + +#: app/domain/routes.py:151 +#, python-format +msgid "%(name)s un-banned for all users." +msgstr "" + +#: app/main/routes.py:73 +msgid "Create an account to tailor this feed to your interests." +msgstr "" + +#: app/main/routes.py:163 app/templates/base.html:139 +#: app/templates/base.html:157 +msgid "Browse by topic" +msgstr "" + +#: app/main/routes.py:206 +msgid "Local communities" +msgstr "" + +#: app/main/routes.py:221 app/templates/base.html:168 +#: app/templates/list_communities.html:19 +msgid "Joined communities" +msgstr "" + +#: app/main/routes.py:354 +msgid "Please click the link in your email inbox to verify your account." +msgstr "" + +#: app/post/forms.py:12 +msgid "Comment" +msgstr "" + +#: app/post/forms.py:16 app/user/forms.py:59 +msgid "Breaks community rules" +msgstr "" + +#: app/post/forms.py:20 app/user/forms.py:67 +msgid "Sharing personal info - doxing" +msgstr "" + +#: app/post/forms.py:42 app/post/routes.py:1156 +#: app/templates/post/post_mea_culpa.html:13 +msgid "I changed my mind" +msgstr "" + +#: app/post/routes.py:45 +#, python-format +msgid "%(name)s has indicated they made a mistake in this post." +msgstr "" + +#: app/post/routes.py:72 app/post/routes.py:476 +#, python-format +msgid "You cannot reply to %(name)s" +msgstr "" + +#: app/post/routes.py:82 app/post/routes.py:489 +msgid "This type of comment is not accepted, sorry." +msgstr "" + +#: app/post/routes.py:446 app/post/routes.py:632 +#, python-format +msgid "Discussing %(title)s" +msgstr "" + +#: app/post/routes.py:702 app/post/routes.py:783 app/post/routes.py:865 +#: app/post/routes.py:1285 app/user/routes.py:143 app/user/routes.py:204 +#: app/user/routes.py:686 app/user/routes.py:717 +msgid "Your changes have been saved." +msgstr "" + +#: app/post/routes.py:718 app/post/routes.py:800 app/post/routes.py:882 +#: app/templates/post/post_edit_discussion.html:11 +#: app/templates/post/post_edit_image.html:11 +#: app/templates/post/post_edit_link.html:11 +msgid "Edit post" +msgstr "" + +#: app/post/routes.py:990 +msgid "Post deleted." +msgstr "" + +#: app/post/routes.py:1040 +msgid "" +"Moderators have already assessed reports regarding this post, no further " +"reports are necessary." +msgstr "" + +#: app/post/routes.py:1043 +msgid "Post has already been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1091 +msgid "Post has been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1096 +msgid "Report post" +msgstr "" + +#: app/post/routes.py:1110 app/post/routes.py:1246 +#, python-format +msgid "%(name)s has been blocked." +msgstr "" + +#: app/post/routes.py:1126 +#, python-format +msgid "Posts linking to %(name)s will be hidden." +msgstr "" + +#: app/post/routes.py:1170 +msgid "" +"Moderators have already assessed reports regarding this comment, no " +"further reports are necessary." +msgstr "" + +#: app/post/routes.py:1175 +msgid "Comment has already been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1226 +msgid "Comment has been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1231 +msgid "Report comment" +msgstr "" + +#: app/post/routes.py:1389 +msgid "Edit comment" +msgstr "" + +#: app/post/routes.py:1413 +msgid "Comment deleted." +msgstr "" + +#: app/search/routes.py:49 +#, python-format +msgid "Search results for %(q)s" +msgstr "" + +#: app/templates/_home_nav.html:3 app/templates/community/_community_nav.html:8 +#: app/templates/post/post.html:66 app/user/forms.py:44 +msgid "Hot" +msgstr "" + +#: app/templates/_home_nav.html:6 +#: app/templates/community/_community_nav.html:11 +#: app/templates/post/post.html:69 app/user/forms.py:45 +msgid "Top" +msgstr "" + +#: app/templates/_home_nav.html:9 +#: app/templates/community/_community_nav.html:14 +#: app/templates/post/post.html:72 app/user/forms.py:46 +msgid "New" +msgstr "" + +#: app/templates/_home_nav.html:12 +#: app/templates/community/_community_nav.html:17 +#: app/templates/list_communities.html:71 app/user/forms.py:47 +msgid "Active" +msgstr "" + +#: app/templates/_inoculation_links.html:4 +msgid "Rational Discourse Toolkit" +msgstr "" + +#: app/templates/about.html:10 app/templates/donate.html:26 +#: app/templates/index.html:67 app/templates/keyboard_shortcuts.html:63 +#: app/templates/search/results.html:65 +#, python-format +msgid "About %(site_name)s" +msgstr "" + +#: app/templates/base.html:55 +msgid "PieFed" +msgstr "" + +#: app/templates/base.html:113 app/templates/base.html:189 +#: app/templates/user/notifications.html:18 app/user/routes.py:537 +msgid "Notifications" +msgstr "" + +#: app/templates/base.html:133 app/templates/base.html:151 +msgid "Popular" +msgstr "" + +#: app/templates/base.html:134 app/templates/base.html:152 +msgid "All posts" +msgstr "" + +#: app/templates/base.html:140 app/templates/base.html:158 +#: app/templates/list_communities.html:13 +msgid "All communities" +msgstr "" + +#: app/templates/auth/login.html:9 app/templates/base.html:143 +msgid "Log in" +msgstr "" + +#: app/templates/base.html:145 app/templates/base.html:183 +#: app/templates/donate.html:10 +msgid "Donate" +msgstr "" + +#: app/templates/base.html:161 +msgid "Moderating" +msgstr "" + +#: app/templates/base.html:176 +msgid "Account" +msgstr "" + +#: app/templates/base.html:178 +msgid "View profile" +msgstr "" + +#: app/templates/base.html:179 +msgid "Edit profile & settings" +msgstr "" + +#: app/templates/base.html:180 +msgid "Chats" +msgstr "" + +#: app/templates/base.html:187 +msgid "Log out" +msgstr "" + +#: app/templates/base.html:189 +#, python-format +msgid "%(num)d unread notifications" +msgstr "" + +#: app/templates/base.html:199 +msgid "Light mode" +msgstr "" + +#: app/templates/base.html:200 +msgid "Dark mode" +msgstr "" + +#: app/templates/base.html:228 app/templates/keyboard_shortcuts.html:10 +msgid "Keyboard shortcuts" +msgstr "" + +#: app/templates/index.html:17 +msgid "No posts yet. Join some communities to see more." +msgstr "" + +#: app/templates/community/community.html:168 app/templates/index.html:18 +#: app/templates/index.html:59 app/templates/list_topics.html:38 +#: app/templates/post/post.html:220 app/templates/search/results.html:57 +#: app/templates/topic/show_topic.html:91 +msgid "Explore communities" +msgstr "" + +#: app/templates/admin/activities.html:54 +#: app/templates/admin/communities.html:51 app/templates/admin/posts.html:26 +#: app/templates/admin/reports.html:58 app/templates/admin/users.html:69 +#: app/templates/community/community.html:92 +#: app/templates/community/community_moderate.html:80 +#: app/templates/community/community_moderate_subscribers.html:67 +#: app/templates/domain/domain.html:30 app/templates/domain/domains.html:51 +#: app/templates/domain/domains_blocked.html:59 app/templates/index.html:25 +#: app/templates/search/results.html:23 app/templates/topic/show_topic.html:52 +#: app/templates/user/show_profile.html:75 +#: app/templates/user/show_profile.html:98 +msgid "Previous page" +msgstr "" + +#: app/templates/admin/activities.html:59 +#: app/templates/admin/communities.html:56 app/templates/admin/posts.html:31 +#: app/templates/admin/reports.html:63 app/templates/admin/users.html:74 +#: app/templates/community/community.html:97 +#: app/templates/community/community_moderate.html:85 +#: app/templates/community/community_moderate_subscribers.html:72 +#: app/templates/domain/domain.html:35 app/templates/domain/domains.html:56 +#: app/templates/domain/domains_blocked.html:64 app/templates/index.html:30 +#: app/templates/search/results.html:28 app/templates/topic/show_topic.html:57 +#: app/templates/user/show_profile.html:80 +#: app/templates/user/show_profile.html:103 +msgid "Next page" +msgstr "" + +#: app/templates/index.html:47 app/templates/search/results.html:45 +msgid "Active communities" +msgstr "" + +#: app/templates/index.html:60 app/templates/list_communities.html:108 +#: app/templates/search/results.html:58 +msgid "Browse topics" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:11 +msgid "Most shortcuts are the same as what reddit has." +msgstr "" + +#: app/templates/keyboard_shortcuts.html:14 +msgid "Navigation" +msgstr "" + +#: app/templates/community/community_mod_list.html:33 +#: app/templates/keyboard_shortcuts.html:43 app/templates/user/filters.html:31 +msgid "Action" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:46 +msgid "Upvote" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:50 +msgid "Downvote" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:55 +msgid "" +"When viewing a list of posts actions like voting or going to a post " +"depend on which is the current post. The current post is determined by " +"hovering with the mouse or the J and K keys." +msgstr "" + +#: app/templates/list_communities.html:14 +msgid "All" +msgstr "" + +#: app/templates/list_communities.html:16 +msgid "Communities on this server" +msgstr "" + +#: app/templates/list_communities.html:17 +msgid "Local" +msgstr "" + +#: app/templates/list_communities.html:20 +#: app/templates/user/show_profile.html:59 +msgid "Joined" +msgstr "" + +#: app/templates/list_communities.html:28 +msgid "Choose a topic to filter communities by" +msgstr "" + +#: app/templates/list_communities.html:40 +msgid "Create local community" +msgstr "" + +#: app/templates/list_communities.html:40 +msgid "Create local" +msgstr "" + +#: app/templates/list_communities.html:41 +msgid "Add community from another instance" +msgstr "" + +#: app/templates/list_communities.html:41 +msgid "Add remote" +msgstr "" + +#: app/templates/list_communities.html:56 +msgid "Sort by name" +msgstr "" + +#: app/templates/list_communities.html:61 +msgid "Sort by post count" +msgstr "" + +#: app/templates/list_communities.html:61 +msgid "Posts" +msgstr "" + +#: app/templates/list_communities.html:66 +msgid "Sort by reply count" +msgstr "" + +#: app/templates/list_communities.html:66 app/templates/post/post.html:61 +#: app/templates/post/post.html:158 +msgid "Comments" +msgstr "" + +#: app/templates/list_communities.html:71 +msgid "Sort by recent activity" +msgstr "" + +#: app/templates/list_communities.html:82 +#, python-format +msgid "Leave %(name)s" +msgstr "" + +#: app/templates/community/add_remote.html:32 +#: app/templates/community/community.html:112 +#: app/templates/community/lookup_remote.html:21 +#: app/templates/list_communities.html:82 app/templates/post/add_reply.html:48 +#: app/templates/post/continue_discussion.html:99 +#: app/templates/post/post.html:177 +msgid "Leave" +msgstr "" + +#: app/templates/community/community.html:114 +#: app/templates/list_communities.html:84 +msgid "Pending" +msgstr "" + +#: app/templates/list_communities.html:86 +#: app/templates/list_communities.html:89 +#, python-format +msgid "Join %(name)s" +msgstr "" + +#: app/templates/community/add_remote.html:34 +#: app/templates/community/community.html:116 +#: app/templates/community/lookup_remote.html:23 +#: app/templates/list_communities.html:86 +#: app/templates/list_communities.html:89 app/templates/post/add_reply.html:50 +#: app/templates/post/continue_discussion.html:101 +#: app/templates/post/post.html:179 +msgid "Join" +msgstr "" + +#: app/templates/list_communities.html:96 +#, python-format +msgid "Browse %(name)s" +msgstr "" + +#: app/templates/list_communities.html:106 app/templates/list_topics.html:36 +msgid "There are no communities yet." +msgstr "" + +#: app/templates/list_topics.html:25 +msgid "Choose a topic" +msgstr "" + +#: app/templates/privacy.html:10 +msgid "Privacy" +msgstr "" + +#: app/templates/admin/_nav.html:2 +msgid "Admin navigation" +msgstr "" + +#: app/templates/admin/_nav.html:3 +msgid "Admin home" +msgstr "" + +#: app/templates/admin/_nav.html:9 +msgid "Watch" +msgstr "" + +#: app/templates/admin/_nav.html:11 +msgid "Registration applications" +msgstr "" + +#: app/templates/admin/_nav.html:13 app/templates/community/community.html:181 +#: app/templates/community/community_moderate.html:15 +#: app/templates/community/community_moderate_subscribers.html:15 +msgid "Moderation" +msgstr "" + +#: app/templates/admin/_nav.html:14 +msgid "Federation" +msgstr "" + +#: app/templates/admin/_nav.html:15 +msgid "Newsletter" +msgstr "" + +#: app/templates/admin/_nav.html:16 +msgid "Activities" +msgstr "" + +#: app/templates/admin/add_user.html:17 +msgid "Add new user" +msgstr "" + +#: app/templates/admin/approve_registrations.html:18 +#, python-format +msgid "When registering, people are asked \"%(question)s\"." +msgstr "" + +#: app/templates/admin/approve_registrations.html:43 +msgid "Approve" +msgstr "" + +#: app/templates/admin/approve_registrations.html:44 +msgid "View" +msgstr "" + +#: app/templates/admin/approve_registrations.html:45 +#: app/templates/post/post_options.html:20 +#: app/templates/post/post_reply_options.html:20 +#: app/templates/user/show_profile.html:179 +msgid "Delete" +msgstr "" + +#: app/templates/admin/approve_registrations.html:51 +msgid "No one is waiting to be approved." +msgstr "" + +#: app/templates/admin/edit_community.html:17 +#, python-format +msgid "Edit %(community_name)s" +msgstr "" + +#: app/templates/admin/edit_community.html:43 +msgid "Will not be overwritten by remote server" +msgstr "" + +#: app/templates/admin/edit_topic.html:18 +#, python-format +msgid "Edit %(topic_name)s" +msgstr "" + +#: app/templates/admin/edit_user.html:17 +#, python-format +msgid "Edit %(user_name)s (%(display_name)s)" +msgstr "" + +#: app/templates/admin/posts.html:17 +msgid "Most downvoted in the last 3 days" +msgstr "" + +#: app/templates/admin/users.html:17 +msgid "Add local user" +msgstr "" + +#: app/templates/auth/check_email.html:9 +msgid "" +"We sent you an email containing a link that you need to click to enable " +"your account." +msgstr "" + +#: app/templates/auth/login.html:14 +msgid "New User?" +msgstr "" + +#: app/templates/auth/login.html:14 +msgid "Register new account" +msgstr "" + +#: app/templates/auth/login.html:16 +msgid "Forgot Your Password?" +msgstr "" + +#: app/templates/auth/login.html:17 +msgid "Reset it" +msgstr "" + +#: app/templates/auth/permission_denied.html:8 +#: app/templates/chat/blocked.html:13 app/templates/chat/denied.html:14 +msgid "Sorry" +msgstr "" + +#: app/templates/auth/permission_denied.html:12 +msgid "Your account does not have access to that area." +msgstr "" + +#: app/templates/auth/please_wait.html:8 +msgid "Thanks for registering" +msgstr "" + +#: app/templates/auth/please_wait.html:9 +msgid "" +"We are reviewing your application and will email you once it has been " +"accepted." +msgstr "" + +#: app/templates/auth/register.html:19 +msgid "Create new account" +msgstr "" + +#: app/templates/auth/register.html:22 +msgid "Registration is closed. Only admins can create accounts." +msgstr "" + +#: app/templates/auth/reset_password.html:13 +#: app/templates/auth/reset_password_request.html:13 +msgid "Reset your password" +msgstr "" + +#: app/templates/auth/validation_required.html:8 +msgid "Please check your email inbox" +msgstr "" + +#: app/templates/auth/validation_required.html:12 +msgid "" +"To keep spam and bots to a managable level, we send every new account an " +"email with a link in it that needs to be clicked to fully enable the " +"account." +msgstr "" + +#: app/templates/chat/blocked.html:15 +msgid "You have blocked this person or they have blocked you." +msgstr "" + +#: app/templates/chat/chat_options.html:14 +#, python-format +msgid "Options for conversation with \"%(member_names)s\"" +msgstr "" + +#: app/templates/chat/chat_options.html:17 +msgid "Delete conversation" +msgstr "" + +#: app/templates/chat/chat_options.html:21 +#, python-format +msgid "Block @%(author_name)s" +msgstr "" + +#: app/templates/chat/chat_options.html:26 +#, python-format +msgid "Block chats and posts from instance: %(name)s" +msgstr "" + +#: app/templates/chat/chat_options.html:29 +#: app/templates/post/post_options.html:48 +#: app/templates/post/post_reply_options.html:32 +msgid "Report to moderators" +msgstr "" + +#: app/templates/chat/chat_options.html:31 +msgid "" +"If you are reporting abuse then do not delete the conversation - " +"moderators will not be able to read it if you delete it." +msgstr "" + +#: app/templates/chat/conversation.html:37 +msgid "Chat" +msgstr "" + +#: app/templates/chat/conversation.html:42 app/templates/user/filters.html:56 +#: app/templates/user/notifications.html:14 app/templates/user/people.html:14 +#: app/templates/user/people.html:17 app/templates/user/show_profile.html:19 +#: app/templates/user/show_profile.html:39 app/user/routes.py:35 +msgid "People" +msgstr "" + +#: app/templates/chat/conversation.html:59 +#, python-format +msgid "Messages with %(name)s" +msgstr "" + +#: app/templates/chat/conversation.html:60 +msgid "Messages with: " +msgstr "" + +#: app/templates/chat/conversation.html:75 +#: app/templates/post/_post_teaser.html:75 +msgid "Options" +msgstr "" + +#: app/templates/chat/denied.html:16 +msgid "" +"You have not been using PieFed long enough to be allowed to send messages" +" to people." +msgstr "" + +#: app/templates/chat/empty.html:13 +msgid "No chats" +msgstr "" + +#: app/templates/chat/empty.html:15 +msgid "" +"There are no chats involving you, yet. Start a conversation using the " +"\"Send message\" button on someone's profile." +msgstr "" + +#: app/templates/chat/report.html:14 +#, python-format +msgid "Report conversation with \"%(member_names)s\"" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:4 +#: app/templates/community/community_edit.html:15 +#: app/templates/community/community_mod_list.html:15 +#: app/templates/post/add_reply.html:89 +#: app/templates/post/continue_discussion.html:140 +#: app/templates/post/post.html:234 app/templates/post/post_reply_edit.html:85 +#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 +#: app/templates/user/show_profile.html:124 +msgid "Settings" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:7 +#: app/templates/community/community_mod_list.html:16 +msgid "Moderators" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:10 +#: app/templates/community/_community_nav.html:7 +msgid "Sort by hot" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:14 +#: app/templates/community/community_moderate_subscribers.html:21 +msgid "Subscribers" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:17 +msgid "Appeals" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:20 +msgid "Mod log" +msgstr "" + +#: app/templates/community/_community_nav.html:3 +#: app/templates/community/add_discussion_post.html:11 +#: app/templates/community/add_image_post.html:11 +#: app/templates/community/add_link_post.html:11 +#: app/templates/community/community.html:108 +#: app/templates/post/add_reply.html:54 +#: app/templates/post/continue_discussion.html:105 +#: app/templates/post/post.html:173 app/templates/post/post_reply_edit.html:50 +#: app/templates/topic/show_topic.html:68 +msgid "Create post" +msgstr "" + +#: app/templates/community/_community_nav.html:10 +msgid "Sort by top" +msgstr "" + +#: app/templates/community/_community_nav.html:13 +msgid "Sort by new" +msgstr "" + +#: app/templates/community/_community_nav.html:16 +msgid "Sort by active" +msgstr "" + +#: app/templates/community/_community_nav.html:26 +msgid "Tile" +msgstr "" + +#: app/templates/community/_community_nav.html:29 +msgid "Wide tile" +msgstr "" + +#: app/templates/community/_notification_toggle.html:5 +msgid "Notify about every new post. Not advisable in high traffic communities!" +msgstr "" + +#: app/templates/community/add_discussion_post.html:16 +#: app/templates/community/add_image_post.html:16 +#: app/templates/community/add_link_post.html:16 +msgid "Type of post" +msgstr "" + +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Start a discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Share a link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Share an image" +msgstr "" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +msgid "Create a poll" +msgstr "" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +msgid "Poll" +msgstr "" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +msgid "Create an event" +msgstr "" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +msgid "Event" +msgstr "" + +#: app/templates/community/add_discussion_post.html:43 +#: app/templates/community/add_image_post.html:45 +#: app/templates/community/add_link_post.html:44 +#: app/templates/post/add_reply.html:37 app/templates/post/post.html:42 +#: app/templates/user/edit_profile.html:44 +msgid "Enable markdown editor" +msgstr "" + +#: app/templates/community/add_image_post.html:30 +#: app/templates/post/post_edit_image.html:17 +msgid "Describe the image, to help visually impaired people." +msgstr "" + +#: app/templates/community/add_local.html:31 +#, python-format +msgid "Only people using %(name)s can post or reply" +msgstr "" + +#: app/templates/community/add_remote.html:25 +#: app/templates/community/lookup_remote.html:14 +msgid "Found a community:" +msgstr "" + +#: app/templates/community/community.html:27 +#: app/templates/community/community.html:48 +#: app/templates/community/community.html:66 +#: app/templates/post/_post_full.html:20 app/templates/post/_post_full.html:66 +#: app/templates/post/_post_teaser.html:56 +msgid "Not safe for work" +msgstr "" + +#: app/templates/community/community.html:28 +#: app/templates/community/community.html:49 +#: app/templates/community/community.html:67 +msgid "Not safe for life" +msgstr "" + +#: app/templates/community/community.html:76 +#: app/templates/community/community.html:84 +msgid "No posts in this community yet." +msgstr "" + +#: app/templates/community/community.html:121 +#: app/templates/post/add_reply.html:58 +#: app/templates/post/continue_discussion.html:109 +#: app/templates/post/post.html:184 app/templates/post/post_reply_edit.html:54 +msgid "Search this community" +msgstr "" + +#: app/templates/community/community.html:127 +#: app/templates/post/add_reply.html:64 +#: app/templates/post/continue_discussion.html:115 +#: app/templates/post/post.html:190 app/templates/post/post_reply_edit.html:60 +msgid "About community" +msgstr "" + +#: app/templates/community/community.html:146 +#, python-format +msgid "Only people on %(instance_name)s can post or reply in this community." +msgstr "" + +#: app/templates/community/community.html:156 app/templates/post/post.html:208 +msgid "Related communities" +msgstr "" + +#: app/templates/community/community.html:162 app/templates/post/post.html:214 +#: app/templates/topic/show_topic.html:85 +msgid "Go to community" +msgstr "" + +#: app/templates/community/community.html:175 +#: app/templates/post/add_reply.html:82 +#: app/templates/post/continue_discussion.html:133 +#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:78 +msgid "Community Settings" +msgstr "" + +#: app/templates/community/community.html:179 +msgid "Settings & Moderation" +msgstr "" + +#: app/templates/community/community_ban_user.html:13 +#, python-format +msgid "Ban \"%(user_name)s\" from %(community_name)s" +msgstr "" + +#: app/templates/community/community_delete.html:13 +#, python-format +msgid "Delete \"%(community_title)s\"" +msgstr "" + +#: app/templates/community/community_edit.html:23 +#, python-format +msgid "Edit %(community)s" +msgstr "" + +#: app/templates/community/community_edit.html:28 +msgid "Edit and configure this community" +msgstr "" + +#: app/templates/community/community_mod_list.html:24 +msgid "See and change who moderates this community" +msgstr "" + +#: app/templates/community/community_mod_list.html:26 +#: app/templates/community/community_moderate.html:24 +#: app/templates/community/community_moderate_subscribers.html:24 +msgid "Add moderator" +msgstr "" + +#: app/templates/community/community_mod_list.html:43 +msgid "Remove" +msgstr "" + +#: app/templates/community/community_moderate.html:27 +#, python-format +msgid "See and handle all reports made about %(community)s" +msgstr "" + +#: app/templates/community/community_moderate.html:67 +msgid "Escalate" +msgstr "" + +#: app/templates/community/community_moderate.html:68 +msgid "Resolve" +msgstr "" + +#: app/templates/community/community_moderate.html:70 +msgid "Ignore" +msgstr "" + +#: app/templates/community/community_moderate.html:90 +msgid "No reports yet" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:13 +msgid "Escalate report to admins" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:14 +msgid "" +"For reports that could potentially involve legal issues or where you are " +"unsure how to respond, you may prefer to let admins handle it." +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:27 +#, python-format +msgid "See who is subscribed to %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:77 +msgid "This community has no subscribers" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:79 +msgid "Banned People" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:80 +#, python-format +msgid "See and manage who is banned from %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:116 +#: app/templates/domain/domain.html:61 +#: app/templates/domain/domains_blocked.html:46 +#: app/templates/user/show_profile.html:169 +msgid "Unban" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:125 +msgid "No banned people yet" +msgstr "" + +#: app/templates/domain/domain.html:14 app/templates/domain/domains.html:12 +#: app/templates/domain/domains.html:21 +#: app/templates/domain/domains_blocked.html:21 +#: app/templates/user/filters.html:60 +msgid "Domains" +msgstr "" + +#: app/templates/domain/domain.html:23 +msgid "No posts in this domain yet." +msgstr "" + +#: app/templates/domain/domain.html:45 +msgid "Domain management" +msgstr "" + +#: app/templates/domain/domain.html:51 app/templates/user/filters.html:71 +#: app/templates/user/filters.html:76 app/templates/user/filters.html:89 +#: app/templates/user/filters.html:94 app/templates/user/filters.html:107 +#: app/templates/user/filters.html:112 app/templates/user/filters.html:125 +#: app/templates/user/filters.html:130 app/templates/user/show_profile.html:52 +msgid "Unblock" +msgstr "" + +#: app/templates/domain/domain.html:55 app/templates/user/show_profile.html:54 +msgid "Block" +msgstr "" + +#: app/templates/domain/domain.html:65 +msgid "Ban instance-wide" +msgstr "" + +#: app/templates/domain/domains.html:14 +#, python-format +msgid "Domains containing \"%(search)s\"" +msgstr "" + +#: app/templates/domain/domains.html:24 +#: app/templates/domain/domains_blocked.html:24 +msgid "Banned domains" +msgstr "" + +#: app/templates/domain/domains.html:38 +msgid "How many times has something on this domain been posted" +msgstr "" + +#: app/templates/domain/domains_blocked.html:12 +msgid "Blocked domains" +msgstr "" + +#: app/templates/domain/domains_blocked.html:14 +#, python-format +msgid "Blocked domains containing \"%(search)s\"" +msgstr "" + +#: app/templates/domain/domains_blocked.html:46 +msgid "Unbanning this domain allows future posts linking to that domain." +msgstr "" + +#: app/templates/domain/domains_blocked.html:48 +msgid "" +"Banning this domain will delete all posts linking to this domain and " +"prevent future posts linking to that domain." +msgstr "" + +#: app/templates/errors/404.html:12 +msgid "Ooops, something is broken!" +msgstr "" + +#: app/templates/errors/404.html:15 +msgid "The page your browser tried to load could not be found." +msgstr "" + +#: app/templates/errors/404.html:16 app/templates/errors/500.html:16 +msgid "Back" +msgstr "" + +#: app/templates/errors/500.html:12 +msgid "An unexpected error has occurred" +msgstr "" + +#: app/templates/errors/500.html:15 +msgid "" +"Sorry for the inconvenience! Please let us know about this, so we can " +"repair it and make PieFed better for everyone." +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:3 +msgid "UpVote button." +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:9 +msgid "Score: " +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:11 +msgid "DownVote button." +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:21 +msgid "Score:" +msgstr "" + +#: app/templates/post/_post_full.html:21 app/templates/post/_post_full.html:67 +#: app/templates/post/_post_teaser.html:57 +msgid "Potentially emotionally scarring content" +msgstr "" + +#: app/templates/post/_post_full.html:28 app/templates/post/_post_full.html:76 +#: app/templates/post/_post_teaser.html:59 +msgid "Reported. Check post for issues." +msgstr "" + +#: app/templates/post/_post_full.html:109 +#: app/templates/post/_post_full.html:110 +msgid "Show cross-posts" +msgstr "" + +#: app/templates/post/_post_full.html:111 +msgid "Number of cross-posts:" +msgstr "" + +#: app/templates/post/_post_reply_teaser.html:3 +msgid "View context" +msgstr "" + +#: app/templates/post/_post_teaser.html:6 +#: app/templates/post/_post_teaser_masonry.html:6 +msgid "Filtered: " +msgstr "" + +#: app/templates/post/_post_teaser.html:18 +#: app/templates/post/_post_teaser.html:26 +#: app/templates/post/_post_teaser.html:42 +msgid "Read article" +msgstr "" + +#: app/templates/post/_post_teaser.html:20 +#: app/templates/post/_post_teaser.html:30 +#: app/templates/post/_post_teaser.html:70 +#: app/templates/post/_post_teaser.html:72 +#: app/templates/post/_post_teaser_masonry.html:16 +#: app/templates/post/_post_teaser_masonry.html:20 +#: app/templates/post/_post_teaser_masonry.html:23 +#: app/templates/post/_post_teaser_masonry.html:55 +msgid "View image" +msgstr "" + +#: app/templates/post/_post_teaser.html:22 +#: app/templates/post/_post_teaser.html:34 +msgid "Read post" +msgstr "" + +#: app/templates/post/_post_teaser.html:54 +msgid "All posts about this domain" +msgstr "" + +#: app/templates/post/_post_teaser.html:64 +#, python-format +msgid "Go to community %(name)s" +msgstr "" + +#: app/templates/post/_post_teaser.html:67 +#: app/templates/post/_post_teaser_masonry.html:47 +#: app/templates/post/_post_teaser_masonry.html:48 +#: app/templates/post/_post_teaser_masonry.html:68 +#: app/templates/post/_post_teaser_masonry.html:69 +msgid "View comments" +msgstr "" + +#: app/templates/post/_post_teaser.html:67 +msgid "Number of comments:" +msgstr "" + +#: app/templates/post/_post_voting_buttons.html:3 +#, python-format +msgid "UpVote button, %(count)d upvotes so far." +msgstr "" + +#: app/templates/post/_post_voting_buttons.html:11 +#, python-format +msgid "DownVote button, %(count)d downvotes so far." +msgstr "" + +#: app/templates/post/_post_voting_buttons_masonry.html:3 +msgid "UpVote" +msgstr "" + +#: app/templates/post/_post_voting_buttons_masonry.html:10 +msgid "DownVote" +msgstr "" + +#: app/templates/post/add_reply.html:21 app/templates/post/post.html:23 +msgid "" +"This post is hosted on beehaw.org which has higher standards of behaviour than " +"most places. Be nice." +msgstr "" + +#: app/templates/post/add_reply.html:86 +#: app/templates/post/continue_discussion.html:137 +#: app/templates/post/post.html:231 app/templates/post/post_reply_edit.html:82 +msgid "Moderate" +msgstr "" + +#: app/templates/post/continue_discussion.html:47 +#: app/templates/post/post.html:108 +msgid "Reported. Check comment for issues." +msgstr "" + +#: app/templates/post/post.html:26 +msgid "" +"This post is hosted on lemmy.ml which will ban you for saying anything " +"negative about China, Russia or Putin. Tread carefully." +msgstr "" + +#: app/templates/post/post.html:52 +msgid "Verify your email address to comment" +msgstr "" + +#: app/templates/post/post.html:55 +msgid "Log in to comment" +msgstr "" + +#: app/templates/post/post.html:58 +msgid "Comments are disabled." +msgstr "" + +#: app/templates/post/post.html:65 +msgid "Sort by magic" +msgstr "" + +#: app/templates/post/post.html:68 +msgid "Comments with the most upvotes" +msgstr "" + +#: app/templates/post/post.html:71 +msgid "Show newest first" +msgstr "" + +#: app/templates/post/post.html:87 +msgid "Author" +msgstr "" + +#: app/templates/post/post.html:104 +msgid "Post creator" +msgstr "" + +#: app/templates/post/post.html:105 +msgid "When: " +msgstr "" + +#: app/templates/post/post.html:134 +msgid "Comment options" +msgstr "" + +#: app/templates/post/post_cross_posts.html:11 +#, python-format +msgid "Cross-posts for \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_cross_posts.html:12 +msgid "Posts to the same url have also been created in the following communities:" +msgstr "" + +#: app/templates/post/post_mea_culpa.html:15 +msgid "" +"If you wish to de-escalate the discussion on your post and now feel like " +"it was a mistake, click the button below." +msgstr "" + +#: app/templates/post/post_mea_culpa.html:16 +msgid "" +"No further comments will be posted and a message saying you made a " +"mistake in this post will be displayed." +msgstr "" + +#: app/templates/post/post_mea_culpa.html:17 +msgid "The effect of downvotes on your reputation score will be removed." +msgstr "" + +#: app/templates/post/post_options.html:13 +#, python-format +msgid "Options for \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_options.html:18 +#: app/templates/post/post_reply_options.html:18 +msgid "Edit" +msgstr "" + +#: app/templates/post/post_options.html:24 +msgid "I made a mistake with this post and have changed my mind about the topic" +msgstr "" + +#: app/templates/post/post_options.html:28 +#, python-format +msgid "Block post author @%(author_name)s" +msgstr "" + +#: app/templates/post/post_options.html:31 +#, python-format +msgid "Ban post author @%(author_name)s from
%(community_name)s" +msgstr "" + +#: app/templates/post/post_options.html:35 +#, python-format +msgid "Block domain %(domain)s" +msgstr "" + +#: app/templates/post/post_options.html:39 +#: app/templates/post/post_reply_options.html:27 +#, python-format +msgid "Hide every post from author's instance: %(name)s" +msgstr "" + +#: app/templates/post/post_options.html:45 +#, python-format +msgid "View original on %(domain)s" +msgstr "" + +#: app/templates/post/post_options.html:50 +#: app/templates/post/post_reply_options.html:34 +msgid "" +"If you want to perform more than one of these (e.g. block and report), " +"hold down Ctrl and click, then complete the operation in the new tabs " +"that open." +msgstr "" + +#: app/templates/post/post_reply_edit.html:44 +msgid "Unsubscribe" +msgstr "" + +#: app/templates/post/post_reply_edit.html:46 +msgid "Subscribe" +msgstr "" + +#: app/templates/post/post_reply_options.html:13 +#, python-format +msgid "Options for comment on \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_reply_options.html:24 +#, python-format +msgid "Block author @%(author_name)s" +msgstr "" + +#: app/templates/post/post_reply_report.html:13 +#, python-format +msgid "Report comment on \"%(post_title)s\" by %(reply_name)s" +msgstr "" + +#: app/templates/post/post_report.html:13 +#, python-format +msgid "Report \"%(post_title)s\"" +msgstr "" + +#: app/templates/search/results.html:11 +msgid "Search results for" +msgstr "" + +#: app/templates/search/results.html:16 +msgid "No posts match your search." +msgstr "" + +#: app/templates/search/start.html:13 +msgid "Search for posts" +msgstr "" + +#: app/templates/search/start.html:20 +msgid "Example searches:" +msgstr "" + +#: app/templates/search/start.html:23 +msgid "star wars" +msgstr "" + +#: app/templates/search/start.html:24 +msgid "" +"There is an implied \"and\" here. Results will have both words somewhere " +"in them." +msgstr "" + +#: app/templates/search/start.html:27 +msgid "star or wars" +msgstr "" + +#: app/templates/search/start.html:28 +msgid "" +"This will broaden the search to include results that contain any of the " +"words." +msgstr "" + +#: app/templates/search/start.html:31 +msgid "star -wars" +msgstr "" + +#: app/templates/search/start.html:32 +msgid "" +"To search for things containing \"star\" but not \"wars\" you can put a -" +" before the word you want to exclude." +msgstr "" + +#: app/templates/search/start.html:35 +msgid "\"star wars\"" +msgstr "" + +#: app/templates/search/start.html:36 +msgid "Results will have exactly that phrase in them." +msgstr "" + +#: app/templates/topic/choose_topics.html:9 +msgid "Please choose at least 3 topics that interest you." +msgstr "" + +#: app/templates/topic/show_topic.html:23 +msgid "Sub-topics" +msgstr "" + +#: app/templates/topic/show_topic.html:36 +#: app/templates/topic/show_topic.html:44 +msgid "No posts in this topic yet." +msgstr "" + +#: app/templates/topic/show_topic.html:79 +msgid "Topic communities" +msgstr "" + +#: app/templates/topic/topic_create_post.html:9 +#, python-format +msgid "Which community within %(topic)s to post in?" +msgstr "" + +#: app/templates/topic/topic_create_post.html:17 +#, python-format +msgid "Post in %(name)s" +msgstr "" + +#: app/templates/user/_user_nav.html:8 app/templates/user/notifications.html:54 +#: app/templates/user/show_profile.html:121 +msgid "Profile" +msgstr "" + +#: app/templates/user/_user_nav.html:11 +msgid "Blocks & Filters" +msgstr "" + +#: app/templates/user/delete_account.html:15 +#: app/templates/user/edit_settings.html:17 +#: app/templates/user/edit_settings.html:20 +msgid "Change settings" +msgstr "" + +#: app/templates/user/delete_account.html:18 +#, python-format +msgid "Delete %(username)s" +msgstr "" + +#: app/templates/user/delete_account.html:20 +#, python-format +msgid "" +"You are about to permanently delete the account with the username " +"\"%(username)s.\" This means your profile will " +"disappear, pictures will be deleted. Text-based posts will stay but look " +"like they are from someone named \"deleted.\"" +msgstr "" + +#: app/templates/user/delete_account.html:21 +#, python-format +msgid "" +"Once you hit delete, nobody can use \"%(username)s\" as a username again." +" We are doing this so nobody pretends to be you." +msgstr "" + +#: app/templates/user/delete_account.html:22 +msgid "" +"We will tell other websites (fediverse instances) that your account is " +"gone. But it's up to them to decide what to do with any copies they have " +"of your stuff. Some websites work differently than ours." +msgstr "" + +#: app/templates/user/delete_account.html:23 +msgid "" +"Remember, once you do this, there's no going back. Are you sure you want " +"to continue?" +msgstr "" + +#: app/templates/user/edit_filters.html:16 app/templates/user/filters.html:16 +#: app/templates/user/filters.html:19 +msgid "Filters" +msgstr "" + +#: app/templates/user/edit_filters.html:18 app/user/routes.py:729 +msgid "Edit filter" +msgstr "" + +#: app/templates/user/edit_filters.html:20 +#: app/templates/user/edit_filters.html:27 app/templates/user/filters.html:22 +#: app/user/routes.py:689 +msgid "Add filter" +msgstr "" + +#: app/templates/user/edit_filters.html:25 +#, python-format +msgid "Filter %(name)s" +msgstr "" + +#: app/templates/user/edit_filters.html:33 +msgid "Filter in these places" +msgstr "" + +#: app/templates/user/edit_filters.html:39 +msgid "One per line. Case does not matter." +msgstr "" + +#: app/templates/user/edit_filters.html:41 +msgid "Stop applying this filter after this date. Optional." +msgstr "" + +#: app/templates/user/edit_profile.html:16 app/user/routes.py:153 +#: app/user/routes.py:218 +msgid "Edit profile" +msgstr "" + +#: app/templates/user/edit_profile.html:19 +#, python-format +msgid "Edit profile of %(name)s" +msgstr "" + +#: app/templates/user/edit_profile.html:58 +msgid "Delete account" +msgstr "" + +#: app/templates/user/email_notifs_unsubscribed.html:9 +#: app/templates/user/newsletter_unsubscribed.html:9 +msgid "Unsubscribed" +msgstr "" + +#: app/templates/user/email_notifs_unsubscribed.html:10 +msgid "" +"You have unsubscribed from emails about unread notifications. We might " +"email you for other reasons, though." +msgstr "" + +#: app/templates/user/email_notifs_unsubscribed.html:11 +#: app/templates/user/newsletter_unsubscribed.html:11 +msgid "More email settings" +msgstr "" + +#: app/templates/user/filters.html:25 +msgid "" +"Filters can hide posts that contain keywords you specify, either by " +"making them less noticeable or invisible." +msgstr "" + +#: app/templates/user/filters.html:30 +msgid "Keywords" +msgstr "" + +#: app/templates/user/filters.html:32 +msgid "Expires" +msgstr "" + +#: app/templates/user/filters.html:39 +msgid "Invisible" +msgstr "" + +#: app/templates/user/filters.html:39 +msgid "Semi-transparent" +msgstr "" + +#: app/templates/user/filters.html:49 +msgid "No filters defined yet." +msgstr "" + +#: app/templates/user/filters.html:62 +msgid "Instances" +msgstr "" + +#: app/templates/user/filters.html:81 +msgid "No blocked people" +msgstr "" + +#: app/templates/user/filters.html:99 +msgid "No blocked communities" +msgstr "" + +#: app/templates/user/filters.html:117 +msgid "No blocked domains" +msgstr "" + +#: app/templates/user/filters.html:135 +msgid "No blocked instances" +msgstr "" + +#: app/templates/user/newsletter_unsubscribed.html:10 +msgid "" +"You have unsubscribed from the email newsletter. We might email you for " +"other reasons, though." +msgstr "" + +#: app/templates/user/notifications.html:25 +msgid "Mark all as read" +msgstr "" + +#: app/templates/user/notifications.html:49 +#: app/templates/user/show_profile.html:116 +msgid "Manage" +msgstr "" + +#: app/templates/user/notifications.html:95 +#: app/templates/user/show_profile.html:192 +msgid "Upvoted" +msgstr "" + +#: app/templates/user/people.html:32 +msgid "No people to show" +msgstr "" + +#: app/templates/user/show_profile.html:24 +#: app/templates/user/show_profile.html:29 +msgid "Profile pic" +msgstr "" + +#: app/templates/user/show_profile.html:47 +msgid "Send message" +msgstr "" + +#: app/templates/user/show_profile.html:49 +msgid "Send message with matrix chat" +msgstr "" + +#: app/templates/user/show_profile.html:49 +msgid "Send message using Matrix" +msgstr "" + +#: app/templates/user/show_profile.html:61 +msgid "Bot Account" +msgstr "" + +#: app/templates/user/show_profile.html:63 +msgid "Attitude" +msgstr "" + +#: app/templates/user/show_profile.html:63 +msgid "Ratio of upvotes cast to downvotes cast. Higher is more positive." +msgstr "" + +#: app/templates/user/show_profile.html:72 +msgid "Post pagination" +msgstr "" + +#: app/templates/user/show_profile.html:85 +msgid "No posts yet." +msgstr "" + +#: app/templates/user/show_profile.html:95 +msgid "Comment pagination" +msgstr "" + +#: app/templates/user/show_profile.html:108 +msgid "No comments yet." +msgstr "" + +#: app/templates/user/show_profile.html:137 +msgid "Member of" +msgstr "" + +#: app/templates/user/show_profile.html:162 +msgid "Moderate user" +msgstr "" + +#: app/templates/user/show_profile.html:182 +msgid "Ban + Purge" +msgstr "" + +#: app/templates/user/user_report.html:13 +#, python-format +msgid "Report \"%(user_name)s\"" +msgstr "" + +#: app/topic/forms.py:13 +msgid "Choose some topics you are interested in" +msgstr "" + +#: app/topic/forms.py:14 +msgid "Choose" +msgstr "" + +#: app/topic/routes.py:172 +msgid "" +"You have joined some communities relating to those interests. Find them " +"on the Topics menu or browse the home page." +msgstr "" + +#: app/topic/routes.py:176 +msgid "" +"You did not choose any topics. Would you like to choose individual " +"communities instead?" +msgstr "" + +#: app/user/forms.py:13 +msgid "Display name" +msgstr "" + +#: app/user/forms.py:15 +msgid "Set new password" +msgstr "" + +#: app/user/forms.py:22 +msgid "Save profile" +msgstr "" + +#: app/user/forms.py:26 +msgid "That email address is already in use by another account" +msgstr "" + +#: app/user/forms.py:30 +msgid "Matrix user ids start with @" +msgstr "" + +#: app/user/forms.py:35 +msgid "Receive email about missed notifications" +msgstr "" + +#: app/user/forms.py:39 +msgid "Use markdown editor GUI when writing" +msgstr "" + +#: app/user/forms.py:40 +msgid "Show profile in user list" +msgstr "" + +#: app/user/forms.py:41 +msgid "My posts appear in search results" +msgstr "" + +#: app/user/forms.py:42 +msgid "Manually approve followers" +msgstr "" + +#: app/user/forms.py:43 +msgid "Import community subscriptions and user blocks from Lemmy" +msgstr "" + +#: app/user/forms.py:49 +msgid "By default, sort posts by" +msgstr "" + +#: app/user/forms.py:50 +msgid "Theme" +msgstr "" + +#: app/user/forms.py:51 +msgid "Save settings" +msgstr "" + +#: app/user/forms.py:55 +msgid "Yes, delete my account" +msgstr "" + +#: app/user/forms.py:66 +msgid "Malicious reporting" +msgstr "" + +#: app/user/forms.py:90 +msgid "Home feed" +msgstr "" + +#: app/user/forms.py:91 +msgid "Posts in communities" +msgstr "" + +#: app/user/forms.py:92 +msgid "Comments on posts" +msgstr "" + +#: app/user/forms.py:93 +msgid "Make semi-transparent" +msgstr "" + +#: app/user/forms.py:93 +msgid "Hide completely" +msgstr "" + +#: app/user/forms.py:94 +msgid "Action to take" +msgstr "" + +#: app/user/forms.py:95 +msgid "Keywords that trigger this filter" +msgstr "" + +#: app/user/forms.py:98 +msgid "Expire after" +msgstr "" + +#: app/user/routes.py:49 +msgid "This user has been banned." +msgstr "" + +#: app/user/routes.py:51 +msgid "This user has been deleted." +msgstr "" + +#: app/user/routes.py:83 +#, python-format +msgid "Posts by %(user_name)s" +msgstr "" + +#: app/user/routes.py:200 +msgid "" +"Your subscriptions and blocks are being imported. If you have many it " +"could take a few minutes." +msgstr "" + +#: app/user/routes.py:235 +msgid "You cannot ban yourself." +msgstr "" + +#: app/user/routes.py:260 +msgid "You cannot unban yourself." +msgstr "" + +#: app/user/routes.py:284 +msgid "You cannot block yourself." +msgstr "" + +#: app/user/routes.py:313 +msgid "You cannot unblock yourself." +msgstr "" + +#: app/user/routes.py:340 +msgid "" +"Moderators have already assessed reports regarding this person, no " +"further reports are necessary." +msgstr "" + +#: app/user/routes.py:346 +#, python-format +msgid "%(user_name)s has already been reported, thank you!" +msgstr "" + +#: app/user/routes.py:368 +#, python-format +msgid "%(user_name)s has been reported, thank you!" +msgstr "" + +#: app/user/routes.py:374 +msgid "Report user" +msgstr "" + +#: app/user/routes.py:391 +msgid "You cannot delete yourself." +msgstr "" + +#: app/user/routes.py:448 +msgid "Account deletion in progress. Give it a few minutes." +msgstr "" + +#: app/user/routes.py:453 +msgid "Delete my account" +msgstr "" + +#: app/user/routes.py:498 +msgid "You cannot purge yourself." +msgstr "" + +#: app/user/routes.py:575 +msgid "All notifications marked as read." +msgstr "" + +#: app/user/routes.py:746 +msgid "Filter deleted." +msgstr "" + diff --git a/app/translations/fr/LC_MESSAGES/messages.po b/app/translations/fr/LC_MESSAGES/messages.po index e49a5645..d21db062 100644 --- a/app/translations/fr/LC_MESSAGES/messages.po +++ b/app/translations/fr/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-17 19:06+1300\n" +"POT-Creation-Date: 2024-04-09 12:33+1200\n" "PO-Revision-Date: 2024-03-17 19:10+1300\n" "Last-Translator: FULL NAME \n" "Language: fr\n" @@ -18,11 +18,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.12.1\n" -#: app/__init__.py:26 +#: app/__init__.py:33 msgid "Please log in to access this page." msgstr "" -#: app/cli.py:238 app/main/routes.py:300 +#: app/cli.py:225 app/main/routes.py:328 msgid "[PieFed] You have unread notifications" msgstr "" @@ -42,13 +42,21 @@ msgstr "" msgid "Welcome to PieFed" msgstr "" -#: app/activitypub/util.py:1205 app/post/routes.py:85 app/post/routes.py:472 +#: app/activitypub/util.py:1280 app/post/routes.py:91 app/post/routes.py:509 #, python-format msgid "Reply from %(name)s on %(post_title)s" msgstr "" -#: app/admin/forms.py:13 app/admin/forms.py:97 app/community/forms.py:18 -#: app/templates/community/community_mod_list.html:30 +#: app/activitypub/util.py:1679 app/post/routes.py:1053 +msgid "A post has been reported" +msgstr "" + +#: app/activitypub/util.py:1700 app/post/routes.py:1187 +msgid "A comment has been reported" +msgstr "" + +#: app/admin/forms.py:13 app/admin/forms.py:99 app/community/forms.py:18 +#: app/templates/community/community_mod_list.html:32 #: app/templates/user/filters.html:29 app/templates/user/filters.html:70 #: app/templates/user/filters.html:88 app/templates/user/filters.html:106 #: app/templates/user/filters.html:124 app/user/forms.py:89 @@ -71,10 +79,10 @@ msgstr "" msgid "Legal information" msgstr "" -#: app/admin/forms.py:20 app/admin/forms.py:36 app/admin/forms.py:44 -#: app/admin/forms.py:81 app/admin/forms.py:100 app/admin/forms.py:126 -#: app/admin/forms.py:188 app/community/forms.py:56 app/community/forms.py:95 -#: app/user/forms.py:99 +#: app/admin/forms.py:20 app/admin/forms.py:37 app/admin/forms.py:46 +#: app/admin/forms.py:83 app/admin/forms.py:102 app/admin/forms.py:128 +#: app/admin/forms.py:180 app/community/forms.py:56 app/community/forms.py:96 +#: app/community/forms.py:109 app/community/forms.py:129 app/user/forms.py:99 msgid "Save" msgstr "" @@ -127,434 +135,439 @@ msgid "Question to ask people applying for an account" msgstr "" #: app/admin/forms.py:34 -msgid "Log ActivityPub JSON for debugging" +msgid "Block registrations from these referrers (one per line)" msgstr "" #: app/admin/forms.py:35 +msgid "Log ActivityPub JSON for debugging" +msgstr "" + +#: app/admin/forms.py:36 msgid "Default theme" msgstr "" -#: app/admin/forms.py:40 +#: app/admin/forms.py:41 msgid "Allowlist instead of blocklist" msgstr "" -#: app/admin/forms.py:41 +#: app/admin/forms.py:42 msgid "Allow federation with these instances" msgstr "" -#: app/admin/forms.py:42 +#: app/admin/forms.py:43 msgid "Blocklist instead of allowlist" msgstr "" -#: app/admin/forms.py:43 +#: app/admin/forms.py:44 msgid "Deny federation with these instances" msgstr "" -#: app/admin/forms.py:48 app/community/forms.py:42 app/community/forms.py:80 -#: app/community/forms.py:82 app/community/forms.py:86 +#: app/admin/forms.py:45 +msgid "Discard all posts and comments with these phrases (one per line)" +msgstr "" + +#: app/admin/forms.py:50 app/community/forms.py:42 app/community/forms.py:90 +#: app/community/forms.py:101 app/community/forms.py:121 msgid "Title" msgstr "" -#: app/admin/forms.py:49 app/admin/forms.py:98 app/community/forms.py:19 +#: app/admin/forms.py:51 app/admin/forms.py:100 app/community/forms.py:19 msgid "Url" msgstr "" -#: app/admin/forms.py:50 app/community/forms.py:20 app/community/forms.py:43 +#: app/admin/forms.py:52 app/community/forms.py:20 app/community/forms.py:43 msgid "Description" msgstr "" -#: app/admin/forms.py:51 app/community/forms.py:21 app/community/forms.py:44 +#: app/admin/forms.py:53 app/community/forms.py:21 app/community/forms.py:44 msgid "Icon image" msgstr "" -#: app/admin/forms.py:52 app/community/forms.py:22 app/community/forms.py:45 +#: app/admin/forms.py:54 app/community/forms.py:22 app/community/forms.py:45 msgid "Banner image" msgstr "" -#: app/admin/forms.py:53 app/community/forms.py:23 app/community/forms.py:46 +#: app/admin/forms.py:55 app/community/forms.py:23 app/community/forms.py:46 msgid "Rules" msgstr "" -#: app/admin/forms.py:54 app/community/forms.py:47 +#: app/admin/forms.py:56 app/community/forms.py:47 msgid "Porn community" msgstr "" -#: app/admin/forms.py:55 +#: app/admin/forms.py:57 msgid "Banned - no new posts accepted" msgstr "" -#: app/admin/forms.py:56 app/community/forms.py:48 +#: app/admin/forms.py:58 app/community/forms.py:48 msgid "Only accept posts from current instance" msgstr "" -#: app/admin/forms.py:57 app/community/forms.py:49 +#: app/admin/forms.py:59 app/community/forms.py:49 msgid "Only moderators can post" msgstr "" -#: app/admin/forms.py:58 app/community/forms.py:50 +#: app/admin/forms.py:60 app/community/forms.py:50 msgid "New moderators wanted" msgstr "" -#: app/admin/forms.py:59 +#: app/admin/forms.py:61 msgid "Posts show on home page" msgstr "" -#: app/admin/forms.py:60 +#: app/admin/forms.py:62 msgid "Posts can be popular" msgstr "" -#: app/admin/forms.py:61 +#: app/admin/forms.py:63 msgid "Posts show in All list" msgstr "" -#: app/admin/forms.py:62 +#: app/admin/forms.py:64 msgid "Low quality / toxic - upvotes in here don't add to reputation" msgstr "" -#: app/admin/forms.py:63 +#: app/admin/forms.py:65 msgid "Forever" msgstr "" -#: app/admin/forms.py:64 +#: app/admin/forms.py:66 msgid "1 week" msgstr "" -#: app/admin/forms.py:65 +#: app/admin/forms.py:67 msgid "2 weeks" msgstr "" -#: app/admin/forms.py:66 +#: app/admin/forms.py:68 msgid "1 month" msgstr "" -#: app/admin/forms.py:67 +#: app/admin/forms.py:69 msgid "2 months" msgstr "" -#: app/admin/forms.py:68 +#: app/admin/forms.py:70 msgid "3 months" msgstr "" -#: app/admin/forms.py:69 +#: app/admin/forms.py:71 msgid "6 months" msgstr "" -#: app/admin/forms.py:70 +#: app/admin/forms.py:72 msgid "1 year" msgstr "" -#: app/admin/forms.py:71 +#: app/admin/forms.py:73 msgid "2 years" msgstr "" -#: app/admin/forms.py:72 +#: app/admin/forms.py:74 msgid "5 years" msgstr "" -#: app/admin/forms.py:73 +#: app/admin/forms.py:75 msgid "10 years" msgstr "" -#: app/admin/forms.py:75 +#: app/admin/forms.py:77 msgid "Retain content" msgstr "" -#: app/admin/forms.py:76 app/community/forms.py:51 +#: app/admin/forms.py:78 app/community/forms.py:51 msgid "Topic" msgstr "" -#: app/admin/forms.py:77 app/community/forms.py:52 +#: app/admin/forms.py:79 app/community/forms.py:52 #: app/templates/community/_community_nav.html:23 msgid "List" msgstr "" -#: app/admin/forms.py:78 app/community/forms.py:53 +#: app/admin/forms.py:80 app/community/forms.py:53 msgid "Masonry" msgstr "" -#: app/admin/forms.py:79 app/community/forms.py:54 +#: app/admin/forms.py:81 app/community/forms.py:54 msgid "Wide masonry" msgstr "" -#: app/admin/forms.py:80 app/community/forms.py:55 +#: app/admin/forms.py:82 app/community/forms.py:55 msgid "Layout" msgstr "" -#: app/admin/forms.py:87 app/community/forms.py:32 +#: app/admin/forms.py:89 app/community/forms.py:32 msgid "Url is required." msgstr "" -#: app/admin/forms.py:91 app/community/forms.py:36 +#: app/admin/forms.py:93 app/community/forms.py:36 msgid "- cannot be in Url. Use _ instead?" msgstr "" -#: app/admin/forms.py:99 +#: app/admin/forms.py:101 msgid "Parent topic" msgstr "" -#: app/admin/forms.py:104 app/auth/forms.py:10 app/auth/forms.py:17 +#: app/admin/forms.py:106 app/auth/forms.py:10 app/auth/forms.py:17 #: app/community/forms.py:60 msgid "User name" msgstr "" -#: app/admin/forms.py:106 app/admin/forms.py:169 app/user/forms.py:14 +#: app/admin/forms.py:108 app/user/forms.py:14 msgid "Email address" msgstr "" -#: app/admin/forms.py:107 app/auth/forms.py:11 app/auth/forms.py:20 +#: app/admin/forms.py:109 app/auth/forms.py:11 app/auth/forms.py:20 #: app/auth/forms.py:74 msgid "Password" msgstr "" -#: app/admin/forms.py:109 app/auth/forms.py:22 app/auth/forms.py:76 +#: app/admin/forms.py:111 app/auth/forms.py:22 app/auth/forms.py:76 msgid "Repeat password" msgstr "" -#: app/admin/forms.py:110 app/admin/forms.py:168 app/user/forms.py:17 +#: app/admin/forms.py:112 app/user/forms.py:17 msgid "Bio" msgstr "" -#: app/admin/forms.py:111 app/admin/forms.py:170 app/user/forms.py:18 +#: app/admin/forms.py:113 app/user/forms.py:18 msgid "Matrix User ID" msgstr "" -#: app/admin/forms.py:112 app/admin/forms.py:171 app/user/forms.py:19 +#: app/admin/forms.py:114 app/user/forms.py:19 msgid "Avatar image" msgstr "" -#: app/admin/forms.py:113 app/admin/forms.py:172 app/user/forms.py:20 +#: app/admin/forms.py:115 app/user/forms.py:20 msgid "Top banner image" msgstr "" -#: app/admin/forms.py:114 app/admin/forms.py:173 app/user/forms.py:21 +#: app/admin/forms.py:116 app/admin/forms.py:170 app/user/forms.py:21 msgid "This profile is a bot" msgstr "" -#: app/admin/forms.py:115 app/admin/forms.py:174 +#: app/admin/forms.py:117 app/admin/forms.py:171 msgid "Email address is verified" msgstr "" -#: app/admin/forms.py:116 app/admin/forms.py:175 +#: app/admin/forms.py:118 app/admin/forms.py:172 msgid "Banned" msgstr "" -#: app/admin/forms.py:117 app/admin/forms.py:176 app/user/forms.py:34 +#: app/admin/forms.py:119 app/user/forms.py:34 msgid "Subscribe to email newsletter" msgstr "" -#: app/admin/forms.py:118 app/admin/forms.py:177 app/user/forms.py:36 +#: app/admin/forms.py:120 app/user/forms.py:36 msgid "Hide posts by bots" msgstr "" -#: app/admin/forms.py:119 app/admin/forms.py:178 app/user/forms.py:37 +#: app/admin/forms.py:121 app/user/forms.py:37 msgid "Show NSFW posts" msgstr "" -#: app/admin/forms.py:120 app/admin/forms.py:179 app/user/forms.py:38 +#: app/admin/forms.py:122 app/user/forms.py:38 msgid "Show NSFL posts" msgstr "" -#: app/admin/forms.py:121 app/admin/forms.py:183 +#: app/admin/forms.py:123 app/admin/forms.py:173 msgid "User" msgstr "" -#: app/admin/forms.py:122 app/admin/forms.py:184 +#: app/admin/forms.py:124 app/admin/forms.py:174 msgid "Staff" msgstr "" -#: app/admin/forms.py:123 app/admin/forms.py:185 app/admin/routes.py:29 -#: app/templates/base.html:180 +#: app/admin/forms.py:125 app/admin/forms.py:175 app/admin/routes.py:32 +#: app/templates/base.html:185 msgid "Admin" msgstr "" -#: app/admin/forms.py:125 app/admin/forms.py:187 +#: app/admin/forms.py:127 app/admin/forms.py:177 msgid "Role" msgstr "" -#: app/admin/forms.py:131 app/auth/forms.py:32 +#: app/admin/forms.py:133 app/auth/forms.py:32 msgid "An account with this email address already exists." msgstr "" -#: app/admin/forms.py:135 app/auth/forms.py:36 +#: app/admin/forms.py:137 app/auth/forms.py:36 msgid "User names cannot contain @." msgstr "" -#: app/admin/forms.py:139 app/auth/forms.py:40 +#: app/admin/forms.py:141 app/auth/forms.py:40 msgid "This username was used in the past and cannot be reused." msgstr "" -#: app/admin/forms.py:141 app/auth/forms.py:42 +#: app/admin/forms.py:143 app/auth/forms.py:42 msgid "An account with this user name already exists." msgstr "" -#: app/admin/forms.py:144 app/auth/forms.py:45 +#: app/admin/forms.py:146 app/auth/forms.py:45 msgid "A community with this name exists so it cannot be used for a user." msgstr "" -#: app/admin/forms.py:151 app/admin/forms.py:164 app/auth/forms.py:52 +#: app/admin/forms.py:153 app/admin/forms.py:166 app/auth/forms.py:52 #: app/auth/forms.py:65 msgid "This password is too common." msgstr "" -#: app/admin/forms.py:161 app/auth/forms.py:62 +#: app/admin/forms.py:163 app/auth/forms.py:62 msgid "This password is not secure." msgstr "" -#: app/admin/forms.py:180 app/user/forms.py:40 -msgid "Show profile in user list" +#: app/admin/forms.py:178 +msgid "Remove avatar" msgstr "" -#: app/admin/forms.py:181 -msgid "Allow search engines to index this profile" +#: app/admin/forms.py:179 +msgid "Remove banner" msgstr "" -#: app/admin/forms.py:182 app/user/forms.py:42 -msgid "Manually approve followers" -msgstr "" - -#: app/admin/forms.py:192 +#: app/admin/forms.py:184 msgid "Subject" msgstr "" -#: app/admin/forms.py:193 +#: app/admin/forms.py:185 msgid "Body (text)" msgstr "" -#: app/admin/forms.py:194 +#: app/admin/forms.py:186 msgid "Body (html)" msgstr "" -#: app/admin/forms.py:195 +#: app/admin/forms.py:187 msgid "Test mode" msgstr "" -#: app/admin/forms.py:196 app/admin/routes.py:732 +#: app/admin/forms.py:188 app/admin/routes.py:708 msgid "Send newsletter" msgstr "" -#: app/admin/routes.py:57 app/templates/admin/_nav.html:4 +#: app/admin/routes.py:60 app/templates/admin/_nav.html:4 msgid "Site profile" msgstr "" -#: app/admin/routes.py:102 app/templates/admin/_nav.html:5 +#: app/admin/routes.py:108 app/templates/admin/_nav.html:5 msgid "Misc settings" msgstr "" -#: app/admin/routes.py:133 +#: app/admin/routes.py:144 msgid "Admin settings saved" msgstr "" -#: app/admin/routes.py:143 +#: app/admin/routes.py:155 msgid "Federation settings" msgstr "" -#: app/admin/routes.py:165 +#: app/admin/routes.py:177 msgid "ActivityPub Log" msgstr "" -#: app/admin/routes.py:175 +#: app/admin/routes.py:187 msgid "Activity JSON" msgstr "" -#: app/admin/routes.py:210 app/community/routes.py:215 app/main/routes.py:181 -#: app/post/routes.py:211 app/templates/admin/_nav.html:6 +#: app/admin/routes.py:222 app/community/routes.py:232 app/main/routes.py:193 +#: app/post/routes.py:238 app/templates/admin/_nav.html:6 #: app/templates/list_communities.html:51 app/templates/user/filters.html:58 #: app/templates/user/notifications.html:66 -#: app/templates/user/show_profile.html:130 +#: app/templates/user/show_profile.html:133 msgid "Communities" msgstr "" -#: app/admin/routes.py:262 app/admin/routes.py:358 app/admin/routes.py:383 -#: app/admin/routes.py:578 app/community/routes.py:630 +#: app/admin/routes.py:274 app/admin/routes.py:370 app/admin/routes.py:395 +#: app/admin/routes.py:564 app/community/routes.py:808 msgid "Saved" msgstr "" -#: app/admin/routes.py:266 +#: app/admin/routes.py:278 msgid "" "This is a remote community - most settings here will be regularly " "overwritten with data from the original server." msgstr "" -#: app/admin/routes.py:283 app/community/routes.py:642 -#: app/templates/community/community_edit.html:20 +#: app/admin/routes.py:295 app/community/routes.py:820 msgid "Edit community" msgstr "" -#: app/admin/routes.py:302 app/community/routes.py:664 +#: app/admin/routes.py:314 app/community/routes.py:843 msgid "Community deleted" msgstr "" -#: app/admin/routes.py:336 app/community/routes.py:201 app/post/routes.py:197 -#: app/templates/admin/_nav.html:7 app/templates/base.html:134 -#: app/templates/base.html:152 app/templates/topic/show_topic.html:14 +#: app/admin/routes.py:348 app/community/routes.py:218 app/post/routes.py:224 +#: app/templates/admin/_nav.html:7 app/templates/base.html:137 +#: app/templates/base.html:155 app/templates/topic/show_topic.html:14 msgid "Topics" msgstr "" -#: app/admin/routes.py:361 app/templates/admin/topics.html:35 +#: app/admin/routes.py:373 app/templates/admin/topics.html:35 msgid "Add topic" msgstr "" -#: app/admin/routes.py:389 +#: app/admin/routes.py:401 msgid "Edit topic" msgstr "" -#: app/admin/routes.py:404 +#: app/admin/routes.py:416 msgid "Topic deleted" msgstr "" -#: app/admin/routes.py:406 +#: app/admin/routes.py:418 msgid "Cannot delete topic with communities assigned to it." msgstr "" -#: app/admin/routes.py:433 app/templates/admin/_nav.html:8 +#: app/admin/routes.py:445 app/templates/admin/_nav.html:8 msgid "Users" msgstr "" -#: app/admin/routes.py:463 +#: app/admin/routes.py:475 msgid "Problematic users" msgstr "" -#: app/admin/routes.py:484 +#: app/admin/routes.py:496 msgid "Bad posts" msgstr "" -#: app/admin/routes.py:517 +#: app/admin/routes.py:529 msgid "Registration approved." msgstr "" -#: app/admin/routes.py:574 +#: app/admin/routes.py:560 msgid "" "Permissions are cached for 50 seconds so new admin roles won't take " "effect immediately." msgstr "" -#: app/admin/routes.py:582 +#: app/admin/routes.py:568 msgid "" "This is a remote user - most settings here will be regularly overwritten " "with data from the original server." msgstr "" -#: app/admin/routes.py:599 +#: app/admin/routes.py:575 msgid "Edit user" msgstr "" -#: app/admin/routes.py:664 +#: app/admin/routes.py:640 msgid "User added" msgstr "" -#: app/admin/routes.py:667 +#: app/admin/routes.py:643 msgid "Add user" msgstr "" -#: app/admin/routes.py:691 +#: app/admin/routes.py:667 msgid "User deleted" msgstr "" -#: app/admin/routes.py:714 +#: app/admin/routes.py:690 +#: app/templates/community/_community_moderation_nav.html:11 +#: app/templates/community/community_moderate.html:21 msgid "Reports" msgstr "" -#: app/admin/util.py:125 +#: app/admin/util.py:110 msgid "None" msgstr "" @@ -574,7 +587,7 @@ msgstr "" msgid "Why would you like to join this site?" msgstr "" -#: app/auth/forms.py:27 app/auth/routes.py:140 app/templates/base.html:141 +#: app/auth/forms.py:27 app/auth/routes.py:153 app/templates/base.html:144 msgid "Register" msgstr "" @@ -608,55 +621,55 @@ msgstr "" msgid "Login" msgstr "" -#: app/auth/routes.py:97 +#: app/auth/routes.py:100 msgid "Sorry, you cannot use that email address" msgstr "" -#: app/auth/routes.py:99 +#: app/auth/routes.py:102 msgid "Sorry, you cannot use that user name" msgstr "" -#: app/auth/routes.py:106 +#: app/auth/routes.py:119 #, python-format msgid "Your username contained special letters so it was changed to %(name)s." msgstr "" -#: app/auth/routes.py:145 +#: app/auth/routes.py:158 msgid "Account under review" msgstr "" -#: app/auth/routes.py:150 app/templates/auth/check_email.html:8 +#: app/auth/routes.py:163 app/templates/auth/check_email.html:8 msgid "Check your email" msgstr "" -#: app/auth/routes.py:161 +#: app/auth/routes.py:174 msgid "Sorry, you cannot use that email address." msgstr "" -#: app/auth/routes.py:166 +#: app/auth/routes.py:179 msgid "Check your email for a link to reset your password." msgstr "" -#: app/auth/routes.py:169 +#: app/auth/routes.py:182 msgid "No account with that email address exists" msgstr "" -#: app/auth/routes.py:171 +#: app/auth/routes.py:184 msgid "Reset Password" msgstr "" -#: app/auth/routes.py:185 +#: app/auth/routes.py:198 #, python-format msgid "" "Your password has been reset. Please use it to log in with user name of " "%(name)s." msgstr "" -#: app/auth/routes.py:205 +#: app/auth/routes.py:218 msgid "Thank you for verifying your email address." msgstr "" -#: app/auth/routes.py:207 +#: app/auth/routes.py:220 msgid "Email address validation failed." msgstr "" @@ -720,22 +733,22 @@ msgstr "" msgid "Self-harm or suicide" msgstr "" -#: app/chat/forms.py:29 app/community/forms.py:155 app/post/forms.py:26 +#: app/chat/forms.py:29 app/community/forms.py:162 app/post/forms.py:26 #: app/user/forms.py:73 msgid "Other" msgstr "" -#: app/chat/forms.py:30 app/community/forms.py:70 app/community/forms.py:157 +#: app/chat/forms.py:30 app/community/forms.py:81 app/community/forms.py:164 #: app/post/forms.py:27 app/user/forms.py:74 msgid "Reason" msgstr "" -#: app/chat/forms.py:31 app/community/forms.py:158 app/post/forms.py:28 +#: app/chat/forms.py:31 app/community/forms.py:165 app/post/forms.py:28 #: app/user/forms.py:75 msgid "More info" msgstr "" -#: app/chat/forms.py:33 app/community/forms.py:160 app/post/forms.py:30 +#: app/chat/forms.py:33 app/community/forms.py:167 app/post/forms.py:30 #: app/templates/user/show_profile.html:56 app/user/forms.py:77 msgid "Report" msgstr "" @@ -770,12 +783,12 @@ msgstr "" msgid "Report conversation" msgstr "" -#: app/chat/util.py:58 +#: app/chat/util.py:59 #, python-format msgid "Message failed to send to %(name)s." msgstr "" -#: app/chat/util.py:60 +#: app/chat/util.py:61 msgid "Message sent." msgstr "" @@ -788,157 +801,177 @@ msgid "Add" msgstr "" #: app/community/forms.py:65 +msgid "Amend the report description if necessary" +msgstr "" + +#: app/community/forms.py:66 +msgid "Escalate report" +msgstr "" + +#: app/community/forms.py:70 +msgid "Note for mod log" +msgstr "" + +#: app/community/forms.py:71 +msgid "Also resolve all other reports about the same thing." +msgstr "" + +#: app/community/forms.py:72 +#: app/templates/community/community_moderate_report_resolve.html:13 +msgid "Resolve report" +msgstr "" + +#: app/community/forms.py:76 msgid "Community address" msgstr "" -#: app/community/forms.py:66 app/search/routes.py:52 -#: app/templates/base.html:193 app/templates/community/add_remote.html:13 +#: app/community/forms.py:77 app/search/routes.py:56 +#: app/templates/base.html:198 app/templates/community/add_remote.html:13 #: app/templates/domain/domains.html:29 #: app/templates/domain/domains_blocked.html:29 app/templates/index.html:40 #: app/templates/list_communities.html:36 app/templates/search/results.html:38 msgid "Search" msgstr "" -#: app/community/forms.py:71 +#: app/community/forms.py:82 msgid "Ban until" msgstr "" -#: app/community/forms.py:72 +#: app/community/forms.py:83 msgid "Also delete all their posts" msgstr "" -#: app/community/forms.py:73 +#: app/community/forms.py:84 msgid "Also delete all their comments" msgstr "" -#: app/community/forms.py:74 app/templates/domain/domains_blocked.html:48 -#: app/templates/user/show_profile.html:170 +#: app/community/forms.py:85 +#: app/templates/community/community_moderate_subscribers.html:56 +#: app/templates/domain/domains_blocked.html:48 +#: app/templates/user/show_profile.html:173 msgid "Ban" msgstr "" -#: app/community/forms.py:78 app/templates/list_communities.html:56 +#: app/community/forms.py:89 app/community/forms.py:100 +#: app/community/forms.py:120 app/templates/list_communities.html:56 msgid "Community" msgstr "" -#: app/community/forms.py:81 app/community/forms.py:83 -#: app/community/forms.py:88 app/post/forms.py:10 +#: app/community/forms.py:91 app/community/forms.py:102 +#: app/community/forms.py:123 app/post/forms.py:10 msgid "Body" msgstr "" -#: app/community/forms.py:85 -msgid "URL" +#: app/community/forms.py:92 app/community/forms.py:105 +#: app/community/forms.py:125 +msgid "Sticky" msgstr "" -#: app/community/forms.py:87 -msgid "Alt text" -msgstr "" - -#: app/community/forms.py:90 -msgid "Image" -msgstr "" - -#: app/community/forms.py:92 +#: app/community/forms.py:93 app/community/forms.py:106 +#: app/community/forms.py:126 msgid "NSFW" msgstr "" -#: app/community/forms.py:93 +#: app/community/forms.py:94 app/community/forms.py:107 +#: app/community/forms.py:127 msgid "Gore/gross" msgstr "" -#: app/community/forms.py:94 app/post/forms.py:11 +#: app/community/forms.py:95 app/community/forms.py:108 +#: app/community/forms.py:128 app/post/forms.py:11 #: app/templates/post/_post_notification_toggle.html:4 #: app/templates/post/_reply_notification_toggle.html:4 msgid "Notify about replies" msgstr "" -#: app/community/forms.py:105 app/community/forms.py:109 -#: app/community/forms.py:120 -msgid "Title is required." +#: app/community/forms.py:103 +msgid "URL" msgstr "" -#: app/community/forms.py:112 -msgid "URL is required." -msgstr "" - -#: app/community/forms.py:116 +#: app/community/forms.py:114 #, python-format msgid "Links to %(domain)s are not allowed." msgstr "" -#: app/community/forms.py:123 -msgid "File is required." +#: app/community/forms.py:122 +msgid "Alt text" msgstr "" -#: app/community/forms.py:140 -msgid "Images cannot be posted to local communities." -msgstr "" - -#: app/community/forms.py:142 -msgid "Poll not implemented yet." -msgstr "" - -#: app/community/forms.py:149 -msgid "Breaks instance rules" +#: app/community/forms.py:124 +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Image" msgstr "" #: app/community/forms.py:150 +msgid "Images cannot be posted to local communities." +msgstr "" + +#: app/community/forms.py:156 +msgid "Breaks instance rules" +msgstr "" + +#: app/community/forms.py:157 msgid "Abandoned by moderators" msgstr "" -#: app/community/forms.py:151 +#: app/community/forms.py:158 msgid "Cult" msgstr "" -#: app/community/forms.py:152 +#: app/community/forms.py:159 msgid "Scam" msgstr "" -#: app/community/forms.py:153 +#: app/community/forms.py:160 msgid "Alt-right pipeline" msgstr "" -#: app/community/forms.py:154 app/post/forms.py:17 +#: app/community/forms.py:161 app/post/forms.py:17 msgid "Hate / genocide" msgstr "" -#: app/community/forms.py:172 app/community/routes.py:667 +#: app/community/forms.py:179 app/community/routes.py:846 msgid "Delete community" msgstr "" -#: app/community/routes.py:72 +#: app/community/routes.py:79 msgid "Your new community has been created." msgstr "" -#: app/community/routes.py:78 app/templates/community/add_local.html:13 -#: app/templates/community/community_edit.html:22 +#: app/community/routes.py:85 app/templates/community/add_local.html:13 +#: app/templates/community/community_edit.html:25 msgid "Create community" msgstr "" -#: app/community/routes.py:102 +#: app/community/routes.py:111 app/community/routes.py:1278 msgid "Community not found." msgstr "" -#: app/community/routes.py:104 +#: app/community/routes.py:113 app/community/routes.py:1280 msgid "" "Community not found. If you are searching for a nsfw community it is " "blocked by this instance." msgstr "" -#: app/community/routes.py:107 +#: app/community/routes.py:116 app/community/routes.py:1283 #, python-format msgid "That community is banned from %(site)s." msgstr "" -#: app/community/routes.py:110 +#: app/community/routes.py:119 msgid "Add remote community" msgstr "" -#: app/community/routes.py:184 app/post/routes.py:180 -#: app/templates/base.html:127 app/templates/base.html:129 -#: app/templates/base.html:145 app/templates/base.html:147 +#: app/community/routes.py:201 app/post/routes.py:207 +#: app/templates/base.html:130 app/templates/base.html:132 +#: app/templates/base.html:148 app/templates/base.html:150 #: app/templates/chat/conversation.html:36 #: app/templates/community/community_edit.html:13 #: app/templates/community/community_mod_list.html:13 +#: app/templates/community/community_moderate.html:13 +#: app/templates/community/community_moderate_subscribers.html:13 #: app/templates/domain/domain.html:13 app/templates/topic/show_topic.html:13 #: app/templates/user/delete_account.html:13 #: app/templates/user/edit_filters.html:14 @@ -950,91 +983,118 @@ msgstr "" msgid "Home" msgstr "" -#: app/community/routes.py:310 +#: app/community/routes.py:327 msgid "You cannot join this community" msgstr "" -#: app/community/routes.py:326 +#: app/community/routes.py:343 msgid "" "There was a problem while trying to communicate with remote server. If " "other people have already joined this community it won't matter." msgstr "" -#: app/community/routes.py:516 app/community/routes.py:540 -#: app/community/routes.py:542 +#: app/community/routes.py:492 app/community/routes.py:565 +#: app/community/routes.py:638 +msgid "Add post to community" +msgstr "" + +#: app/community/routes.py:705 app/community/routes.py:730 +#: app/community/routes.py:732 #, python-format msgid "Your post to %(name)s has been made." msgstr "" -#: app/community/routes.py:552 -msgid "Add post to community" -msgstr "" - -#: app/community/routes.py:574 +#: app/community/routes.py:749 msgid "A community has been reported" msgstr "" -#: app/community/routes.py:585 +#: app/community/routes.py:760 msgid "Community has been reported, thank you!" msgstr "" -#: app/community/routes.py:588 +#: app/community/routes.py:763 msgid "Report community" msgstr "" -#: app/community/routes.py:683 -#: app/templates/community/community_mod_list.html:21 +#: app/community/routes.py:864 +#: app/templates/community/community_mod_list.html:22 #, python-format msgid "Moderators for %(community)s" msgstr "" -#: app/community/routes.py:706 +#: app/community/routes.py:889 msgid "Moderator added" msgstr "" -#: app/community/routes.py:710 +#: app/community/routes.py:893 #, python-format msgid "You are now a moderator of %(name)s" msgstr "" -#: app/community/routes.py:735 +#: app/community/routes.py:918 msgid "Account not found" msgstr "" -#: app/community/routes.py:737 +#: app/community/routes.py:920 #: app/templates/community/community_add_moderator.html:13 #, python-format msgid "Add moderator to %(community)s" msgstr "" -#: app/community/routes.py:755 +#: app/community/routes.py:940 msgid "Moderator removed" msgstr "" -#: app/community/routes.py:772 app/post/routes.py:870 app/post/routes.py:962 +#: app/community/routes.py:957 app/post/routes.py:1139 app/post/routes.py:1262 #, python-format msgid "Content from %(name)s will be hidden." msgstr "" -#: app/community/routes.py:792 +#: app/community/routes.py:986 #, python-format msgid "%(name)s has been banned." msgstr "" -#: app/community/routes.py:799 +#: app/community/routes.py:993 #, python-format msgid "Posts by %(name)s have been deleted." msgstr "" -#: app/community/routes.py:805 +#: app/community/routes.py:999 #, python-format msgid "Comments by %(name)s have been deleted." msgstr "" -#: app/community/routes.py:823 +#: app/community/routes.py:1020 msgid "Ban from community" msgstr "" +#: app/community/routes.py:1043 +#, python-format +msgid "%(name)s has been unbanned." +msgstr "" + +#: app/community/routes.py:1108 app/community/routes.py:1142 +#, python-format +msgid "Moderation of %(community)s" +msgstr "" + +#: app/community/routes.py:1170 +msgid "Admin has been notified about this report." +msgstr "" + +#: app/community/routes.py:1218 +msgid "Report resolved." +msgstr "" + +#: app/community/routes.py:1256 +msgid "Report ignored." +msgstr "" + +#: app/community/routes.py:1286 +msgid "Search result for remote community" +msgstr "" + #: app/domain/routes.py:113 #, python-format msgid "%(name)s blocked." @@ -1055,25 +1115,25 @@ msgstr "" msgid "%(name)s un-banned for all users." msgstr "" -#: app/main/routes.py:72 +#: app/main/routes.py:73 msgid "Create an account to tailor this feed to your interests." msgstr "" -#: app/main/routes.py:156 app/templates/base.html:136 -#: app/templates/base.html:154 +#: app/main/routes.py:163 app/templates/base.html:139 +#: app/templates/base.html:157 msgid "Browse by topic" msgstr "" -#: app/main/routes.py:194 +#: app/main/routes.py:206 msgid "Local communities" msgstr "" -#: app/main/routes.py:209 app/templates/base.html:163 +#: app/main/routes.py:221 app/templates/base.html:168 #: app/templates/list_communities.html:19 msgid "Joined communities" msgstr "" -#: app/main/routes.py:326 +#: app/main/routes.py:354 msgid "Please click the link in your email inbox to verify your account." msgstr "" @@ -1089,7 +1149,7 @@ msgstr "" msgid "Sharing personal info - doxing" msgstr "" -#: app/post/forms.py:42 app/post/routes.py:887 +#: app/post/forms.py:42 app/post/routes.py:1156 #: app/templates/post/post_mea_culpa.html:13 msgid "I changed my mind" msgstr "" @@ -1099,76 +1159,92 @@ msgstr "" msgid "%(name)s has indicated they made a mistake in this post." msgstr "" -#: app/post/routes.py:66 app/post/routes.py:443 +#: app/post/routes.py:72 app/post/routes.py:476 #, python-format msgid "You cannot reply to %(name)s" msgstr "" -#: app/post/routes.py:76 app/post/routes.py:456 +#: app/post/routes.py:82 app/post/routes.py:489 msgid "This type of comment is not accepted, sorry." msgstr "" -#: app/post/routes.py:414 app/post/routes.py:579 +#: app/post/routes.py:446 app/post/routes.py:632 #, python-format msgid "Discussing %(title)s" msgstr "" -#: app/post/routes.py:628 app/post/routes.py:985 app/user/routes.py:137 -#: app/user/routes.py:198 app/user/routes.py:670 app/user/routes.py:701 +#: app/post/routes.py:702 app/post/routes.py:783 app/post/routes.py:865 +#: app/post/routes.py:1285 app/user/routes.py:143 app/user/routes.py:204 +#: app/user/routes.py:686 app/user/routes.py:717 msgid "Your changes have been saved." msgstr "" -#: app/post/routes.py:725 app/templates/post/post_edit.html:43 +#: app/post/routes.py:718 app/post/routes.py:800 app/post/routes.py:882 +#: app/templates/post/post_edit_discussion.html:11 +#: app/templates/post/post_edit_image.html:11 +#: app/templates/post/post_edit_link.html:11 msgid "Edit post" msgstr "" -#: app/post/routes.py:746 +#: app/post/routes.py:990 msgid "Post deleted." msgstr "" -#: app/post/routes.py:804 -msgid "A post has been reported" +#: app/post/routes.py:1040 +msgid "" +"Moderators have already assessed reports regarding this post, no further " +"reports are necessary." msgstr "" -#: app/post/routes.py:822 +#: app/post/routes.py:1043 +msgid "Post has already been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1091 msgid "Post has been reported, thank you!" msgstr "" -#: app/post/routes.py:827 +#: app/post/routes.py:1096 msgid "Report post" msgstr "" -#: app/post/routes.py:841 app/post/routes.py:946 +#: app/post/routes.py:1110 app/post/routes.py:1246 #, python-format msgid "%(name)s has been blocked." msgstr "" -#: app/post/routes.py:857 +#: app/post/routes.py:1126 #, python-format msgid "Posts linking to %(name)s will be hidden." msgstr "" -#: app/post/routes.py:908 -msgid "A comment has been reported" +#: app/post/routes.py:1170 +msgid "" +"Moderators have already assessed reports regarding this comment, no " +"further reports are necessary." msgstr "" -#: app/post/routes.py:926 +#: app/post/routes.py:1175 +msgid "Comment has already been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1226 msgid "Comment has been reported, thank you!" msgstr "" -#: app/post/routes.py:931 +#: app/post/routes.py:1231 msgid "Report comment" msgstr "" -#: app/post/routes.py:1062 +#: app/post/routes.py:1389 msgid "Edit comment" msgstr "" -#: app/post/routes.py:1086 +#: app/post/routes.py:1413 msgid "Comment deleted." msgstr "" -#: app/search/routes.py:45 +#: app/search/routes.py:49 #, python-format msgid "Search results for %(q)s" msgstr "" @@ -1200,92 +1276,92 @@ msgstr "" msgid "Rational Discourse Toolkit" msgstr "" -#: app/templates/base.html:52 +#: app/templates/about.html:10 app/templates/donate.html:26 +#: app/templates/index.html:67 app/templates/keyboard_shortcuts.html:63 +#: app/templates/search/results.html:65 +#, python-format +msgid "About %(site_name)s" +msgstr "" + +#: app/templates/base.html:55 msgid "PieFed" msgstr "" -#: app/templates/base.html:110 app/templates/base.html:184 -#: app/templates/user/notifications.html:18 app/user/routes.py:521 +#: app/templates/base.html:113 app/templates/base.html:189 +#: app/templates/user/notifications.html:18 app/user/routes.py:537 msgid "Notifications" msgstr "" -#: app/templates/base.html:130 app/templates/base.html:148 +#: app/templates/base.html:133 app/templates/base.html:151 msgid "Popular" msgstr "" -#: app/templates/base.html:131 app/templates/base.html:149 +#: app/templates/base.html:134 app/templates/base.html:152 msgid "All posts" msgstr "" -#: app/templates/base.html:137 app/templates/base.html:155 +#: app/templates/base.html:140 app/templates/base.html:158 #: app/templates/list_communities.html:13 msgid "All communities" msgstr "" -#: app/templates/auth/login.html:9 app/templates/base.html:140 +#: app/templates/auth/login.html:9 app/templates/base.html:143 msgid "Log in" msgstr "" -#: app/templates/base.html:142 app/templates/base.html:178 +#: app/templates/base.html:145 app/templates/base.html:183 #: app/templates/donate.html:10 msgid "Donate" msgstr "" -#: app/templates/base.html:157 +#: app/templates/base.html:161 msgid "Moderating" msgstr "" -#: app/templates/base.html:171 +#: app/templates/base.html:176 msgid "Account" msgstr "" -#: app/templates/base.html:173 +#: app/templates/base.html:178 msgid "View profile" msgstr "" -#: app/templates/base.html:174 +#: app/templates/base.html:179 msgid "Edit profile & settings" msgstr "" -#: app/templates/base.html:175 +#: app/templates/base.html:180 msgid "Chats" msgstr "" -#: app/templates/base.html:182 +#: app/templates/base.html:187 msgid "Log out" msgstr "" -#: app/templates/base.html:184 +#: app/templates/base.html:189 #, python-format msgid "%(num)d unread notifications" msgstr "" -#: app/templates/base.html:194 +#: app/templates/base.html:199 msgid "Light mode" msgstr "" -#: app/templates/base.html:195 +#: app/templates/base.html:200 msgid "Dark mode" msgstr "" -#: app/templates/base.html:223 app/templates/keyboard_shortcuts.html:10 +#: app/templates/base.html:228 app/templates/keyboard_shortcuts.html:10 msgid "Keyboard shortcuts" msgstr "" -#: app/templates/donate.html:26 app/templates/index.html:65 -#: app/templates/keyboard_shortcuts.html:63 -#: app/templates/search/results.html:63 -#, python-format -msgid "About %(site_name)s" -msgstr "" - #: app/templates/index.html:17 msgid "No posts yet. Join some communities to see more." msgstr "" #: app/templates/community/community.html:168 app/templates/index.html:18 -#: app/templates/index.html:59 app/templates/list_topics.html:26 -#: app/templates/post/post.html:217 app/templates/search/results.html:57 +#: app/templates/index.html:59 app/templates/list_topics.html:38 +#: app/templates/post/post.html:220 app/templates/search/results.html:57 #: app/templates/topic/show_topic.html:91 msgid "Explore communities" msgstr "" @@ -1294,11 +1370,13 @@ msgstr "" #: app/templates/admin/communities.html:51 app/templates/admin/posts.html:26 #: app/templates/admin/reports.html:58 app/templates/admin/users.html:69 #: app/templates/community/community.html:92 +#: app/templates/community/community_moderate.html:80 +#: app/templates/community/community_moderate_subscribers.html:67 #: app/templates/domain/domain.html:30 app/templates/domain/domains.html:51 #: app/templates/domain/domains_blocked.html:59 app/templates/index.html:25 #: app/templates/search/results.html:23 app/templates/topic/show_topic.html:52 -#: app/templates/user/show_profile.html:72 -#: app/templates/user/show_profile.html:95 +#: app/templates/user/show_profile.html:75 +#: app/templates/user/show_profile.html:98 msgid "Previous page" msgstr "" @@ -1306,11 +1384,13 @@ msgstr "" #: app/templates/admin/communities.html:56 app/templates/admin/posts.html:31 #: app/templates/admin/reports.html:63 app/templates/admin/users.html:74 #: app/templates/community/community.html:97 +#: app/templates/community/community_moderate.html:85 +#: app/templates/community/community_moderate_subscribers.html:72 #: app/templates/domain/domain.html:35 app/templates/domain/domains.html:56 #: app/templates/domain/domains_blocked.html:64 app/templates/index.html:30 #: app/templates/search/results.html:28 app/templates/topic/show_topic.html:57 -#: app/templates/user/show_profile.html:77 -#: app/templates/user/show_profile.html:100 +#: app/templates/user/show_profile.html:80 +#: app/templates/user/show_profile.html:103 msgid "Next page" msgstr "" @@ -1318,6 +1398,11 @@ msgstr "" msgid "Active communities" msgstr "" +#: app/templates/index.html:60 app/templates/list_communities.html:108 +#: app/templates/search/results.html:58 +msgid "Browse topics" +msgstr "" + #: app/templates/keyboard_shortcuts.html:11 msgid "Most shortcuts are the same as what reddit has." msgstr "" @@ -1326,7 +1411,7 @@ msgstr "" msgid "Navigation" msgstr "" -#: app/templates/community/community_mod_list.html:31 +#: app/templates/community/community_mod_list.html:33 #: app/templates/keyboard_shortcuts.html:43 app/templates/user/filters.html:31 msgid "Action" msgstr "" @@ -1400,7 +1485,7 @@ msgid "Sort by reply count" msgstr "" #: app/templates/list_communities.html:66 app/templates/post/post.html:61 -#: app/templates/post/post.html:155 +#: app/templates/post/post.html:158 msgid "Comments" msgstr "" @@ -1415,9 +1500,10 @@ msgstr "" #: app/templates/community/add_remote.html:32 #: app/templates/community/community.html:112 +#: app/templates/community/lookup_remote.html:21 #: app/templates/list_communities.html:82 app/templates/post/add_reply.html:48 -#: app/templates/post/continue_discussion.html:96 -#: app/templates/post/post.html:174 +#: app/templates/post/continue_discussion.html:99 +#: app/templates/post/post.html:177 msgid "Leave" msgstr "" @@ -1434,10 +1520,11 @@ msgstr "" #: app/templates/community/add_remote.html:34 #: app/templates/community/community.html:116 +#: app/templates/community/lookup_remote.html:23 #: app/templates/list_communities.html:86 #: app/templates/list_communities.html:89 app/templates/post/add_reply.html:50 -#: app/templates/post/continue_discussion.html:98 -#: app/templates/post/post.html:176 +#: app/templates/post/continue_discussion.html:101 +#: app/templates/post/post.html:179 msgid "Join" msgstr "" @@ -1446,11 +1533,11 @@ msgstr "" msgid "Browse %(name)s" msgstr "" -#: app/templates/list_communities.html:106 app/templates/list_topics.html:24 +#: app/templates/list_communities.html:106 app/templates/list_topics.html:36 msgid "There are no communities yet." msgstr "" -#: app/templates/list_topics.html:11 +#: app/templates/list_topics.html:25 msgid "Choose a topic" msgstr "" @@ -1474,7 +1561,9 @@ msgstr "" msgid "Registration applications" msgstr "" -#: app/templates/admin/_nav.html:13 +#: app/templates/admin/_nav.html:13 app/templates/community/community.html:181 +#: app/templates/community/community_moderate.html:15 +#: app/templates/community/community_moderate_subscribers.html:15 msgid "Moderation" msgstr "" @@ -1510,7 +1599,7 @@ msgstr "" #: app/templates/admin/approve_registrations.html:45 #: app/templates/post/post_options.html:20 #: app/templates/post/post_reply_options.html:20 -#: app/templates/user/show_profile.html:176 +#: app/templates/user/show_profile.html:179 msgid "Delete" msgstr "" @@ -1652,7 +1741,7 @@ msgstr "" #: app/templates/chat/conversation.html:42 app/templates/user/filters.html:56 #: app/templates/user/notifications.html:14 app/templates/user/people.html:14 #: app/templates/user/people.html:17 app/templates/user/show_profile.html:19 -#: app/templates/user/show_profile.html:39 app/user/routes.py:34 +#: app/templates/user/show_profile.html:39 app/user/routes.py:35 msgid "People" msgstr "" @@ -1666,7 +1755,7 @@ msgid "Messages with: " msgstr "" #: app/templates/chat/conversation.html:75 -#: app/templates/post/_post_teaser.html:80 +#: app/templates/post/_post_teaser.html:75 msgid "Options" msgstr "" @@ -1691,20 +1780,52 @@ msgstr "" msgid "Report conversation with \"%(member_names)s\"" msgstr "" -#: app/templates/community/_community_nav.html:3 -#: app/templates/community/add_post.html:11 -#: app/templates/community/community.html:108 -#: app/templates/post/add_reply.html:54 -#: app/templates/post/continue_discussion.html:102 -#: app/templates/post/post.html:170 app/templates/post/post_reply_edit.html:50 -#: app/templates/topic/show_topic.html:68 -msgid "Create post" +#: app/templates/community/_community_moderation_nav.html:4 +#: app/templates/community/community_edit.html:15 +#: app/templates/community/community_mod_list.html:15 +#: app/templates/post/add_reply.html:89 +#: app/templates/post/continue_discussion.html:140 +#: app/templates/post/post.html:234 app/templates/post/post_reply_edit.html:85 +#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 +#: app/templates/user/show_profile.html:124 +msgid "Settings" msgstr "" +#: app/templates/community/_community_moderation_nav.html:7 +#: app/templates/community/community_mod_list.html:16 +msgid "Moderators" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:10 #: app/templates/community/_community_nav.html:7 msgid "Sort by hot" msgstr "" +#: app/templates/community/_community_moderation_nav.html:14 +#: app/templates/community/community_moderate_subscribers.html:21 +msgid "Subscribers" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:17 +msgid "Appeals" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:20 +msgid "Mod log" +msgstr "" + +#: app/templates/community/_community_nav.html:3 +#: app/templates/community/add_discussion_post.html:11 +#: app/templates/community/add_image_post.html:11 +#: app/templates/community/add_link_post.html:11 +#: app/templates/community/community.html:108 +#: app/templates/post/add_reply.html:54 +#: app/templates/post/continue_discussion.html:105 +#: app/templates/post/post.html:173 app/templates/post/post_reply_edit.html:50 +#: app/templates/topic/show_topic.html:68 +msgid "Create post" +msgstr "" + #: app/templates/community/_community_nav.html:10 msgid "Sort by top" msgstr "" @@ -1729,25 +1850,86 @@ msgstr "" msgid "Notify about every new post. Not advisable in high traffic communities!" msgstr "" -#: app/templates/community/add_local.html:31 -#, python-format -msgid "Only people using %(name)s can post or reply" +#: app/templates/community/add_discussion_post.html:16 +#: app/templates/community/add_image_post.html:16 +#: app/templates/community/add_link_post.html:16 +msgid "Type of post" msgstr "" -#: app/templates/community/add_post.html:44 -#: app/templates/community/add_post.html:65 -#: app/templates/community/add_post.html:88 +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Start a discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Share a link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Share an image" +msgstr "" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +msgid "Create a poll" +msgstr "" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +msgid "Poll" +msgstr "" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +msgid "Create an event" +msgstr "" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +msgid "Event" +msgstr "" + +#: app/templates/community/add_discussion_post.html:43 +#: app/templates/community/add_image_post.html:45 +#: app/templates/community/add_link_post.html:44 #: app/templates/post/add_reply.html:37 app/templates/post/post.html:42 #: app/templates/user/edit_profile.html:44 msgid "Enable markdown editor" msgstr "" -#: app/templates/community/add_post.html:73 -#: app/templates/post/post_edit.html:98 +#: app/templates/community/add_image_post.html:30 +#: app/templates/post/post_edit_image.html:17 msgid "Describe the image, to help visually impaired people." msgstr "" +#: app/templates/community/add_local.html:31 +#, python-format +msgid "Only people using %(name)s can post or reply" +msgstr "" + #: app/templates/community/add_remote.html:25 +#: app/templates/community/lookup_remote.html:14 msgid "Found a community:" msgstr "" @@ -1772,15 +1954,15 @@ msgstr "" #: app/templates/community/community.html:121 #: app/templates/post/add_reply.html:58 -#: app/templates/post/continue_discussion.html:106 -#: app/templates/post/post.html:181 app/templates/post/post_reply_edit.html:54 +#: app/templates/post/continue_discussion.html:109 +#: app/templates/post/post.html:184 app/templates/post/post_reply_edit.html:54 msgid "Search this community" msgstr "" #: app/templates/community/community.html:127 #: app/templates/post/add_reply.html:64 -#: app/templates/post/continue_discussion.html:112 -#: app/templates/post/post.html:187 app/templates/post/post_reply_edit.html:60 +#: app/templates/post/continue_discussion.html:115 +#: app/templates/post/post.html:190 app/templates/post/post_reply_edit.html:60 msgid "About community" msgstr "" @@ -1789,38 +1971,24 @@ msgstr "" msgid "Only people on %(instance_name)s can post or reply in this community." msgstr "" -#: app/templates/community/community.html:156 app/templates/post/post.html:205 +#: app/templates/community/community.html:156 app/templates/post/post.html:208 msgid "Related communities" msgstr "" -#: app/templates/community/community.html:162 app/templates/post/post.html:211 +#: app/templates/community/community.html:162 app/templates/post/post.html:214 #: app/templates/topic/show_topic.html:85 msgid "Go to community" msgstr "" #: app/templates/community/community.html:175 #: app/templates/post/add_reply.html:82 -#: app/templates/post/continue_discussion.html:130 -#: app/templates/post/post.html:224 app/templates/post/post_reply_edit.html:78 +#: app/templates/post/continue_discussion.html:133 +#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:78 msgid "Community Settings" msgstr "" -#: app/templates/community/community.html:178 -#: app/templates/post/add_reply.html:85 -#: app/templates/post/continue_discussion.html:133 -#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:81 -msgid "Moderate" -msgstr "" - -#: app/templates/community/community.html:180 -#: app/templates/community/community_edit.html:15 -#: app/templates/community/community_mod_list.html:15 -#: app/templates/post/add_reply.html:86 -#: app/templates/post/continue_discussion.html:134 -#: app/templates/post/post.html:228 app/templates/post/post_reply_edit.html:82 -#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 -#: app/templates/user/show_profile.html:121 -msgid "Settings" +#: app/templates/community/community.html:179 +msgid "Settings & Moderation" msgstr "" #: app/templates/community/community_ban_user.html:13 @@ -1833,19 +2001,89 @@ msgstr "" msgid "Delete \"%(community_title)s\"" msgstr "" -#: app/templates/community/community_edit.html:51 -#: app/templates/community/community_mod_list.html:16 -msgid "Moderators" +#: app/templates/community/community_edit.html:23 +#, python-format +msgid "Edit %(community)s" +msgstr "" + +#: app/templates/community/community_edit.html:28 +msgid "Edit and configure this community" msgstr "" #: app/templates/community/community_mod_list.html:24 +msgid "See and change who moderates this community" +msgstr "" + +#: app/templates/community/community_mod_list.html:26 +#: app/templates/community/community_moderate.html:24 +#: app/templates/community/community_moderate_subscribers.html:24 msgid "Add moderator" msgstr "" -#: app/templates/community/community_mod_list.html:41 +#: app/templates/community/community_mod_list.html:43 msgid "Remove" msgstr "" +#: app/templates/community/community_moderate.html:27 +#, python-format +msgid "See and handle all reports made about %(community)s" +msgstr "" + +#: app/templates/community/community_moderate.html:67 +msgid "Escalate" +msgstr "" + +#: app/templates/community/community_moderate.html:68 +msgid "Resolve" +msgstr "" + +#: app/templates/community/community_moderate.html:70 +msgid "Ignore" +msgstr "" + +#: app/templates/community/community_moderate.html:90 +msgid "No reports yet" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:13 +msgid "Escalate report to admins" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:14 +msgid "" +"For reports that could potentially involve legal issues or where you are " +"unsure how to respond, you may prefer to let admins handle it." +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:27 +#, python-format +msgid "See who is subscribed to %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:77 +msgid "This community has no subscribers" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:79 +msgid "Banned People" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:80 +#, python-format +msgid "See and manage who is banned from %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:116 +#: app/templates/domain/domain.html:61 +#: app/templates/domain/domains_blocked.html:46 +#: app/templates/user/show_profile.html:169 +msgid "Unban" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:125 +msgid "No banned people yet" +msgstr "" + #: app/templates/domain/domain.html:14 app/templates/domain/domains.html:12 #: app/templates/domain/domains.html:21 #: app/templates/domain/domains_blocked.html:21 @@ -1873,12 +2111,6 @@ msgstr "" msgid "Block" msgstr "" -#: app/templates/domain/domain.html:61 -#: app/templates/domain/domains_blocked.html:46 -#: app/templates/user/show_profile.html:166 -msgid "Unban" -msgstr "" - #: app/templates/domain/domain.html:65 msgid "Ban instance-wide" msgstr "" @@ -1964,6 +2196,15 @@ msgstr "" msgid "Reported. Check post for issues." msgstr "" +#: app/templates/post/_post_full.html:109 +#: app/templates/post/_post_full.html:110 +msgid "Show cross-posts" +msgstr "" + +#: app/templates/post/_post_full.html:111 +msgid "Number of cross-posts:" +msgstr "" + #: app/templates/post/_post_reply_teaser.html:3 msgid "View context" msgstr "" @@ -1981,8 +2222,8 @@ msgstr "" #: app/templates/post/_post_teaser.html:20 #: app/templates/post/_post_teaser.html:30 -#: app/templates/post/_post_teaser.html:74 -#: app/templates/post/_post_teaser.html:76 +#: app/templates/post/_post_teaser.html:70 +#: app/templates/post/_post_teaser.html:72 #: app/templates/post/_post_teaser_masonry.html:16 #: app/templates/post/_post_teaser_masonry.html:20 #: app/templates/post/_post_teaser_masonry.html:23 @@ -1999,12 +2240,12 @@ msgstr "" msgid "All posts about this domain" msgstr "" -#: app/templates/post/_post_teaser.html:63 +#: app/templates/post/_post_teaser.html:64 #, python-format msgid "Go to community %(name)s" msgstr "" -#: app/templates/post/_post_teaser.html:71 +#: app/templates/post/_post_teaser.html:67 #: app/templates/post/_post_teaser_masonry.html:47 #: app/templates/post/_post_teaser_masonry.html:48 #: app/templates/post/_post_teaser_masonry.html:68 @@ -2012,7 +2253,7 @@ msgstr "" msgid "View comments" msgstr "" -#: app/templates/post/_post_teaser.html:71 +#: app/templates/post/_post_teaser.html:67 msgid "Number of comments:" msgstr "" @@ -2042,8 +2283,14 @@ msgid "" "most places. Be nice." msgstr "" -#: app/templates/post/continue_discussion.html:44 -#: app/templates/post/post.html:105 +#: app/templates/post/add_reply.html:86 +#: app/templates/post/continue_discussion.html:137 +#: app/templates/post/post.html:231 app/templates/post/post_reply_edit.html:82 +msgid "Moderate" +msgstr "" + +#: app/templates/post/continue_discussion.html:47 +#: app/templates/post/post.html:108 msgid "Reported. Check comment for issues." msgstr "" @@ -2081,18 +2328,27 @@ msgstr "" msgid "Author" msgstr "" -#: app/templates/post/post.html:101 +#: app/templates/post/post.html:104 msgid "Post creator" msgstr "" -#: app/templates/post/post.html:102 +#: app/templates/post/post.html:105 msgid "When: " msgstr "" -#: app/templates/post/post.html:131 +#: app/templates/post/post.html:134 msgid "Comment options" msgstr "" +#: app/templates/post/post_cross_posts.html:11 +#, python-format +msgid "Cross-posts for \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_cross_posts.html:12 +msgid "Posts to the same url have also been created in the following communities:" +msgstr "" + #: app/templates/post/post_mea_culpa.html:15 msgid "" "If you wish to de-escalate the discussion on your post and now feel like " @@ -2267,7 +2523,7 @@ msgid "Post in %(name)s" msgstr "" #: app/templates/user/_user_nav.html:8 app/templates/user/notifications.html:54 -#: app/templates/user/show_profile.html:118 +#: app/templates/user/show_profile.html:121 msgid "Profile" msgstr "" @@ -2320,13 +2576,13 @@ msgstr "" msgid "Filters" msgstr "" -#: app/templates/user/edit_filters.html:18 app/user/routes.py:713 +#: app/templates/user/edit_filters.html:18 app/user/routes.py:729 msgid "Edit filter" msgstr "" #: app/templates/user/edit_filters.html:20 #: app/templates/user/edit_filters.html:27 app/templates/user/filters.html:22 -#: app/user/routes.py:673 +#: app/user/routes.py:689 msgid "Add filter" msgstr "" @@ -2347,8 +2603,8 @@ msgstr "" msgid "Stop applying this filter after this date. Optional." msgstr "" -#: app/templates/user/edit_profile.html:16 app/user/routes.py:147 -#: app/user/routes.py:212 +#: app/templates/user/edit_profile.html:16 app/user/routes.py:153 +#: app/user/routes.py:218 msgid "Edit profile" msgstr "" @@ -2434,12 +2690,12 @@ msgid "Mark all as read" msgstr "" #: app/templates/user/notifications.html:49 -#: app/templates/user/show_profile.html:113 +#: app/templates/user/show_profile.html:116 msgid "Manage" msgstr "" #: app/templates/user/notifications.html:95 -#: app/templates/user/show_profile.html:189 +#: app/templates/user/show_profile.html:192 msgid "Upvoted" msgstr "" @@ -2464,39 +2720,43 @@ msgstr "" msgid "Send message using Matrix" msgstr "" -#: app/templates/user/show_profile.html:60 +#: app/templates/user/show_profile.html:61 +msgid "Bot Account" +msgstr "" + +#: app/templates/user/show_profile.html:63 msgid "Attitude" msgstr "" -#: app/templates/user/show_profile.html:60 +#: app/templates/user/show_profile.html:63 msgid "Ratio of upvotes cast to downvotes cast. Higher is more positive." msgstr "" -#: app/templates/user/show_profile.html:69 +#: app/templates/user/show_profile.html:72 msgid "Post pagination" msgstr "" -#: app/templates/user/show_profile.html:82 +#: app/templates/user/show_profile.html:85 msgid "No posts yet." msgstr "" -#: app/templates/user/show_profile.html:92 +#: app/templates/user/show_profile.html:95 msgid "Comment pagination" msgstr "" -#: app/templates/user/show_profile.html:105 +#: app/templates/user/show_profile.html:108 msgid "No comments yet." msgstr "" -#: app/templates/user/show_profile.html:134 +#: app/templates/user/show_profile.html:137 msgid "Member of" msgstr "" -#: app/templates/user/show_profile.html:159 -msgid "Crush" +#: app/templates/user/show_profile.html:162 +msgid "Moderate user" msgstr "" -#: app/templates/user/show_profile.html:179 +#: app/templates/user/show_profile.html:182 msgid "Ban + Purge" msgstr "" @@ -2513,13 +2773,13 @@ msgstr "" msgid "Choose" msgstr "" -#: app/topic/routes.py:168 +#: app/topic/routes.py:172 msgid "" "You have joined some communities relating to those interests. Find them " "on the Topics menu or browse the home page." msgstr "" -#: app/topic/routes.py:172 +#: app/topic/routes.py:176 msgid "" "You did not choose any topics. Would you like to choose individual " "communities instead?" @@ -2553,10 +2813,18 @@ msgstr "" msgid "Use markdown editor GUI when writing" msgstr "" +#: app/user/forms.py:40 +msgid "Show profile in user list" +msgstr "" + #: app/user/forms.py:41 msgid "My posts appear in search results" msgstr "" +#: app/user/forms.py:42 +msgid "Manually approve followers" +msgstr "" + #: app/user/forms.py:43 msgid "Import community subscriptions and user blocks from Lemmy" msgstr "" @@ -2613,71 +2881,100 @@ msgstr "" msgid "Expire after" msgstr "" -#: app/user/routes.py:42 +#: app/user/routes.py:49 msgid "This user has been banned." msgstr "" -#: app/user/routes.py:44 +#: app/user/routes.py:51 msgid "This user has been deleted." msgstr "" -#: app/user/routes.py:77 +#: app/user/routes.py:83 #, python-format msgid "Posts by %(user_name)s" msgstr "" -#: app/user/routes.py:194 +#: app/user/routes.py:200 msgid "" "Your subscriptions and blocks are being imported. If you have many it " "could take a few minutes." msgstr "" -#: app/user/routes.py:229 +#: app/user/routes.py:235 msgid "You cannot ban yourself." msgstr "" -#: app/user/routes.py:254 +#: app/user/routes.py:260 msgid "You cannot unban yourself." msgstr "" -#: app/user/routes.py:278 +#: app/user/routes.py:284 msgid "You cannot block yourself." msgstr "" -#: app/user/routes.py:307 +#: app/user/routes.py:313 msgid "You cannot unblock yourself." msgstr "" -#: app/user/routes.py:352 +#: app/user/routes.py:340 +msgid "" +"Moderators have already assessed reports regarding this person, no " +"further reports are necessary." +msgstr "" + +#: app/user/routes.py:346 +#, python-format +msgid "%(user_name)s has already been reported, thank you!" +msgstr "" + +#: app/user/routes.py:368 #, python-format msgid "%(user_name)s has been reported, thank you!" msgstr "" -#: app/user/routes.py:358 +#: app/user/routes.py:374 msgid "Report user" msgstr "" -#: app/user/routes.py:375 +#: app/user/routes.py:391 msgid "You cannot delete yourself." msgstr "" -#: app/user/routes.py:432 +#: app/user/routes.py:448 msgid "Account deletion in progress. Give it a few minutes." msgstr "" -#: app/user/routes.py:437 +#: app/user/routes.py:453 msgid "Delete my account" msgstr "" -#: app/user/routes.py:482 +#: app/user/routes.py:498 msgid "You cannot purge yourself." msgstr "" -#: app/user/routes.py:559 +#: app/user/routes.py:575 msgid "All notifications marked as read." msgstr "" -#: app/user/routes.py:730 +#: app/user/routes.py:746 msgid "Filter deleted." msgstr "" +#~ msgid "Allow search engines to index this profile" +#~ msgstr "" + +#~ msgid "Title is required." +#~ msgstr "" + +#~ msgid "URL is required." +#~ msgstr "" + +#~ msgid "File is required." +#~ msgstr "" + +#~ msgid "Poll not implemented yet." +#~ msgstr "" + +#~ msgid "Crush" +#~ msgstr "" + diff --git a/app/translations/ja/LC_MESSAGES/messages.po b/app/translations/ja/LC_MESSAGES/messages.po index b375aac3..c10425fe 100644 --- a/app/translations/ja/LC_MESSAGES/messages.po +++ b/app/translations/ja/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-17 19:06+1300\n" +"POT-Creation-Date: 2024-04-09 12:33+1200\n" "PO-Revision-Date: 2024-03-17 19:14+1300\n" "Last-Translator: FULL NAME \n" "Language: ja\n" @@ -18,11 +18,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.12.1\n" -#: app/__init__.py:26 +#: app/__init__.py:33 msgid "Please log in to access this page." msgstr "" -#: app/cli.py:238 app/main/routes.py:300 +#: app/cli.py:225 app/main/routes.py:328 msgid "[PieFed] You have unread notifications" msgstr "" @@ -42,13 +42,21 @@ msgstr "" msgid "Welcome to PieFed" msgstr "" -#: app/activitypub/util.py:1205 app/post/routes.py:85 app/post/routes.py:472 +#: app/activitypub/util.py:1280 app/post/routes.py:91 app/post/routes.py:509 #, python-format msgid "Reply from %(name)s on %(post_title)s" msgstr "" -#: app/admin/forms.py:13 app/admin/forms.py:97 app/community/forms.py:18 -#: app/templates/community/community_mod_list.html:30 +#: app/activitypub/util.py:1679 app/post/routes.py:1053 +msgid "A post has been reported" +msgstr "" + +#: app/activitypub/util.py:1700 app/post/routes.py:1187 +msgid "A comment has been reported" +msgstr "" + +#: app/admin/forms.py:13 app/admin/forms.py:99 app/community/forms.py:18 +#: app/templates/community/community_mod_list.html:32 #: app/templates/user/filters.html:29 app/templates/user/filters.html:70 #: app/templates/user/filters.html:88 app/templates/user/filters.html:106 #: app/templates/user/filters.html:124 app/user/forms.py:89 @@ -71,10 +79,10 @@ msgstr "" msgid "Legal information" msgstr "" -#: app/admin/forms.py:20 app/admin/forms.py:36 app/admin/forms.py:44 -#: app/admin/forms.py:81 app/admin/forms.py:100 app/admin/forms.py:126 -#: app/admin/forms.py:188 app/community/forms.py:56 app/community/forms.py:95 -#: app/user/forms.py:99 +#: app/admin/forms.py:20 app/admin/forms.py:37 app/admin/forms.py:46 +#: app/admin/forms.py:83 app/admin/forms.py:102 app/admin/forms.py:128 +#: app/admin/forms.py:180 app/community/forms.py:56 app/community/forms.py:96 +#: app/community/forms.py:109 app/community/forms.py:129 app/user/forms.py:99 msgid "Save" msgstr "" @@ -127,434 +135,439 @@ msgid "Question to ask people applying for an account" msgstr "" #: app/admin/forms.py:34 -msgid "Log ActivityPub JSON for debugging" +msgid "Block registrations from these referrers (one per line)" msgstr "" #: app/admin/forms.py:35 +msgid "Log ActivityPub JSON for debugging" +msgstr "" + +#: app/admin/forms.py:36 msgid "Default theme" msgstr "" -#: app/admin/forms.py:40 +#: app/admin/forms.py:41 msgid "Allowlist instead of blocklist" msgstr "" -#: app/admin/forms.py:41 +#: app/admin/forms.py:42 msgid "Allow federation with these instances" msgstr "" -#: app/admin/forms.py:42 +#: app/admin/forms.py:43 msgid "Blocklist instead of allowlist" msgstr "" -#: app/admin/forms.py:43 +#: app/admin/forms.py:44 msgid "Deny federation with these instances" msgstr "" -#: app/admin/forms.py:48 app/community/forms.py:42 app/community/forms.py:80 -#: app/community/forms.py:82 app/community/forms.py:86 +#: app/admin/forms.py:45 +msgid "Discard all posts and comments with these phrases (one per line)" +msgstr "" + +#: app/admin/forms.py:50 app/community/forms.py:42 app/community/forms.py:90 +#: app/community/forms.py:101 app/community/forms.py:121 msgid "Title" msgstr "" -#: app/admin/forms.py:49 app/admin/forms.py:98 app/community/forms.py:19 +#: app/admin/forms.py:51 app/admin/forms.py:100 app/community/forms.py:19 msgid "Url" msgstr "" -#: app/admin/forms.py:50 app/community/forms.py:20 app/community/forms.py:43 +#: app/admin/forms.py:52 app/community/forms.py:20 app/community/forms.py:43 msgid "Description" msgstr "" -#: app/admin/forms.py:51 app/community/forms.py:21 app/community/forms.py:44 +#: app/admin/forms.py:53 app/community/forms.py:21 app/community/forms.py:44 msgid "Icon image" msgstr "" -#: app/admin/forms.py:52 app/community/forms.py:22 app/community/forms.py:45 +#: app/admin/forms.py:54 app/community/forms.py:22 app/community/forms.py:45 msgid "Banner image" msgstr "" -#: app/admin/forms.py:53 app/community/forms.py:23 app/community/forms.py:46 +#: app/admin/forms.py:55 app/community/forms.py:23 app/community/forms.py:46 msgid "Rules" msgstr "" -#: app/admin/forms.py:54 app/community/forms.py:47 +#: app/admin/forms.py:56 app/community/forms.py:47 msgid "Porn community" msgstr "" -#: app/admin/forms.py:55 +#: app/admin/forms.py:57 msgid "Banned - no new posts accepted" msgstr "" -#: app/admin/forms.py:56 app/community/forms.py:48 +#: app/admin/forms.py:58 app/community/forms.py:48 msgid "Only accept posts from current instance" msgstr "" -#: app/admin/forms.py:57 app/community/forms.py:49 +#: app/admin/forms.py:59 app/community/forms.py:49 msgid "Only moderators can post" msgstr "" -#: app/admin/forms.py:58 app/community/forms.py:50 +#: app/admin/forms.py:60 app/community/forms.py:50 msgid "New moderators wanted" msgstr "" -#: app/admin/forms.py:59 +#: app/admin/forms.py:61 msgid "Posts show on home page" msgstr "" -#: app/admin/forms.py:60 +#: app/admin/forms.py:62 msgid "Posts can be popular" msgstr "" -#: app/admin/forms.py:61 +#: app/admin/forms.py:63 msgid "Posts show in All list" msgstr "" -#: app/admin/forms.py:62 +#: app/admin/forms.py:64 msgid "Low quality / toxic - upvotes in here don't add to reputation" msgstr "" -#: app/admin/forms.py:63 +#: app/admin/forms.py:65 msgid "Forever" msgstr "" -#: app/admin/forms.py:64 +#: app/admin/forms.py:66 msgid "1 week" msgstr "" -#: app/admin/forms.py:65 +#: app/admin/forms.py:67 msgid "2 weeks" msgstr "" -#: app/admin/forms.py:66 +#: app/admin/forms.py:68 msgid "1 month" msgstr "" -#: app/admin/forms.py:67 +#: app/admin/forms.py:69 msgid "2 months" msgstr "" -#: app/admin/forms.py:68 +#: app/admin/forms.py:70 msgid "3 months" msgstr "" -#: app/admin/forms.py:69 +#: app/admin/forms.py:71 msgid "6 months" msgstr "" -#: app/admin/forms.py:70 +#: app/admin/forms.py:72 msgid "1 year" msgstr "" -#: app/admin/forms.py:71 +#: app/admin/forms.py:73 msgid "2 years" msgstr "" -#: app/admin/forms.py:72 +#: app/admin/forms.py:74 msgid "5 years" msgstr "" -#: app/admin/forms.py:73 +#: app/admin/forms.py:75 msgid "10 years" msgstr "" -#: app/admin/forms.py:75 +#: app/admin/forms.py:77 msgid "Retain content" msgstr "" -#: app/admin/forms.py:76 app/community/forms.py:51 +#: app/admin/forms.py:78 app/community/forms.py:51 msgid "Topic" msgstr "" -#: app/admin/forms.py:77 app/community/forms.py:52 +#: app/admin/forms.py:79 app/community/forms.py:52 #: app/templates/community/_community_nav.html:23 msgid "List" msgstr "" -#: app/admin/forms.py:78 app/community/forms.py:53 +#: app/admin/forms.py:80 app/community/forms.py:53 msgid "Masonry" msgstr "" -#: app/admin/forms.py:79 app/community/forms.py:54 +#: app/admin/forms.py:81 app/community/forms.py:54 msgid "Wide masonry" msgstr "" -#: app/admin/forms.py:80 app/community/forms.py:55 +#: app/admin/forms.py:82 app/community/forms.py:55 msgid "Layout" msgstr "" -#: app/admin/forms.py:87 app/community/forms.py:32 +#: app/admin/forms.py:89 app/community/forms.py:32 msgid "Url is required." msgstr "" -#: app/admin/forms.py:91 app/community/forms.py:36 +#: app/admin/forms.py:93 app/community/forms.py:36 msgid "- cannot be in Url. Use _ instead?" msgstr "" -#: app/admin/forms.py:99 +#: app/admin/forms.py:101 msgid "Parent topic" msgstr "" -#: app/admin/forms.py:104 app/auth/forms.py:10 app/auth/forms.py:17 +#: app/admin/forms.py:106 app/auth/forms.py:10 app/auth/forms.py:17 #: app/community/forms.py:60 msgid "User name" msgstr "" -#: app/admin/forms.py:106 app/admin/forms.py:169 app/user/forms.py:14 +#: app/admin/forms.py:108 app/user/forms.py:14 msgid "Email address" msgstr "" -#: app/admin/forms.py:107 app/auth/forms.py:11 app/auth/forms.py:20 +#: app/admin/forms.py:109 app/auth/forms.py:11 app/auth/forms.py:20 #: app/auth/forms.py:74 msgid "Password" msgstr "" -#: app/admin/forms.py:109 app/auth/forms.py:22 app/auth/forms.py:76 +#: app/admin/forms.py:111 app/auth/forms.py:22 app/auth/forms.py:76 msgid "Repeat password" msgstr "" -#: app/admin/forms.py:110 app/admin/forms.py:168 app/user/forms.py:17 +#: app/admin/forms.py:112 app/user/forms.py:17 msgid "Bio" msgstr "" -#: app/admin/forms.py:111 app/admin/forms.py:170 app/user/forms.py:18 +#: app/admin/forms.py:113 app/user/forms.py:18 msgid "Matrix User ID" msgstr "" -#: app/admin/forms.py:112 app/admin/forms.py:171 app/user/forms.py:19 +#: app/admin/forms.py:114 app/user/forms.py:19 msgid "Avatar image" msgstr "" -#: app/admin/forms.py:113 app/admin/forms.py:172 app/user/forms.py:20 +#: app/admin/forms.py:115 app/user/forms.py:20 msgid "Top banner image" msgstr "" -#: app/admin/forms.py:114 app/admin/forms.py:173 app/user/forms.py:21 +#: app/admin/forms.py:116 app/admin/forms.py:170 app/user/forms.py:21 msgid "This profile is a bot" msgstr "" -#: app/admin/forms.py:115 app/admin/forms.py:174 +#: app/admin/forms.py:117 app/admin/forms.py:171 msgid "Email address is verified" msgstr "" -#: app/admin/forms.py:116 app/admin/forms.py:175 +#: app/admin/forms.py:118 app/admin/forms.py:172 msgid "Banned" msgstr "" -#: app/admin/forms.py:117 app/admin/forms.py:176 app/user/forms.py:34 +#: app/admin/forms.py:119 app/user/forms.py:34 msgid "Subscribe to email newsletter" msgstr "" -#: app/admin/forms.py:118 app/admin/forms.py:177 app/user/forms.py:36 +#: app/admin/forms.py:120 app/user/forms.py:36 msgid "Hide posts by bots" msgstr "" -#: app/admin/forms.py:119 app/admin/forms.py:178 app/user/forms.py:37 +#: app/admin/forms.py:121 app/user/forms.py:37 msgid "Show NSFW posts" msgstr "" -#: app/admin/forms.py:120 app/admin/forms.py:179 app/user/forms.py:38 +#: app/admin/forms.py:122 app/user/forms.py:38 msgid "Show NSFL posts" msgstr "" -#: app/admin/forms.py:121 app/admin/forms.py:183 +#: app/admin/forms.py:123 app/admin/forms.py:173 msgid "User" msgstr "" -#: app/admin/forms.py:122 app/admin/forms.py:184 +#: app/admin/forms.py:124 app/admin/forms.py:174 msgid "Staff" msgstr "" -#: app/admin/forms.py:123 app/admin/forms.py:185 app/admin/routes.py:29 -#: app/templates/base.html:180 +#: app/admin/forms.py:125 app/admin/forms.py:175 app/admin/routes.py:32 +#: app/templates/base.html:185 msgid "Admin" msgstr "" -#: app/admin/forms.py:125 app/admin/forms.py:187 +#: app/admin/forms.py:127 app/admin/forms.py:177 msgid "Role" msgstr "" -#: app/admin/forms.py:131 app/auth/forms.py:32 +#: app/admin/forms.py:133 app/auth/forms.py:32 msgid "An account with this email address already exists." msgstr "" -#: app/admin/forms.py:135 app/auth/forms.py:36 +#: app/admin/forms.py:137 app/auth/forms.py:36 msgid "User names cannot contain @." msgstr "" -#: app/admin/forms.py:139 app/auth/forms.py:40 +#: app/admin/forms.py:141 app/auth/forms.py:40 msgid "This username was used in the past and cannot be reused." msgstr "" -#: app/admin/forms.py:141 app/auth/forms.py:42 +#: app/admin/forms.py:143 app/auth/forms.py:42 msgid "An account with this user name already exists." msgstr "" -#: app/admin/forms.py:144 app/auth/forms.py:45 +#: app/admin/forms.py:146 app/auth/forms.py:45 msgid "A community with this name exists so it cannot be used for a user." msgstr "" -#: app/admin/forms.py:151 app/admin/forms.py:164 app/auth/forms.py:52 +#: app/admin/forms.py:153 app/admin/forms.py:166 app/auth/forms.py:52 #: app/auth/forms.py:65 msgid "This password is too common." msgstr "" -#: app/admin/forms.py:161 app/auth/forms.py:62 +#: app/admin/forms.py:163 app/auth/forms.py:62 msgid "This password is not secure." msgstr "" -#: app/admin/forms.py:180 app/user/forms.py:40 -msgid "Show profile in user list" +#: app/admin/forms.py:178 +msgid "Remove avatar" msgstr "" -#: app/admin/forms.py:181 -msgid "Allow search engines to index this profile" +#: app/admin/forms.py:179 +msgid "Remove banner" msgstr "" -#: app/admin/forms.py:182 app/user/forms.py:42 -msgid "Manually approve followers" -msgstr "" - -#: app/admin/forms.py:192 +#: app/admin/forms.py:184 msgid "Subject" msgstr "" -#: app/admin/forms.py:193 +#: app/admin/forms.py:185 msgid "Body (text)" msgstr "" -#: app/admin/forms.py:194 +#: app/admin/forms.py:186 msgid "Body (html)" msgstr "" -#: app/admin/forms.py:195 +#: app/admin/forms.py:187 msgid "Test mode" msgstr "" -#: app/admin/forms.py:196 app/admin/routes.py:732 +#: app/admin/forms.py:188 app/admin/routes.py:708 msgid "Send newsletter" msgstr "" -#: app/admin/routes.py:57 app/templates/admin/_nav.html:4 +#: app/admin/routes.py:60 app/templates/admin/_nav.html:4 msgid "Site profile" msgstr "" -#: app/admin/routes.py:102 app/templates/admin/_nav.html:5 +#: app/admin/routes.py:108 app/templates/admin/_nav.html:5 msgid "Misc settings" msgstr "" -#: app/admin/routes.py:133 +#: app/admin/routes.py:144 msgid "Admin settings saved" msgstr "" -#: app/admin/routes.py:143 +#: app/admin/routes.py:155 msgid "Federation settings" msgstr "" -#: app/admin/routes.py:165 +#: app/admin/routes.py:177 msgid "ActivityPub Log" msgstr "" -#: app/admin/routes.py:175 +#: app/admin/routes.py:187 msgid "Activity JSON" msgstr "" -#: app/admin/routes.py:210 app/community/routes.py:215 app/main/routes.py:181 -#: app/post/routes.py:211 app/templates/admin/_nav.html:6 +#: app/admin/routes.py:222 app/community/routes.py:232 app/main/routes.py:193 +#: app/post/routes.py:238 app/templates/admin/_nav.html:6 #: app/templates/list_communities.html:51 app/templates/user/filters.html:58 #: app/templates/user/notifications.html:66 -#: app/templates/user/show_profile.html:130 +#: app/templates/user/show_profile.html:133 msgid "Communities" msgstr "" -#: app/admin/routes.py:262 app/admin/routes.py:358 app/admin/routes.py:383 -#: app/admin/routes.py:578 app/community/routes.py:630 +#: app/admin/routes.py:274 app/admin/routes.py:370 app/admin/routes.py:395 +#: app/admin/routes.py:564 app/community/routes.py:808 msgid "Saved" msgstr "" -#: app/admin/routes.py:266 +#: app/admin/routes.py:278 msgid "" "This is a remote community - most settings here will be regularly " "overwritten with data from the original server." msgstr "" -#: app/admin/routes.py:283 app/community/routes.py:642 -#: app/templates/community/community_edit.html:20 +#: app/admin/routes.py:295 app/community/routes.py:820 msgid "Edit community" msgstr "" -#: app/admin/routes.py:302 app/community/routes.py:664 +#: app/admin/routes.py:314 app/community/routes.py:843 msgid "Community deleted" msgstr "" -#: app/admin/routes.py:336 app/community/routes.py:201 app/post/routes.py:197 -#: app/templates/admin/_nav.html:7 app/templates/base.html:134 -#: app/templates/base.html:152 app/templates/topic/show_topic.html:14 +#: app/admin/routes.py:348 app/community/routes.py:218 app/post/routes.py:224 +#: app/templates/admin/_nav.html:7 app/templates/base.html:137 +#: app/templates/base.html:155 app/templates/topic/show_topic.html:14 msgid "Topics" msgstr "" -#: app/admin/routes.py:361 app/templates/admin/topics.html:35 +#: app/admin/routes.py:373 app/templates/admin/topics.html:35 msgid "Add topic" msgstr "" -#: app/admin/routes.py:389 +#: app/admin/routes.py:401 msgid "Edit topic" msgstr "" -#: app/admin/routes.py:404 +#: app/admin/routes.py:416 msgid "Topic deleted" msgstr "" -#: app/admin/routes.py:406 +#: app/admin/routes.py:418 msgid "Cannot delete topic with communities assigned to it." msgstr "" -#: app/admin/routes.py:433 app/templates/admin/_nav.html:8 +#: app/admin/routes.py:445 app/templates/admin/_nav.html:8 msgid "Users" msgstr "" -#: app/admin/routes.py:463 +#: app/admin/routes.py:475 msgid "Problematic users" msgstr "" -#: app/admin/routes.py:484 +#: app/admin/routes.py:496 msgid "Bad posts" msgstr "" -#: app/admin/routes.py:517 +#: app/admin/routes.py:529 msgid "Registration approved." msgstr "" -#: app/admin/routes.py:574 +#: app/admin/routes.py:560 msgid "" "Permissions are cached for 50 seconds so new admin roles won't take " "effect immediately." msgstr "" -#: app/admin/routes.py:582 +#: app/admin/routes.py:568 msgid "" "This is a remote user - most settings here will be regularly overwritten " "with data from the original server." msgstr "" -#: app/admin/routes.py:599 +#: app/admin/routes.py:575 msgid "Edit user" msgstr "" -#: app/admin/routes.py:664 +#: app/admin/routes.py:640 msgid "User added" msgstr "" -#: app/admin/routes.py:667 +#: app/admin/routes.py:643 msgid "Add user" msgstr "" -#: app/admin/routes.py:691 +#: app/admin/routes.py:667 msgid "User deleted" msgstr "" -#: app/admin/routes.py:714 +#: app/admin/routes.py:690 +#: app/templates/community/_community_moderation_nav.html:11 +#: app/templates/community/community_moderate.html:21 msgid "Reports" msgstr "" -#: app/admin/util.py:125 +#: app/admin/util.py:110 msgid "None" msgstr "" @@ -574,7 +587,7 @@ msgstr "" msgid "Why would you like to join this site?" msgstr "" -#: app/auth/forms.py:27 app/auth/routes.py:140 app/templates/base.html:141 +#: app/auth/forms.py:27 app/auth/routes.py:153 app/templates/base.html:144 msgid "Register" msgstr "" @@ -608,55 +621,55 @@ msgstr "" msgid "Login" msgstr "" -#: app/auth/routes.py:97 +#: app/auth/routes.py:100 msgid "Sorry, you cannot use that email address" msgstr "" -#: app/auth/routes.py:99 +#: app/auth/routes.py:102 msgid "Sorry, you cannot use that user name" msgstr "" -#: app/auth/routes.py:106 +#: app/auth/routes.py:119 #, python-format msgid "Your username contained special letters so it was changed to %(name)s." msgstr "" -#: app/auth/routes.py:145 +#: app/auth/routes.py:158 msgid "Account under review" msgstr "" -#: app/auth/routes.py:150 app/templates/auth/check_email.html:8 +#: app/auth/routes.py:163 app/templates/auth/check_email.html:8 msgid "Check your email" msgstr "" -#: app/auth/routes.py:161 +#: app/auth/routes.py:174 msgid "Sorry, you cannot use that email address." msgstr "" -#: app/auth/routes.py:166 +#: app/auth/routes.py:179 msgid "Check your email for a link to reset your password." msgstr "" -#: app/auth/routes.py:169 +#: app/auth/routes.py:182 msgid "No account with that email address exists" msgstr "" -#: app/auth/routes.py:171 +#: app/auth/routes.py:184 msgid "Reset Password" msgstr "" -#: app/auth/routes.py:185 +#: app/auth/routes.py:198 #, python-format msgid "" "Your password has been reset. Please use it to log in with user name of " "%(name)s." msgstr "" -#: app/auth/routes.py:205 +#: app/auth/routes.py:218 msgid "Thank you for verifying your email address." msgstr "" -#: app/auth/routes.py:207 +#: app/auth/routes.py:220 msgid "Email address validation failed." msgstr "" @@ -720,22 +733,22 @@ msgstr "" msgid "Self-harm or suicide" msgstr "" -#: app/chat/forms.py:29 app/community/forms.py:155 app/post/forms.py:26 +#: app/chat/forms.py:29 app/community/forms.py:162 app/post/forms.py:26 #: app/user/forms.py:73 msgid "Other" msgstr "" -#: app/chat/forms.py:30 app/community/forms.py:70 app/community/forms.py:157 +#: app/chat/forms.py:30 app/community/forms.py:81 app/community/forms.py:164 #: app/post/forms.py:27 app/user/forms.py:74 msgid "Reason" msgstr "" -#: app/chat/forms.py:31 app/community/forms.py:158 app/post/forms.py:28 +#: app/chat/forms.py:31 app/community/forms.py:165 app/post/forms.py:28 #: app/user/forms.py:75 msgid "More info" msgstr "" -#: app/chat/forms.py:33 app/community/forms.py:160 app/post/forms.py:30 +#: app/chat/forms.py:33 app/community/forms.py:167 app/post/forms.py:30 #: app/templates/user/show_profile.html:56 app/user/forms.py:77 msgid "Report" msgstr "" @@ -770,12 +783,12 @@ msgstr "" msgid "Report conversation" msgstr "" -#: app/chat/util.py:58 +#: app/chat/util.py:59 #, python-format msgid "Message failed to send to %(name)s." msgstr "" -#: app/chat/util.py:60 +#: app/chat/util.py:61 msgid "Message sent." msgstr "" @@ -788,157 +801,177 @@ msgid "Add" msgstr "" #: app/community/forms.py:65 +msgid "Amend the report description if necessary" +msgstr "" + +#: app/community/forms.py:66 +msgid "Escalate report" +msgstr "" + +#: app/community/forms.py:70 +msgid "Note for mod log" +msgstr "" + +#: app/community/forms.py:71 +msgid "Also resolve all other reports about the same thing." +msgstr "" + +#: app/community/forms.py:72 +#: app/templates/community/community_moderate_report_resolve.html:13 +msgid "Resolve report" +msgstr "" + +#: app/community/forms.py:76 msgid "Community address" msgstr "" -#: app/community/forms.py:66 app/search/routes.py:52 -#: app/templates/base.html:193 app/templates/community/add_remote.html:13 +#: app/community/forms.py:77 app/search/routes.py:56 +#: app/templates/base.html:198 app/templates/community/add_remote.html:13 #: app/templates/domain/domains.html:29 #: app/templates/domain/domains_blocked.html:29 app/templates/index.html:40 #: app/templates/list_communities.html:36 app/templates/search/results.html:38 msgid "Search" msgstr "" -#: app/community/forms.py:71 +#: app/community/forms.py:82 msgid "Ban until" msgstr "" -#: app/community/forms.py:72 +#: app/community/forms.py:83 msgid "Also delete all their posts" msgstr "" -#: app/community/forms.py:73 +#: app/community/forms.py:84 msgid "Also delete all their comments" msgstr "" -#: app/community/forms.py:74 app/templates/domain/domains_blocked.html:48 -#: app/templates/user/show_profile.html:170 +#: app/community/forms.py:85 +#: app/templates/community/community_moderate_subscribers.html:56 +#: app/templates/domain/domains_blocked.html:48 +#: app/templates/user/show_profile.html:173 msgid "Ban" msgstr "" -#: app/community/forms.py:78 app/templates/list_communities.html:56 +#: app/community/forms.py:89 app/community/forms.py:100 +#: app/community/forms.py:120 app/templates/list_communities.html:56 msgid "Community" msgstr "" -#: app/community/forms.py:81 app/community/forms.py:83 -#: app/community/forms.py:88 app/post/forms.py:10 +#: app/community/forms.py:91 app/community/forms.py:102 +#: app/community/forms.py:123 app/post/forms.py:10 msgid "Body" msgstr "" -#: app/community/forms.py:85 -msgid "URL" +#: app/community/forms.py:92 app/community/forms.py:105 +#: app/community/forms.py:125 +msgid "Sticky" msgstr "" -#: app/community/forms.py:87 -msgid "Alt text" -msgstr "" - -#: app/community/forms.py:90 -msgid "Image" -msgstr "" - -#: app/community/forms.py:92 +#: app/community/forms.py:93 app/community/forms.py:106 +#: app/community/forms.py:126 msgid "NSFW" msgstr "" -#: app/community/forms.py:93 +#: app/community/forms.py:94 app/community/forms.py:107 +#: app/community/forms.py:127 msgid "Gore/gross" msgstr "" -#: app/community/forms.py:94 app/post/forms.py:11 +#: app/community/forms.py:95 app/community/forms.py:108 +#: app/community/forms.py:128 app/post/forms.py:11 #: app/templates/post/_post_notification_toggle.html:4 #: app/templates/post/_reply_notification_toggle.html:4 msgid "Notify about replies" msgstr "" -#: app/community/forms.py:105 app/community/forms.py:109 -#: app/community/forms.py:120 -msgid "Title is required." +#: app/community/forms.py:103 +msgid "URL" msgstr "" -#: app/community/forms.py:112 -msgid "URL is required." -msgstr "" - -#: app/community/forms.py:116 +#: app/community/forms.py:114 #, python-format msgid "Links to %(domain)s are not allowed." msgstr "" -#: app/community/forms.py:123 -msgid "File is required." +#: app/community/forms.py:122 +msgid "Alt text" msgstr "" -#: app/community/forms.py:140 -msgid "Images cannot be posted to local communities." -msgstr "" - -#: app/community/forms.py:142 -msgid "Poll not implemented yet." -msgstr "" - -#: app/community/forms.py:149 -msgid "Breaks instance rules" +#: app/community/forms.py:124 +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Image" msgstr "" #: app/community/forms.py:150 +msgid "Images cannot be posted to local communities." +msgstr "" + +#: app/community/forms.py:156 +msgid "Breaks instance rules" +msgstr "" + +#: app/community/forms.py:157 msgid "Abandoned by moderators" msgstr "" -#: app/community/forms.py:151 +#: app/community/forms.py:158 msgid "Cult" msgstr "" -#: app/community/forms.py:152 +#: app/community/forms.py:159 msgid "Scam" msgstr "" -#: app/community/forms.py:153 +#: app/community/forms.py:160 msgid "Alt-right pipeline" msgstr "" -#: app/community/forms.py:154 app/post/forms.py:17 +#: app/community/forms.py:161 app/post/forms.py:17 msgid "Hate / genocide" msgstr "" -#: app/community/forms.py:172 app/community/routes.py:667 +#: app/community/forms.py:179 app/community/routes.py:846 msgid "Delete community" msgstr "" -#: app/community/routes.py:72 +#: app/community/routes.py:79 msgid "Your new community has been created." msgstr "" -#: app/community/routes.py:78 app/templates/community/add_local.html:13 -#: app/templates/community/community_edit.html:22 +#: app/community/routes.py:85 app/templates/community/add_local.html:13 +#: app/templates/community/community_edit.html:25 msgid "Create community" msgstr "" -#: app/community/routes.py:102 +#: app/community/routes.py:111 app/community/routes.py:1278 msgid "Community not found." msgstr "" -#: app/community/routes.py:104 +#: app/community/routes.py:113 app/community/routes.py:1280 msgid "" "Community not found. If you are searching for a nsfw community it is " "blocked by this instance." msgstr "" -#: app/community/routes.py:107 +#: app/community/routes.py:116 app/community/routes.py:1283 #, python-format msgid "That community is banned from %(site)s." msgstr "" -#: app/community/routes.py:110 +#: app/community/routes.py:119 msgid "Add remote community" msgstr "" -#: app/community/routes.py:184 app/post/routes.py:180 -#: app/templates/base.html:127 app/templates/base.html:129 -#: app/templates/base.html:145 app/templates/base.html:147 +#: app/community/routes.py:201 app/post/routes.py:207 +#: app/templates/base.html:130 app/templates/base.html:132 +#: app/templates/base.html:148 app/templates/base.html:150 #: app/templates/chat/conversation.html:36 #: app/templates/community/community_edit.html:13 #: app/templates/community/community_mod_list.html:13 +#: app/templates/community/community_moderate.html:13 +#: app/templates/community/community_moderate_subscribers.html:13 #: app/templates/domain/domain.html:13 app/templates/topic/show_topic.html:13 #: app/templates/user/delete_account.html:13 #: app/templates/user/edit_filters.html:14 @@ -950,91 +983,118 @@ msgstr "" msgid "Home" msgstr "" -#: app/community/routes.py:310 +#: app/community/routes.py:327 msgid "You cannot join this community" msgstr "" -#: app/community/routes.py:326 +#: app/community/routes.py:343 msgid "" "There was a problem while trying to communicate with remote server. If " "other people have already joined this community it won't matter." msgstr "" -#: app/community/routes.py:516 app/community/routes.py:540 -#: app/community/routes.py:542 +#: app/community/routes.py:492 app/community/routes.py:565 +#: app/community/routes.py:638 +msgid "Add post to community" +msgstr "" + +#: app/community/routes.py:705 app/community/routes.py:730 +#: app/community/routes.py:732 #, python-format msgid "Your post to %(name)s has been made." msgstr "" -#: app/community/routes.py:552 -msgid "Add post to community" -msgstr "" - -#: app/community/routes.py:574 +#: app/community/routes.py:749 msgid "A community has been reported" msgstr "" -#: app/community/routes.py:585 +#: app/community/routes.py:760 msgid "Community has been reported, thank you!" msgstr "" -#: app/community/routes.py:588 +#: app/community/routes.py:763 msgid "Report community" msgstr "" -#: app/community/routes.py:683 -#: app/templates/community/community_mod_list.html:21 +#: app/community/routes.py:864 +#: app/templates/community/community_mod_list.html:22 #, python-format msgid "Moderators for %(community)s" msgstr "" -#: app/community/routes.py:706 +#: app/community/routes.py:889 msgid "Moderator added" msgstr "" -#: app/community/routes.py:710 +#: app/community/routes.py:893 #, python-format msgid "You are now a moderator of %(name)s" msgstr "" -#: app/community/routes.py:735 +#: app/community/routes.py:918 msgid "Account not found" msgstr "" -#: app/community/routes.py:737 +#: app/community/routes.py:920 #: app/templates/community/community_add_moderator.html:13 #, python-format msgid "Add moderator to %(community)s" msgstr "" -#: app/community/routes.py:755 +#: app/community/routes.py:940 msgid "Moderator removed" msgstr "" -#: app/community/routes.py:772 app/post/routes.py:870 app/post/routes.py:962 +#: app/community/routes.py:957 app/post/routes.py:1139 app/post/routes.py:1262 #, python-format msgid "Content from %(name)s will be hidden." msgstr "" -#: app/community/routes.py:792 +#: app/community/routes.py:986 #, python-format msgid "%(name)s has been banned." msgstr "" -#: app/community/routes.py:799 +#: app/community/routes.py:993 #, python-format msgid "Posts by %(name)s have been deleted." msgstr "" -#: app/community/routes.py:805 +#: app/community/routes.py:999 #, python-format msgid "Comments by %(name)s have been deleted." msgstr "" -#: app/community/routes.py:823 +#: app/community/routes.py:1020 msgid "Ban from community" msgstr "" +#: app/community/routes.py:1043 +#, python-format +msgid "%(name)s has been unbanned." +msgstr "" + +#: app/community/routes.py:1108 app/community/routes.py:1142 +#, python-format +msgid "Moderation of %(community)s" +msgstr "" + +#: app/community/routes.py:1170 +msgid "Admin has been notified about this report." +msgstr "" + +#: app/community/routes.py:1218 +msgid "Report resolved." +msgstr "" + +#: app/community/routes.py:1256 +msgid "Report ignored." +msgstr "" + +#: app/community/routes.py:1286 +msgid "Search result for remote community" +msgstr "" + #: app/domain/routes.py:113 #, python-format msgid "%(name)s blocked." @@ -1055,25 +1115,25 @@ msgstr "" msgid "%(name)s un-banned for all users." msgstr "" -#: app/main/routes.py:72 +#: app/main/routes.py:73 msgid "Create an account to tailor this feed to your interests." msgstr "" -#: app/main/routes.py:156 app/templates/base.html:136 -#: app/templates/base.html:154 +#: app/main/routes.py:163 app/templates/base.html:139 +#: app/templates/base.html:157 msgid "Browse by topic" msgstr "" -#: app/main/routes.py:194 +#: app/main/routes.py:206 msgid "Local communities" msgstr "" -#: app/main/routes.py:209 app/templates/base.html:163 +#: app/main/routes.py:221 app/templates/base.html:168 #: app/templates/list_communities.html:19 msgid "Joined communities" msgstr "" -#: app/main/routes.py:326 +#: app/main/routes.py:354 msgid "Please click the link in your email inbox to verify your account." msgstr "" @@ -1089,7 +1149,7 @@ msgstr "" msgid "Sharing personal info - doxing" msgstr "" -#: app/post/forms.py:42 app/post/routes.py:887 +#: app/post/forms.py:42 app/post/routes.py:1156 #: app/templates/post/post_mea_culpa.html:13 msgid "I changed my mind" msgstr "" @@ -1099,76 +1159,92 @@ msgstr "" msgid "%(name)s has indicated they made a mistake in this post." msgstr "" -#: app/post/routes.py:66 app/post/routes.py:443 +#: app/post/routes.py:72 app/post/routes.py:476 #, python-format msgid "You cannot reply to %(name)s" msgstr "" -#: app/post/routes.py:76 app/post/routes.py:456 +#: app/post/routes.py:82 app/post/routes.py:489 msgid "This type of comment is not accepted, sorry." msgstr "" -#: app/post/routes.py:414 app/post/routes.py:579 +#: app/post/routes.py:446 app/post/routes.py:632 #, python-format msgid "Discussing %(title)s" msgstr "" -#: app/post/routes.py:628 app/post/routes.py:985 app/user/routes.py:137 -#: app/user/routes.py:198 app/user/routes.py:670 app/user/routes.py:701 +#: app/post/routes.py:702 app/post/routes.py:783 app/post/routes.py:865 +#: app/post/routes.py:1285 app/user/routes.py:143 app/user/routes.py:204 +#: app/user/routes.py:686 app/user/routes.py:717 msgid "Your changes have been saved." msgstr "" -#: app/post/routes.py:725 app/templates/post/post_edit.html:43 +#: app/post/routes.py:718 app/post/routes.py:800 app/post/routes.py:882 +#: app/templates/post/post_edit_discussion.html:11 +#: app/templates/post/post_edit_image.html:11 +#: app/templates/post/post_edit_link.html:11 msgid "Edit post" msgstr "" -#: app/post/routes.py:746 +#: app/post/routes.py:990 msgid "Post deleted." msgstr "" -#: app/post/routes.py:804 -msgid "A post has been reported" +#: app/post/routes.py:1040 +msgid "" +"Moderators have already assessed reports regarding this post, no further " +"reports are necessary." msgstr "" -#: app/post/routes.py:822 +#: app/post/routes.py:1043 +msgid "Post has already been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1091 msgid "Post has been reported, thank you!" msgstr "" -#: app/post/routes.py:827 +#: app/post/routes.py:1096 msgid "Report post" msgstr "" -#: app/post/routes.py:841 app/post/routes.py:946 +#: app/post/routes.py:1110 app/post/routes.py:1246 #, python-format msgid "%(name)s has been blocked." msgstr "" -#: app/post/routes.py:857 +#: app/post/routes.py:1126 #, python-format msgid "Posts linking to %(name)s will be hidden." msgstr "" -#: app/post/routes.py:908 -msgid "A comment has been reported" +#: app/post/routes.py:1170 +msgid "" +"Moderators have already assessed reports regarding this comment, no " +"further reports are necessary." msgstr "" -#: app/post/routes.py:926 +#: app/post/routes.py:1175 +msgid "Comment has already been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1226 msgid "Comment has been reported, thank you!" msgstr "" -#: app/post/routes.py:931 +#: app/post/routes.py:1231 msgid "Report comment" msgstr "" -#: app/post/routes.py:1062 +#: app/post/routes.py:1389 msgid "Edit comment" msgstr "" -#: app/post/routes.py:1086 +#: app/post/routes.py:1413 msgid "Comment deleted." msgstr "" -#: app/search/routes.py:45 +#: app/search/routes.py:49 #, python-format msgid "Search results for %(q)s" msgstr "" @@ -1200,92 +1276,92 @@ msgstr "" msgid "Rational Discourse Toolkit" msgstr "" -#: app/templates/base.html:52 +#: app/templates/about.html:10 app/templates/donate.html:26 +#: app/templates/index.html:67 app/templates/keyboard_shortcuts.html:63 +#: app/templates/search/results.html:65 +#, python-format +msgid "About %(site_name)s" +msgstr "" + +#: app/templates/base.html:55 msgid "PieFed" msgstr "" -#: app/templates/base.html:110 app/templates/base.html:184 -#: app/templates/user/notifications.html:18 app/user/routes.py:521 +#: app/templates/base.html:113 app/templates/base.html:189 +#: app/templates/user/notifications.html:18 app/user/routes.py:537 msgid "Notifications" msgstr "" -#: app/templates/base.html:130 app/templates/base.html:148 +#: app/templates/base.html:133 app/templates/base.html:151 msgid "Popular" msgstr "" -#: app/templates/base.html:131 app/templates/base.html:149 +#: app/templates/base.html:134 app/templates/base.html:152 msgid "All posts" msgstr "" -#: app/templates/base.html:137 app/templates/base.html:155 +#: app/templates/base.html:140 app/templates/base.html:158 #: app/templates/list_communities.html:13 msgid "All communities" msgstr "" -#: app/templates/auth/login.html:9 app/templates/base.html:140 +#: app/templates/auth/login.html:9 app/templates/base.html:143 msgid "Log in" msgstr "" -#: app/templates/base.html:142 app/templates/base.html:178 +#: app/templates/base.html:145 app/templates/base.html:183 #: app/templates/donate.html:10 msgid "Donate" msgstr "" -#: app/templates/base.html:157 +#: app/templates/base.html:161 msgid "Moderating" msgstr "" -#: app/templates/base.html:171 +#: app/templates/base.html:176 msgid "Account" msgstr "" -#: app/templates/base.html:173 +#: app/templates/base.html:178 msgid "View profile" msgstr "" -#: app/templates/base.html:174 +#: app/templates/base.html:179 msgid "Edit profile & settings" msgstr "" -#: app/templates/base.html:175 +#: app/templates/base.html:180 msgid "Chats" msgstr "" -#: app/templates/base.html:182 +#: app/templates/base.html:187 msgid "Log out" msgstr "" -#: app/templates/base.html:184 +#: app/templates/base.html:189 #, python-format msgid "%(num)d unread notifications" msgstr "" -#: app/templates/base.html:194 +#: app/templates/base.html:199 msgid "Light mode" msgstr "" -#: app/templates/base.html:195 +#: app/templates/base.html:200 msgid "Dark mode" msgstr "" -#: app/templates/base.html:223 app/templates/keyboard_shortcuts.html:10 +#: app/templates/base.html:228 app/templates/keyboard_shortcuts.html:10 msgid "Keyboard shortcuts" msgstr "" -#: app/templates/donate.html:26 app/templates/index.html:65 -#: app/templates/keyboard_shortcuts.html:63 -#: app/templates/search/results.html:63 -#, python-format -msgid "About %(site_name)s" -msgstr "" - #: app/templates/index.html:17 msgid "No posts yet. Join some communities to see more." msgstr "" #: app/templates/community/community.html:168 app/templates/index.html:18 -#: app/templates/index.html:59 app/templates/list_topics.html:26 -#: app/templates/post/post.html:217 app/templates/search/results.html:57 +#: app/templates/index.html:59 app/templates/list_topics.html:38 +#: app/templates/post/post.html:220 app/templates/search/results.html:57 #: app/templates/topic/show_topic.html:91 msgid "Explore communities" msgstr "" @@ -1294,11 +1370,13 @@ msgstr "" #: app/templates/admin/communities.html:51 app/templates/admin/posts.html:26 #: app/templates/admin/reports.html:58 app/templates/admin/users.html:69 #: app/templates/community/community.html:92 +#: app/templates/community/community_moderate.html:80 +#: app/templates/community/community_moderate_subscribers.html:67 #: app/templates/domain/domain.html:30 app/templates/domain/domains.html:51 #: app/templates/domain/domains_blocked.html:59 app/templates/index.html:25 #: app/templates/search/results.html:23 app/templates/topic/show_topic.html:52 -#: app/templates/user/show_profile.html:72 -#: app/templates/user/show_profile.html:95 +#: app/templates/user/show_profile.html:75 +#: app/templates/user/show_profile.html:98 msgid "Previous page" msgstr "" @@ -1306,11 +1384,13 @@ msgstr "" #: app/templates/admin/communities.html:56 app/templates/admin/posts.html:31 #: app/templates/admin/reports.html:63 app/templates/admin/users.html:74 #: app/templates/community/community.html:97 +#: app/templates/community/community_moderate.html:85 +#: app/templates/community/community_moderate_subscribers.html:72 #: app/templates/domain/domain.html:35 app/templates/domain/domains.html:56 #: app/templates/domain/domains_blocked.html:64 app/templates/index.html:30 #: app/templates/search/results.html:28 app/templates/topic/show_topic.html:57 -#: app/templates/user/show_profile.html:77 -#: app/templates/user/show_profile.html:100 +#: app/templates/user/show_profile.html:80 +#: app/templates/user/show_profile.html:103 msgid "Next page" msgstr "" @@ -1318,6 +1398,11 @@ msgstr "" msgid "Active communities" msgstr "" +#: app/templates/index.html:60 app/templates/list_communities.html:108 +#: app/templates/search/results.html:58 +msgid "Browse topics" +msgstr "" + #: app/templates/keyboard_shortcuts.html:11 msgid "Most shortcuts are the same as what reddit has." msgstr "" @@ -1326,7 +1411,7 @@ msgstr "" msgid "Navigation" msgstr "" -#: app/templates/community/community_mod_list.html:31 +#: app/templates/community/community_mod_list.html:33 #: app/templates/keyboard_shortcuts.html:43 app/templates/user/filters.html:31 msgid "Action" msgstr "" @@ -1400,7 +1485,7 @@ msgid "Sort by reply count" msgstr "" #: app/templates/list_communities.html:66 app/templates/post/post.html:61 -#: app/templates/post/post.html:155 +#: app/templates/post/post.html:158 msgid "Comments" msgstr "" @@ -1415,9 +1500,10 @@ msgstr "" #: app/templates/community/add_remote.html:32 #: app/templates/community/community.html:112 +#: app/templates/community/lookup_remote.html:21 #: app/templates/list_communities.html:82 app/templates/post/add_reply.html:48 -#: app/templates/post/continue_discussion.html:96 -#: app/templates/post/post.html:174 +#: app/templates/post/continue_discussion.html:99 +#: app/templates/post/post.html:177 msgid "Leave" msgstr "" @@ -1434,10 +1520,11 @@ msgstr "" #: app/templates/community/add_remote.html:34 #: app/templates/community/community.html:116 +#: app/templates/community/lookup_remote.html:23 #: app/templates/list_communities.html:86 #: app/templates/list_communities.html:89 app/templates/post/add_reply.html:50 -#: app/templates/post/continue_discussion.html:98 -#: app/templates/post/post.html:176 +#: app/templates/post/continue_discussion.html:101 +#: app/templates/post/post.html:179 msgid "Join" msgstr "" @@ -1446,11 +1533,11 @@ msgstr "" msgid "Browse %(name)s" msgstr "" -#: app/templates/list_communities.html:106 app/templates/list_topics.html:24 +#: app/templates/list_communities.html:106 app/templates/list_topics.html:36 msgid "There are no communities yet." msgstr "" -#: app/templates/list_topics.html:11 +#: app/templates/list_topics.html:25 msgid "Choose a topic" msgstr "" @@ -1474,7 +1561,9 @@ msgstr "" msgid "Registration applications" msgstr "" -#: app/templates/admin/_nav.html:13 +#: app/templates/admin/_nav.html:13 app/templates/community/community.html:181 +#: app/templates/community/community_moderate.html:15 +#: app/templates/community/community_moderate_subscribers.html:15 msgid "Moderation" msgstr "" @@ -1510,7 +1599,7 @@ msgstr "" #: app/templates/admin/approve_registrations.html:45 #: app/templates/post/post_options.html:20 #: app/templates/post/post_reply_options.html:20 -#: app/templates/user/show_profile.html:176 +#: app/templates/user/show_profile.html:179 msgid "Delete" msgstr "" @@ -1652,7 +1741,7 @@ msgstr "" #: app/templates/chat/conversation.html:42 app/templates/user/filters.html:56 #: app/templates/user/notifications.html:14 app/templates/user/people.html:14 #: app/templates/user/people.html:17 app/templates/user/show_profile.html:19 -#: app/templates/user/show_profile.html:39 app/user/routes.py:34 +#: app/templates/user/show_profile.html:39 app/user/routes.py:35 msgid "People" msgstr "" @@ -1666,7 +1755,7 @@ msgid "Messages with: " msgstr "" #: app/templates/chat/conversation.html:75 -#: app/templates/post/_post_teaser.html:80 +#: app/templates/post/_post_teaser.html:75 msgid "Options" msgstr "" @@ -1691,20 +1780,52 @@ msgstr "" msgid "Report conversation with \"%(member_names)s\"" msgstr "" -#: app/templates/community/_community_nav.html:3 -#: app/templates/community/add_post.html:11 -#: app/templates/community/community.html:108 -#: app/templates/post/add_reply.html:54 -#: app/templates/post/continue_discussion.html:102 -#: app/templates/post/post.html:170 app/templates/post/post_reply_edit.html:50 -#: app/templates/topic/show_topic.html:68 -msgid "Create post" +#: app/templates/community/_community_moderation_nav.html:4 +#: app/templates/community/community_edit.html:15 +#: app/templates/community/community_mod_list.html:15 +#: app/templates/post/add_reply.html:89 +#: app/templates/post/continue_discussion.html:140 +#: app/templates/post/post.html:234 app/templates/post/post_reply_edit.html:85 +#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 +#: app/templates/user/show_profile.html:124 +msgid "Settings" msgstr "" +#: app/templates/community/_community_moderation_nav.html:7 +#: app/templates/community/community_mod_list.html:16 +msgid "Moderators" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:10 #: app/templates/community/_community_nav.html:7 msgid "Sort by hot" msgstr "" +#: app/templates/community/_community_moderation_nav.html:14 +#: app/templates/community/community_moderate_subscribers.html:21 +msgid "Subscribers" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:17 +msgid "Appeals" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:20 +msgid "Mod log" +msgstr "" + +#: app/templates/community/_community_nav.html:3 +#: app/templates/community/add_discussion_post.html:11 +#: app/templates/community/add_image_post.html:11 +#: app/templates/community/add_link_post.html:11 +#: app/templates/community/community.html:108 +#: app/templates/post/add_reply.html:54 +#: app/templates/post/continue_discussion.html:105 +#: app/templates/post/post.html:173 app/templates/post/post_reply_edit.html:50 +#: app/templates/topic/show_topic.html:68 +msgid "Create post" +msgstr "" + #: app/templates/community/_community_nav.html:10 msgid "Sort by top" msgstr "" @@ -1729,25 +1850,86 @@ msgstr "" msgid "Notify about every new post. Not advisable in high traffic communities!" msgstr "" -#: app/templates/community/add_local.html:31 -#, python-format -msgid "Only people using %(name)s can post or reply" +#: app/templates/community/add_discussion_post.html:16 +#: app/templates/community/add_image_post.html:16 +#: app/templates/community/add_link_post.html:16 +msgid "Type of post" msgstr "" -#: app/templates/community/add_post.html:44 -#: app/templates/community/add_post.html:65 -#: app/templates/community/add_post.html:88 +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Start a discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Share a link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Share an image" +msgstr "" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +msgid "Create a poll" +msgstr "" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +msgid "Poll" +msgstr "" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +msgid "Create an event" +msgstr "" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +msgid "Event" +msgstr "" + +#: app/templates/community/add_discussion_post.html:43 +#: app/templates/community/add_image_post.html:45 +#: app/templates/community/add_link_post.html:44 #: app/templates/post/add_reply.html:37 app/templates/post/post.html:42 #: app/templates/user/edit_profile.html:44 msgid "Enable markdown editor" msgstr "" -#: app/templates/community/add_post.html:73 -#: app/templates/post/post_edit.html:98 +#: app/templates/community/add_image_post.html:30 +#: app/templates/post/post_edit_image.html:17 msgid "Describe the image, to help visually impaired people." msgstr "" +#: app/templates/community/add_local.html:31 +#, python-format +msgid "Only people using %(name)s can post or reply" +msgstr "" + #: app/templates/community/add_remote.html:25 +#: app/templates/community/lookup_remote.html:14 msgid "Found a community:" msgstr "" @@ -1772,15 +1954,15 @@ msgstr "" #: app/templates/community/community.html:121 #: app/templates/post/add_reply.html:58 -#: app/templates/post/continue_discussion.html:106 -#: app/templates/post/post.html:181 app/templates/post/post_reply_edit.html:54 +#: app/templates/post/continue_discussion.html:109 +#: app/templates/post/post.html:184 app/templates/post/post_reply_edit.html:54 msgid "Search this community" msgstr "" #: app/templates/community/community.html:127 #: app/templates/post/add_reply.html:64 -#: app/templates/post/continue_discussion.html:112 -#: app/templates/post/post.html:187 app/templates/post/post_reply_edit.html:60 +#: app/templates/post/continue_discussion.html:115 +#: app/templates/post/post.html:190 app/templates/post/post_reply_edit.html:60 msgid "About community" msgstr "" @@ -1789,38 +1971,24 @@ msgstr "" msgid "Only people on %(instance_name)s can post or reply in this community." msgstr "" -#: app/templates/community/community.html:156 app/templates/post/post.html:205 +#: app/templates/community/community.html:156 app/templates/post/post.html:208 msgid "Related communities" msgstr "" -#: app/templates/community/community.html:162 app/templates/post/post.html:211 +#: app/templates/community/community.html:162 app/templates/post/post.html:214 #: app/templates/topic/show_topic.html:85 msgid "Go to community" msgstr "" #: app/templates/community/community.html:175 #: app/templates/post/add_reply.html:82 -#: app/templates/post/continue_discussion.html:130 -#: app/templates/post/post.html:224 app/templates/post/post_reply_edit.html:78 +#: app/templates/post/continue_discussion.html:133 +#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:78 msgid "Community Settings" msgstr "" -#: app/templates/community/community.html:178 -#: app/templates/post/add_reply.html:85 -#: app/templates/post/continue_discussion.html:133 -#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:81 -msgid "Moderate" -msgstr "" - -#: app/templates/community/community.html:180 -#: app/templates/community/community_edit.html:15 -#: app/templates/community/community_mod_list.html:15 -#: app/templates/post/add_reply.html:86 -#: app/templates/post/continue_discussion.html:134 -#: app/templates/post/post.html:228 app/templates/post/post_reply_edit.html:82 -#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 -#: app/templates/user/show_profile.html:121 -msgid "Settings" +#: app/templates/community/community.html:179 +msgid "Settings & Moderation" msgstr "" #: app/templates/community/community_ban_user.html:13 @@ -1833,19 +2001,89 @@ msgstr "" msgid "Delete \"%(community_title)s\"" msgstr "" -#: app/templates/community/community_edit.html:51 -#: app/templates/community/community_mod_list.html:16 -msgid "Moderators" +#: app/templates/community/community_edit.html:23 +#, python-format +msgid "Edit %(community)s" +msgstr "" + +#: app/templates/community/community_edit.html:28 +msgid "Edit and configure this community" msgstr "" #: app/templates/community/community_mod_list.html:24 +msgid "See and change who moderates this community" +msgstr "" + +#: app/templates/community/community_mod_list.html:26 +#: app/templates/community/community_moderate.html:24 +#: app/templates/community/community_moderate_subscribers.html:24 msgid "Add moderator" msgstr "" -#: app/templates/community/community_mod_list.html:41 +#: app/templates/community/community_mod_list.html:43 msgid "Remove" msgstr "" +#: app/templates/community/community_moderate.html:27 +#, python-format +msgid "See and handle all reports made about %(community)s" +msgstr "" + +#: app/templates/community/community_moderate.html:67 +msgid "Escalate" +msgstr "" + +#: app/templates/community/community_moderate.html:68 +msgid "Resolve" +msgstr "" + +#: app/templates/community/community_moderate.html:70 +msgid "Ignore" +msgstr "" + +#: app/templates/community/community_moderate.html:90 +msgid "No reports yet" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:13 +msgid "Escalate report to admins" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:14 +msgid "" +"For reports that could potentially involve legal issues or where you are " +"unsure how to respond, you may prefer to let admins handle it." +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:27 +#, python-format +msgid "See who is subscribed to %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:77 +msgid "This community has no subscribers" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:79 +msgid "Banned People" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:80 +#, python-format +msgid "See and manage who is banned from %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:116 +#: app/templates/domain/domain.html:61 +#: app/templates/domain/domains_blocked.html:46 +#: app/templates/user/show_profile.html:169 +msgid "Unban" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:125 +msgid "No banned people yet" +msgstr "" + #: app/templates/domain/domain.html:14 app/templates/domain/domains.html:12 #: app/templates/domain/domains.html:21 #: app/templates/domain/domains_blocked.html:21 @@ -1873,12 +2111,6 @@ msgstr "" msgid "Block" msgstr "" -#: app/templates/domain/domain.html:61 -#: app/templates/domain/domains_blocked.html:46 -#: app/templates/user/show_profile.html:166 -msgid "Unban" -msgstr "" - #: app/templates/domain/domain.html:65 msgid "Ban instance-wide" msgstr "" @@ -1964,6 +2196,15 @@ msgstr "" msgid "Reported. Check post for issues." msgstr "" +#: app/templates/post/_post_full.html:109 +#: app/templates/post/_post_full.html:110 +msgid "Show cross-posts" +msgstr "" + +#: app/templates/post/_post_full.html:111 +msgid "Number of cross-posts:" +msgstr "" + #: app/templates/post/_post_reply_teaser.html:3 msgid "View context" msgstr "" @@ -1981,8 +2222,8 @@ msgstr "" #: app/templates/post/_post_teaser.html:20 #: app/templates/post/_post_teaser.html:30 -#: app/templates/post/_post_teaser.html:74 -#: app/templates/post/_post_teaser.html:76 +#: app/templates/post/_post_teaser.html:70 +#: app/templates/post/_post_teaser.html:72 #: app/templates/post/_post_teaser_masonry.html:16 #: app/templates/post/_post_teaser_masonry.html:20 #: app/templates/post/_post_teaser_masonry.html:23 @@ -1999,12 +2240,12 @@ msgstr "" msgid "All posts about this domain" msgstr "" -#: app/templates/post/_post_teaser.html:63 +#: app/templates/post/_post_teaser.html:64 #, python-format msgid "Go to community %(name)s" msgstr "" -#: app/templates/post/_post_teaser.html:71 +#: app/templates/post/_post_teaser.html:67 #: app/templates/post/_post_teaser_masonry.html:47 #: app/templates/post/_post_teaser_masonry.html:48 #: app/templates/post/_post_teaser_masonry.html:68 @@ -2012,7 +2253,7 @@ msgstr "" msgid "View comments" msgstr "" -#: app/templates/post/_post_teaser.html:71 +#: app/templates/post/_post_teaser.html:67 msgid "Number of comments:" msgstr "" @@ -2042,8 +2283,14 @@ msgid "" "most places. Be nice." msgstr "" -#: app/templates/post/continue_discussion.html:44 -#: app/templates/post/post.html:105 +#: app/templates/post/add_reply.html:86 +#: app/templates/post/continue_discussion.html:137 +#: app/templates/post/post.html:231 app/templates/post/post_reply_edit.html:82 +msgid "Moderate" +msgstr "" + +#: app/templates/post/continue_discussion.html:47 +#: app/templates/post/post.html:108 msgid "Reported. Check comment for issues." msgstr "" @@ -2081,18 +2328,27 @@ msgstr "" msgid "Author" msgstr "" -#: app/templates/post/post.html:101 +#: app/templates/post/post.html:104 msgid "Post creator" msgstr "" -#: app/templates/post/post.html:102 +#: app/templates/post/post.html:105 msgid "When: " msgstr "" -#: app/templates/post/post.html:131 +#: app/templates/post/post.html:134 msgid "Comment options" msgstr "" +#: app/templates/post/post_cross_posts.html:11 +#, python-format +msgid "Cross-posts for \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_cross_posts.html:12 +msgid "Posts to the same url have also been created in the following communities:" +msgstr "" + #: app/templates/post/post_mea_culpa.html:15 msgid "" "If you wish to de-escalate the discussion on your post and now feel like " @@ -2267,7 +2523,7 @@ msgid "Post in %(name)s" msgstr "" #: app/templates/user/_user_nav.html:8 app/templates/user/notifications.html:54 -#: app/templates/user/show_profile.html:118 +#: app/templates/user/show_profile.html:121 msgid "Profile" msgstr "" @@ -2320,13 +2576,13 @@ msgstr "" msgid "Filters" msgstr "" -#: app/templates/user/edit_filters.html:18 app/user/routes.py:713 +#: app/templates/user/edit_filters.html:18 app/user/routes.py:729 msgid "Edit filter" msgstr "" #: app/templates/user/edit_filters.html:20 #: app/templates/user/edit_filters.html:27 app/templates/user/filters.html:22 -#: app/user/routes.py:673 +#: app/user/routes.py:689 msgid "Add filter" msgstr "" @@ -2347,8 +2603,8 @@ msgstr "" msgid "Stop applying this filter after this date. Optional." msgstr "" -#: app/templates/user/edit_profile.html:16 app/user/routes.py:147 -#: app/user/routes.py:212 +#: app/templates/user/edit_profile.html:16 app/user/routes.py:153 +#: app/user/routes.py:218 msgid "Edit profile" msgstr "" @@ -2434,12 +2690,12 @@ msgid "Mark all as read" msgstr "" #: app/templates/user/notifications.html:49 -#: app/templates/user/show_profile.html:113 +#: app/templates/user/show_profile.html:116 msgid "Manage" msgstr "" #: app/templates/user/notifications.html:95 -#: app/templates/user/show_profile.html:189 +#: app/templates/user/show_profile.html:192 msgid "Upvoted" msgstr "" @@ -2464,39 +2720,43 @@ msgstr "" msgid "Send message using Matrix" msgstr "" -#: app/templates/user/show_profile.html:60 +#: app/templates/user/show_profile.html:61 +msgid "Bot Account" +msgstr "" + +#: app/templates/user/show_profile.html:63 msgid "Attitude" msgstr "" -#: app/templates/user/show_profile.html:60 +#: app/templates/user/show_profile.html:63 msgid "Ratio of upvotes cast to downvotes cast. Higher is more positive." msgstr "" -#: app/templates/user/show_profile.html:69 +#: app/templates/user/show_profile.html:72 msgid "Post pagination" msgstr "" -#: app/templates/user/show_profile.html:82 +#: app/templates/user/show_profile.html:85 msgid "No posts yet." msgstr "" -#: app/templates/user/show_profile.html:92 +#: app/templates/user/show_profile.html:95 msgid "Comment pagination" msgstr "" -#: app/templates/user/show_profile.html:105 +#: app/templates/user/show_profile.html:108 msgid "No comments yet." msgstr "" -#: app/templates/user/show_profile.html:134 +#: app/templates/user/show_profile.html:137 msgid "Member of" msgstr "" -#: app/templates/user/show_profile.html:159 -msgid "Crush" +#: app/templates/user/show_profile.html:162 +msgid "Moderate user" msgstr "" -#: app/templates/user/show_profile.html:179 +#: app/templates/user/show_profile.html:182 msgid "Ban + Purge" msgstr "" @@ -2513,13 +2773,13 @@ msgstr "" msgid "Choose" msgstr "" -#: app/topic/routes.py:168 +#: app/topic/routes.py:172 msgid "" "You have joined some communities relating to those interests. Find them " "on the Topics menu or browse the home page." msgstr "" -#: app/topic/routes.py:172 +#: app/topic/routes.py:176 msgid "" "You did not choose any topics. Would you like to choose individual " "communities instead?" @@ -2553,10 +2813,18 @@ msgstr "" msgid "Use markdown editor GUI when writing" msgstr "" +#: app/user/forms.py:40 +msgid "Show profile in user list" +msgstr "" + #: app/user/forms.py:41 msgid "My posts appear in search results" msgstr "" +#: app/user/forms.py:42 +msgid "Manually approve followers" +msgstr "" + #: app/user/forms.py:43 msgid "Import community subscriptions and user blocks from Lemmy" msgstr "" @@ -2613,71 +2881,100 @@ msgstr "" msgid "Expire after" msgstr "" -#: app/user/routes.py:42 +#: app/user/routes.py:49 msgid "This user has been banned." msgstr "" -#: app/user/routes.py:44 +#: app/user/routes.py:51 msgid "This user has been deleted." msgstr "" -#: app/user/routes.py:77 +#: app/user/routes.py:83 #, python-format msgid "Posts by %(user_name)s" msgstr "" -#: app/user/routes.py:194 +#: app/user/routes.py:200 msgid "" "Your subscriptions and blocks are being imported. If you have many it " "could take a few minutes." msgstr "" -#: app/user/routes.py:229 +#: app/user/routes.py:235 msgid "You cannot ban yourself." msgstr "" -#: app/user/routes.py:254 +#: app/user/routes.py:260 msgid "You cannot unban yourself." msgstr "" -#: app/user/routes.py:278 +#: app/user/routes.py:284 msgid "You cannot block yourself." msgstr "" -#: app/user/routes.py:307 +#: app/user/routes.py:313 msgid "You cannot unblock yourself." msgstr "" -#: app/user/routes.py:352 +#: app/user/routes.py:340 +msgid "" +"Moderators have already assessed reports regarding this person, no " +"further reports are necessary." +msgstr "" + +#: app/user/routes.py:346 +#, python-format +msgid "%(user_name)s has already been reported, thank you!" +msgstr "" + +#: app/user/routes.py:368 #, python-format msgid "%(user_name)s has been reported, thank you!" msgstr "" -#: app/user/routes.py:358 +#: app/user/routes.py:374 msgid "Report user" msgstr "" -#: app/user/routes.py:375 +#: app/user/routes.py:391 msgid "You cannot delete yourself." msgstr "" -#: app/user/routes.py:432 +#: app/user/routes.py:448 msgid "Account deletion in progress. Give it a few minutes." msgstr "" -#: app/user/routes.py:437 +#: app/user/routes.py:453 msgid "Delete my account" msgstr "" -#: app/user/routes.py:482 +#: app/user/routes.py:498 msgid "You cannot purge yourself." msgstr "" -#: app/user/routes.py:559 +#: app/user/routes.py:575 msgid "All notifications marked as read." msgstr "" -#: app/user/routes.py:730 +#: app/user/routes.py:746 msgid "Filter deleted." msgstr "" +#~ msgid "Allow search engines to index this profile" +#~ msgstr "" + +#~ msgid "Title is required." +#~ msgstr "" + +#~ msgid "URL is required." +#~ msgstr "" + +#~ msgid "File is required." +#~ msgstr "" + +#~ msgid "Poll not implemented yet." +#~ msgstr "" + +#~ msgid "Crush" +#~ msgstr "" + diff --git a/app/translations/lt/LC_MESSAGES/messages.po b/app/translations/lt/LC_MESSAGES/messages.po new file mode 100644 index 00000000..77f7fbde --- /dev/null +++ b/app/translations/lt/LC_MESSAGES/messages.po @@ -0,0 +1,2607 @@ +msgid "" +msgstr "" +"Project-Id-Version: piefed\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2024-03-17 19:06+1300\n" +"PO-Revision-Date: 2024-04-09 00:36\n" +"Last-Translator: \n" +"Language: lt\n" +"Language-Team: Lithuanian\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 2.12.1\n" +"X-Crowdin-Project: piefed\n" +"X-Crowdin-Project-ID: 657446\n" +"X-Crowdin-Language: lt\n" +"X-Crowdin-File: messages.po\n" +"X-Crowdin-File-ID: 2\n" + +#: app/__init__.py:26 +msgid "Please log in to access this page." +msgstr "Kad patekti į šį puslapį, turite užsiregistruoti." + +#: app/cli.py:238 app/main/routes.py:300 +msgid "[PieFed] You have unread notifications" +msgstr "[PieFed] Yra neperskaitytų pranešimų" + +#: app/email.py:16 +msgid "[PieFed] Reset Your Password" +msgstr "[PieFed] Priminti slaptažodį" + +#: app/email.py:26 +msgid "[PieFed] Please verify your email address" +msgstr "[PieFed] Reikalinga patikrinti el. pašto adresą" + +#: app/email.py:34 +msgid "Your application has been approved - welcome to PieFed" +msgstr "Paraiška buvo patvirtinta - sveikiname prisijungus prie PieFed" + +#: app/email.py:34 +msgid "Welcome to PieFed" +msgstr "Sveiki atvykę į PieFed" + +#: app/activitypub/util.py:1205 app/post/routes.py:85 app/post/routes.py:472 +#, python-format +msgid "Reply from %(name)s on %(post_title)s" +msgstr "%(name)s atsakė į %(post_title)s" + +#: app/admin/forms.py:13 app/admin/forms.py:97 app/community/forms.py:18 +#: app/templates/community/community_mod_list.html:30 +#: app/templates/user/filters.html:29 app/templates/user/filters.html:70 +#: app/templates/user/filters.html:88 app/templates/user/filters.html:106 +#: app/templates/user/filters.html:124 app/user/forms.py:89 +msgid "Name" +msgstr "Vardas" + +#: app/admin/forms.py:14 +msgid "Tagline" +msgstr "Šūkis" + +#: app/admin/forms.py:15 +msgid "Icon" +msgstr "Ikonėlė" + +#: app/admin/forms.py:18 +msgid "Sidebar" +msgstr "Šoninė juosta" + +#: app/admin/forms.py:19 +msgid "Legal information" +msgstr "Teisinė informacija" + +#: app/admin/forms.py:20 app/admin/forms.py:36 app/admin/forms.py:44 +#: app/admin/forms.py:81 app/admin/forms.py:100 app/admin/forms.py:126 +#: app/admin/forms.py:188 app/community/forms.py:56 app/community/forms.py:95 +#: app/user/forms.py:99 +msgid "Save" +msgstr "Išsaugoti" + +#: app/admin/forms.py:24 +msgid "Enable downvotes" +msgstr "Įjungti neigiamus taškus" + +#: app/admin/forms.py:25 +msgid "Allow local image posts" +msgstr "Leisti įkelti paveikslėlius į šį serverį" + +#: app/admin/forms.py:26 +msgid "Days to cache images from remote instances for" +msgstr "Kiek dienų kešuoti paveikslėlius iš nuotolusių serverių" + +#: app/admin/forms.py:27 +msgid "Allow NSFW communities" +msgstr "Rodyti NSFW bendruomenes" + +#: app/admin/forms.py:28 +msgid "Allow NSFL communities and posts" +msgstr "Rodyti NSFL bendruomenes ir pranešimus" + +#: app/admin/forms.py:29 +msgid "Only admins can create new local communities" +msgstr "Tik administratoriai gali kurti bendruomenes šiame serveryje" + +#: app/admin/forms.py:30 +msgid "Notify admins about reports, not just moderators" +msgstr "Siųsti skundus ir administratoriams, ne tik moderatoriams" + +#: app/admin/forms.py:31 +msgid "Open" +msgstr "Atvira" + +#: app/admin/forms.py:31 +msgid "Require application" +msgstr "Reikalinga paraiška" + +#: app/admin/forms.py:31 +msgid "Closed" +msgstr "Uždara" + +#: app/admin/forms.py:32 +msgid "Registration mode" +msgstr "Registracijos reikalavimai" + +#: app/admin/forms.py:33 +msgid "Question to ask people applying for an account" +msgstr "Žmonėms, kurie nori susikurti paskyrą, užduoti šį klausimą" + +#: app/admin/forms.py:34 +msgid "Log ActivityPub JSON for debugging" +msgstr "" + +#: app/admin/forms.py:35 +msgid "Default theme" +msgstr "Numatytoji tema" + +#: app/admin/forms.py:40 +msgid "Allowlist instead of blocklist" +msgstr "" + +#: app/admin/forms.py:41 +msgid "Allow federation with these instances" +msgstr "" + +#: app/admin/forms.py:42 +msgid "Blocklist instead of allowlist" +msgstr "" + +#: app/admin/forms.py:43 +msgid "Deny federation with these instances" +msgstr "" + +#: app/admin/forms.py:48 app/community/forms.py:42 app/community/forms.py:80 +#: app/community/forms.py:82 app/community/forms.py:86 +msgid "Title" +msgstr "Pavadinimas" + +#: app/admin/forms.py:49 app/admin/forms.py:98 app/community/forms.py:19 +msgid "Url" +msgstr "" + +#: app/admin/forms.py:50 app/community/forms.py:20 app/community/forms.py:43 +msgid "Description" +msgstr "Aprašymas" + +#: app/admin/forms.py:51 app/community/forms.py:21 app/community/forms.py:44 +msgid "Icon image" +msgstr "Piktogramos paveikslėlis" + +#: app/admin/forms.py:52 app/community/forms.py:22 app/community/forms.py:45 +msgid "Banner image" +msgstr "Banerio paveiksliukas" + +#: app/admin/forms.py:53 app/community/forms.py:23 app/community/forms.py:46 +msgid "Rules" +msgstr "Taisyklės" + +#: app/admin/forms.py:54 app/community/forms.py:47 +msgid "Porn community" +msgstr "" + +#: app/admin/forms.py:55 +msgid "Banned - no new posts accepted" +msgstr "" + +#: app/admin/forms.py:56 app/community/forms.py:48 +msgid "Only accept posts from current instance" +msgstr "" + +#: app/admin/forms.py:57 app/community/forms.py:49 +msgid "Only moderators can post" +msgstr "" + +#: app/admin/forms.py:58 app/community/forms.py:50 +msgid "New moderators wanted" +msgstr "" + +#: app/admin/forms.py:59 +msgid "Posts show on home page" +msgstr "" + +#: app/admin/forms.py:60 +msgid "Posts can be popular" +msgstr "" + +#: app/admin/forms.py:61 +msgid "Posts show in All list" +msgstr "" + +#: app/admin/forms.py:62 +msgid "Low quality / toxic - upvotes in here don't add to reputation" +msgstr "" + +#: app/admin/forms.py:63 +msgid "Forever" +msgstr "" + +#: app/admin/forms.py:64 +msgid "1 week" +msgstr "" + +#: app/admin/forms.py:65 +msgid "2 weeks" +msgstr "" + +#: app/admin/forms.py:66 +msgid "1 month" +msgstr "" + +#: app/admin/forms.py:67 +msgid "2 months" +msgstr "" + +#: app/admin/forms.py:68 +msgid "3 months" +msgstr "" + +#: app/admin/forms.py:69 +msgid "6 months" +msgstr "" + +#: app/admin/forms.py:70 +msgid "1 year" +msgstr "" + +#: app/admin/forms.py:71 +msgid "2 years" +msgstr "" + +#: app/admin/forms.py:72 +msgid "5 years" +msgstr "" + +#: app/admin/forms.py:73 +msgid "10 years" +msgstr "" + +#: app/admin/forms.py:75 +msgid "Retain content" +msgstr "" + +#: app/admin/forms.py:76 app/community/forms.py:51 +msgid "Topic" +msgstr "" + +#: app/admin/forms.py:77 app/community/forms.py:52 +#: app/templates/community/_community_nav.html:23 +msgid "List" +msgstr "" + +#: app/admin/forms.py:78 app/community/forms.py:53 +msgid "Masonry" +msgstr "" + +#: app/admin/forms.py:79 app/community/forms.py:54 +msgid "Wide masonry" +msgstr "" + +#: app/admin/forms.py:80 app/community/forms.py:55 +msgid "Layout" +msgstr "Išdėstymas" + +#: app/admin/forms.py:87 app/community/forms.py:32 +msgid "Url is required." +msgstr "" + +#: app/admin/forms.py:91 app/community/forms.py:36 +msgid "- cannot be in Url. Use _ instead?" +msgstr "" + +#: app/admin/forms.py:99 +msgid "Parent topic" +msgstr "" + +#: app/admin/forms.py:104 app/auth/forms.py:10 app/auth/forms.py:17 +#: app/community/forms.py:60 +msgid "User name" +msgstr "Vartotojo vardas" + +#: app/admin/forms.py:106 app/admin/forms.py:169 app/user/forms.py:14 +msgid "Email address" +msgstr "El. pašto adresas" + +#: app/admin/forms.py:107 app/auth/forms.py:11 app/auth/forms.py:20 +#: app/auth/forms.py:74 +msgid "Password" +msgstr "Slaptažodis" + +#: app/admin/forms.py:109 app/auth/forms.py:22 app/auth/forms.py:76 +msgid "Repeat password" +msgstr "Pakartokite slaptažodį" + +#: app/admin/forms.py:110 app/admin/forms.py:168 app/user/forms.py:17 +msgid "Bio" +msgstr "Biografija" + +#: app/admin/forms.py:111 app/admin/forms.py:170 app/user/forms.py:18 +msgid "Matrix User ID" +msgstr "" + +#: app/admin/forms.py:112 app/admin/forms.py:171 app/user/forms.py:19 +msgid "Avatar image" +msgstr "" + +#: app/admin/forms.py:113 app/admin/forms.py:172 app/user/forms.py:20 +msgid "Top banner image" +msgstr "Reklaminio skydelio paveiksliukas" + +#: app/admin/forms.py:114 app/admin/forms.py:173 app/user/forms.py:21 +msgid "This profile is a bot" +msgstr "" + +#: app/admin/forms.py:115 app/admin/forms.py:174 +msgid "Email address is verified" +msgstr "" + +#: app/admin/forms.py:116 app/admin/forms.py:175 +msgid "Banned" +msgstr "" + +#: app/admin/forms.py:117 app/admin/forms.py:176 app/user/forms.py:34 +msgid "Subscribe to email newsletter" +msgstr "" + +#: app/admin/forms.py:118 app/admin/forms.py:177 app/user/forms.py:36 +msgid "Hide posts by bots" +msgstr "" + +#: app/admin/forms.py:119 app/admin/forms.py:178 app/user/forms.py:37 +msgid "Show NSFW posts" +msgstr "" + +#: app/admin/forms.py:120 app/admin/forms.py:179 app/user/forms.py:38 +msgid "Show NSFL posts" +msgstr "" + +#: app/admin/forms.py:121 app/admin/forms.py:183 +msgid "User" +msgstr "" + +#: app/admin/forms.py:122 app/admin/forms.py:184 +msgid "Staff" +msgstr "" + +#: app/admin/forms.py:123 app/admin/forms.py:185 app/admin/routes.py:29 +#: app/templates/base.html:180 +msgid "Admin" +msgstr "" + +#: app/admin/forms.py:125 app/admin/forms.py:187 +msgid "Role" +msgstr "" + +#: app/admin/forms.py:131 app/auth/forms.py:32 +msgid "An account with this email address already exists." +msgstr "" + +#: app/admin/forms.py:135 app/auth/forms.py:36 +msgid "User names cannot contain @." +msgstr "" + +#: app/admin/forms.py:139 app/auth/forms.py:40 +msgid "This username was used in the past and cannot be reused." +msgstr "" + +#: app/admin/forms.py:141 app/auth/forms.py:42 +msgid "An account with this user name already exists." +msgstr "" + +#: app/admin/forms.py:144 app/auth/forms.py:45 +msgid "A community with this name exists so it cannot be used for a user." +msgstr "" + +#: app/admin/forms.py:151 app/admin/forms.py:164 app/auth/forms.py:52 +#: app/auth/forms.py:65 +msgid "This password is too common." +msgstr "" + +#: app/admin/forms.py:161 app/auth/forms.py:62 +msgid "This password is not secure." +msgstr "" + +#: app/admin/forms.py:180 app/user/forms.py:40 +msgid "Show profile in user list" +msgstr "" + +#: app/admin/forms.py:181 +msgid "Allow search engines to index this profile" +msgstr "" + +#: app/admin/forms.py:182 app/user/forms.py:42 +msgid "Manually approve followers" +msgstr "" + +#: app/admin/forms.py:192 +msgid "Subject" +msgstr "" + +#: app/admin/forms.py:193 +msgid "Body (text)" +msgstr "" + +#: app/admin/forms.py:194 +msgid "Body (html)" +msgstr "" + +#: app/admin/forms.py:195 +msgid "Test mode" +msgstr "" + +#: app/admin/forms.py:196 app/admin/routes.py:732 +msgid "Send newsletter" +msgstr "" + +#: app/admin/routes.py:57 app/templates/admin/_nav.html:4 +msgid "Site profile" +msgstr "" + +#: app/admin/routes.py:102 app/templates/admin/_nav.html:5 +msgid "Misc settings" +msgstr "" + +#: app/admin/routes.py:133 +msgid "Admin settings saved" +msgstr "" + +#: app/admin/routes.py:143 +msgid "Federation settings" +msgstr "" + +#: app/admin/routes.py:165 +msgid "ActivityPub Log" +msgstr "" + +#: app/admin/routes.py:175 +msgid "Activity JSON" +msgstr "" + +#: app/admin/routes.py:210 app/community/routes.py:215 app/main/routes.py:181 +#: app/post/routes.py:211 app/templates/admin/_nav.html:6 +#: app/templates/list_communities.html:51 app/templates/user/filters.html:58 +#: app/templates/user/notifications.html:66 +#: app/templates/user/show_profile.html:130 +msgid "Communities" +msgstr "" + +#: app/admin/routes.py:262 app/admin/routes.py:358 app/admin/routes.py:383 +#: app/admin/routes.py:578 app/community/routes.py:630 +msgid "Saved" +msgstr "" + +#: app/admin/routes.py:266 +msgid "This is a remote community - most settings here will be regularly overwritten with data from the original server." +msgstr "" + +#: app/admin/routes.py:283 app/community/routes.py:642 +#: app/templates/community/community_edit.html:20 +msgid "Edit community" +msgstr "" + +#: app/admin/routes.py:302 app/community/routes.py:664 +msgid "Community deleted" +msgstr "" + +#: app/admin/routes.py:336 app/community/routes.py:201 app/post/routes.py:197 +#: app/templates/admin/_nav.html:7 app/templates/base.html:134 +#: app/templates/base.html:152 app/templates/topic/show_topic.html:14 +msgid "Topics" +msgstr "" + +#: app/admin/routes.py:361 app/templates/admin/topics.html:35 +msgid "Add topic" +msgstr "" + +#: app/admin/routes.py:389 +msgid "Edit topic" +msgstr "" + +#: app/admin/routes.py:404 +msgid "Topic deleted" +msgstr "" + +#: app/admin/routes.py:406 +msgid "Cannot delete topic with communities assigned to it." +msgstr "" + +#: app/admin/routes.py:433 app/templates/admin/_nav.html:8 +msgid "Users" +msgstr "" + +#: app/admin/routes.py:463 +msgid "Problematic users" +msgstr "" + +#: app/admin/routes.py:484 +msgid "Bad posts" +msgstr "" + +#: app/admin/routes.py:517 +msgid "Registration approved." +msgstr "" + +#: app/admin/routes.py:574 +msgid "Permissions are cached for 50 seconds so new admin roles won't take effect immediately." +msgstr "" + +#: app/admin/routes.py:582 +msgid "This is a remote user - most settings here will be regularly overwritten with data from the original server." +msgstr "" + +#: app/admin/routes.py:599 +msgid "Edit user" +msgstr "" + +#: app/admin/routes.py:664 +msgid "User added" +msgstr "" + +#: app/admin/routes.py:667 +msgid "Add user" +msgstr "" + +#: app/admin/routes.py:691 +msgid "User deleted" +msgstr "Naudotojas ištrintas" + +#: app/admin/routes.py:714 +msgid "Reports" +msgstr "Pranešimai" + +#: app/admin/util.py:125 +msgid "None" +msgstr "" + +#: app/auth/forms.py:12 +msgid "Low bandwidth mode" +msgstr "" + +#: app/auth/forms.py:13 +msgid "Log In" +msgstr "" + +#: app/auth/forms.py:18 app/auth/forms.py:19 app/auth/forms.py:69 +msgid "Email" +msgstr "" + +#: app/auth/forms.py:24 +msgid "Why would you like to join this site?" +msgstr "" + +#: app/auth/forms.py:27 app/auth/routes.py:140 app/templates/base.html:141 +msgid "Register" +msgstr "" + +#: app/auth/forms.py:70 +msgid "Request password reset" +msgstr "Prašykite nustatyti slaptažodį iš naujo" + +#: app/auth/forms.py:78 +msgid "Set password" +msgstr "Nustatykite slaptažodį" + +#: app/auth/routes.py:29 app/auth/routes.py:32 +msgid "No account exists with that user name." +msgstr "" + +#: app/auth/routes.py:36 +msgid "Invalid password. Please reset your password." +msgstr "" + +#: app/auth/routes.py:39 +msgid "Invalid password" +msgstr "" + +#: app/auth/routes.py:42 +msgid "You have been banned." +msgstr "" + +#: app/auth/routes.py:74 +msgid "Login" +msgstr "" + +#: app/auth/routes.py:97 +msgid "Sorry, you cannot use that email address" +msgstr "" + +#: app/auth/routes.py:99 +msgid "Sorry, you cannot use that user name" +msgstr "" + +#: app/auth/routes.py:106 +#, python-format +msgid "Your username contained special letters so it was changed to %(name)s." +msgstr "" + +#: app/auth/routes.py:145 +msgid "Account under review" +msgstr "" + +#: app/auth/routes.py:150 app/templates/auth/check_email.html:8 +msgid "Check your email" +msgstr "" + +#: app/auth/routes.py:161 +msgid "Sorry, you cannot use that email address." +msgstr "" + +#: app/auth/routes.py:166 +msgid "Check your email for a link to reset your password." +msgstr "" + +#: app/auth/routes.py:169 +msgid "No account with that email address exists" +msgstr "" + +#: app/auth/routes.py:171 +msgid "Reset Password" +msgstr "" + +#: app/auth/routes.py:185 +#, python-format +msgid "Your password has been reset. Please use it to log in with user name of %(name)s." +msgstr "" + +#: app/auth/routes.py:205 +msgid "Thank you for verifying your email address." +msgstr "" + +#: app/auth/routes.py:207 +msgid "Email address validation failed." +msgstr "" + +#: app/chat/forms.py:13 +msgid "Message" +msgstr "" + +#: app/chat/forms.py:14 +msgid "Reply" +msgstr "" + +#: app/chat/forms.py:18 app/post/forms.py:16 app/user/forms.py:60 +msgid "Spam" +msgstr "" + +#: app/chat/forms.py:19 app/post/forms.py:16 app/user/forms.py:61 +msgid "Harassment" +msgstr "" + +#: app/chat/forms.py:20 app/post/forms.py:17 app/user/forms.py:62 +msgid "Threatening violence" +msgstr "" + +#: app/chat/forms.py:21 app/user/forms.py:63 +msgid "Promoting hate / genocide" +msgstr "" + +#: app/chat/forms.py:22 app/post/forms.py:18 app/user/forms.py:64 +msgid "Misinformation / disinformation" +msgstr "" + +#: app/chat/forms.py:23 app/post/forms.py:19 app/user/forms.py:65 +msgid "Racism, sexism, transphobia" +msgstr "" + +#: app/chat/forms.py:24 app/post/forms.py:21 app/user/forms.py:68 +msgid "Minor abuse or sexualization" +msgstr "" + +#: app/chat/forms.py:25 app/post/forms.py:22 app/user/forms.py:69 +msgid "Non-consensual intimate media" +msgstr "" + +#: app/chat/forms.py:26 app/post/forms.py:23 app/user/forms.py:70 +msgid "Prohibited transaction" +msgstr "" + +#: app/chat/forms.py:26 app/post/forms.py:23 app/user/forms.py:70 +msgid "Impersonation" +msgstr "" + +#: app/chat/forms.py:27 app/post/forms.py:24 app/user/forms.py:71 +msgid "Copyright violation" +msgstr "" + +#: app/chat/forms.py:27 app/post/forms.py:24 app/user/forms.py:71 +msgid "Trademark violation" +msgstr "" + +#: app/chat/forms.py:28 app/post/forms.py:25 app/user/forms.py:72 +msgid "Self-harm or suicide" +msgstr "" + +#: app/chat/forms.py:29 app/community/forms.py:155 app/post/forms.py:26 +#: app/user/forms.py:73 +msgid "Other" +msgstr "" + +#: app/chat/forms.py:30 app/community/forms.py:70 app/community/forms.py:157 +#: app/post/forms.py:27 app/user/forms.py:74 +msgid "Reason" +msgstr "" + +#: app/chat/forms.py:31 app/community/forms.py:158 app/post/forms.py:28 +#: app/user/forms.py:75 +msgid "More info" +msgstr "" + +#: app/chat/forms.py:33 app/community/forms.py:160 app/post/forms.py:30 +#: app/templates/user/show_profile.html:56 app/user/forms.py:77 +msgid "Report" +msgstr "" + +#: app/chat/routes.py:49 +#, python-format +msgid "Chat with %(name)s" +msgstr "" + +#: app/chat/routes.py:69 +msgid "Send" +msgstr "" + +#: app/chat/routes.py:79 app/templates/chat/new_message.html:14 +#, python-format +msgid "New message to \"%(recipient_name)s\"" +msgstr "" + +#: app/chat/routes.py:124 +msgid "Conversation deleted" +msgstr "" + +#: app/chat/routes.py:135 +msgid "Instance blocked." +msgstr "" + +#: app/chat/routes.py:165 +msgid "This conversation has been reported, thank you!" +msgstr "" + +#: app/chat/routes.py:170 +msgid "Report conversation" +msgstr "" + +#: app/chat/util.py:58 +#, python-format +msgid "Message failed to send to %(name)s." +msgstr "" + +#: app/chat/util.py:60 +msgid "Message sent." +msgstr "" + +#: app/community/forms.py:26 +msgid "Create" +msgstr "" + +#: app/community/forms.py:61 +msgid "Add" +msgstr "" + +#: app/community/forms.py:65 +msgid "Community address" +msgstr "" + +#: app/community/forms.py:66 app/search/routes.py:52 +#: app/templates/base.html:193 app/templates/community/add_remote.html:13 +#: app/templates/domain/domains.html:29 +#: app/templates/domain/domains_blocked.html:29 app/templates/index.html:40 +#: app/templates/list_communities.html:36 app/templates/search/results.html:38 +msgid "Search" +msgstr "" + +#: app/community/forms.py:71 +msgid "Ban until" +msgstr "" + +#: app/community/forms.py:72 +msgid "Also delete all their posts" +msgstr "" + +#: app/community/forms.py:73 +msgid "Also delete all their comments" +msgstr "" + +#: app/community/forms.py:74 app/templates/domain/domains_blocked.html:48 +#: app/templates/user/show_profile.html:170 +msgid "Ban" +msgstr "" + +#: app/community/forms.py:78 app/templates/list_communities.html:56 +msgid "Community" +msgstr "" + +#: app/community/forms.py:81 app/community/forms.py:83 +#: app/community/forms.py:88 app/post/forms.py:10 +msgid "Body" +msgstr "" + +#: app/community/forms.py:85 +msgid "URL" +msgstr "" + +#: app/community/forms.py:87 +msgid "Alt text" +msgstr "" + +#: app/community/forms.py:90 +msgid "Image" +msgstr "" + +#: app/community/forms.py:92 +msgid "NSFW" +msgstr "" + +#: app/community/forms.py:93 +msgid "Gore/gross" +msgstr "" + +#: app/community/forms.py:94 app/post/forms.py:11 +#: app/templates/post/_post_notification_toggle.html:4 +#: app/templates/post/_reply_notification_toggle.html:4 +msgid "Notify about replies" +msgstr "" + +#: app/community/forms.py:105 app/community/forms.py:109 +#: app/community/forms.py:120 +msgid "Title is required." +msgstr "" + +#: app/community/forms.py:112 +msgid "URL is required." +msgstr "" + +#: app/community/forms.py:116 +#, python-format +msgid "Links to %(domain)s are not allowed." +msgstr "" + +#: app/community/forms.py:123 +msgid "File is required." +msgstr "" + +#: app/community/forms.py:140 +msgid "Images cannot be posted to local communities." +msgstr "" + +#: app/community/forms.py:142 +msgid "Poll not implemented yet." +msgstr "" + +#: app/community/forms.py:149 +msgid "Breaks instance rules" +msgstr "" + +#: app/community/forms.py:150 +msgid "Abandoned by moderators" +msgstr "" + +#: app/community/forms.py:151 +msgid "Cult" +msgstr "" + +#: app/community/forms.py:152 +msgid "Scam" +msgstr "" + +#: app/community/forms.py:153 +msgid "Alt-right pipeline" +msgstr "" + +#: app/community/forms.py:154 app/post/forms.py:17 +msgid "Hate / genocide" +msgstr "" + +#: app/community/forms.py:172 app/community/routes.py:667 +msgid "Delete community" +msgstr "" + +#: app/community/routes.py:72 +msgid "Your new community has been created." +msgstr "" + +#: app/community/routes.py:78 app/templates/community/add_local.html:13 +#: app/templates/community/community_edit.html:22 +msgid "Create community" +msgstr "" + +#: app/community/routes.py:102 +msgid "Community not found." +msgstr "" + +#: app/community/routes.py:104 +msgid "Community not found. If you are searching for a nsfw community it is blocked by this instance." +msgstr "" + +#: app/community/routes.py:107 +#, python-format +msgid "That community is banned from %(site)s." +msgstr "" + +#: app/community/routes.py:110 +msgid "Add remote community" +msgstr "" + +#: app/community/routes.py:184 app/post/routes.py:180 +#: app/templates/base.html:127 app/templates/base.html:129 +#: app/templates/base.html:145 app/templates/base.html:147 +#: app/templates/chat/conversation.html:36 +#: app/templates/community/community_edit.html:13 +#: app/templates/community/community_mod_list.html:13 +#: app/templates/domain/domain.html:13 app/templates/topic/show_topic.html:13 +#: app/templates/user/delete_account.html:13 +#: app/templates/user/edit_filters.html:14 +#: app/templates/user/edit_profile.html:14 +#: app/templates/user/edit_settings.html:15 app/templates/user/filters.html:14 +#: app/templates/user/notifications.html:13 app/templates/user/people.html:13 +#: app/templates/user/show_profile.html:18 +#: app/templates/user/show_profile.html:38 +msgid "Home" +msgstr "" + +#: app/community/routes.py:310 +msgid "You cannot join this community" +msgstr "" + +#: app/community/routes.py:326 +msgid "There was a problem while trying to communicate with remote server. If other people have already joined this community it won't matter." +msgstr "" + +#: app/community/routes.py:516 app/community/routes.py:540 +#: app/community/routes.py:542 +#, python-format +msgid "Your post to %(name)s has been made." +msgstr "" + +#: app/community/routes.py:552 +msgid "Add post to community" +msgstr "" + +#: app/community/routes.py:574 +msgid "A community has been reported" +msgstr "" + +#: app/community/routes.py:585 +msgid "Community has been reported, thank you!" +msgstr "" + +#: app/community/routes.py:588 +msgid "Report community" +msgstr "" + +#: app/community/routes.py:683 +#: app/templates/community/community_mod_list.html:21 +#, python-format +msgid "Moderators for %(community)s" +msgstr "" + +#: app/community/routes.py:706 +msgid "Moderator added" +msgstr "" + +#: app/community/routes.py:710 +#, python-format +msgid "You are now a moderator of %(name)s" +msgstr "" + +#: app/community/routes.py:735 +msgid "Account not found" +msgstr "" + +#: app/community/routes.py:737 +#: app/templates/community/community_add_moderator.html:13 +#, python-format +msgid "Add moderator to %(community)s" +msgstr "" + +#: app/community/routes.py:755 +msgid "Moderator removed" +msgstr "" + +#: app/community/routes.py:772 app/post/routes.py:870 app/post/routes.py:962 +#, python-format +msgid "Content from %(name)s will be hidden." +msgstr "" + +#: app/community/routes.py:792 +#, python-format +msgid "%(name)s has been banned." +msgstr "" + +#: app/community/routes.py:799 +#, python-format +msgid "Posts by %(name)s have been deleted." +msgstr "" + +#: app/community/routes.py:805 +#, python-format +msgid "Comments by %(name)s have been deleted." +msgstr "" + +#: app/community/routes.py:823 +msgid "Ban from community" +msgstr "" + +#: app/domain/routes.py:113 +#, python-format +msgid "%(name)s blocked." +msgstr "" + +#: app/domain/routes.py:126 +#, python-format +msgid "%(name)s un-blocked." +msgstr "" + +#: app/domain/routes.py:139 +#, python-format +msgid "%(name)s banned for all users and all content deleted." +msgstr "" + +#: app/domain/routes.py:151 +#, python-format +msgid "%(name)s un-banned for all users." +msgstr "" + +#: app/main/routes.py:72 +msgid "Create an account to tailor this feed to your interests." +msgstr "" + +#: app/main/routes.py:156 app/templates/base.html:136 +#: app/templates/base.html:154 +msgid "Browse by topic" +msgstr "" + +#: app/main/routes.py:194 +msgid "Local communities" +msgstr "" + +#: app/main/routes.py:209 app/templates/base.html:163 +#: app/templates/list_communities.html:19 +msgid "Joined communities" +msgstr "" + +#: app/main/routes.py:326 +msgid "Please click the link in your email inbox to verify your account." +msgstr "" + +#: app/post/forms.py:12 +msgid "Comment" +msgstr "" + +#: app/post/forms.py:16 app/user/forms.py:59 +msgid "Breaks community rules" +msgstr "" + +#: app/post/forms.py:20 app/user/forms.py:67 +msgid "Sharing personal info - doxing" +msgstr "" + +#: app/post/forms.py:42 app/post/routes.py:887 +#: app/templates/post/post_mea_culpa.html:13 +msgid "I changed my mind" +msgstr "" + +#: app/post/routes.py:45 +#, python-format +msgid "%(name)s has indicated they made a mistake in this post." +msgstr "" + +#: app/post/routes.py:66 app/post/routes.py:443 +#, python-format +msgid "You cannot reply to %(name)s" +msgstr "" + +#: app/post/routes.py:76 app/post/routes.py:456 +msgid "This type of comment is not accepted, sorry." +msgstr "" + +#: app/post/routes.py:414 app/post/routes.py:579 +#, python-format +msgid "Discussing %(title)s" +msgstr "" + +#: app/post/routes.py:628 app/post/routes.py:985 app/user/routes.py:137 +#: app/user/routes.py:198 app/user/routes.py:670 app/user/routes.py:701 +msgid "Your changes have been saved." +msgstr "" + +#: app/post/routes.py:725 app/templates/post/post_edit.html:43 +msgid "Edit post" +msgstr "" + +#: app/post/routes.py:746 +msgid "Post deleted." +msgstr "" + +#: app/post/routes.py:804 +msgid "A post has been reported" +msgstr "" + +#: app/post/routes.py:822 +msgid "Post has been reported, thank you!" +msgstr "" + +#: app/post/routes.py:827 +msgid "Report post" +msgstr "" + +#: app/post/routes.py:841 app/post/routes.py:946 +#, python-format +msgid "%(name)s has been blocked." +msgstr "" + +#: app/post/routes.py:857 +#, python-format +msgid "Posts linking to %(name)s will be hidden." +msgstr "" + +#: app/post/routes.py:908 +msgid "A comment has been reported" +msgstr "" + +#: app/post/routes.py:926 +msgid "Comment has been reported, thank you!" +msgstr "" + +#: app/post/routes.py:931 +msgid "Report comment" +msgstr "" + +#: app/post/routes.py:1062 +msgid "Edit comment" +msgstr "" + +#: app/post/routes.py:1086 +msgid "Comment deleted." +msgstr "" + +#: app/search/routes.py:45 +#, python-format +msgid "Search results for %(q)s" +msgstr "" + +#: app/templates/_home_nav.html:3 app/templates/community/_community_nav.html:8 +#: app/templates/post/post.html:66 app/user/forms.py:44 +msgid "Hot" +msgstr "" + +#: app/templates/_home_nav.html:6 +#: app/templates/community/_community_nav.html:11 +#: app/templates/post/post.html:69 app/user/forms.py:45 +msgid "Top" +msgstr "" + +#: app/templates/_home_nav.html:9 +#: app/templates/community/_community_nav.html:14 +#: app/templates/post/post.html:72 app/user/forms.py:46 +msgid "New" +msgstr "" + +#: app/templates/_home_nav.html:12 +#: app/templates/community/_community_nav.html:17 +#: app/templates/list_communities.html:71 app/user/forms.py:47 +msgid "Active" +msgstr "" + +#: app/templates/_inoculation_links.html:4 +msgid "Rational Discourse Toolkit" +msgstr "" + +#: app/templates/base.html:52 +msgid "PieFed" +msgstr "" + +#: app/templates/base.html:110 app/templates/base.html:184 +#: app/templates/user/notifications.html:18 app/user/routes.py:521 +msgid "Notifications" +msgstr "" + +#: app/templates/base.html:130 app/templates/base.html:148 +msgid "Popular" +msgstr "" + +#: app/templates/base.html:131 app/templates/base.html:149 +msgid "All posts" +msgstr "" + +#: app/templates/base.html:137 app/templates/base.html:155 +#: app/templates/list_communities.html:13 +msgid "All communities" +msgstr "" + +#: app/templates/auth/login.html:9 app/templates/base.html:140 +msgid "Log in" +msgstr "" + +#: app/templates/base.html:142 app/templates/base.html:178 +#: app/templates/donate.html:10 +msgid "Donate" +msgstr "" + +#: app/templates/base.html:157 +msgid "Moderating" +msgstr "" + +#: app/templates/base.html:171 +msgid "Account" +msgstr "" + +#: app/templates/base.html:173 +msgid "View profile" +msgstr "" + +#: app/templates/base.html:174 +msgid "Edit profile & settings" +msgstr "" + +#: app/templates/base.html:175 +msgid "Chats" +msgstr "" + +#: app/templates/base.html:182 +msgid "Log out" +msgstr "" + +#: app/templates/base.html:184 +#, python-format +msgid "%(num)d unread notifications" +msgstr "" + +#: app/templates/base.html:194 +msgid "Light mode" +msgstr "" + +#: app/templates/base.html:195 +msgid "Dark mode" +msgstr "" + +#: app/templates/base.html:223 app/templates/keyboard_shortcuts.html:10 +msgid "Keyboard shortcuts" +msgstr "" + +#: app/templates/donate.html:26 app/templates/index.html:65 +#: app/templates/keyboard_shortcuts.html:63 +#: app/templates/search/results.html:63 +#, python-format +msgid "About %(site_name)s" +msgstr "" + +#: app/templates/index.html:17 +msgid "No posts yet. Join some communities to see more." +msgstr "" + +#: app/templates/community/community.html:168 app/templates/index.html:18 +#: app/templates/index.html:59 app/templates/list_topics.html:26 +#: app/templates/post/post.html:217 app/templates/search/results.html:57 +#: app/templates/topic/show_topic.html:91 +msgid "Explore communities" +msgstr "" + +#: app/templates/admin/activities.html:54 +#: app/templates/admin/communities.html:51 app/templates/admin/posts.html:26 +#: app/templates/admin/reports.html:58 app/templates/admin/users.html:69 +#: app/templates/community/community.html:92 +#: app/templates/domain/domain.html:30 app/templates/domain/domains.html:51 +#: app/templates/domain/domains_blocked.html:59 app/templates/index.html:25 +#: app/templates/search/results.html:23 app/templates/topic/show_topic.html:52 +#: app/templates/user/show_profile.html:72 +#: app/templates/user/show_profile.html:95 +msgid "Previous page" +msgstr "" + +#: app/templates/admin/activities.html:59 +#: app/templates/admin/communities.html:56 app/templates/admin/posts.html:31 +#: app/templates/admin/reports.html:63 app/templates/admin/users.html:74 +#: app/templates/community/community.html:97 +#: app/templates/domain/domain.html:35 app/templates/domain/domains.html:56 +#: app/templates/domain/domains_blocked.html:64 app/templates/index.html:30 +#: app/templates/search/results.html:28 app/templates/topic/show_topic.html:57 +#: app/templates/user/show_profile.html:77 +#: app/templates/user/show_profile.html:100 +msgid "Next page" +msgstr "" + +#: app/templates/index.html:47 app/templates/search/results.html:45 +msgid "Active communities" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:11 +msgid "Most shortcuts are the same as what reddit has." +msgstr "" + +#: app/templates/keyboard_shortcuts.html:14 +msgid "Navigation" +msgstr "" + +#: app/templates/community/community_mod_list.html:31 +#: app/templates/keyboard_shortcuts.html:43 app/templates/user/filters.html:31 +msgid "Action" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:46 +msgid "Upvote" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:50 +msgid "Downvote" +msgstr "" + +#: app/templates/keyboard_shortcuts.html:55 +msgid "When viewing a list of posts actions like voting or going to a post depend on which is the current post. The current post is determined by hovering with the mouse or the J and K keys." +msgstr "" + +#: app/templates/list_communities.html:14 +msgid "All" +msgstr "" + +#: app/templates/list_communities.html:16 +msgid "Communities on this server" +msgstr "" + +#: app/templates/list_communities.html:17 +msgid "Local" +msgstr "" + +#: app/templates/list_communities.html:20 +#: app/templates/user/show_profile.html:59 +msgid "Joined" +msgstr "" + +#: app/templates/list_communities.html:28 +msgid "Choose a topic to filter communities by" +msgstr "" + +#: app/templates/list_communities.html:40 +msgid "Create local community" +msgstr "" + +#: app/templates/list_communities.html:40 +msgid "Create local" +msgstr "" + +#: app/templates/list_communities.html:41 +msgid "Add community from another instance" +msgstr "" + +#: app/templates/list_communities.html:41 +msgid "Add remote" +msgstr "" + +#: app/templates/list_communities.html:56 +msgid "Sort by name" +msgstr "" + +#: app/templates/list_communities.html:61 +msgid "Sort by post count" +msgstr "" + +#: app/templates/list_communities.html:61 +msgid "Posts" +msgstr "" + +#: app/templates/list_communities.html:66 +msgid "Sort by reply count" +msgstr "" + +#: app/templates/list_communities.html:66 app/templates/post/post.html:61 +#: app/templates/post/post.html:155 +msgid "Comments" +msgstr "" + +#: app/templates/list_communities.html:71 +msgid "Sort by recent activity" +msgstr "" + +#: app/templates/list_communities.html:82 +#, python-format +msgid "Leave %(name)s" +msgstr "" + +#: app/templates/community/add_remote.html:32 +#: app/templates/community/community.html:112 +#: app/templates/list_communities.html:82 app/templates/post/add_reply.html:48 +#: app/templates/post/continue_discussion.html:96 +#: app/templates/post/post.html:174 +msgid "Leave" +msgstr "" + +#: app/templates/community/community.html:114 +#: app/templates/list_communities.html:84 +msgid "Pending" +msgstr "" + +#: app/templates/list_communities.html:86 +#: app/templates/list_communities.html:89 +#, python-format +msgid "Join %(name)s" +msgstr "" + +#: app/templates/community/add_remote.html:34 +#: app/templates/community/community.html:116 +#: app/templates/list_communities.html:86 +#: app/templates/list_communities.html:89 app/templates/post/add_reply.html:50 +#: app/templates/post/continue_discussion.html:98 +#: app/templates/post/post.html:176 +msgid "Join" +msgstr "" + +#: app/templates/list_communities.html:96 +#, python-format +msgid "Browse %(name)s" +msgstr "" + +#: app/templates/list_communities.html:106 app/templates/list_topics.html:24 +msgid "There are no communities yet." +msgstr "" + +#: app/templates/list_topics.html:11 +msgid "Choose a topic" +msgstr "" + +#: app/templates/privacy.html:10 +msgid "Privacy" +msgstr "" + +#: app/templates/admin/_nav.html:2 +msgid "Admin navigation" +msgstr "" + +#: app/templates/admin/_nav.html:3 +msgid "Admin home" +msgstr "" + +#: app/templates/admin/_nav.html:9 +msgid "Watch" +msgstr "" + +#: app/templates/admin/_nav.html:11 +msgid "Registration applications" +msgstr "" + +#: app/templates/admin/_nav.html:13 +msgid "Moderation" +msgstr "" + +#: app/templates/admin/_nav.html:14 +msgid "Federation" +msgstr "" + +#: app/templates/admin/_nav.html:15 +msgid "Newsletter" +msgstr "" + +#: app/templates/admin/_nav.html:16 +msgid "Activities" +msgstr "" + +#: app/templates/admin/add_user.html:17 +msgid "Add new user" +msgstr "" + +#: app/templates/admin/approve_registrations.html:18 +#, python-format +msgid "When registering, people are asked \"%(question)s\"." +msgstr "" + +#: app/templates/admin/approve_registrations.html:43 +msgid "Approve" +msgstr "" + +#: app/templates/admin/approve_registrations.html:44 +msgid "View" +msgstr "" + +#: app/templates/admin/approve_registrations.html:45 +#: app/templates/post/post_options.html:20 +#: app/templates/post/post_reply_options.html:20 +#: app/templates/user/show_profile.html:176 +msgid "Delete" +msgstr "" + +#: app/templates/admin/approve_registrations.html:51 +msgid "No one is waiting to be approved." +msgstr "" + +#: app/templates/admin/edit_community.html:17 +#, python-format +msgid "Edit %(community_name)s" +msgstr "" + +#: app/templates/admin/edit_community.html:43 +msgid "Will not be overwritten by remote server" +msgstr "" + +#: app/templates/admin/edit_topic.html:18 +#, python-format +msgid "Edit %(topic_name)s" +msgstr "" + +#: app/templates/admin/edit_user.html:17 +#, python-format +msgid "Edit %(user_name)s (%(display_name)s)" +msgstr "" + +#: app/templates/admin/posts.html:17 +msgid "Most downvoted in the last 3 days" +msgstr "" + +#: app/templates/admin/users.html:17 +msgid "Add local user" +msgstr "" + +#: app/templates/auth/check_email.html:9 +msgid "We sent you an email containing a link that you need to click to enable your account." +msgstr "" + +#: app/templates/auth/login.html:14 +msgid "New User?" +msgstr "" + +#: app/templates/auth/login.html:14 +msgid "Register new account" +msgstr "" + +#: app/templates/auth/login.html:16 +msgid "Forgot Your Password?" +msgstr "" + +#: app/templates/auth/login.html:17 +msgid "Reset it" +msgstr "" + +#: app/templates/auth/permission_denied.html:8 +#: app/templates/chat/blocked.html:13 app/templates/chat/denied.html:14 +msgid "Sorry" +msgstr "" + +#: app/templates/auth/permission_denied.html:12 +msgid "Your account does not have access to that area." +msgstr "" + +#: app/templates/auth/please_wait.html:8 +msgid "Thanks for registering" +msgstr "" + +#: app/templates/auth/please_wait.html:9 +msgid "We are reviewing your application and will email you once it has been accepted." +msgstr "" + +#: app/templates/auth/register.html:19 +msgid "Create new account" +msgstr "" + +#: app/templates/auth/register.html:22 +msgid "Registration is closed. Only admins can create accounts." +msgstr "" + +#: app/templates/auth/reset_password.html:13 +#: app/templates/auth/reset_password_request.html:13 +msgid "Reset your password" +msgstr "" + +#: app/templates/auth/validation_required.html:8 +msgid "Please check your email inbox" +msgstr "" + +#: app/templates/auth/validation_required.html:12 +msgid "To keep spam and bots to a managable level, we send every new account an email with a link in it that needs to be clicked to fully enable the account." +msgstr "" + +#: app/templates/chat/blocked.html:15 +msgid "You have blocked this person or they have blocked you." +msgstr "" + +#: app/templates/chat/chat_options.html:14 +#, python-format +msgid "Options for conversation with \"%(member_names)s\"" +msgstr "" + +#: app/templates/chat/chat_options.html:17 +msgid "Delete conversation" +msgstr "" + +#: app/templates/chat/chat_options.html:21 +#, python-format +msgid "Block @%(author_name)s" +msgstr "" + +#: app/templates/chat/chat_options.html:26 +#, python-format +msgid "Block chats and posts from instance: %(name)s" +msgstr "" + +#: app/templates/chat/chat_options.html:29 +#: app/templates/post/post_options.html:48 +#: app/templates/post/post_reply_options.html:32 +msgid "Report to moderators" +msgstr "" + +#: app/templates/chat/chat_options.html:31 +msgid "If you are reporting abuse then do not delete the conversation - moderators will not be able to read it if you delete it." +msgstr "" + +#: app/templates/chat/conversation.html:37 +msgid "Chat" +msgstr "" + +#: app/templates/chat/conversation.html:42 app/templates/user/filters.html:56 +#: app/templates/user/notifications.html:14 app/templates/user/people.html:14 +#: app/templates/user/people.html:17 app/templates/user/show_profile.html:19 +#: app/templates/user/show_profile.html:39 app/user/routes.py:34 +msgid "People" +msgstr "" + +#: app/templates/chat/conversation.html:59 +#, python-format +msgid "Messages with %(name)s" +msgstr "" + +#: app/templates/chat/conversation.html:60 +msgid "Messages with: " +msgstr "" + +#: app/templates/chat/conversation.html:75 +#: app/templates/post/_post_teaser.html:80 +msgid "Options" +msgstr "" + +#: app/templates/chat/denied.html:16 +msgid "You have not been using PieFed long enough to be allowed to send messages to people." +msgstr "" + +#: app/templates/chat/empty.html:13 +msgid "No chats" +msgstr "" + +#: app/templates/chat/empty.html:15 +msgid "There are no chats involving you, yet. Start a conversation using the \"Send message\" button on someone's profile." +msgstr "" + +#: app/templates/chat/report.html:14 +#, python-format +msgid "Report conversation with \"%(member_names)s\"" +msgstr "" + +#: app/templates/community/_community_nav.html:3 +#: app/templates/community/add_post.html:11 +#: app/templates/community/community.html:108 +#: app/templates/post/add_reply.html:54 +#: app/templates/post/continue_discussion.html:102 +#: app/templates/post/post.html:170 app/templates/post/post_reply_edit.html:50 +#: app/templates/topic/show_topic.html:68 +msgid "Create post" +msgstr "" + +#: app/templates/community/_community_nav.html:7 +msgid "Sort by hot" +msgstr "" + +#: app/templates/community/_community_nav.html:10 +msgid "Sort by top" +msgstr "" + +#: app/templates/community/_community_nav.html:13 +msgid "Sort by new" +msgstr "" + +#: app/templates/community/_community_nav.html:16 +msgid "Sort by active" +msgstr "" + +#: app/templates/community/_community_nav.html:26 +msgid "Tile" +msgstr "" + +#: app/templates/community/_community_nav.html:29 +msgid "Wide tile" +msgstr "" + +#: app/templates/community/_notification_toggle.html:5 +msgid "Notify about every new post. Not advisable in high traffic communities!" +msgstr "" + +#: app/templates/community/add_local.html:31 +#, python-format +msgid "Only people using %(name)s can post or reply" +msgstr "" + +#: app/templates/community/add_post.html:44 +#: app/templates/community/add_post.html:65 +#: app/templates/community/add_post.html:88 +#: app/templates/post/add_reply.html:37 app/templates/post/post.html:42 +#: app/templates/user/edit_profile.html:44 +msgid "Enable markdown editor" +msgstr "" + +#: app/templates/community/add_post.html:73 +#: app/templates/post/post_edit.html:98 +msgid "Describe the image, to help visually impaired people." +msgstr "" + +#: app/templates/community/add_remote.html:25 +msgid "Found a community:" +msgstr "" + +#: app/templates/community/community.html:27 +#: app/templates/community/community.html:48 +#: app/templates/community/community.html:66 +#: app/templates/post/_post_full.html:20 app/templates/post/_post_full.html:66 +#: app/templates/post/_post_teaser.html:56 +msgid "Not safe for work" +msgstr "" + +#: app/templates/community/community.html:28 +#: app/templates/community/community.html:49 +#: app/templates/community/community.html:67 +msgid "Not safe for life" +msgstr "" + +#: app/templates/community/community.html:76 +#: app/templates/community/community.html:84 +msgid "No posts in this community yet." +msgstr "" + +#: app/templates/community/community.html:121 +#: app/templates/post/add_reply.html:58 +#: app/templates/post/continue_discussion.html:106 +#: app/templates/post/post.html:181 app/templates/post/post_reply_edit.html:54 +msgid "Search this community" +msgstr "" + +#: app/templates/community/community.html:127 +#: app/templates/post/add_reply.html:64 +#: app/templates/post/continue_discussion.html:112 +#: app/templates/post/post.html:187 app/templates/post/post_reply_edit.html:60 +msgid "About community" +msgstr "" + +#: app/templates/community/community.html:146 +#, python-format +msgid "Only people on %(instance_name)s can post or reply in this community." +msgstr "" + +#: app/templates/community/community.html:156 app/templates/post/post.html:205 +msgid "Related communities" +msgstr "" + +#: app/templates/community/community.html:162 app/templates/post/post.html:211 +#: app/templates/topic/show_topic.html:85 +msgid "Go to community" +msgstr "" + +#: app/templates/community/community.html:175 +#: app/templates/post/add_reply.html:82 +#: app/templates/post/continue_discussion.html:130 +#: app/templates/post/post.html:224 app/templates/post/post_reply_edit.html:78 +msgid "Community Settings" +msgstr "" + +#: app/templates/community/community.html:178 +#: app/templates/post/add_reply.html:85 +#: app/templates/post/continue_discussion.html:133 +#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:81 +msgid "Moderate" +msgstr "" + +#: app/templates/community/community.html:180 +#: app/templates/community/community_edit.html:15 +#: app/templates/community/community_mod_list.html:15 +#: app/templates/post/add_reply.html:86 +#: app/templates/post/continue_discussion.html:134 +#: app/templates/post/post.html:228 app/templates/post/post_reply_edit.html:82 +#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 +#: app/templates/user/show_profile.html:121 +msgid "Settings" +msgstr "" + +#: app/templates/community/community_ban_user.html:13 +#, python-format +msgid "Ban \"%(user_name)s\" from %(community_name)s" +msgstr "" + +#: app/templates/community/community_delete.html:13 +#, python-format +msgid "Delete \"%(community_title)s\"" +msgstr "" + +#: app/templates/community/community_edit.html:51 +#: app/templates/community/community_mod_list.html:16 +msgid "Moderators" +msgstr "" + +#: app/templates/community/community_mod_list.html:24 +msgid "Add moderator" +msgstr "" + +#: app/templates/community/community_mod_list.html:41 +msgid "Remove" +msgstr "" + +#: app/templates/domain/domain.html:14 app/templates/domain/domains.html:12 +#: app/templates/domain/domains.html:21 +#: app/templates/domain/domains_blocked.html:21 +#: app/templates/user/filters.html:60 +msgid "Domains" +msgstr "" + +#: app/templates/domain/domain.html:23 +msgid "No posts in this domain yet." +msgstr "" + +#: app/templates/domain/domain.html:45 +msgid "Domain management" +msgstr "" + +#: app/templates/domain/domain.html:51 app/templates/user/filters.html:71 +#: app/templates/user/filters.html:76 app/templates/user/filters.html:89 +#: app/templates/user/filters.html:94 app/templates/user/filters.html:107 +#: app/templates/user/filters.html:112 app/templates/user/filters.html:125 +#: app/templates/user/filters.html:130 app/templates/user/show_profile.html:52 +msgid "Unblock" +msgstr "" + +#: app/templates/domain/domain.html:55 app/templates/user/show_profile.html:54 +msgid "Block" +msgstr "" + +#: app/templates/domain/domain.html:61 +#: app/templates/domain/domains_blocked.html:46 +#: app/templates/user/show_profile.html:166 +msgid "Unban" +msgstr "" + +#: app/templates/domain/domain.html:65 +msgid "Ban instance-wide" +msgstr "" + +#: app/templates/domain/domains.html:14 +#, python-format +msgid "Domains containing \"%(search)s\"" +msgstr "" + +#: app/templates/domain/domains.html:24 +#: app/templates/domain/domains_blocked.html:24 +msgid "Banned domains" +msgstr "" + +#: app/templates/domain/domains.html:38 +msgid "How many times has something on this domain been posted" +msgstr "" + +#: app/templates/domain/domains_blocked.html:12 +msgid "Blocked domains" +msgstr "" + +#: app/templates/domain/domains_blocked.html:14 +#, python-format +msgid "Blocked domains containing \"%(search)s\"" +msgstr "" + +#: app/templates/domain/domains_blocked.html:46 +msgid "Unbanning this domain allows future posts linking to that domain." +msgstr "" + +#: app/templates/domain/domains_blocked.html:48 +msgid "Banning this domain will delete all posts linking to this domain and prevent future posts linking to that domain." +msgstr "" + +#: app/templates/errors/404.html:12 +msgid "Ooops, something is broken!" +msgstr "" + +#: app/templates/errors/404.html:15 +msgid "The page your browser tried to load could not be found." +msgstr "" + +#: app/templates/errors/404.html:16 app/templates/errors/500.html:16 +msgid "Back" +msgstr "" + +#: app/templates/errors/500.html:12 +msgid "An unexpected error has occurred" +msgstr "" + +#: app/templates/errors/500.html:15 +msgid "Sorry for the inconvenience! Please let us know about this, so we can repair it and make PieFed better for everyone." +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:3 +msgid "UpVote button." +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:9 +msgid "Score: " +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:11 +msgid "DownVote button." +msgstr "" + +#: app/templates/post/_comment_voting_buttons.html:21 +msgid "Score:" +msgstr "" + +#: app/templates/post/_post_full.html:21 app/templates/post/_post_full.html:67 +#: app/templates/post/_post_teaser.html:57 +msgid "Potentially emotionally scarring content" +msgstr "" + +#: app/templates/post/_post_full.html:28 app/templates/post/_post_full.html:76 +#: app/templates/post/_post_teaser.html:59 +msgid "Reported. Check post for issues." +msgstr "" + +#: app/templates/post/_post_reply_teaser.html:3 +msgid "View context" +msgstr "" + +#: app/templates/post/_post_teaser.html:6 +#: app/templates/post/_post_teaser_masonry.html:6 +msgid "Filtered: " +msgstr "" + +#: app/templates/post/_post_teaser.html:18 +#: app/templates/post/_post_teaser.html:26 +#: app/templates/post/_post_teaser.html:42 +msgid "Read article" +msgstr "" + +#: app/templates/post/_post_teaser.html:20 +#: app/templates/post/_post_teaser.html:30 +#: app/templates/post/_post_teaser.html:74 +#: app/templates/post/_post_teaser.html:76 +#: app/templates/post/_post_teaser_masonry.html:16 +#: app/templates/post/_post_teaser_masonry.html:20 +#: app/templates/post/_post_teaser_masonry.html:23 +#: app/templates/post/_post_teaser_masonry.html:55 +msgid "View image" +msgstr "" + +#: app/templates/post/_post_teaser.html:22 +#: app/templates/post/_post_teaser.html:34 +msgid "Read post" +msgstr "" + +#: app/templates/post/_post_teaser.html:54 +msgid "All posts about this domain" +msgstr "" + +#: app/templates/post/_post_teaser.html:63 +#, python-format +msgid "Go to community %(name)s" +msgstr "" + +#: app/templates/post/_post_teaser.html:71 +#: app/templates/post/_post_teaser_masonry.html:47 +#: app/templates/post/_post_teaser_masonry.html:48 +#: app/templates/post/_post_teaser_masonry.html:68 +#: app/templates/post/_post_teaser_masonry.html:69 +msgid "View comments" +msgstr "" + +#: app/templates/post/_post_teaser.html:71 +msgid "Number of comments:" +msgstr "" + +#: app/templates/post/_post_voting_buttons.html:3 +#, python-format +msgid "UpVote button, %(count)d upvotes so far." +msgstr "" + +#: app/templates/post/_post_voting_buttons.html:11 +#, python-format +msgid "DownVote button, %(count)d downvotes so far." +msgstr "" + +#: app/templates/post/_post_voting_buttons_masonry.html:3 +msgid "UpVote" +msgstr "" + +#: app/templates/post/_post_voting_buttons_masonry.html:10 +msgid "DownVote" +msgstr "" + +#: app/templates/post/add_reply.html:21 app/templates/post/post.html:23 +msgid "This post is hosted on beehaw.org which has higher standards of behaviour than most places. Be nice." +msgstr "" + +#: app/templates/post/continue_discussion.html:44 +#: app/templates/post/post.html:105 +msgid "Reported. Check comment for issues." +msgstr "" + +#: app/templates/post/post.html:26 +msgid "This post is hosted on lemmy.ml which will ban you for saying anything negative about China, Russia or Putin. Tread carefully." +msgstr "" + +#: app/templates/post/post.html:52 +msgid "Verify your email address to comment" +msgstr "" + +#: app/templates/post/post.html:55 +msgid "Log in to comment" +msgstr "" + +#: app/templates/post/post.html:58 +msgid "Comments are disabled." +msgstr "" + +#: app/templates/post/post.html:65 +msgid "Sort by magic" +msgstr "" + +#: app/templates/post/post.html:68 +msgid "Comments with the most upvotes" +msgstr "" + +#: app/templates/post/post.html:71 +msgid "Show newest first" +msgstr "" + +#: app/templates/post/post.html:87 +msgid "Author" +msgstr "" + +#: app/templates/post/post.html:101 +msgid "Post creator" +msgstr "" + +#: app/templates/post/post.html:102 +msgid "When: " +msgstr "" + +#: app/templates/post/post.html:131 +msgid "Comment options" +msgstr "" + +#: app/templates/post/post_mea_culpa.html:15 +msgid "If you wish to de-escalate the discussion on your post and now feel like it was a mistake, click the button below." +msgstr "" + +#: app/templates/post/post_mea_culpa.html:16 +msgid "No further comments will be posted and a message saying you made a mistake in this post will be displayed." +msgstr "" + +#: app/templates/post/post_mea_culpa.html:17 +msgid "The effect of downvotes on your reputation score will be removed." +msgstr "" + +#: app/templates/post/post_options.html:13 +#, python-format +msgid "Options for \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_options.html:18 +#: app/templates/post/post_reply_options.html:18 +msgid "Edit" +msgstr "" + +#: app/templates/post/post_options.html:24 +msgid "I made a mistake with this post and have changed my mind about the topic" +msgstr "" + +#: app/templates/post/post_options.html:28 +#, python-format +msgid "Block post author @%(author_name)s" +msgstr "" + +#: app/templates/post/post_options.html:31 +#, python-format +msgid "Ban post author @%(author_name)s from
%(community_name)s" +msgstr "" + +#: app/templates/post/post_options.html:35 +#, python-format +msgid "Block domain %(domain)s" +msgstr "" + +#: app/templates/post/post_options.html:39 +#: app/templates/post/post_reply_options.html:27 +#, python-format +msgid "Hide every post from author's instance: %(name)s" +msgstr "" + +#: app/templates/post/post_options.html:45 +#, python-format +msgid "View original on %(domain)s" +msgstr "" + +#: app/templates/post/post_options.html:50 +#: app/templates/post/post_reply_options.html:34 +msgid "If you want to perform more than one of these (e.g. block and report), hold down Ctrl and click, then complete the operation in the new tabs that open." +msgstr "" + +#: app/templates/post/post_reply_edit.html:44 +msgid "Unsubscribe" +msgstr "" + +#: app/templates/post/post_reply_edit.html:46 +msgid "Subscribe" +msgstr "" + +#: app/templates/post/post_reply_options.html:13 +#, python-format +msgid "Options for comment on \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_reply_options.html:24 +#, python-format +msgid "Block author @%(author_name)s" +msgstr "" + +#: app/templates/post/post_reply_report.html:13 +#, python-format +msgid "Report comment on \"%(post_title)s\" by %(reply_name)s" +msgstr "" + +#: app/templates/post/post_report.html:13 +#, python-format +msgid "Report \"%(post_title)s\"" +msgstr "" + +#: app/templates/search/results.html:11 +msgid "Search results for" +msgstr "" + +#: app/templates/search/results.html:16 +msgid "No posts match your search." +msgstr "" + +#: app/templates/search/start.html:13 +msgid "Search for posts" +msgstr "" + +#: app/templates/search/start.html:20 +msgid "Example searches:" +msgstr "" + +#: app/templates/search/start.html:23 +msgid "star wars" +msgstr "" + +#: app/templates/search/start.html:24 +msgid "There is an implied \"and\" here. Results will have both words somewhere in them." +msgstr "" + +#: app/templates/search/start.html:27 +msgid "star or wars" +msgstr "" + +#: app/templates/search/start.html:28 +msgid "This will broaden the search to include results that contain any of the words." +msgstr "" + +#: app/templates/search/start.html:31 +msgid "star -wars" +msgstr "" + +#: app/templates/search/start.html:32 +msgid "To search for things containing \"star\" but not \"wars\" you can put a - before the word you want to exclude." +msgstr "" + +#: app/templates/search/start.html:35 +msgid "\"star wars\"" +msgstr "" + +#: app/templates/search/start.html:36 +msgid "Results will have exactly that phrase in them." +msgstr "" + +#: app/templates/topic/choose_topics.html:9 +msgid "Please choose at least 3 topics that interest you." +msgstr "" + +#: app/templates/topic/show_topic.html:23 +msgid "Sub-topics" +msgstr "" + +#: app/templates/topic/show_topic.html:36 +#: app/templates/topic/show_topic.html:44 +msgid "No posts in this topic yet." +msgstr "" + +#: app/templates/topic/show_topic.html:79 +msgid "Topic communities" +msgstr "" + +#: app/templates/topic/topic_create_post.html:9 +#, python-format +msgid "Which community within %(topic)s to post in?" +msgstr "" + +#: app/templates/topic/topic_create_post.html:17 +#, python-format +msgid "Post in %(name)s" +msgstr "" + +#: app/templates/user/_user_nav.html:8 app/templates/user/notifications.html:54 +#: app/templates/user/show_profile.html:118 +msgid "Profile" +msgstr "" + +#: app/templates/user/_user_nav.html:11 +msgid "Blocks & Filters" +msgstr "" + +#: app/templates/user/delete_account.html:15 +#: app/templates/user/edit_settings.html:17 +#: app/templates/user/edit_settings.html:20 +msgid "Change settings" +msgstr "" + +#: app/templates/user/delete_account.html:18 +#, python-format +msgid "Delete %(username)s" +msgstr "" + +#: app/templates/user/delete_account.html:20 +#, python-format +msgid "You are about to permanently delete the account with the username \"%(username)s.\" This means your profile will disappear, pictures will be deleted. Text-based posts will stay but look like they are from someone named \"deleted.\"" +msgstr "" + +#: app/templates/user/delete_account.html:21 +#, python-format +msgid "Once you hit delete, nobody can use \"%(username)s\" as a username again. We are doing this so nobody pretends to be you." +msgstr "" + +#: app/templates/user/delete_account.html:22 +msgid "We will tell other websites (fediverse instances) that your account is gone. But it's up to them to decide what to do with any copies they have of your stuff. Some websites work differently than ours." +msgstr "" + +#: app/templates/user/delete_account.html:23 +msgid "Remember, once you do this, there's no going back. Are you sure you want to continue?" +msgstr "" + +#: app/templates/user/edit_filters.html:16 app/templates/user/filters.html:16 +#: app/templates/user/filters.html:19 +msgid "Filters" +msgstr "" + +#: app/templates/user/edit_filters.html:18 app/user/routes.py:713 +msgid "Edit filter" +msgstr "" + +#: app/templates/user/edit_filters.html:20 +#: app/templates/user/edit_filters.html:27 app/templates/user/filters.html:22 +#: app/user/routes.py:673 +msgid "Add filter" +msgstr "" + +#: app/templates/user/edit_filters.html:25 +#, python-format +msgid "Filter %(name)s" +msgstr "" + +#: app/templates/user/edit_filters.html:33 +msgid "Filter in these places" +msgstr "" + +#: app/templates/user/edit_filters.html:39 +msgid "One per line. Case does not matter." +msgstr "" + +#: app/templates/user/edit_filters.html:41 +msgid "Stop applying this filter after this date. Optional." +msgstr "" + +#: app/templates/user/edit_profile.html:16 app/user/routes.py:147 +#: app/user/routes.py:212 +msgid "Edit profile" +msgstr "" + +#: app/templates/user/edit_profile.html:19 +#, python-format +msgid "Edit profile of %(name)s" +msgstr "" + +#: app/templates/user/edit_profile.html:58 +msgid "Delete account" +msgstr "" + +#: app/templates/user/email_notifs_unsubscribed.html:9 +#: app/templates/user/newsletter_unsubscribed.html:9 +msgid "Unsubscribed" +msgstr "" + +#: app/templates/user/email_notifs_unsubscribed.html:10 +msgid "You have unsubscribed from emails about unread notifications. We might email you for other reasons, though." +msgstr "" + +#: app/templates/user/email_notifs_unsubscribed.html:11 +#: app/templates/user/newsletter_unsubscribed.html:11 +msgid "More email settings" +msgstr "" + +#: app/templates/user/filters.html:25 +msgid "Filters can hide posts that contain keywords you specify, either by making them less noticeable or invisible." +msgstr "" + +#: app/templates/user/filters.html:30 +msgid "Keywords" +msgstr "" + +#: app/templates/user/filters.html:32 +msgid "Expires" +msgstr "" + +#: app/templates/user/filters.html:39 +msgid "Invisible" +msgstr "" + +#: app/templates/user/filters.html:39 +msgid "Semi-transparent" +msgstr "" + +#: app/templates/user/filters.html:49 +msgid "No filters defined yet." +msgstr "" + +#: app/templates/user/filters.html:62 +msgid "Instances" +msgstr "" + +#: app/templates/user/filters.html:81 +msgid "No blocked people" +msgstr "" + +#: app/templates/user/filters.html:99 +msgid "No blocked communities" +msgstr "" + +#: app/templates/user/filters.html:117 +msgid "No blocked domains" +msgstr "" + +#: app/templates/user/filters.html:135 +msgid "No blocked instances" +msgstr "" + +#: app/templates/user/newsletter_unsubscribed.html:10 +msgid "You have unsubscribed from the email newsletter. We might email you for other reasons, though." +msgstr "" + +#: app/templates/user/notifications.html:25 +msgid "Mark all as read" +msgstr "" + +#: app/templates/user/notifications.html:49 +#: app/templates/user/show_profile.html:113 +msgid "Manage" +msgstr "" + +#: app/templates/user/notifications.html:95 +#: app/templates/user/show_profile.html:189 +msgid "Upvoted" +msgstr "" + +#: app/templates/user/people.html:32 +msgid "No people to show" +msgstr "" + +#: app/templates/user/show_profile.html:24 +#: app/templates/user/show_profile.html:29 +msgid "Profile pic" +msgstr "" + +#: app/templates/user/show_profile.html:47 +msgid "Send message" +msgstr "" + +#: app/templates/user/show_profile.html:49 +msgid "Send message with matrix chat" +msgstr "" + +#: app/templates/user/show_profile.html:49 +msgid "Send message using Matrix" +msgstr "" + +#: app/templates/user/show_profile.html:60 +msgid "Attitude" +msgstr "" + +#: app/templates/user/show_profile.html:60 +msgid "Ratio of upvotes cast to downvotes cast. Higher is more positive." +msgstr "" + +#: app/templates/user/show_profile.html:69 +msgid "Post pagination" +msgstr "" + +#: app/templates/user/show_profile.html:82 +msgid "No posts yet." +msgstr "" + +#: app/templates/user/show_profile.html:92 +msgid "Comment pagination" +msgstr "" + +#: app/templates/user/show_profile.html:105 +msgid "No comments yet." +msgstr "" + +#: app/templates/user/show_profile.html:134 +msgid "Member of" +msgstr "" + +#: app/templates/user/show_profile.html:159 +msgid "Crush" +msgstr "" + +#: app/templates/user/show_profile.html:179 +msgid "Ban + Purge" +msgstr "" + +#: app/templates/user/user_report.html:13 +#, python-format +msgid "Report \"%(user_name)s\"" +msgstr "" + +#: app/topic/forms.py:13 +msgid "Choose some topics you are interested in" +msgstr "" + +#: app/topic/forms.py:14 +msgid "Choose" +msgstr "" + +#: app/topic/routes.py:168 +msgid "You have joined some communities relating to those interests. Find them on the Topics menu or browse the home page." +msgstr "" + +#: app/topic/routes.py:172 +msgid "You did not choose any topics. Would you like to choose individual communities instead?" +msgstr "" + +#: app/user/forms.py:13 +msgid "Display name" +msgstr "" + +#: app/user/forms.py:15 +msgid "Set new password" +msgstr "" + +#: app/user/forms.py:22 +msgid "Save profile" +msgstr "" + +#: app/user/forms.py:26 +msgid "That email address is already in use by another account" +msgstr "" + +#: app/user/forms.py:30 +msgid "Matrix user ids start with @" +msgstr "" + +#: app/user/forms.py:35 +msgid "Receive email about missed notifications" +msgstr "" + +#: app/user/forms.py:39 +msgid "Use markdown editor GUI when writing" +msgstr "" + +#: app/user/forms.py:41 +msgid "My posts appear in search results" +msgstr "" + +#: app/user/forms.py:43 +msgid "Import community subscriptions and user blocks from Lemmy" +msgstr "" + +#: app/user/forms.py:49 +msgid "By default, sort posts by" +msgstr "" + +#: app/user/forms.py:50 +msgid "Theme" +msgstr "" + +#: app/user/forms.py:51 +msgid "Save settings" +msgstr "" + +#: app/user/forms.py:55 +msgid "Yes, delete my account" +msgstr "" + +#: app/user/forms.py:66 +msgid "Malicious reporting" +msgstr "" + +#: app/user/forms.py:90 +msgid "Home feed" +msgstr "" + +#: app/user/forms.py:91 +msgid "Posts in communities" +msgstr "" + +#: app/user/forms.py:92 +msgid "Comments on posts" +msgstr "" + +#: app/user/forms.py:93 +msgid "Make semi-transparent" +msgstr "" + +#: app/user/forms.py:93 +msgid "Hide completely" +msgstr "" + +#: app/user/forms.py:94 +msgid "Action to take" +msgstr "" + +#: app/user/forms.py:95 +msgid "Keywords that trigger this filter" +msgstr "" + +#: app/user/forms.py:98 +msgid "Expire after" +msgstr "" + +#: app/user/routes.py:42 +msgid "This user has been banned." +msgstr "" + +#: app/user/routes.py:44 +msgid "This user has been deleted." +msgstr "" + +#: app/user/routes.py:77 +#, python-format +msgid "Posts by %(user_name)s" +msgstr "" + +#: app/user/routes.py:194 +msgid "Your subscriptions and blocks are being imported. If you have many it could take a few minutes." +msgstr "" + +#: app/user/routes.py:229 +msgid "You cannot ban yourself." +msgstr "" + +#: app/user/routes.py:254 +msgid "You cannot unban yourself." +msgstr "" + +#: app/user/routes.py:278 +msgid "You cannot block yourself." +msgstr "" + +#: app/user/routes.py:307 +msgid "You cannot unblock yourself." +msgstr "" + +#: app/user/routes.py:352 +#, python-format +msgid "%(user_name)s has been reported, thank you!" +msgstr "" + +#: app/user/routes.py:358 +msgid "Report user" +msgstr "" + +#: app/user/routes.py:375 +msgid "You cannot delete yourself." +msgstr "" + +#: app/user/routes.py:432 +msgid "Account deletion in progress. Give it a few minutes." +msgstr "" + +#: app/user/routes.py:437 +msgid "Delete my account" +msgstr "" + +#: app/user/routes.py:482 +msgid "You cannot purge yourself." +msgstr "" + +#: app/user/routes.py:559 +msgid "All notifications marked as read." +msgstr "" + +#: app/user/routes.py:730 +msgid "Filter deleted." +msgstr "" + diff --git a/app/translations/pt/LC_MESSAGES/messages.po b/app/translations/pt/LC_MESSAGES/messages.po index 030a3e78..f65665b0 100644 --- a/app/translations/pt/LC_MESSAGES/messages.po +++ b/app/translations/pt/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-17 19:06+1300\n" +"POT-Creation-Date: 2024-04-09 12:33+1200\n" "PO-Revision-Date: 2024-03-17 19:10+1300\n" "Last-Translator: FULL NAME \n" "Language: pt\n" @@ -18,11 +18,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.12.1\n" -#: app/__init__.py:26 +#: app/__init__.py:33 msgid "Please log in to access this page." msgstr "" -#: app/cli.py:238 app/main/routes.py:300 +#: app/cli.py:225 app/main/routes.py:328 msgid "[PieFed] You have unread notifications" msgstr "" @@ -42,13 +42,21 @@ msgstr "" msgid "Welcome to PieFed" msgstr "" -#: app/activitypub/util.py:1205 app/post/routes.py:85 app/post/routes.py:472 +#: app/activitypub/util.py:1280 app/post/routes.py:91 app/post/routes.py:509 #, python-format msgid "Reply from %(name)s on %(post_title)s" msgstr "" -#: app/admin/forms.py:13 app/admin/forms.py:97 app/community/forms.py:18 -#: app/templates/community/community_mod_list.html:30 +#: app/activitypub/util.py:1679 app/post/routes.py:1053 +msgid "A post has been reported" +msgstr "" + +#: app/activitypub/util.py:1700 app/post/routes.py:1187 +msgid "A comment has been reported" +msgstr "" + +#: app/admin/forms.py:13 app/admin/forms.py:99 app/community/forms.py:18 +#: app/templates/community/community_mod_list.html:32 #: app/templates/user/filters.html:29 app/templates/user/filters.html:70 #: app/templates/user/filters.html:88 app/templates/user/filters.html:106 #: app/templates/user/filters.html:124 app/user/forms.py:89 @@ -71,10 +79,10 @@ msgstr "" msgid "Legal information" msgstr "" -#: app/admin/forms.py:20 app/admin/forms.py:36 app/admin/forms.py:44 -#: app/admin/forms.py:81 app/admin/forms.py:100 app/admin/forms.py:126 -#: app/admin/forms.py:188 app/community/forms.py:56 app/community/forms.py:95 -#: app/user/forms.py:99 +#: app/admin/forms.py:20 app/admin/forms.py:37 app/admin/forms.py:46 +#: app/admin/forms.py:83 app/admin/forms.py:102 app/admin/forms.py:128 +#: app/admin/forms.py:180 app/community/forms.py:56 app/community/forms.py:96 +#: app/community/forms.py:109 app/community/forms.py:129 app/user/forms.py:99 msgid "Save" msgstr "" @@ -127,434 +135,439 @@ msgid "Question to ask people applying for an account" msgstr "" #: app/admin/forms.py:34 -msgid "Log ActivityPub JSON for debugging" +msgid "Block registrations from these referrers (one per line)" msgstr "" #: app/admin/forms.py:35 +msgid "Log ActivityPub JSON for debugging" +msgstr "" + +#: app/admin/forms.py:36 msgid "Default theme" msgstr "" -#: app/admin/forms.py:40 +#: app/admin/forms.py:41 msgid "Allowlist instead of blocklist" msgstr "" -#: app/admin/forms.py:41 +#: app/admin/forms.py:42 msgid "Allow federation with these instances" msgstr "" -#: app/admin/forms.py:42 +#: app/admin/forms.py:43 msgid "Blocklist instead of allowlist" msgstr "" -#: app/admin/forms.py:43 +#: app/admin/forms.py:44 msgid "Deny federation with these instances" msgstr "" -#: app/admin/forms.py:48 app/community/forms.py:42 app/community/forms.py:80 -#: app/community/forms.py:82 app/community/forms.py:86 +#: app/admin/forms.py:45 +msgid "Discard all posts and comments with these phrases (one per line)" +msgstr "" + +#: app/admin/forms.py:50 app/community/forms.py:42 app/community/forms.py:90 +#: app/community/forms.py:101 app/community/forms.py:121 msgid "Title" msgstr "" -#: app/admin/forms.py:49 app/admin/forms.py:98 app/community/forms.py:19 +#: app/admin/forms.py:51 app/admin/forms.py:100 app/community/forms.py:19 msgid "Url" msgstr "" -#: app/admin/forms.py:50 app/community/forms.py:20 app/community/forms.py:43 +#: app/admin/forms.py:52 app/community/forms.py:20 app/community/forms.py:43 msgid "Description" msgstr "" -#: app/admin/forms.py:51 app/community/forms.py:21 app/community/forms.py:44 +#: app/admin/forms.py:53 app/community/forms.py:21 app/community/forms.py:44 msgid "Icon image" msgstr "" -#: app/admin/forms.py:52 app/community/forms.py:22 app/community/forms.py:45 +#: app/admin/forms.py:54 app/community/forms.py:22 app/community/forms.py:45 msgid "Banner image" msgstr "" -#: app/admin/forms.py:53 app/community/forms.py:23 app/community/forms.py:46 +#: app/admin/forms.py:55 app/community/forms.py:23 app/community/forms.py:46 msgid "Rules" msgstr "" -#: app/admin/forms.py:54 app/community/forms.py:47 +#: app/admin/forms.py:56 app/community/forms.py:47 msgid "Porn community" msgstr "" -#: app/admin/forms.py:55 +#: app/admin/forms.py:57 msgid "Banned - no new posts accepted" msgstr "" -#: app/admin/forms.py:56 app/community/forms.py:48 +#: app/admin/forms.py:58 app/community/forms.py:48 msgid "Only accept posts from current instance" msgstr "" -#: app/admin/forms.py:57 app/community/forms.py:49 +#: app/admin/forms.py:59 app/community/forms.py:49 msgid "Only moderators can post" msgstr "" -#: app/admin/forms.py:58 app/community/forms.py:50 +#: app/admin/forms.py:60 app/community/forms.py:50 msgid "New moderators wanted" msgstr "" -#: app/admin/forms.py:59 +#: app/admin/forms.py:61 msgid "Posts show on home page" msgstr "" -#: app/admin/forms.py:60 +#: app/admin/forms.py:62 msgid "Posts can be popular" msgstr "" -#: app/admin/forms.py:61 +#: app/admin/forms.py:63 msgid "Posts show in All list" msgstr "" -#: app/admin/forms.py:62 +#: app/admin/forms.py:64 msgid "Low quality / toxic - upvotes in here don't add to reputation" msgstr "" -#: app/admin/forms.py:63 +#: app/admin/forms.py:65 msgid "Forever" msgstr "" -#: app/admin/forms.py:64 +#: app/admin/forms.py:66 msgid "1 week" msgstr "" -#: app/admin/forms.py:65 +#: app/admin/forms.py:67 msgid "2 weeks" msgstr "" -#: app/admin/forms.py:66 +#: app/admin/forms.py:68 msgid "1 month" msgstr "" -#: app/admin/forms.py:67 +#: app/admin/forms.py:69 msgid "2 months" msgstr "" -#: app/admin/forms.py:68 +#: app/admin/forms.py:70 msgid "3 months" msgstr "" -#: app/admin/forms.py:69 +#: app/admin/forms.py:71 msgid "6 months" msgstr "" -#: app/admin/forms.py:70 +#: app/admin/forms.py:72 msgid "1 year" msgstr "" -#: app/admin/forms.py:71 +#: app/admin/forms.py:73 msgid "2 years" msgstr "" -#: app/admin/forms.py:72 +#: app/admin/forms.py:74 msgid "5 years" msgstr "" -#: app/admin/forms.py:73 +#: app/admin/forms.py:75 msgid "10 years" msgstr "" -#: app/admin/forms.py:75 +#: app/admin/forms.py:77 msgid "Retain content" msgstr "" -#: app/admin/forms.py:76 app/community/forms.py:51 +#: app/admin/forms.py:78 app/community/forms.py:51 msgid "Topic" msgstr "" -#: app/admin/forms.py:77 app/community/forms.py:52 +#: app/admin/forms.py:79 app/community/forms.py:52 #: app/templates/community/_community_nav.html:23 msgid "List" msgstr "" -#: app/admin/forms.py:78 app/community/forms.py:53 +#: app/admin/forms.py:80 app/community/forms.py:53 msgid "Masonry" msgstr "" -#: app/admin/forms.py:79 app/community/forms.py:54 +#: app/admin/forms.py:81 app/community/forms.py:54 msgid "Wide masonry" msgstr "" -#: app/admin/forms.py:80 app/community/forms.py:55 +#: app/admin/forms.py:82 app/community/forms.py:55 msgid "Layout" msgstr "" -#: app/admin/forms.py:87 app/community/forms.py:32 +#: app/admin/forms.py:89 app/community/forms.py:32 msgid "Url is required." msgstr "" -#: app/admin/forms.py:91 app/community/forms.py:36 +#: app/admin/forms.py:93 app/community/forms.py:36 msgid "- cannot be in Url. Use _ instead?" msgstr "" -#: app/admin/forms.py:99 +#: app/admin/forms.py:101 msgid "Parent topic" msgstr "" -#: app/admin/forms.py:104 app/auth/forms.py:10 app/auth/forms.py:17 +#: app/admin/forms.py:106 app/auth/forms.py:10 app/auth/forms.py:17 #: app/community/forms.py:60 msgid "User name" msgstr "" -#: app/admin/forms.py:106 app/admin/forms.py:169 app/user/forms.py:14 +#: app/admin/forms.py:108 app/user/forms.py:14 msgid "Email address" msgstr "" -#: app/admin/forms.py:107 app/auth/forms.py:11 app/auth/forms.py:20 +#: app/admin/forms.py:109 app/auth/forms.py:11 app/auth/forms.py:20 #: app/auth/forms.py:74 msgid "Password" msgstr "" -#: app/admin/forms.py:109 app/auth/forms.py:22 app/auth/forms.py:76 +#: app/admin/forms.py:111 app/auth/forms.py:22 app/auth/forms.py:76 msgid "Repeat password" msgstr "" -#: app/admin/forms.py:110 app/admin/forms.py:168 app/user/forms.py:17 +#: app/admin/forms.py:112 app/user/forms.py:17 msgid "Bio" msgstr "" -#: app/admin/forms.py:111 app/admin/forms.py:170 app/user/forms.py:18 +#: app/admin/forms.py:113 app/user/forms.py:18 msgid "Matrix User ID" msgstr "" -#: app/admin/forms.py:112 app/admin/forms.py:171 app/user/forms.py:19 +#: app/admin/forms.py:114 app/user/forms.py:19 msgid "Avatar image" msgstr "" -#: app/admin/forms.py:113 app/admin/forms.py:172 app/user/forms.py:20 +#: app/admin/forms.py:115 app/user/forms.py:20 msgid "Top banner image" msgstr "" -#: app/admin/forms.py:114 app/admin/forms.py:173 app/user/forms.py:21 +#: app/admin/forms.py:116 app/admin/forms.py:170 app/user/forms.py:21 msgid "This profile is a bot" msgstr "" -#: app/admin/forms.py:115 app/admin/forms.py:174 +#: app/admin/forms.py:117 app/admin/forms.py:171 msgid "Email address is verified" msgstr "" -#: app/admin/forms.py:116 app/admin/forms.py:175 +#: app/admin/forms.py:118 app/admin/forms.py:172 msgid "Banned" msgstr "" -#: app/admin/forms.py:117 app/admin/forms.py:176 app/user/forms.py:34 +#: app/admin/forms.py:119 app/user/forms.py:34 msgid "Subscribe to email newsletter" msgstr "" -#: app/admin/forms.py:118 app/admin/forms.py:177 app/user/forms.py:36 +#: app/admin/forms.py:120 app/user/forms.py:36 msgid "Hide posts by bots" msgstr "" -#: app/admin/forms.py:119 app/admin/forms.py:178 app/user/forms.py:37 +#: app/admin/forms.py:121 app/user/forms.py:37 msgid "Show NSFW posts" msgstr "" -#: app/admin/forms.py:120 app/admin/forms.py:179 app/user/forms.py:38 +#: app/admin/forms.py:122 app/user/forms.py:38 msgid "Show NSFL posts" msgstr "" -#: app/admin/forms.py:121 app/admin/forms.py:183 +#: app/admin/forms.py:123 app/admin/forms.py:173 msgid "User" msgstr "" -#: app/admin/forms.py:122 app/admin/forms.py:184 +#: app/admin/forms.py:124 app/admin/forms.py:174 msgid "Staff" msgstr "" -#: app/admin/forms.py:123 app/admin/forms.py:185 app/admin/routes.py:29 -#: app/templates/base.html:180 +#: app/admin/forms.py:125 app/admin/forms.py:175 app/admin/routes.py:32 +#: app/templates/base.html:185 msgid "Admin" msgstr "" -#: app/admin/forms.py:125 app/admin/forms.py:187 +#: app/admin/forms.py:127 app/admin/forms.py:177 msgid "Role" msgstr "" -#: app/admin/forms.py:131 app/auth/forms.py:32 +#: app/admin/forms.py:133 app/auth/forms.py:32 msgid "An account with this email address already exists." msgstr "" -#: app/admin/forms.py:135 app/auth/forms.py:36 +#: app/admin/forms.py:137 app/auth/forms.py:36 msgid "User names cannot contain @." msgstr "" -#: app/admin/forms.py:139 app/auth/forms.py:40 +#: app/admin/forms.py:141 app/auth/forms.py:40 msgid "This username was used in the past and cannot be reused." msgstr "" -#: app/admin/forms.py:141 app/auth/forms.py:42 +#: app/admin/forms.py:143 app/auth/forms.py:42 msgid "An account with this user name already exists." msgstr "" -#: app/admin/forms.py:144 app/auth/forms.py:45 +#: app/admin/forms.py:146 app/auth/forms.py:45 msgid "A community with this name exists so it cannot be used for a user." msgstr "" -#: app/admin/forms.py:151 app/admin/forms.py:164 app/auth/forms.py:52 +#: app/admin/forms.py:153 app/admin/forms.py:166 app/auth/forms.py:52 #: app/auth/forms.py:65 msgid "This password is too common." msgstr "" -#: app/admin/forms.py:161 app/auth/forms.py:62 +#: app/admin/forms.py:163 app/auth/forms.py:62 msgid "This password is not secure." msgstr "" -#: app/admin/forms.py:180 app/user/forms.py:40 -msgid "Show profile in user list" +#: app/admin/forms.py:178 +msgid "Remove avatar" msgstr "" -#: app/admin/forms.py:181 -msgid "Allow search engines to index this profile" +#: app/admin/forms.py:179 +msgid "Remove banner" msgstr "" -#: app/admin/forms.py:182 app/user/forms.py:42 -msgid "Manually approve followers" -msgstr "" - -#: app/admin/forms.py:192 +#: app/admin/forms.py:184 msgid "Subject" msgstr "" -#: app/admin/forms.py:193 +#: app/admin/forms.py:185 msgid "Body (text)" msgstr "" -#: app/admin/forms.py:194 +#: app/admin/forms.py:186 msgid "Body (html)" msgstr "" -#: app/admin/forms.py:195 +#: app/admin/forms.py:187 msgid "Test mode" msgstr "" -#: app/admin/forms.py:196 app/admin/routes.py:732 +#: app/admin/forms.py:188 app/admin/routes.py:708 msgid "Send newsletter" msgstr "" -#: app/admin/routes.py:57 app/templates/admin/_nav.html:4 +#: app/admin/routes.py:60 app/templates/admin/_nav.html:4 msgid "Site profile" msgstr "" -#: app/admin/routes.py:102 app/templates/admin/_nav.html:5 +#: app/admin/routes.py:108 app/templates/admin/_nav.html:5 msgid "Misc settings" msgstr "" -#: app/admin/routes.py:133 +#: app/admin/routes.py:144 msgid "Admin settings saved" msgstr "" -#: app/admin/routes.py:143 +#: app/admin/routes.py:155 msgid "Federation settings" msgstr "" -#: app/admin/routes.py:165 +#: app/admin/routes.py:177 msgid "ActivityPub Log" msgstr "" -#: app/admin/routes.py:175 +#: app/admin/routes.py:187 msgid "Activity JSON" msgstr "" -#: app/admin/routes.py:210 app/community/routes.py:215 app/main/routes.py:181 -#: app/post/routes.py:211 app/templates/admin/_nav.html:6 +#: app/admin/routes.py:222 app/community/routes.py:232 app/main/routes.py:193 +#: app/post/routes.py:238 app/templates/admin/_nav.html:6 #: app/templates/list_communities.html:51 app/templates/user/filters.html:58 #: app/templates/user/notifications.html:66 -#: app/templates/user/show_profile.html:130 +#: app/templates/user/show_profile.html:133 msgid "Communities" msgstr "" -#: app/admin/routes.py:262 app/admin/routes.py:358 app/admin/routes.py:383 -#: app/admin/routes.py:578 app/community/routes.py:630 +#: app/admin/routes.py:274 app/admin/routes.py:370 app/admin/routes.py:395 +#: app/admin/routes.py:564 app/community/routes.py:808 msgid "Saved" msgstr "" -#: app/admin/routes.py:266 +#: app/admin/routes.py:278 msgid "" "This is a remote community - most settings here will be regularly " "overwritten with data from the original server." msgstr "" -#: app/admin/routes.py:283 app/community/routes.py:642 -#: app/templates/community/community_edit.html:20 +#: app/admin/routes.py:295 app/community/routes.py:820 msgid "Edit community" msgstr "" -#: app/admin/routes.py:302 app/community/routes.py:664 +#: app/admin/routes.py:314 app/community/routes.py:843 msgid "Community deleted" msgstr "" -#: app/admin/routes.py:336 app/community/routes.py:201 app/post/routes.py:197 -#: app/templates/admin/_nav.html:7 app/templates/base.html:134 -#: app/templates/base.html:152 app/templates/topic/show_topic.html:14 +#: app/admin/routes.py:348 app/community/routes.py:218 app/post/routes.py:224 +#: app/templates/admin/_nav.html:7 app/templates/base.html:137 +#: app/templates/base.html:155 app/templates/topic/show_topic.html:14 msgid "Topics" msgstr "" -#: app/admin/routes.py:361 app/templates/admin/topics.html:35 +#: app/admin/routes.py:373 app/templates/admin/topics.html:35 msgid "Add topic" msgstr "" -#: app/admin/routes.py:389 +#: app/admin/routes.py:401 msgid "Edit topic" msgstr "" -#: app/admin/routes.py:404 +#: app/admin/routes.py:416 msgid "Topic deleted" msgstr "" -#: app/admin/routes.py:406 +#: app/admin/routes.py:418 msgid "Cannot delete topic with communities assigned to it." msgstr "" -#: app/admin/routes.py:433 app/templates/admin/_nav.html:8 +#: app/admin/routes.py:445 app/templates/admin/_nav.html:8 msgid "Users" msgstr "" -#: app/admin/routes.py:463 +#: app/admin/routes.py:475 msgid "Problematic users" msgstr "" -#: app/admin/routes.py:484 +#: app/admin/routes.py:496 msgid "Bad posts" msgstr "" -#: app/admin/routes.py:517 +#: app/admin/routes.py:529 msgid "Registration approved." msgstr "" -#: app/admin/routes.py:574 +#: app/admin/routes.py:560 msgid "" "Permissions are cached for 50 seconds so new admin roles won't take " "effect immediately." msgstr "" -#: app/admin/routes.py:582 +#: app/admin/routes.py:568 msgid "" "This is a remote user - most settings here will be regularly overwritten " "with data from the original server." msgstr "" -#: app/admin/routes.py:599 +#: app/admin/routes.py:575 msgid "Edit user" msgstr "" -#: app/admin/routes.py:664 +#: app/admin/routes.py:640 msgid "User added" msgstr "" -#: app/admin/routes.py:667 +#: app/admin/routes.py:643 msgid "Add user" msgstr "" -#: app/admin/routes.py:691 +#: app/admin/routes.py:667 msgid "User deleted" msgstr "" -#: app/admin/routes.py:714 +#: app/admin/routes.py:690 +#: app/templates/community/_community_moderation_nav.html:11 +#: app/templates/community/community_moderate.html:21 msgid "Reports" msgstr "" -#: app/admin/util.py:125 +#: app/admin/util.py:110 msgid "None" msgstr "" @@ -574,7 +587,7 @@ msgstr "" msgid "Why would you like to join this site?" msgstr "" -#: app/auth/forms.py:27 app/auth/routes.py:140 app/templates/base.html:141 +#: app/auth/forms.py:27 app/auth/routes.py:153 app/templates/base.html:144 msgid "Register" msgstr "" @@ -608,55 +621,55 @@ msgstr "" msgid "Login" msgstr "" -#: app/auth/routes.py:97 +#: app/auth/routes.py:100 msgid "Sorry, you cannot use that email address" msgstr "" -#: app/auth/routes.py:99 +#: app/auth/routes.py:102 msgid "Sorry, you cannot use that user name" msgstr "" -#: app/auth/routes.py:106 +#: app/auth/routes.py:119 #, python-format msgid "Your username contained special letters so it was changed to %(name)s." msgstr "" -#: app/auth/routes.py:145 +#: app/auth/routes.py:158 msgid "Account under review" msgstr "" -#: app/auth/routes.py:150 app/templates/auth/check_email.html:8 +#: app/auth/routes.py:163 app/templates/auth/check_email.html:8 msgid "Check your email" msgstr "" -#: app/auth/routes.py:161 +#: app/auth/routes.py:174 msgid "Sorry, you cannot use that email address." msgstr "" -#: app/auth/routes.py:166 +#: app/auth/routes.py:179 msgid "Check your email for a link to reset your password." msgstr "" -#: app/auth/routes.py:169 +#: app/auth/routes.py:182 msgid "No account with that email address exists" msgstr "" -#: app/auth/routes.py:171 +#: app/auth/routes.py:184 msgid "Reset Password" msgstr "" -#: app/auth/routes.py:185 +#: app/auth/routes.py:198 #, python-format msgid "" "Your password has been reset. Please use it to log in with user name of " "%(name)s." msgstr "" -#: app/auth/routes.py:205 +#: app/auth/routes.py:218 msgid "Thank you for verifying your email address." msgstr "" -#: app/auth/routes.py:207 +#: app/auth/routes.py:220 msgid "Email address validation failed." msgstr "" @@ -720,22 +733,22 @@ msgstr "" msgid "Self-harm or suicide" msgstr "" -#: app/chat/forms.py:29 app/community/forms.py:155 app/post/forms.py:26 +#: app/chat/forms.py:29 app/community/forms.py:162 app/post/forms.py:26 #: app/user/forms.py:73 msgid "Other" msgstr "" -#: app/chat/forms.py:30 app/community/forms.py:70 app/community/forms.py:157 +#: app/chat/forms.py:30 app/community/forms.py:81 app/community/forms.py:164 #: app/post/forms.py:27 app/user/forms.py:74 msgid "Reason" msgstr "" -#: app/chat/forms.py:31 app/community/forms.py:158 app/post/forms.py:28 +#: app/chat/forms.py:31 app/community/forms.py:165 app/post/forms.py:28 #: app/user/forms.py:75 msgid "More info" msgstr "" -#: app/chat/forms.py:33 app/community/forms.py:160 app/post/forms.py:30 +#: app/chat/forms.py:33 app/community/forms.py:167 app/post/forms.py:30 #: app/templates/user/show_profile.html:56 app/user/forms.py:77 msgid "Report" msgstr "" @@ -770,12 +783,12 @@ msgstr "" msgid "Report conversation" msgstr "" -#: app/chat/util.py:58 +#: app/chat/util.py:59 #, python-format msgid "Message failed to send to %(name)s." msgstr "" -#: app/chat/util.py:60 +#: app/chat/util.py:61 msgid "Message sent." msgstr "" @@ -788,157 +801,177 @@ msgid "Add" msgstr "" #: app/community/forms.py:65 +msgid "Amend the report description if necessary" +msgstr "" + +#: app/community/forms.py:66 +msgid "Escalate report" +msgstr "" + +#: app/community/forms.py:70 +msgid "Note for mod log" +msgstr "" + +#: app/community/forms.py:71 +msgid "Also resolve all other reports about the same thing." +msgstr "" + +#: app/community/forms.py:72 +#: app/templates/community/community_moderate_report_resolve.html:13 +msgid "Resolve report" +msgstr "" + +#: app/community/forms.py:76 msgid "Community address" msgstr "" -#: app/community/forms.py:66 app/search/routes.py:52 -#: app/templates/base.html:193 app/templates/community/add_remote.html:13 +#: app/community/forms.py:77 app/search/routes.py:56 +#: app/templates/base.html:198 app/templates/community/add_remote.html:13 #: app/templates/domain/domains.html:29 #: app/templates/domain/domains_blocked.html:29 app/templates/index.html:40 #: app/templates/list_communities.html:36 app/templates/search/results.html:38 msgid "Search" msgstr "" -#: app/community/forms.py:71 +#: app/community/forms.py:82 msgid "Ban until" msgstr "" -#: app/community/forms.py:72 +#: app/community/forms.py:83 msgid "Also delete all their posts" msgstr "" -#: app/community/forms.py:73 +#: app/community/forms.py:84 msgid "Also delete all their comments" msgstr "" -#: app/community/forms.py:74 app/templates/domain/domains_blocked.html:48 -#: app/templates/user/show_profile.html:170 +#: app/community/forms.py:85 +#: app/templates/community/community_moderate_subscribers.html:56 +#: app/templates/domain/domains_blocked.html:48 +#: app/templates/user/show_profile.html:173 msgid "Ban" msgstr "" -#: app/community/forms.py:78 app/templates/list_communities.html:56 +#: app/community/forms.py:89 app/community/forms.py:100 +#: app/community/forms.py:120 app/templates/list_communities.html:56 msgid "Community" msgstr "" -#: app/community/forms.py:81 app/community/forms.py:83 -#: app/community/forms.py:88 app/post/forms.py:10 +#: app/community/forms.py:91 app/community/forms.py:102 +#: app/community/forms.py:123 app/post/forms.py:10 msgid "Body" msgstr "" -#: app/community/forms.py:85 -msgid "URL" +#: app/community/forms.py:92 app/community/forms.py:105 +#: app/community/forms.py:125 +msgid "Sticky" msgstr "" -#: app/community/forms.py:87 -msgid "Alt text" -msgstr "" - -#: app/community/forms.py:90 -msgid "Image" -msgstr "" - -#: app/community/forms.py:92 +#: app/community/forms.py:93 app/community/forms.py:106 +#: app/community/forms.py:126 msgid "NSFW" msgstr "" -#: app/community/forms.py:93 +#: app/community/forms.py:94 app/community/forms.py:107 +#: app/community/forms.py:127 msgid "Gore/gross" msgstr "" -#: app/community/forms.py:94 app/post/forms.py:11 +#: app/community/forms.py:95 app/community/forms.py:108 +#: app/community/forms.py:128 app/post/forms.py:11 #: app/templates/post/_post_notification_toggle.html:4 #: app/templates/post/_reply_notification_toggle.html:4 msgid "Notify about replies" msgstr "" -#: app/community/forms.py:105 app/community/forms.py:109 -#: app/community/forms.py:120 -msgid "Title is required." +#: app/community/forms.py:103 +msgid "URL" msgstr "" -#: app/community/forms.py:112 -msgid "URL is required." -msgstr "" - -#: app/community/forms.py:116 +#: app/community/forms.py:114 #, python-format msgid "Links to %(domain)s are not allowed." msgstr "" -#: app/community/forms.py:123 -msgid "File is required." +#: app/community/forms.py:122 +msgid "Alt text" msgstr "" -#: app/community/forms.py:140 -msgid "Images cannot be posted to local communities." -msgstr "" - -#: app/community/forms.py:142 -msgid "Poll not implemented yet." -msgstr "" - -#: app/community/forms.py:149 -msgid "Breaks instance rules" +#: app/community/forms.py:124 +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Image" msgstr "" #: app/community/forms.py:150 +msgid "Images cannot be posted to local communities." +msgstr "" + +#: app/community/forms.py:156 +msgid "Breaks instance rules" +msgstr "" + +#: app/community/forms.py:157 msgid "Abandoned by moderators" msgstr "" -#: app/community/forms.py:151 +#: app/community/forms.py:158 msgid "Cult" msgstr "" -#: app/community/forms.py:152 +#: app/community/forms.py:159 msgid "Scam" msgstr "" -#: app/community/forms.py:153 +#: app/community/forms.py:160 msgid "Alt-right pipeline" msgstr "" -#: app/community/forms.py:154 app/post/forms.py:17 +#: app/community/forms.py:161 app/post/forms.py:17 msgid "Hate / genocide" msgstr "" -#: app/community/forms.py:172 app/community/routes.py:667 +#: app/community/forms.py:179 app/community/routes.py:846 msgid "Delete community" msgstr "" -#: app/community/routes.py:72 +#: app/community/routes.py:79 msgid "Your new community has been created." msgstr "" -#: app/community/routes.py:78 app/templates/community/add_local.html:13 -#: app/templates/community/community_edit.html:22 +#: app/community/routes.py:85 app/templates/community/add_local.html:13 +#: app/templates/community/community_edit.html:25 msgid "Create community" msgstr "" -#: app/community/routes.py:102 +#: app/community/routes.py:111 app/community/routes.py:1278 msgid "Community not found." msgstr "" -#: app/community/routes.py:104 +#: app/community/routes.py:113 app/community/routes.py:1280 msgid "" "Community not found. If you are searching for a nsfw community it is " "blocked by this instance." msgstr "" -#: app/community/routes.py:107 +#: app/community/routes.py:116 app/community/routes.py:1283 #, python-format msgid "That community is banned from %(site)s." msgstr "" -#: app/community/routes.py:110 +#: app/community/routes.py:119 msgid "Add remote community" msgstr "" -#: app/community/routes.py:184 app/post/routes.py:180 -#: app/templates/base.html:127 app/templates/base.html:129 -#: app/templates/base.html:145 app/templates/base.html:147 +#: app/community/routes.py:201 app/post/routes.py:207 +#: app/templates/base.html:130 app/templates/base.html:132 +#: app/templates/base.html:148 app/templates/base.html:150 #: app/templates/chat/conversation.html:36 #: app/templates/community/community_edit.html:13 #: app/templates/community/community_mod_list.html:13 +#: app/templates/community/community_moderate.html:13 +#: app/templates/community/community_moderate_subscribers.html:13 #: app/templates/domain/domain.html:13 app/templates/topic/show_topic.html:13 #: app/templates/user/delete_account.html:13 #: app/templates/user/edit_filters.html:14 @@ -950,91 +983,118 @@ msgstr "" msgid "Home" msgstr "" -#: app/community/routes.py:310 +#: app/community/routes.py:327 msgid "You cannot join this community" msgstr "" -#: app/community/routes.py:326 +#: app/community/routes.py:343 msgid "" "There was a problem while trying to communicate with remote server. If " "other people have already joined this community it won't matter." msgstr "" -#: app/community/routes.py:516 app/community/routes.py:540 -#: app/community/routes.py:542 +#: app/community/routes.py:492 app/community/routes.py:565 +#: app/community/routes.py:638 +msgid "Add post to community" +msgstr "" + +#: app/community/routes.py:705 app/community/routes.py:730 +#: app/community/routes.py:732 #, python-format msgid "Your post to %(name)s has been made." msgstr "" -#: app/community/routes.py:552 -msgid "Add post to community" -msgstr "" - -#: app/community/routes.py:574 +#: app/community/routes.py:749 msgid "A community has been reported" msgstr "" -#: app/community/routes.py:585 +#: app/community/routes.py:760 msgid "Community has been reported, thank you!" msgstr "" -#: app/community/routes.py:588 +#: app/community/routes.py:763 msgid "Report community" msgstr "" -#: app/community/routes.py:683 -#: app/templates/community/community_mod_list.html:21 +#: app/community/routes.py:864 +#: app/templates/community/community_mod_list.html:22 #, python-format msgid "Moderators for %(community)s" msgstr "" -#: app/community/routes.py:706 +#: app/community/routes.py:889 msgid "Moderator added" msgstr "" -#: app/community/routes.py:710 +#: app/community/routes.py:893 #, python-format msgid "You are now a moderator of %(name)s" msgstr "" -#: app/community/routes.py:735 +#: app/community/routes.py:918 msgid "Account not found" msgstr "" -#: app/community/routes.py:737 +#: app/community/routes.py:920 #: app/templates/community/community_add_moderator.html:13 #, python-format msgid "Add moderator to %(community)s" msgstr "" -#: app/community/routes.py:755 +#: app/community/routes.py:940 msgid "Moderator removed" msgstr "" -#: app/community/routes.py:772 app/post/routes.py:870 app/post/routes.py:962 +#: app/community/routes.py:957 app/post/routes.py:1139 app/post/routes.py:1262 #, python-format msgid "Content from %(name)s will be hidden." msgstr "" -#: app/community/routes.py:792 +#: app/community/routes.py:986 #, python-format msgid "%(name)s has been banned." msgstr "" -#: app/community/routes.py:799 +#: app/community/routes.py:993 #, python-format msgid "Posts by %(name)s have been deleted." msgstr "" -#: app/community/routes.py:805 +#: app/community/routes.py:999 #, python-format msgid "Comments by %(name)s have been deleted." msgstr "" -#: app/community/routes.py:823 +#: app/community/routes.py:1020 msgid "Ban from community" msgstr "" +#: app/community/routes.py:1043 +#, python-format +msgid "%(name)s has been unbanned." +msgstr "" + +#: app/community/routes.py:1108 app/community/routes.py:1142 +#, python-format +msgid "Moderation of %(community)s" +msgstr "" + +#: app/community/routes.py:1170 +msgid "Admin has been notified about this report." +msgstr "" + +#: app/community/routes.py:1218 +msgid "Report resolved." +msgstr "" + +#: app/community/routes.py:1256 +msgid "Report ignored." +msgstr "" + +#: app/community/routes.py:1286 +msgid "Search result for remote community" +msgstr "" + #: app/domain/routes.py:113 #, python-format msgid "%(name)s blocked." @@ -1055,25 +1115,25 @@ msgstr "" msgid "%(name)s un-banned for all users." msgstr "" -#: app/main/routes.py:72 +#: app/main/routes.py:73 msgid "Create an account to tailor this feed to your interests." msgstr "" -#: app/main/routes.py:156 app/templates/base.html:136 -#: app/templates/base.html:154 +#: app/main/routes.py:163 app/templates/base.html:139 +#: app/templates/base.html:157 msgid "Browse by topic" msgstr "" -#: app/main/routes.py:194 +#: app/main/routes.py:206 msgid "Local communities" msgstr "" -#: app/main/routes.py:209 app/templates/base.html:163 +#: app/main/routes.py:221 app/templates/base.html:168 #: app/templates/list_communities.html:19 msgid "Joined communities" msgstr "" -#: app/main/routes.py:326 +#: app/main/routes.py:354 msgid "Please click the link in your email inbox to verify your account." msgstr "" @@ -1089,7 +1149,7 @@ msgstr "" msgid "Sharing personal info - doxing" msgstr "" -#: app/post/forms.py:42 app/post/routes.py:887 +#: app/post/forms.py:42 app/post/routes.py:1156 #: app/templates/post/post_mea_culpa.html:13 msgid "I changed my mind" msgstr "" @@ -1099,76 +1159,92 @@ msgstr "" msgid "%(name)s has indicated they made a mistake in this post." msgstr "" -#: app/post/routes.py:66 app/post/routes.py:443 +#: app/post/routes.py:72 app/post/routes.py:476 #, python-format msgid "You cannot reply to %(name)s" msgstr "" -#: app/post/routes.py:76 app/post/routes.py:456 +#: app/post/routes.py:82 app/post/routes.py:489 msgid "This type of comment is not accepted, sorry." msgstr "" -#: app/post/routes.py:414 app/post/routes.py:579 +#: app/post/routes.py:446 app/post/routes.py:632 #, python-format msgid "Discussing %(title)s" msgstr "" -#: app/post/routes.py:628 app/post/routes.py:985 app/user/routes.py:137 -#: app/user/routes.py:198 app/user/routes.py:670 app/user/routes.py:701 +#: app/post/routes.py:702 app/post/routes.py:783 app/post/routes.py:865 +#: app/post/routes.py:1285 app/user/routes.py:143 app/user/routes.py:204 +#: app/user/routes.py:686 app/user/routes.py:717 msgid "Your changes have been saved." msgstr "" -#: app/post/routes.py:725 app/templates/post/post_edit.html:43 +#: app/post/routes.py:718 app/post/routes.py:800 app/post/routes.py:882 +#: app/templates/post/post_edit_discussion.html:11 +#: app/templates/post/post_edit_image.html:11 +#: app/templates/post/post_edit_link.html:11 msgid "Edit post" msgstr "" -#: app/post/routes.py:746 +#: app/post/routes.py:990 msgid "Post deleted." msgstr "" -#: app/post/routes.py:804 -msgid "A post has been reported" +#: app/post/routes.py:1040 +msgid "" +"Moderators have already assessed reports regarding this post, no further " +"reports are necessary." msgstr "" -#: app/post/routes.py:822 +#: app/post/routes.py:1043 +msgid "Post has already been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1091 msgid "Post has been reported, thank you!" msgstr "" -#: app/post/routes.py:827 +#: app/post/routes.py:1096 msgid "Report post" msgstr "" -#: app/post/routes.py:841 app/post/routes.py:946 +#: app/post/routes.py:1110 app/post/routes.py:1246 #, python-format msgid "%(name)s has been blocked." msgstr "" -#: app/post/routes.py:857 +#: app/post/routes.py:1126 #, python-format msgid "Posts linking to %(name)s will be hidden." msgstr "" -#: app/post/routes.py:908 -msgid "A comment has been reported" +#: app/post/routes.py:1170 +msgid "" +"Moderators have already assessed reports regarding this comment, no " +"further reports are necessary." msgstr "" -#: app/post/routes.py:926 +#: app/post/routes.py:1175 +msgid "Comment has already been reported, thank you!" +msgstr "" + +#: app/post/routes.py:1226 msgid "Comment has been reported, thank you!" msgstr "" -#: app/post/routes.py:931 +#: app/post/routes.py:1231 msgid "Report comment" msgstr "" -#: app/post/routes.py:1062 +#: app/post/routes.py:1389 msgid "Edit comment" msgstr "" -#: app/post/routes.py:1086 +#: app/post/routes.py:1413 msgid "Comment deleted." msgstr "" -#: app/search/routes.py:45 +#: app/search/routes.py:49 #, python-format msgid "Search results for %(q)s" msgstr "" @@ -1200,92 +1276,92 @@ msgstr "" msgid "Rational Discourse Toolkit" msgstr "" -#: app/templates/base.html:52 +#: app/templates/about.html:10 app/templates/donate.html:26 +#: app/templates/index.html:67 app/templates/keyboard_shortcuts.html:63 +#: app/templates/search/results.html:65 +#, python-format +msgid "About %(site_name)s" +msgstr "" + +#: app/templates/base.html:55 msgid "PieFed" msgstr "" -#: app/templates/base.html:110 app/templates/base.html:184 -#: app/templates/user/notifications.html:18 app/user/routes.py:521 +#: app/templates/base.html:113 app/templates/base.html:189 +#: app/templates/user/notifications.html:18 app/user/routes.py:537 msgid "Notifications" msgstr "" -#: app/templates/base.html:130 app/templates/base.html:148 +#: app/templates/base.html:133 app/templates/base.html:151 msgid "Popular" msgstr "" -#: app/templates/base.html:131 app/templates/base.html:149 +#: app/templates/base.html:134 app/templates/base.html:152 msgid "All posts" msgstr "" -#: app/templates/base.html:137 app/templates/base.html:155 +#: app/templates/base.html:140 app/templates/base.html:158 #: app/templates/list_communities.html:13 msgid "All communities" msgstr "" -#: app/templates/auth/login.html:9 app/templates/base.html:140 +#: app/templates/auth/login.html:9 app/templates/base.html:143 msgid "Log in" msgstr "" -#: app/templates/base.html:142 app/templates/base.html:178 +#: app/templates/base.html:145 app/templates/base.html:183 #: app/templates/donate.html:10 msgid "Donate" msgstr "" -#: app/templates/base.html:157 +#: app/templates/base.html:161 msgid "Moderating" msgstr "" -#: app/templates/base.html:171 +#: app/templates/base.html:176 msgid "Account" msgstr "" -#: app/templates/base.html:173 +#: app/templates/base.html:178 msgid "View profile" msgstr "" -#: app/templates/base.html:174 +#: app/templates/base.html:179 msgid "Edit profile & settings" msgstr "" -#: app/templates/base.html:175 +#: app/templates/base.html:180 msgid "Chats" msgstr "" -#: app/templates/base.html:182 +#: app/templates/base.html:187 msgid "Log out" msgstr "" -#: app/templates/base.html:184 +#: app/templates/base.html:189 #, python-format msgid "%(num)d unread notifications" msgstr "" -#: app/templates/base.html:194 +#: app/templates/base.html:199 msgid "Light mode" msgstr "" -#: app/templates/base.html:195 +#: app/templates/base.html:200 msgid "Dark mode" msgstr "" -#: app/templates/base.html:223 app/templates/keyboard_shortcuts.html:10 +#: app/templates/base.html:228 app/templates/keyboard_shortcuts.html:10 msgid "Keyboard shortcuts" msgstr "" -#: app/templates/donate.html:26 app/templates/index.html:65 -#: app/templates/keyboard_shortcuts.html:63 -#: app/templates/search/results.html:63 -#, python-format -msgid "About %(site_name)s" -msgstr "" - #: app/templates/index.html:17 msgid "No posts yet. Join some communities to see more." msgstr "" #: app/templates/community/community.html:168 app/templates/index.html:18 -#: app/templates/index.html:59 app/templates/list_topics.html:26 -#: app/templates/post/post.html:217 app/templates/search/results.html:57 +#: app/templates/index.html:59 app/templates/list_topics.html:38 +#: app/templates/post/post.html:220 app/templates/search/results.html:57 #: app/templates/topic/show_topic.html:91 msgid "Explore communities" msgstr "" @@ -1294,11 +1370,13 @@ msgstr "" #: app/templates/admin/communities.html:51 app/templates/admin/posts.html:26 #: app/templates/admin/reports.html:58 app/templates/admin/users.html:69 #: app/templates/community/community.html:92 +#: app/templates/community/community_moderate.html:80 +#: app/templates/community/community_moderate_subscribers.html:67 #: app/templates/domain/domain.html:30 app/templates/domain/domains.html:51 #: app/templates/domain/domains_blocked.html:59 app/templates/index.html:25 #: app/templates/search/results.html:23 app/templates/topic/show_topic.html:52 -#: app/templates/user/show_profile.html:72 -#: app/templates/user/show_profile.html:95 +#: app/templates/user/show_profile.html:75 +#: app/templates/user/show_profile.html:98 msgid "Previous page" msgstr "" @@ -1306,11 +1384,13 @@ msgstr "" #: app/templates/admin/communities.html:56 app/templates/admin/posts.html:31 #: app/templates/admin/reports.html:63 app/templates/admin/users.html:74 #: app/templates/community/community.html:97 +#: app/templates/community/community_moderate.html:85 +#: app/templates/community/community_moderate_subscribers.html:72 #: app/templates/domain/domain.html:35 app/templates/domain/domains.html:56 #: app/templates/domain/domains_blocked.html:64 app/templates/index.html:30 #: app/templates/search/results.html:28 app/templates/topic/show_topic.html:57 -#: app/templates/user/show_profile.html:77 -#: app/templates/user/show_profile.html:100 +#: app/templates/user/show_profile.html:80 +#: app/templates/user/show_profile.html:103 msgid "Next page" msgstr "" @@ -1318,6 +1398,11 @@ msgstr "" msgid "Active communities" msgstr "" +#: app/templates/index.html:60 app/templates/list_communities.html:108 +#: app/templates/search/results.html:58 +msgid "Browse topics" +msgstr "" + #: app/templates/keyboard_shortcuts.html:11 msgid "Most shortcuts are the same as what reddit has." msgstr "" @@ -1326,7 +1411,7 @@ msgstr "" msgid "Navigation" msgstr "" -#: app/templates/community/community_mod_list.html:31 +#: app/templates/community/community_mod_list.html:33 #: app/templates/keyboard_shortcuts.html:43 app/templates/user/filters.html:31 msgid "Action" msgstr "" @@ -1400,7 +1485,7 @@ msgid "Sort by reply count" msgstr "" #: app/templates/list_communities.html:66 app/templates/post/post.html:61 -#: app/templates/post/post.html:155 +#: app/templates/post/post.html:158 msgid "Comments" msgstr "" @@ -1415,9 +1500,10 @@ msgstr "" #: app/templates/community/add_remote.html:32 #: app/templates/community/community.html:112 +#: app/templates/community/lookup_remote.html:21 #: app/templates/list_communities.html:82 app/templates/post/add_reply.html:48 -#: app/templates/post/continue_discussion.html:96 -#: app/templates/post/post.html:174 +#: app/templates/post/continue_discussion.html:99 +#: app/templates/post/post.html:177 msgid "Leave" msgstr "" @@ -1434,10 +1520,11 @@ msgstr "" #: app/templates/community/add_remote.html:34 #: app/templates/community/community.html:116 +#: app/templates/community/lookup_remote.html:23 #: app/templates/list_communities.html:86 #: app/templates/list_communities.html:89 app/templates/post/add_reply.html:50 -#: app/templates/post/continue_discussion.html:98 -#: app/templates/post/post.html:176 +#: app/templates/post/continue_discussion.html:101 +#: app/templates/post/post.html:179 msgid "Join" msgstr "" @@ -1446,11 +1533,11 @@ msgstr "" msgid "Browse %(name)s" msgstr "" -#: app/templates/list_communities.html:106 app/templates/list_topics.html:24 +#: app/templates/list_communities.html:106 app/templates/list_topics.html:36 msgid "There are no communities yet." msgstr "" -#: app/templates/list_topics.html:11 +#: app/templates/list_topics.html:25 msgid "Choose a topic" msgstr "" @@ -1474,7 +1561,9 @@ msgstr "" msgid "Registration applications" msgstr "" -#: app/templates/admin/_nav.html:13 +#: app/templates/admin/_nav.html:13 app/templates/community/community.html:181 +#: app/templates/community/community_moderate.html:15 +#: app/templates/community/community_moderate_subscribers.html:15 msgid "Moderation" msgstr "" @@ -1510,7 +1599,7 @@ msgstr "" #: app/templates/admin/approve_registrations.html:45 #: app/templates/post/post_options.html:20 #: app/templates/post/post_reply_options.html:20 -#: app/templates/user/show_profile.html:176 +#: app/templates/user/show_profile.html:179 msgid "Delete" msgstr "" @@ -1652,7 +1741,7 @@ msgstr "" #: app/templates/chat/conversation.html:42 app/templates/user/filters.html:56 #: app/templates/user/notifications.html:14 app/templates/user/people.html:14 #: app/templates/user/people.html:17 app/templates/user/show_profile.html:19 -#: app/templates/user/show_profile.html:39 app/user/routes.py:34 +#: app/templates/user/show_profile.html:39 app/user/routes.py:35 msgid "People" msgstr "" @@ -1666,7 +1755,7 @@ msgid "Messages with: " msgstr "" #: app/templates/chat/conversation.html:75 -#: app/templates/post/_post_teaser.html:80 +#: app/templates/post/_post_teaser.html:75 msgid "Options" msgstr "" @@ -1691,20 +1780,52 @@ msgstr "" msgid "Report conversation with \"%(member_names)s\"" msgstr "" -#: app/templates/community/_community_nav.html:3 -#: app/templates/community/add_post.html:11 -#: app/templates/community/community.html:108 -#: app/templates/post/add_reply.html:54 -#: app/templates/post/continue_discussion.html:102 -#: app/templates/post/post.html:170 app/templates/post/post_reply_edit.html:50 -#: app/templates/topic/show_topic.html:68 -msgid "Create post" +#: app/templates/community/_community_moderation_nav.html:4 +#: app/templates/community/community_edit.html:15 +#: app/templates/community/community_mod_list.html:15 +#: app/templates/post/add_reply.html:89 +#: app/templates/post/continue_discussion.html:140 +#: app/templates/post/post.html:234 app/templates/post/post_reply_edit.html:85 +#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 +#: app/templates/user/show_profile.html:124 +msgid "Settings" msgstr "" +#: app/templates/community/_community_moderation_nav.html:7 +#: app/templates/community/community_mod_list.html:16 +msgid "Moderators" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:10 #: app/templates/community/_community_nav.html:7 msgid "Sort by hot" msgstr "" +#: app/templates/community/_community_moderation_nav.html:14 +#: app/templates/community/community_moderate_subscribers.html:21 +msgid "Subscribers" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:17 +msgid "Appeals" +msgstr "" + +#: app/templates/community/_community_moderation_nav.html:20 +msgid "Mod log" +msgstr "" + +#: app/templates/community/_community_nav.html:3 +#: app/templates/community/add_discussion_post.html:11 +#: app/templates/community/add_image_post.html:11 +#: app/templates/community/add_link_post.html:11 +#: app/templates/community/community.html:108 +#: app/templates/post/add_reply.html:54 +#: app/templates/post/continue_discussion.html:105 +#: app/templates/post/post.html:173 app/templates/post/post_reply_edit.html:50 +#: app/templates/topic/show_topic.html:68 +msgid "Create post" +msgstr "" + #: app/templates/community/_community_nav.html:10 msgid "Sort by top" msgstr "" @@ -1729,25 +1850,86 @@ msgstr "" msgid "Notify about every new post. Not advisable in high traffic communities!" msgstr "" -#: app/templates/community/add_local.html:31 -#, python-format -msgid "Only people using %(name)s can post or reply" +#: app/templates/community/add_discussion_post.html:16 +#: app/templates/community/add_image_post.html:16 +#: app/templates/community/add_link_post.html:16 +msgid "Type of post" msgstr "" -#: app/templates/community/add_post.html:44 -#: app/templates/community/add_post.html:65 -#: app/templates/community/add_post.html:88 +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Start a discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:19 +#: app/templates/community/add_image_post.html:19 +#: app/templates/community/add_link_post.html:19 +msgid "Discussion" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Share a link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:20 +#: app/templates/community/add_image_post.html:20 +#: app/templates/community/add_link_post.html:20 +msgid "Link" +msgstr "" + +#: app/templates/community/add_discussion_post.html:21 +#: app/templates/community/add_image_post.html:21 +#: app/templates/community/add_link_post.html:21 +msgid "Share an image" +msgstr "" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +msgid "Create a poll" +msgstr "" + +#: app/templates/community/add_discussion_post.html:22 +#: app/templates/community/add_image_post.html:22 +#: app/templates/community/add_link_post.html:22 +msgid "Poll" +msgstr "" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +msgid "Create an event" +msgstr "" + +#: app/templates/community/add_discussion_post.html:23 +#: app/templates/community/add_image_post.html:23 +#: app/templates/community/add_link_post.html:23 +msgid "Event" +msgstr "" + +#: app/templates/community/add_discussion_post.html:43 +#: app/templates/community/add_image_post.html:45 +#: app/templates/community/add_link_post.html:44 #: app/templates/post/add_reply.html:37 app/templates/post/post.html:42 #: app/templates/user/edit_profile.html:44 msgid "Enable markdown editor" msgstr "" -#: app/templates/community/add_post.html:73 -#: app/templates/post/post_edit.html:98 +#: app/templates/community/add_image_post.html:30 +#: app/templates/post/post_edit_image.html:17 msgid "Describe the image, to help visually impaired people." msgstr "" +#: app/templates/community/add_local.html:31 +#, python-format +msgid "Only people using %(name)s can post or reply" +msgstr "" + #: app/templates/community/add_remote.html:25 +#: app/templates/community/lookup_remote.html:14 msgid "Found a community:" msgstr "" @@ -1772,15 +1954,15 @@ msgstr "" #: app/templates/community/community.html:121 #: app/templates/post/add_reply.html:58 -#: app/templates/post/continue_discussion.html:106 -#: app/templates/post/post.html:181 app/templates/post/post_reply_edit.html:54 +#: app/templates/post/continue_discussion.html:109 +#: app/templates/post/post.html:184 app/templates/post/post_reply_edit.html:54 msgid "Search this community" msgstr "" #: app/templates/community/community.html:127 #: app/templates/post/add_reply.html:64 -#: app/templates/post/continue_discussion.html:112 -#: app/templates/post/post.html:187 app/templates/post/post_reply_edit.html:60 +#: app/templates/post/continue_discussion.html:115 +#: app/templates/post/post.html:190 app/templates/post/post_reply_edit.html:60 msgid "About community" msgstr "" @@ -1789,38 +1971,24 @@ msgstr "" msgid "Only people on %(instance_name)s can post or reply in this community." msgstr "" -#: app/templates/community/community.html:156 app/templates/post/post.html:205 +#: app/templates/community/community.html:156 app/templates/post/post.html:208 msgid "Related communities" msgstr "" -#: app/templates/community/community.html:162 app/templates/post/post.html:211 +#: app/templates/community/community.html:162 app/templates/post/post.html:214 #: app/templates/topic/show_topic.html:85 msgid "Go to community" msgstr "" #: app/templates/community/community.html:175 #: app/templates/post/add_reply.html:82 -#: app/templates/post/continue_discussion.html:130 -#: app/templates/post/post.html:224 app/templates/post/post_reply_edit.html:78 +#: app/templates/post/continue_discussion.html:133 +#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:78 msgid "Community Settings" msgstr "" -#: app/templates/community/community.html:178 -#: app/templates/post/add_reply.html:85 -#: app/templates/post/continue_discussion.html:133 -#: app/templates/post/post.html:227 app/templates/post/post_reply_edit.html:81 -msgid "Moderate" -msgstr "" - -#: app/templates/community/community.html:180 -#: app/templates/community/community_edit.html:15 -#: app/templates/community/community_mod_list.html:15 -#: app/templates/post/add_reply.html:86 -#: app/templates/post/continue_discussion.html:134 -#: app/templates/post/post.html:228 app/templates/post/post_reply_edit.html:82 -#: app/templates/user/_user_nav.html:5 app/templates/user/notifications.html:57 -#: app/templates/user/show_profile.html:121 -msgid "Settings" +#: app/templates/community/community.html:179 +msgid "Settings & Moderation" msgstr "" #: app/templates/community/community_ban_user.html:13 @@ -1833,19 +2001,89 @@ msgstr "" msgid "Delete \"%(community_title)s\"" msgstr "" -#: app/templates/community/community_edit.html:51 -#: app/templates/community/community_mod_list.html:16 -msgid "Moderators" +#: app/templates/community/community_edit.html:23 +#, python-format +msgid "Edit %(community)s" +msgstr "" + +#: app/templates/community/community_edit.html:28 +msgid "Edit and configure this community" msgstr "" #: app/templates/community/community_mod_list.html:24 +msgid "See and change who moderates this community" +msgstr "" + +#: app/templates/community/community_mod_list.html:26 +#: app/templates/community/community_moderate.html:24 +#: app/templates/community/community_moderate_subscribers.html:24 msgid "Add moderator" msgstr "" -#: app/templates/community/community_mod_list.html:41 +#: app/templates/community/community_mod_list.html:43 msgid "Remove" msgstr "" +#: app/templates/community/community_moderate.html:27 +#, python-format +msgid "See and handle all reports made about %(community)s" +msgstr "" + +#: app/templates/community/community_moderate.html:67 +msgid "Escalate" +msgstr "" + +#: app/templates/community/community_moderate.html:68 +msgid "Resolve" +msgstr "" + +#: app/templates/community/community_moderate.html:70 +msgid "Ignore" +msgstr "" + +#: app/templates/community/community_moderate.html:90 +msgid "No reports yet" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:13 +msgid "Escalate report to admins" +msgstr "" + +#: app/templates/community/community_moderate_report_escalate.html:14 +msgid "" +"For reports that could potentially involve legal issues or where you are " +"unsure how to respond, you may prefer to let admins handle it." +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:27 +#, python-format +msgid "See who is subscribed to %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:77 +msgid "This community has no subscribers" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:79 +msgid "Banned People" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:80 +#, python-format +msgid "See and manage who is banned from %(community)s" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:116 +#: app/templates/domain/domain.html:61 +#: app/templates/domain/domains_blocked.html:46 +#: app/templates/user/show_profile.html:169 +msgid "Unban" +msgstr "" + +#: app/templates/community/community_moderate_subscribers.html:125 +msgid "No banned people yet" +msgstr "" + #: app/templates/domain/domain.html:14 app/templates/domain/domains.html:12 #: app/templates/domain/domains.html:21 #: app/templates/domain/domains_blocked.html:21 @@ -1873,12 +2111,6 @@ msgstr "" msgid "Block" msgstr "" -#: app/templates/domain/domain.html:61 -#: app/templates/domain/domains_blocked.html:46 -#: app/templates/user/show_profile.html:166 -msgid "Unban" -msgstr "" - #: app/templates/domain/domain.html:65 msgid "Ban instance-wide" msgstr "" @@ -1964,6 +2196,15 @@ msgstr "" msgid "Reported. Check post for issues." msgstr "" +#: app/templates/post/_post_full.html:109 +#: app/templates/post/_post_full.html:110 +msgid "Show cross-posts" +msgstr "" + +#: app/templates/post/_post_full.html:111 +msgid "Number of cross-posts:" +msgstr "" + #: app/templates/post/_post_reply_teaser.html:3 msgid "View context" msgstr "" @@ -1981,8 +2222,8 @@ msgstr "" #: app/templates/post/_post_teaser.html:20 #: app/templates/post/_post_teaser.html:30 -#: app/templates/post/_post_teaser.html:74 -#: app/templates/post/_post_teaser.html:76 +#: app/templates/post/_post_teaser.html:70 +#: app/templates/post/_post_teaser.html:72 #: app/templates/post/_post_teaser_masonry.html:16 #: app/templates/post/_post_teaser_masonry.html:20 #: app/templates/post/_post_teaser_masonry.html:23 @@ -1999,12 +2240,12 @@ msgstr "" msgid "All posts about this domain" msgstr "" -#: app/templates/post/_post_teaser.html:63 +#: app/templates/post/_post_teaser.html:64 #, python-format msgid "Go to community %(name)s" msgstr "" -#: app/templates/post/_post_teaser.html:71 +#: app/templates/post/_post_teaser.html:67 #: app/templates/post/_post_teaser_masonry.html:47 #: app/templates/post/_post_teaser_masonry.html:48 #: app/templates/post/_post_teaser_masonry.html:68 @@ -2012,7 +2253,7 @@ msgstr "" msgid "View comments" msgstr "" -#: app/templates/post/_post_teaser.html:71 +#: app/templates/post/_post_teaser.html:67 msgid "Number of comments:" msgstr "" @@ -2042,8 +2283,14 @@ msgid "" "most places. Be nice." msgstr "" -#: app/templates/post/continue_discussion.html:44 -#: app/templates/post/post.html:105 +#: app/templates/post/add_reply.html:86 +#: app/templates/post/continue_discussion.html:137 +#: app/templates/post/post.html:231 app/templates/post/post_reply_edit.html:82 +msgid "Moderate" +msgstr "" + +#: app/templates/post/continue_discussion.html:47 +#: app/templates/post/post.html:108 msgid "Reported. Check comment for issues." msgstr "" @@ -2081,18 +2328,27 @@ msgstr "" msgid "Author" msgstr "" -#: app/templates/post/post.html:101 +#: app/templates/post/post.html:104 msgid "Post creator" msgstr "" -#: app/templates/post/post.html:102 +#: app/templates/post/post.html:105 msgid "When: " msgstr "" -#: app/templates/post/post.html:131 +#: app/templates/post/post.html:134 msgid "Comment options" msgstr "" +#: app/templates/post/post_cross_posts.html:11 +#, python-format +msgid "Cross-posts for \"%(post_title)s\"" +msgstr "" + +#: app/templates/post/post_cross_posts.html:12 +msgid "Posts to the same url have also been created in the following communities:" +msgstr "" + #: app/templates/post/post_mea_culpa.html:15 msgid "" "If you wish to de-escalate the discussion on your post and now feel like " @@ -2267,7 +2523,7 @@ msgid "Post in %(name)s" msgstr "" #: app/templates/user/_user_nav.html:8 app/templates/user/notifications.html:54 -#: app/templates/user/show_profile.html:118 +#: app/templates/user/show_profile.html:121 msgid "Profile" msgstr "" @@ -2320,13 +2576,13 @@ msgstr "" msgid "Filters" msgstr "" -#: app/templates/user/edit_filters.html:18 app/user/routes.py:713 +#: app/templates/user/edit_filters.html:18 app/user/routes.py:729 msgid "Edit filter" msgstr "" #: app/templates/user/edit_filters.html:20 #: app/templates/user/edit_filters.html:27 app/templates/user/filters.html:22 -#: app/user/routes.py:673 +#: app/user/routes.py:689 msgid "Add filter" msgstr "" @@ -2347,8 +2603,8 @@ msgstr "" msgid "Stop applying this filter after this date. Optional." msgstr "" -#: app/templates/user/edit_profile.html:16 app/user/routes.py:147 -#: app/user/routes.py:212 +#: app/templates/user/edit_profile.html:16 app/user/routes.py:153 +#: app/user/routes.py:218 msgid "Edit profile" msgstr "" @@ -2434,12 +2690,12 @@ msgid "Mark all as read" msgstr "" #: app/templates/user/notifications.html:49 -#: app/templates/user/show_profile.html:113 +#: app/templates/user/show_profile.html:116 msgid "Manage" msgstr "" #: app/templates/user/notifications.html:95 -#: app/templates/user/show_profile.html:189 +#: app/templates/user/show_profile.html:192 msgid "Upvoted" msgstr "" @@ -2464,39 +2720,43 @@ msgstr "" msgid "Send message using Matrix" msgstr "" -#: app/templates/user/show_profile.html:60 +#: app/templates/user/show_profile.html:61 +msgid "Bot Account" +msgstr "" + +#: app/templates/user/show_profile.html:63 msgid "Attitude" msgstr "" -#: app/templates/user/show_profile.html:60 +#: app/templates/user/show_profile.html:63 msgid "Ratio of upvotes cast to downvotes cast. Higher is more positive." msgstr "" -#: app/templates/user/show_profile.html:69 +#: app/templates/user/show_profile.html:72 msgid "Post pagination" msgstr "" -#: app/templates/user/show_profile.html:82 +#: app/templates/user/show_profile.html:85 msgid "No posts yet." msgstr "" -#: app/templates/user/show_profile.html:92 +#: app/templates/user/show_profile.html:95 msgid "Comment pagination" msgstr "" -#: app/templates/user/show_profile.html:105 +#: app/templates/user/show_profile.html:108 msgid "No comments yet." msgstr "" -#: app/templates/user/show_profile.html:134 +#: app/templates/user/show_profile.html:137 msgid "Member of" msgstr "" -#: app/templates/user/show_profile.html:159 -msgid "Crush" +#: app/templates/user/show_profile.html:162 +msgid "Moderate user" msgstr "" -#: app/templates/user/show_profile.html:179 +#: app/templates/user/show_profile.html:182 msgid "Ban + Purge" msgstr "" @@ -2513,13 +2773,13 @@ msgstr "" msgid "Choose" msgstr "" -#: app/topic/routes.py:168 +#: app/topic/routes.py:172 msgid "" "You have joined some communities relating to those interests. Find them " "on the Topics menu or browse the home page." msgstr "" -#: app/topic/routes.py:172 +#: app/topic/routes.py:176 msgid "" "You did not choose any topics. Would you like to choose individual " "communities instead?" @@ -2553,10 +2813,18 @@ msgstr "" msgid "Use markdown editor GUI when writing" msgstr "" +#: app/user/forms.py:40 +msgid "Show profile in user list" +msgstr "" + #: app/user/forms.py:41 msgid "My posts appear in search results" msgstr "" +#: app/user/forms.py:42 +msgid "Manually approve followers" +msgstr "" + #: app/user/forms.py:43 msgid "Import community subscriptions and user blocks from Lemmy" msgstr "" @@ -2613,71 +2881,100 @@ msgstr "" msgid "Expire after" msgstr "" -#: app/user/routes.py:42 +#: app/user/routes.py:49 msgid "This user has been banned." msgstr "" -#: app/user/routes.py:44 +#: app/user/routes.py:51 msgid "This user has been deleted." msgstr "" -#: app/user/routes.py:77 +#: app/user/routes.py:83 #, python-format msgid "Posts by %(user_name)s" msgstr "" -#: app/user/routes.py:194 +#: app/user/routes.py:200 msgid "" "Your subscriptions and blocks are being imported. If you have many it " "could take a few minutes." msgstr "" -#: app/user/routes.py:229 +#: app/user/routes.py:235 msgid "You cannot ban yourself." msgstr "" -#: app/user/routes.py:254 +#: app/user/routes.py:260 msgid "You cannot unban yourself." msgstr "" -#: app/user/routes.py:278 +#: app/user/routes.py:284 msgid "You cannot block yourself." msgstr "" -#: app/user/routes.py:307 +#: app/user/routes.py:313 msgid "You cannot unblock yourself." msgstr "" -#: app/user/routes.py:352 +#: app/user/routes.py:340 +msgid "" +"Moderators have already assessed reports regarding this person, no " +"further reports are necessary." +msgstr "" + +#: app/user/routes.py:346 +#, python-format +msgid "%(user_name)s has already been reported, thank you!" +msgstr "" + +#: app/user/routes.py:368 #, python-format msgid "%(user_name)s has been reported, thank you!" msgstr "" -#: app/user/routes.py:358 +#: app/user/routes.py:374 msgid "Report user" msgstr "" -#: app/user/routes.py:375 +#: app/user/routes.py:391 msgid "You cannot delete yourself." msgstr "" -#: app/user/routes.py:432 +#: app/user/routes.py:448 msgid "Account deletion in progress. Give it a few minutes." msgstr "" -#: app/user/routes.py:437 +#: app/user/routes.py:453 msgid "Delete my account" msgstr "" -#: app/user/routes.py:482 +#: app/user/routes.py:498 msgid "You cannot purge yourself." msgstr "" -#: app/user/routes.py:559 +#: app/user/routes.py:575 msgid "All notifications marked as read." msgstr "" -#: app/user/routes.py:730 +#: app/user/routes.py:746 msgid "Filter deleted." msgstr "" +#~ msgid "Allow search engines to index this profile" +#~ msgstr "" + +#~ msgid "Title is required." +#~ msgstr "" + +#~ msgid "URL is required." +#~ msgstr "" + +#~ msgid "File is required." +#~ msgstr "" + +#~ msgid "Poll not implemented yet." +#~ msgstr "" + +#~ msgid "Crush" +#~ msgstr "" +