diff --git a/locale/en_US/LC_MESSAGES/django.po b/locale/en_US/LC_MESSAGES/django.po index cac135169..d0a202ab6 100644 --- a/locale/en_US/LC_MESSAGES/django.po +++ b/locale/en_US/LC_MESSAGES/django.po @@ -3,122 +3,227 @@ # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # -#, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-24 19:20+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2018-10-25 21:26+0000\n" +"PO-Revision-Date: 2018-10-24 16:25-0300\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.7.1\n" #: docs/_templates/layout.html:3 msgid "Documentation" +msgstr "Documentation" + +#: local/vendor/django-boogie/src/boogie/apps/users/models.py:23 +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:64 +#: src/ej_clusters/models.py:123 src/ej_clusters/models.py:180 +#: src/ej_clusters/routes.py:216 src/ej_configurations/models.py:128 +#: src/ej_reports/routes.py:165 +msgid "Name" +msgstr "Name" + +#: local/vendor/django-boogie/src/boogie/apps/users/models.py:26 +msgid "User's full name" +msgstr "User's full name" + +#: local/vendor/django-boogie/src/boogie/fields/default_fields.py:47 +msgid "slug" +msgstr "slug" + +#: local/vendor/django-boogie/src/boogie/fields/default_fields.py:53 +msgid "name" +msgstr "name" + +#: local/vendor/django-boogie/src/boogie/fields/default_fields.py:59 +msgid "title" +msgstr "title" + +#: local/vendor/django-boogie/src/boogie/fields/default_fields.py:65 +msgid "description" +msgstr "description" + +#: local/vendor/django-boogie/src/boogie/fields/default_fields.py:69 +msgid "Conscise description used on listings." +msgstr "Conscise description used on listings." + +#: local/vendor/django-boogie/src/boogie/fields/default_fields.py:74 +msgid "detailed description" +msgstr "detailed description" + +#: local/vendor/django-boogie/src/boogie/fields/default_fields.py:77 +msgid "Detailed description of object." +msgstr "Detailed description of object." + +#: local/vendor/django-boogie/src/boogie/fields/enum_field.py:24 +msgid "An enumeration field" +msgstr "An enumeration field" + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:55 +#: src/ej_profiles/models.py:131 src/ej_users/forms.py:47 +#: src/ej_users/forms.py:49 src/ej_users/forms.py:59 +msgid "E-mail" +msgstr "E-mail" + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:59 +msgid "" +"Users can register additional e-mail addresses. This is the main e-mail " +"address which is used for login." msgstr "" +"Users can register additional e-mail addresses. This is the main e-mail " +"address which is used for login." + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:67 +msgid "Full name of the user." +msgstr "Full name of the user." + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:71 +msgid "Alias" +msgstr "Alias" + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:74 +msgid "Public alias used to identify the user." +msgstr "Public alias used to identify the user." + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:78 +msgid "staff status" +msgstr "staff status" + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:81 +msgid "Designates whether the user can log into the admin site." +msgstr "Designates whether the user can log into the admin site." + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:85 +msgid "active" +msgstr "active" + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:88 +msgid "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." +msgstr "" +"Designates whether this user should be treated as active. Unselect this " +"instead of deleting accounts." + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:93 +msgid "date joined" +msgstr "date joined" + +#: local/vendor/django-boogie/src/boogie/models/abstract/user.py:162 +msgid "user" +msgstr "user" + +#: local/vendor/django-boogie/src/boogie/views/views.py:122 +#, python-format +msgid "No %(verbose_name)s found matching the query" +msgstr "No %(verbose_name)s found matching the query" #: src/ej/jinja2.py:157 msgid "This template defines no extra variables" -msgstr "" +msgstr "This template defines no extra variables" #: src/ej/roles/routes.py:56 msgid "List of roles" -msgstr "" +msgstr "List of roles" #: src/ej/roles/tags.py:13 msgid "hello" -msgstr "" +msgstr "hello" #: src/ej/roles/tags.py:63 msgid "Access CPA panel" -msgstr "" +msgstr "Access CPA panel" #: src/ej/roles/tags.py:68 msgid "Go!" -msgstr "" +msgstr "Go!" #: src/ej/settings/options.py:32 msgid "EJ Platform" -msgstr "" +msgstr "EJ Platform" #: src/ej/settings/options.py:33 msgid "Not part of EJ yet?" -msgstr "" +msgstr "Not part of EJ yet?" #: src/ej/settings/options.py:34 msgid "Login in EJ" -msgstr "" +msgstr "Login in EJ" #: src/ej/templates/django/account/account_inactive.html:5 #: src/ej/templates/django/account/account_inactive.html:8 msgid "Account Inactive" -msgstr "" +msgstr "Account Inactive" #: src/ej/templates/django/account/account_inactive.html:10 msgid "This account is inactive." -msgstr "" +msgstr "This account is inactive." #: src/ej/templates/django/account/email.html:7 msgid "Account" -msgstr "" +msgstr "Account" #: src/ej/templates/django/account/email.html:10 msgid "E-mail Addresses" -msgstr "" +msgstr "E-mail Addresses" #: src/ej/templates/django/account/email.html:13 msgid "The following e-mail addresses are associated with your account:" -msgstr "" +msgstr "The following e-mail addresses are associated with your account:" #: src/ej/templates/django/account/email.html:27 msgid "Verified" -msgstr "" +msgstr "Verified" #: src/ej/templates/django/account/email.html:29 msgid "Unverified" -msgstr "" +msgstr "Unverified" #: src/ej/templates/django/account/email.html:31 msgid "Primary" -msgstr "" +msgstr "Primary" #: src/ej/templates/django/account/email.html:37 msgid "Make Primary" -msgstr "" +msgstr "Make Primary" #: src/ej/templates/django/account/email.html:38 msgid "Re-send Verification" -msgstr "" +msgstr "Re-send Verification" #: src/ej/templates/django/account/email.html:39 msgid "Remove" -msgstr "" +msgstr "Remove" #: src/ej/templates/django/account/email.html:46 msgid "Warning:" -msgstr "" +msgstr "Warning:" #: src/ej/templates/django/account/email.html:46 msgid "" "You currently do not have any e-mail address set up. You should really add " "an e-mail address so you can receive notifications, reset your password, etc." msgstr "" +"You currently do not have any e-mail address set up. You should really add " +"an e-mail address so you can receive notifications, reset your password, etc." #: src/ej/templates/django/account/email.html:51 msgid "Add E-mail Address" -msgstr "" +msgstr "Add E-mail Address" #: src/ej/templates/django/account/email.html:56 msgid "Add E-mail" -msgstr "" +msgstr "Add E-mail" #: src/ej/templates/django/account/email.html:66 msgid "Do you really want to remove the selected e-mail address?" -msgstr "" +msgstr "Do you really want to remove the selected e-mail address?" #: src/ej/templates/django/account/email/email_confirmation_message.txt:1 #, python-format @@ -130,6 +235,12 @@ msgid "" "\n" "To confirm that it's ok, go to %(activate_url)s\n" msgstr "" +"Welcome from %(site_name)s!\n" +"\n" +"You are receiving this message because the user %(user_display)s signed-up " +"with this mail address.\n" +"\n" +"To confirm that it's ok, go to %(activate_url)s\n" #: src/ej/templates/django/account/email/email_confirmation_message.txt:7 #, python-format @@ -137,10 +248,12 @@ msgid "" "Tks from %(site_name)s!\n" "ejplatform.org" msgstr "" +"Tks from %(site_name)s!\n" +"ejplatform.org" #: src/ej/templates/django/account/email/email_confirmation_subject.txt:3 msgid "Please confirm your email address" -msgstr "" +msgstr "Please confirm your email address" #: src/ej/templates/django/account/email/password_reset_key_message.txt:1 #, python-format @@ -152,11 +265,17 @@ msgid "" "If it weren't you, ignore this message. Access the link below to recreate " "you password." msgstr "" +"Hello from %(site_name)s!\n" +"\n" +"You are receiving this message because you or someone has asked a new " +"password for your user account.\n" +"If it weren't you, ignore this message. Access the link below to recreate " +"you password." #: src/ej/templates/django/account/email/password_reset_key_message.txt:8 #, python-format msgid "If you forgot, your username is %(username)s." -msgstr "" +msgstr "If you forgot, your username is %(username)s." #: src/ej/templates/django/account/email/password_reset_key_message.txt:10 #, python-format @@ -164,15 +283,17 @@ msgid "" "Tks for participating on %(site_name)s!\n" "%(site_domain)s" msgstr "" +"Tks for participating on %(site_name)s!\n" +"%(site_domain)s" #: src/ej/templates/django/account/email/password_reset_key_subject.txt:3 msgid "Request to generate a new password" -msgstr "" +msgstr "Request to generate a new password" #: src/ej/templates/django/account/email_confirm.html:6 #: src/ej/templates/django/account/email_confirm.html:10 msgid "Confirm E-mail Address" -msgstr "" +msgstr "Confirm E-mail Address" #: src/ej/templates/django/account/email_confirm.html:16 #, python-format @@ -180,10 +301,12 @@ msgid "" "Please confirm that %(email)s is an e-mail " "address for user %(user_display)s." msgstr "" +"Please confirm that %(email)s is an e-mail " +"address for user %(user_display)s." #: src/ej/templates/django/account/email_confirm.html:20 msgid "Confirm" -msgstr "" +msgstr "Confirm" #: src/ej/templates/django/account/email_confirm.html:27 #, python-format @@ -191,37 +314,39 @@ msgid "" "This e-mail confirmation link expired or is invalid. Please issue a new e-mail confirmation request." msgstr "" +"This e-mail confirmation link expired or is invalid. Please issue a new e-mail confirmation request." #: src/ej/templates/django/account/login-signup.html:7 #: src/ej/templates/django/account/signup.html:7 msgid "Signup" -msgstr "" +msgstr "Signup" #: src/ej/templates/django/account/login-signup.html:44 #: src/ej/templates/django/account/login.html:57 msgid "Forgot Password?" -msgstr "" +msgstr "Forgot Password?" #: src/ej/templates/django/account/login-signup.html:45 #: src/ej/templates/django/account/login.html:7 #: src/ej/templates/django/account/login.html:58 msgid "Sign In" -msgstr "" +msgstr "Sign In" #: src/ej/templates/django/account/login-signup.html:59 #: src/ej/templates/django/account/signup.html:43 msgid "Sign Up" -msgstr "" +msgstr "Sign Up" #: src/ej/templates/django/account/logout.html:5 #: src/ej/templates/django/account/logout.html:8 #: src/ej/templates/django/account/logout.html:17 msgid "Sign Out" -msgstr "" +msgstr "Sign Out" #: src/ej/templates/django/account/logout.html:10 msgid "Are you sure you want to sign out?" -msgstr "" +msgstr "Are you sure you want to sign out?" #: src/ej/templates/django/account/password_change.html:6 #: src/ej/templates/django/account/password_change.html:9 @@ -231,38 +356,42 @@ msgstr "" #: src/ej/templates/django/account/password_reset_from_key_done.html:4 #: src/ej/templates/django/account/password_reset_from_key_done.html:7 msgid "Change Password" -msgstr "" +msgstr "Change Password" #: src/ej/templates/django/account/password_reset.html:7 #: src/ej/templates/django/account/password_reset.html:11 #: src/ej/templates/django/account/password_reset_done.html:6 #: src/ej/templates/django/account/password_reset_done.html:9 msgid "Password Reset" -msgstr "" +msgstr "Password Reset" #: src/ej/templates/django/account/password_reset.html:16 msgid "" "Forgotten your password? Enter your e-mail address below, and we'll send you " "an e-mail allowing you to reset it." msgstr "" +"Forgotten your password? Enter your e-mail address below, and we'll send you " +"an e-mail allowing you to reset it." #: src/ej/templates/django/account/password_reset.html:21 msgid "Reset My Password" -msgstr "" +msgstr "Reset My Password" #: src/ej/templates/django/account/password_reset.html:24 msgid "Please contact us if you have any trouble resetting your password." -msgstr "" +msgstr "Please contact us if you have any trouble resetting your password." #: src/ej/templates/django/account/password_reset_done.html:15 msgid "" "We have sent you an e-mail. Please contact us if you do not receive it " "within a few minutes." msgstr "" +"We have sent you an e-mail. Please contact us if you do not receive it " +"within a few minutes." #: src/ej/templates/django/account/password_reset_from_key.html:8 msgid "Bad Token" -msgstr "" +msgstr "Bad Token" #: src/ej/templates/django/account/password_reset_from_key.html:12 #, python-format @@ -271,43 +400,47 @@ msgid "" "used. Please request a new password reset." msgstr "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." #: src/ej/templates/django/account/password_reset_from_key.html:18 msgid "change password" -msgstr "" +msgstr "change password" #: src/ej/templates/django/account/password_reset_from_key.html:21 #: src/ej/templates/django/account/password_reset_from_key_done.html:8 msgid "Your password is now changed." -msgstr "" +msgstr "Your password is now changed." #: src/ej/templates/django/account/password_set.html:6 #: src/ej/templates/django/account/password_set.html:9 #: src/ej/templates/django/account/password_set.html:14 msgid "Set Password" -msgstr "" +msgstr "Set Password" #: src/ej/templates/django/account/signup.html:45 #, python-format msgid "" "Already have an account? Then please sign in." msgstr "" +"Already have an account? Then please sign in." #: src/ej/templates/django/account/signup_closed.html:5 #: src/ej/templates/django/account/signup_closed.html:8 msgid "Sign Up Closed" -msgstr "" +msgstr "Sign Up Closed" #: src/ej/templates/django/account/signup_closed.html:10 msgid "We are sorry, but the sign up is currently closed." -msgstr "" +msgstr "We are sorry, but the sign up is currently closed." #: src/ej/templates/django/account/verification_sent.html:5 #: src/ej/templates/django/account/verification_sent.html:8 #: src/ej/templates/django/account/verified_email_required.html:5 #: src/ej/templates/django/account/verified_email_required.html:8 msgid "Verify Your E-mail Address" -msgstr "" +msgstr "Verify Your E-mail Address" #: src/ej/templates/django/account/verification_sent.html:10 msgid "" @@ -315,6 +448,9 @@ msgid "" "finalize the signup process. Please contact us if you do not receive it " "within a few minutes." msgstr "" +"We have sent an e-mail to you for verification. Follow the link provided to " +"finalize the signup process. Please contact us if you do not receive it " +"within a few minutes." #: src/ej/templates/django/account/verified_email_required.html:12 msgid "" @@ -322,6 +458,9 @@ msgid "" "you are who you claim to be. For this purpose, we require that you\n" "verify ownership of your e-mail address. " msgstr "" +"This part of the site requires us to verify that\n" +"you are who you claim to be. For this purpose, we require that you\n" +"verify ownership of your e-mail address. " #: src/ej/templates/django/account/verified_email_required.html:16 msgid "" @@ -329,6 +468,9 @@ msgid "" "verification. Please click on the link inside this e-mail. Please\n" "contact us if you do not receive it within a few minutes." msgstr "" +"We have sent an e-mail to you for\n" +"verification. Please click on the link inside this e-mail. Please\n" +"contact us if you do not receive it within a few minutes." #: src/ej/templates/django/account/verified_email_required.html:20 #, python-format @@ -336,84 +478,70 @@ msgid "" "Note: you can still change your e-" "mail address." msgstr "" +"Note: you can still change your e-" +"mail address." -#: src/ej_boards/apps.py:7 src/ej_boards/models.py:49 +#: src/ej_boards/apps.py:7 src/ej_boards/models.py:45 msgid "Boards" -msgstr "" +msgstr "Boards" -#: src/ej_boards/models.py:16 +#: src/ej_boards/models.py:17 msgid "Slug" -msgstr "" +msgstr "Slug" -#: src/ej_boards/models.py:26 src/ej_conversations/models/conversation.py:57 +#: src/ej_boards/models.py:27 src/ej_conversations/models/conversation.py:57 msgid "Title" -msgstr "" +msgstr "Title" -#: src/ej_boards/models.py:30 src/ej_clusters/models.py:127 +#: src/ej_boards/models.py:31 src/ej_clusters/models.py:127 #: src/ej_clusters/models.py:194 msgid "Description" -msgstr "" +msgstr "Description" -#: src/ej_boards/models.py:48 +#: src/ej_boards/models.py:44 msgid "Board" -msgstr "" - -#: src/ej_boards/routes/boards.py:43 -msgid "Create board" -msgstr "" +msgstr "Board" -#: src/ej_boards/routes/conversations.py:37 -#, python-format -msgid "%s' conversations" -msgstr "" - -#: src/ej_boards/routes/conversations.py:38 -#, python-format -msgid "These are %s's conversations. Contribute to them too" -msgstr "" +#: src/ej_boards/models.py:59 +msgid "Slug already exists." +msgstr "Slug already exists." -#: src/ej_boards/routes/conversations.py:84 src/ej_clusters/routes.py:74 +#: src/ej_boards/routes.py:111 src/ej_clusters/routes.py:74 msgid "Stereotypes" -msgstr "" +msgstr "Stereotypes" -#: src/ej_boards/validators.py:11 +#: src/ej_boards/routes.py:170 +msgid "Create board" +msgstr "Create board" + +#: src/ej_boards/validators.py:9 msgid "Invalid slug." -msgstr "" +msgstr "Invalid slug." -#: src/ej_boards/validators.py:13 +#: src/ej_boards/validators.py:11 msgid "Slug cannot contain a backslash character." -msgstr "" - -#: src/ej_boards/validators.py:20 -msgid "Slug already exists." -msgstr "" +msgstr "Slug cannot contain a backslash character." #: src/ej_clusters/apps.py:7 src/ej_clusters/routes.py:40 msgid "Clusters" -msgstr "" +msgstr "Clusters" #: src/ej_clusters/forms.py:22 msgid "Stereotype for this conversation with this name already exists." -msgstr "" - -#: src/ej_clusters/models.py:123 src/ej_clusters/models.py:180 -#: src/ej_clusters/routes.py:216 src/ej_configurations/models.py:128 -#: src/ej_reports/routes.py:174 -msgid "Name" -msgstr "" +msgstr "Stereotype for this conversation with this name already exists." #: src/ej_clusters/models.py:130 msgid "How was this cluster conceived?" -msgstr "" +msgstr "How was this cluster conceived?" #: src/ej_clusters/models.py:147 #, python-brace-format msgid "{name} (\"{conversation}\" conversation)" -msgstr "" +msgstr "{name} (\"{conversation}\" conversation)" #: src/ej_clusters/models.py:188 msgid "Conversation associated with the stereotype." -msgstr "" +msgstr "Conversation associated with the stereotype." #: src/ej_clusters/models.py:197 msgid "" @@ -421,848 +549,868 @@ msgid "" "specify a background history, or give hints on the exact profile the " "stereotype wants to capture." msgstr "" +"A detailed description of your stereotype for future reference. You can " +"specify a background history, or give hints on the exact profile the " +"stereotype wants to capture." #: src/ej_clusters/models.py:286 src/ej_clusters/routes.py:226 -#: src/ej_reports/routes.py:171 +#: src/ej_reports/routes.py:162 msgid "Comment" -msgstr "" +msgstr "Comment" #: src/ej_clusters/models.py:290 src/ej_conversations/models/vote.py:47 msgid "Choice" -msgstr "" +msgstr "Choice" #: src/ej_clusters/routes.py:61 msgid "Force clusterization" -msgstr "" +msgstr "Force clusterization" #: src/ej_clusters/routes.py:92 #, python-brace-format msgid "Stereotype votes ({conversation})" -msgstr "" +msgstr "Stereotype votes ({conversation})" #: src/ej_clusters/routes.py:216 src/ej_rocketchat/forms.py:30 #: src/ej_rocketchat/models.py:33 msgid "Username" -msgstr "" +msgstr "Username" #: src/ej_clusters/routes.py:226 msgid "Options" -msgstr "" +msgstr "Options" #: src/ej_clusters/types.py:7 msgid "Waiting for more data" -msgstr "" +msgstr "Waiting for more data" #: src/ej_clusters/types.py:8 msgid "Active" -msgstr "" +msgstr "Active" #: src/ej_clusters/types.py:9 msgid "Disabled" -msgstr "" +msgstr "Disabled" #: src/ej_configurations/apps.py:7 msgid "Configurations" -msgstr "" +msgstr "Configurations" #: src/ej_configurations/models.py:17 msgid "HTML" -msgstr "" +msgstr "HTML" #: src/ej_configurations/models.py:18 msgid "Markdown" -msgstr "" +msgstr "Markdown" #: src/ej_configurations/models.py:27 msgid "Social network" -msgstr "" +msgstr "Social network" #: src/ej_configurations/models.py:30 msgid "Name of the social network (e.g., Facebook)" -msgstr "" +msgstr "Name of the social network (e.g., Facebook)" #: src/ej_configurations/models.py:33 msgid "Icon name" -msgstr "" +msgstr "Icon name" #: src/ej_configurations/models.py:35 msgid "" "Icon name in font-awesome. Use short version like \"google\", \"facebook-f" "\", etc." msgstr "" +"Icon name in font-awesome. Use short version like \"google\", \"facebook-f" +"\", etc." #: src/ej_configurations/models.py:40 msgid "Ordering" -msgstr "" +msgstr "Ordering" #: src/ej_configurations/models.py:43 msgid "" "You can manually define the ordering that each icon should appear in the " "interface. Otherwise, icons will be shown in insertion order." msgstr "" +"You can manually define the ordering that each icon should appear in the " +"interface. Otherwise, icons will be shown in insertion order." #: src/ej_configurations/models.py:49 msgid "URL" -msgstr "" +msgstr "URL" #: src/ej_configurations/models.py:50 msgid "Link to your social account page." -msgstr "" +msgstr "Link to your social account page." #: src/ej_configurations/models.py:55 msgid "Social media icon" -msgstr "" +msgstr "Social media icon" #: src/ej_configurations/models.py:56 msgid "Social media icons" -msgstr "" +msgstr "Social media icons" #: src/ej_configurations/models.py:102 msgid "Color name" -msgstr "" +msgstr "Color name" #: src/ej_configurations/models.py:106 msgid "Color" -msgstr "" +msgstr "Color" #: src/ej_configurations/models.py:109 msgid "Color code in hex (e.g., #RRGGBBAA) format." -msgstr "" +msgstr "Color code in hex (e.g., #RRGGBBAA) format." #: src/ej_configurations/models.py:132 msgid "Unique identifier for fragment name" -msgstr "" +msgstr "Unique identifier for fragment name" #: src/ej_configurations/models.py:136 msgid "content" -msgstr "" +msgstr "content" #: src/ej_configurations/models.py:138 msgid "Raw fragment content in HTML or Markdown" -msgstr "" +msgstr "Raw fragment content in HTML or Markdown" #: src/ej_configurations/routes.py:31 src/ej_conversations/apps.py:7 msgid "Conversations" -msgstr "" +msgstr "Conversations" -#: src/ej_configurations/routes.py:32 src/ej_reports/routes.py:163 +#: src/ej_configurations/routes.py:32 src/ej_reports/routes.py:154 msgid "Votes" -msgstr "" +msgstr "Votes" #: src/ej_configurations/routes.py:33 msgid "Comments" -msgstr "" +msgstr "Comments" #: src/ej_configurations/validators.py:10 msgid "" "Invalid font awesome icon name. Please use the short format (i.e., " "\"facebook-f\" instead of \"fab fa-facebook-f\"" msgstr "" +"Invalid font awesome icon name. Please use the short format (i.e., " +"\"facebook-f\" instead of \"fab fa-facebook-f\"" #: src/ej_conversations/admin.py:27 msgid "Moderation" -msgstr "" +msgstr "Moderation" #: src/ej_conversations/forms.py:22 msgid "" "It seems that you created repeated comments. Please verify if there aren't " "any equal comments" msgstr "" +"It seems that you created repeated comments. Please verify if there aren't " +"any equal comments" #: src/ej_conversations/forms.py:38 msgid "Tags, separated by commas" -msgstr "" +msgstr "Tags, separated by commas" #: src/ej_conversations/forms.py:39 msgid "Type here the question for your research" -msgstr "" +msgstr "Type here the question for your research" #: src/ej_conversations/forms.py:40 msgid "Permanent link." -msgstr "" +msgstr "Permanent link." #: src/ej_conversations/models/comment.py:27 msgid "awaiting moderation" -msgstr "" +msgstr "awaiting moderation" #: src/ej_conversations/models/comment.py:28 msgid "approved" -msgstr "" +msgstr "approved" #: src/ej_conversations/models/comment.py:29 msgid "rejected" -msgstr "" +msgstr "rejected" #: src/ej_conversations/models/comment.py:37 msgid "Incomplete or incomprehensible text" -msgstr "" +msgstr "Incomplete or incomprehensible text" #: src/ej_conversations/models/comment.py:38 msgid "Off-topic" -msgstr "" +msgstr "Off-topic" #: src/ej_conversations/models/comment.py:39 msgid "Offensive content or language" -msgstr "" +msgstr "Offensive content or language" #: src/ej_conversations/models/comment.py:40 msgid "Duplicated content" -msgstr "" +msgstr "Duplicated content" #: src/ej_conversations/models/comment.py:41 msgid "Violates terms of service of the platform" -msgstr "" +msgstr "Violates terms of service of the platform" #: src/ej_conversations/models/comment.py:54 msgid "Content" -msgstr "" +msgstr "Content" #: src/ej_conversations/models/comment.py:57 msgid "Body of text for the comment" -msgstr "" +msgstr "Body of text for the comment" #: src/ej_conversations/models/comment.py:60 msgid "Rejection reason" -msgstr "" +msgstr "Rejection reason" #: src/ej_conversations/models/comment.py:63 msgid "" "You must provide a reason to reject a comment. Users will receive this " "feedback." msgstr "" +"You must provide a reason to reject a comment. Users will receive this " +"feedback." #: src/ej_conversations/models/comment.py:68 msgid "Promoted comment?" -msgstr "" +msgstr "Promoted comment?" #: src/ej_conversations/models/comment.py:71 msgid "" "Promoted comments are prioritized when selecting random commentsto users." msgstr "" +"Promoted comments are prioritized when selecting random commentsto users." #: src/ej_conversations/models/comment.py:111 msgid "Must give a reason to reject a comment" -msgstr "" +msgstr "Must give a reason to reject a comment" #: src/ej_conversations/models/conversation.py:60 msgid "" "A short description about this conversation. This is used internally and to " "create URL slugs. (e.g. School system)" msgstr "" +"A short description about this conversation. This is used internally and to " +"create URL slugs. (e.g. School system)" #: src/ej_conversations/models/conversation.py:66 msgid "Question" -msgstr "" +msgstr "Question" #: src/ej_conversations/models/conversation.py:68 msgid "" "A question that is displayed to the users in a conversation card. (e.g.: How " "can we improve the school system in our community?)" msgstr "" +"A question that is displayed to the users in a conversation card. (e.g.: How " +"can we improve the school system in our community?)" #: src/ej_conversations/models/conversation.py:77 msgid "Only the author and administrative staff can edit this conversation." -msgstr "" +msgstr "Only the author and administrative staff can edit this conversation." #: src/ej_conversations/models/conversation.py:85 msgid "promoted?" -msgstr "" +msgstr "promoted?" #: src/ej_conversations/models/conversation.py:88 msgid "Promoted conversations appears in the main /conversations/ endpoint." -msgstr "" +msgstr "Promoted conversations appears in the main /conversations/ endpoint." #: src/ej_conversations/models/conversation.py:100 msgid "Can publish promoted conversations" -msgstr "" +msgstr "Can publish promoted conversations" #: src/ej_conversations/models/conversation.py:101 msgid "Can moderate comments in any conversation" -msgstr "" +msgstr "Can moderate comments in any conversation" #: src/ej_conversations/models/conversation.py:120 msgid "User does not have permission to create a promoted conversation." -msgstr "" +msgstr "User does not have permission to create a promoted conversation." #: src/ej_conversations/models/conversation.py:168 msgid "automatically rejected" -msgstr "" +msgstr "automatically rejected" #: src/ej_conversations/models/conversation.py:249 msgid "No comments available for this user" -msgstr "" +msgstr "No comments available for this user" #: src/ej_conversations/models/vote.py:14 msgid "Skip" -msgstr "" +msgstr "Skip" -#: src/ej_conversations/models/vote.py:15 src/ej_reports/routes.py:166 +#: src/ej_conversations/models/vote.py:15 src/ej_reports/routes.py:157 msgid "Agree" -msgstr "" +msgstr "Agree" -#: src/ej_conversations/models/vote.py:16 src/ej_reports/routes.py:167 +#: src/ej_conversations/models/vote.py:16 src/ej_reports/routes.py:158 msgid "Disagree" -msgstr "" +msgstr "Disagree" #: src/ej_conversations/models/vote.py:25 #, python-brace-format msgid "vote should be one of 'agree', 'disagree' or 'skip', got {value}" -msgstr "" +msgstr "vote should be one of 'agree', 'disagree' or 'skip', got {value}" #: src/ej_conversations/models/vote.py:47 msgid "Agree, disagree or skip" -msgstr "" +msgstr "Agree, disagree or skip" #: src/ej_conversations/models/vote.py:48 msgid "Created at" -msgstr "" +msgstr "Created at" #: src/ej_conversations/models/vote.py:60 msgid "non-moderated comments cannot receive votes" -msgstr "" +msgstr "non-moderated comments cannot receive votes" #: src/ej_conversations/roles.py:78 -#: src/ej_conversations/routes/conversations.py:80 +#: src/ej_conversations/routes/conversations.py:81 msgid "login" -msgstr "" +msgstr "login" #: src/ej_conversations/routes/comments.py:17 msgid "List conversations" -msgstr "" +msgstr "List conversations" -#: src/ej_conversations/routes/conversations.py:21 +#: src/ej_conversations/routes/conversations.py:22 msgid "" "A space for adolescents to discuss actions that promote, guarantee and " "defend their rights" msgstr "" +"A space for adolescents to discuss actions that promote, guarantee and " +"defend their rights" -#: src/ej_conversations/routes/conversations.py:22 +#: src/ej_conversations/routes/conversations.py:23 msgid "Public conversations" -msgstr "" +msgstr "Public conversations" -#: src/ej_conversations/routes/conversations.py:23 #: src/ej_conversations/routes/conversations.py:24 +#: src/ej_conversations/routes/conversations.py:25 msgid "" "Participate of conversations and give your opinion with comments and votes!" msgstr "" +"Participate of conversations and give your opinion with comments and votes!" #: src/ej_conversations/validators.py:18 #, python-brace-format msgid "'{color}' is a bad color value" -msgstr "" +msgstr "'{color}' is a bad color value" #: src/ej_conversations/validators.py:23 msgid "Field cannot be empty!" -msgstr "" +msgstr "Field cannot be empty!" #: src/ej_gamification/signals.py:13 msgid "Created Comment" -msgstr "" +msgstr "Created Comment" #: src/ej_gamification/signals.py:22 msgid "Had Comment Approved" -msgstr "" +msgstr "Had Comment Approved" #: src/ej_gamification/signals.py:34 msgid "Agreed With" -msgstr "" +msgstr "Agreed With" #: src/ej_gamification/signals.py:42 msgid "Passed On" -msgstr "" +msgstr "Passed On" #: src/ej_gamification/signals.py:50 msgid "Disagreed With" -msgstr "" +msgstr "Disagreed With" #: src/ej_gamification/signals.py:82 msgid "Created Conversation" -msgstr "" +msgstr "Created Conversation" #: src/ej_gamification/signals.py:90 msgid "Was Created" -msgstr "" +msgstr "Was Created" #: src/ej_gamification/signals.py:101 msgid "Filled Profile" -msgstr "" +msgstr "Filled Profile" #: src/ej_help/apps.py:7 msgid "Help" -msgstr "" +msgstr "Help" #: src/ej_help/routes.py:41 #, python-brace-format msgid "Page {slug} not found" -msgstr "" +msgstr "Page {slug} not found" #: src/ej_math/apps.py:7 msgid "Math" -msgstr "" +msgstr "Math" #: src/ej_notifications/apps.py:7 msgid "Notifications" -msgstr "" +msgstr "Notifications" #: src/ej_notifications/routes.py:16 msgid "List of notifications" -msgstr "" +msgstr "List of notifications" #: src/ej_powers/models.py:14 msgid "user does not have the right to promote this comment" -msgstr "" +msgstr "user does not have the right to promote this comment" #: src/ej_powers/models.py:37 msgid "Any comment in conversation" -msgstr "" +msgstr "Any comment in conversation" #: src/ej_powers/models.py:38 msgid "Self promotion" -msgstr "" +msgstr "Self promotion" #: src/ej_powers/models.py:39 msgid "Endorse comment from other user" -msgstr "" +msgstr "Endorse comment from other user" #: src/ej_powers/models.py:40 msgid "Endorse comment from a user in the user's cluster" -msgstr "" +msgstr "Endorse comment from a user in the user's cluster" #: src/ej_powers/models.py:41 msgid "Endorse comment from user from a different cluster" -msgstr "" +msgstr "Endorse comment from user from a different cluster" #: src/ej_profiles/admin.py:9 msgid "Basic information" -msgstr "" +msgstr "Basic information" #: src/ej_profiles/admin.py:12 msgid "Address" -msgstr "" +msgstr "Address" #: src/ej_profiles/admin.py:15 msgid "Advanced" -msgstr "" +msgstr "Advanced" #: src/ej_profiles/choices.py:7 src/ej_profiles/choices.py:18 msgid "Not filled" -msgstr "" +msgstr "Not filled" #: src/ej_profiles/choices.py:8 msgid "Black" -msgstr "" +msgstr "Black" #: src/ej_profiles/choices.py:9 msgid "Brown" -msgstr "" +msgstr "Brown" #: src/ej_profiles/choices.py:10 msgid "White" -msgstr "" +msgstr "White" #: src/ej_profiles/choices.py:11 msgid "Yellow" -msgstr "" +msgstr "Yellow" #: src/ej_profiles/choices.py:12 msgid "Indigenous" -msgstr "" +msgstr "Indigenous" #: src/ej_profiles/choices.py:13 msgid "Do not know" -msgstr "" +msgstr "Do not know" #: src/ej_profiles/choices.py:14 src/ej_profiles/choices.py:22 msgid "Not declared" -msgstr "" +msgstr "Not declared" #: src/ej_profiles/choices.py:19 msgid "Female" -msgstr "" +msgstr "Female" #: src/ej_profiles/choices.py:20 msgid "Male" -msgstr "" +msgstr "Male" #: src/ej_profiles/choices.py:21 msgid "Other" -msgstr "" +msgstr "Other" #: src/ej_profiles/models.py:26 msgid "Race" -msgstr "" +msgstr "Race" #: src/ej_profiles/models.py:27 msgid "Ethnicity" -msgstr "" +msgstr "Ethnicity" #: src/ej_profiles/models.py:28 msgid "Education" -msgstr "" +msgstr "Education" #: src/ej_profiles/models.py:29 msgid "Gender identity" -msgstr "" +msgstr "Gender identity" #: src/ej_profiles/models.py:30 msgid "User provided gender" -msgstr "" +msgstr "User provided gender" #: src/ej_profiles/models.py:31 src/ej_profiles/models.py:127 msgid "Age" -msgstr "" +msgstr "Age" #: src/ej_profiles/models.py:32 msgid "Birth Date" -msgstr "" +msgstr "Birth Date" #: src/ej_profiles/models.py:33 msgid "Country" -msgstr "" +msgstr "Country" #: src/ej_profiles/models.py:35 msgid "State" -msgstr "" +msgstr "State" #: src/ej_profiles/models.py:40 msgid "City" -msgstr "" +msgstr "City" #: src/ej_profiles/models.py:41 msgid "Biography" -msgstr "" +msgstr "Biography" #: src/ej_profiles/models.py:42 msgid "Occupation" -msgstr "" +msgstr "Occupation" #: src/ej_profiles/models.py:43 msgid "Political activity" -msgstr "" +msgstr "Political activity" #: src/ej_profiles/models.py:44 msgid "Image" -msgstr "" - -#: src/ej_profiles/models.py:131 src/ej_users/forms.py:47 -#: src/ej_users/forms.py:49 src/ej_users/forms.py:59 -msgid "E-mail" -msgstr "" +msgstr "Image" #: src/ej_profiles/models.py:167 msgid "Root" -msgstr "" +msgstr "Root" #: src/ej_profiles/models.py:169 msgid "Administrative user" -msgstr "" +msgstr "Administrative user" #: src/ej_profiles/models.py:170 src/ej_profiles/tests/test_models.py:47 msgid "Regular user" -msgstr "" +msgstr "Regular user" #: src/ej_profiles/routes.py:85 msgid "My conversations" -msgstr "" +msgstr "My conversations" #: src/ej_profiles/routes.py:86 msgid "See all conversations created by you" -msgstr "" +msgstr "See all conversations created by you" #: src/ej_reports/apps.py:7 msgid "Reports" -msgstr "" +msgstr "Reports" #: src/ej_reports/routes.py:57 msgid "Report" -msgstr "" +msgstr "Report" -#: src/ej_reports/routes.py:161 +#: src/ej_reports/routes.py:152 msgid "Author" -msgstr "" +msgstr "Author" -#: src/ej_reports/routes.py:162 +#: src/ej_reports/routes.py:153 msgid "Text" -msgstr "" +msgstr "Text" -#: src/ej_reports/routes.py:164 +#: src/ej_reports/routes.py:155 msgid "Missing" -msgstr "" +msgstr "Missing" -#: src/ej_reports/routes.py:165 +#: src/ej_reports/routes.py:156 msgid "Skipped" -msgstr "" +msgstr "Skipped" -#: src/ej_reports/routes.py:168 +#: src/ej_reports/routes.py:159 msgid "Average" -msgstr "" +msgstr "Average" -#: src/ej_reports/routes.py:169 +#: src/ej_reports/routes.py:160 msgid "Divergence" -msgstr "" +msgstr "Divergence" -#: src/ej_reports/routes.py:170 +#: src/ej_reports/routes.py:161 msgid "Entropy" -msgstr "" +msgstr "Entropy" -#: src/ej_reports/routes.py:172 +#: src/ej_reports/routes.py:163 msgid "User" -msgstr "" +msgstr "User" -#: src/ej_reports/routes.py:173 +#: src/ej_reports/routes.py:164 msgid "Participation ratio" -msgstr "" +msgstr "Participation ratio" #: src/ej_rocketchat/apps.py:7 msgid "Rocket.Chat integration" -msgstr "" +msgstr "Rocket.Chat integration" #: src/ej_rocketchat/forms.py:25 src/ej_rocketchat/models.py:103 msgid "Rocket.Chat URL" -msgstr "" +msgstr "Rocket.Chat URL" #: src/ej_rocketchat/forms.py:26 msgid "Required URL for Rocket.Chat admin instance." -msgstr "" +msgstr "Required URL for Rocket.Chat admin instance." #: src/ej_rocketchat/forms.py:31 msgid "Username for Rocket.Chat admin user." -msgstr "" +msgstr "Username for Rocket.Chat admin user." #: src/ej_rocketchat/forms.py:36 src/ej_rocketchat/forms.py:139 #: src/ej_rocketchat/models.py:49 src/ej_users/forms.py:15 #: src/ej_users/forms.py:50 src/ej_users/forms.py:69 msgid "Password" -msgstr "" +msgstr "Password" #: src/ej_rocketchat/forms.py:37 msgid "Password for Rocket.Chat admin user." -msgstr "" +msgstr "Password for Rocket.Chat admin user." #: src/ej_rocketchat/forms.py:76 msgid "Error connecting to server" -msgstr "" +msgstr "Error connecting to server" #: src/ej_rocketchat/forms.py:78 msgid "Invalid username or password" -msgstr "" +msgstr "Invalid username or password" #: src/ej_rocketchat/forms.py:81 msgid "Error registering on Rocket.Chat server" -msgstr "" +msgstr "Error registering on Rocket.Chat server" #: src/ej_rocketchat/forms.py:123 msgid "Username already in use." -msgstr "" +msgstr "Username already in use." #: src/ej_rocketchat/forms.py:126 #, python-brace-format msgid "User with {email} e-mail already exists." -msgstr "" +msgstr "User with {email} e-mail already exists." #: src/ej_rocketchat/forms.py:140 msgid "Password for the Rocket.Chat admin account" -msgstr "" +msgstr "Password for the Rocket.Chat admin account" #: src/ej_rocketchat/forms.py:151 msgid "Invalid password" -msgstr "" +msgstr "Invalid password" #: src/ej_rocketchat/models.py:36 msgid "" "Username that identifies you in the Rocket.Chat platform.\n" "Use small names with letters and dashes such as @my-user-name." msgstr "" +"Username that identifies you in the Rocket.Chat platform.\n" +"Use small names with letters and dashes such as @my-user-name." #: src/ej_rocketchat/models.py:43 msgid "Username must consist of letters, numbers and dashes." -msgstr "" +msgstr "Username must consist of letters, numbers and dashes." #: src/ej_rocketchat/models.py:55 msgid "Rocketchat user id" -msgstr "" +msgstr "Rocketchat user id" #: src/ej_rocketchat/models.py:59 msgid "Rocketchat user token" -msgstr "" +msgstr "Rocketchat user token" #: src/ej_rocketchat/models.py:64 msgid "Account data" -msgstr "" +msgstr "Account data" #: src/ej_rocketchat/models.py:66 msgid "JSON-encoded data for user account." -msgstr "" +msgstr "JSON-encoded data for user account." #: src/ej_rocketchat/models.py:69 msgid "Is user active?" -msgstr "" +msgstr "Is user active?" #: src/ej_rocketchat/models.py:72 msgid "True for active Rocket.Chat accounts." -msgstr "" +msgstr "True for active Rocket.Chat accounts." #: src/ej_rocketchat/models.py:79 msgid "Rocket.Chat Account" -msgstr "" +msgstr "Rocket.Chat Account" #: src/ej_rocketchat/models.py:80 msgid "Rocket.Chat Accounts" -msgstr "" +msgstr "Rocket.Chat Accounts" #: src/ej_rocketchat/models.py:82 msgid "Can login in the Rocket.Chat instance." -msgstr "" +msgstr "Can login in the Rocket.Chat instance." #: src/ej_rocketchat/models.py:107 msgid "Public URL in which the Rocket.Chat instance is installed." -msgstr "" +msgstr "Public URL in which the Rocket.Chat instance is installed." #: src/ej_rocketchat/models.py:111 msgid "Rocket.Chat private URL" -msgstr "" +msgstr "Rocket.Chat private URL" #: src/ej_rocketchat/models.py:116 msgid "" "A private URL used only for API calls. Can be used to override the public " "URL if Rocket.Chat is available in an internal address in your network." msgstr "" +"A private URL used only for API calls. Can be used to override the public " +"URL if Rocket.Chat is available in an internal address in your network." #: src/ej_rocketchat/models.py:122 msgid "Admin username" -msgstr "" +msgstr "Admin username" #: src/ej_rocketchat/models.py:126 msgid "Username for Rocket.Chat admin user" -msgstr "" +msgstr "Username for Rocket.Chat admin user" #: src/ej_rocketchat/models.py:130 msgid "Admin user id" -msgstr "" +msgstr "Admin user id" #: src/ej_rocketchat/models.py:133 msgid "Id string for the Rocket.Chat admin user." -msgstr "" +msgstr "Id string for the Rocket.Chat admin user." #: src/ej_rocketchat/models.py:137 msgid "Login token" -msgstr "" +msgstr "Login token" #: src/ej_rocketchat/models.py:140 msgid "Login token for the Rocket.Chat admin user." -msgstr "" +msgstr "Login token for the Rocket.Chat admin user." #: src/ej_rocketchat/models.py:144 msgid "Is active" -msgstr "" +msgstr "Is active" #: src/ej_rocketchat/models.py:147 msgid "Set to false to temporarily disable RocketChat integration." -msgstr "" +msgstr "Set to false to temporarily disable RocketChat integration." #: src/ej_rocketchat/models.py:154 msgid "Rocket.Chat Configuration" -msgstr "" +msgstr "Rocket.Chat Configuration" #: src/ej_rocketchat/models.py:155 msgid "Rocket.Chat Configurations" -msgstr "" +msgstr "Rocket.Chat Configurations" #: src/ej_users/admin.py:13 msgid "Permissions" -msgstr "" +msgstr "Permissions" #: src/ej_users/admin.py:15 msgid "Important dates" -msgstr "" +msgstr "Important dates" #: src/ej_users/forms.py:18 msgid "Your password" -msgstr "" +msgstr "Your password" #: src/ej_users/forms.py:21 src/ej_users/forms.py:74 msgid "Password confirmation" -msgstr "" +msgstr "Password confirmation" #: src/ej_users/forms.py:24 msgid "Confirm your password" -msgstr "" +msgstr "Confirm your password" #: src/ej_users/forms.py:35 src/ej_users/forms.py:83 msgid "Passwords do not match" -msgstr "" +msgstr "Passwords do not match" #: src/ej_users/forms.py:47 msgid "Your e-mail" -msgstr "" +msgstr "Your e-mail" #: src/ej_users/models.py:23 msgid "Display name" -msgstr "" +msgstr "Display name" #: src/ej_users/models.py:28 msgid "A randomly generated name used to identify each user." -msgstr "" +msgstr "A randomly generated name used to identify each user." #: src/ej_users/models.py:32 msgid "email address" -msgstr "" +msgstr "email address" #: src/ej_users/models.py:60 msgid "User token" -msgstr "" +msgstr "User token" #: src/ej_users/routes.py:71 msgid "Invalid email or password" -msgstr "" +msgstr "Invalid email or password" #: src/ej_users/routes.py:160 msgid "Please reset your password" -msgstr "" +msgstr "Please reset your password" -#: src/ej/templates/jinja2/base.jinja2:84 +#: src/ej/templates/jinja2/base.jinja2:86 msgid "EJ - A platform of social participation." -msgstr "" +msgstr "EJ - A platform of social participation." -#: src/ej/templates/jinja2/base.jinja2:93 +#: src/ej/templates/jinja2/base.jinja2:95 msgid "EJ - A platform of social participacion." -msgstr "" +msgstr "EJ - A platform of social participacion." -#: src/ej/templates/jinja2/base.jinja2:131 +#: src/ej/templates/jinja2/base.jinja2:133 msgid "Please override the \"content\" block of your template!" -msgstr "" +msgstr "Please override the \"content\" block of your template!" #: src/ej/templates/jinja2/generic.jinja2:5 msgid "Under construction!" -msgstr "" +msgstr "Under construction!" #: src/ej/templates/jinja2/generic.jinja2:9 msgid "Context variables" -msgstr "" +msgstr "Context variables" #: src/ej/templates/jinja2/components/home.jinja2:56 #: src/ej/templates/jinja2/components/home.jinja2:58 msgid "Start now!" -msgstr "" +msgstr "Start now!" #: src/ej/templates/jinja2/components/generic/page_header.jinja2:16 #: src/ej/templates/jinja2/components/generic/page_header.jinja2:22 msgid "LOGIN" -msgstr "" +msgstr "LOGIN" #: src/ej/templates/jinja2/components/generic/page_header.jinja2:64 msgid "Back" -msgstr "" +msgstr "Back" #: src/ej/templates/jinja2/components/generic/page_header.jinja2:69 #: src/ej/templates/jinja2/components/generic/page_header.jinja2:85 msgid "Site logo" -msgstr "" +msgstr "Site logo" #: src/ej/templates/jinja2/components/generic/page_header.jinja2:72 #: src/ej/templates/jinja2/components/generic/page_header.jinja2:79 msgid "Navigation menu" -msgstr "" +msgstr "Navigation menu" #: src/ej/templates/jinja2/components/generic/page_header.jinja2:102 #: src/ej/templates/jinja2/components/generic/page_header.jinja2:103 @@ -1270,239 +1418,244 @@ msgstr "" #: src/ej_rocketchat/jinja2/ej_rocketchat/iframe.jinja2:2 #: src/ej_rocketchat/jinja2/ej_rocketchat/intro.jinja2:3 msgid "Panel" -msgstr "" +msgstr "Panel" #: src/ej/templates/jinja2/components/generic/page_header.jinja2:108 #: src/ej/templates/jinja2/components/generic/page_header.jinja2:109 #: src/ej/templates/jinja2/components/generic/page_header.jinja2:110 #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:30 msgid "Profile" -msgstr "" +msgstr "Profile" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:6 msgid "About" -msgstr "" +msgstr "About" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:7 msgid "Frequently Asked Questions" -msgstr "" +msgstr "Frequently Asked Questions" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:9 #: src/ej/templates/jinja2/components/generic/page_top-header.jinja2:8 msgid "Usage terms" -msgstr "" +msgstr "Usage terms" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:22 msgid "Your conversations" -msgstr "" +msgstr "Your conversations" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:25 #: src/ej_profiles/jinja2/ej_profiles/favorite-conversations.jinja2:6 #: src/ej_profiles/jinja2/ej_profiles/favorite-conversations.jinja2:9 msgid "Favorite conversations" -msgstr "" +msgstr "Favorite conversations" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:31 msgid "Home" -msgstr "" +msgstr "Home" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:33 msgid "Accessibility" -msgstr "" +msgstr "Accessibility" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:41 msgid "Increase font size" -msgstr "" +msgstr "Increase font size" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:48 msgid "Decrease font size" -msgstr "" +msgstr "Decrease font size" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:52 msgid "High contrast mode" -msgstr "" +msgstr "High contrast mode" #: src/ej/templates/jinja2/components/generic/page_menu.jinja2:62 #: src/ej_profiles/jinja2/ej_profiles/detail.jinja2:54 msgid "Logout" -msgstr "" +msgstr "Logout" #: src/ej/templates/jinja2/components/generic/page_top-header.jinja2:6 msgid "about" -msgstr "" +msgstr "about" #: src/ej/templates/jinja2/components/generic/page_top-header.jinja2:6 msgid "About us" -msgstr "" +msgstr "About us" #: src/ej/templates/jinja2/components/generic/page_top-header.jinja2:7 msgid "frequent questions" -msgstr "" +msgstr "frequent questions" #: src/ej/templates/jinja2/components/generic/page_top-header.jinja2:7 msgid "Frequently asked questions" -msgstr "" +msgstr "Frequently asked questions" #: src/ej/templates/jinja2/components/generic/page_top-header.jinja2:8 msgid "usage" -msgstr "" +msgstr "usage" #: src/ej/templates/jinja2/pages/home.jinja2:8 msgid "Create opinion surveys." -msgstr "" +msgstr "Create opinion surveys." #: src/ej/templates/jinja2/pages/home.jinja2:9 msgid "Try" -msgstr "" +msgstr "Try" #: src/ej/templates/jinja2/pages/home.jinja2:14 msgid "How it works" -msgstr "" +msgstr "How it works" #: src/ej/templates/jinja2/pages/home.jinja2:20 #: src/ej/templates/jinja2/pages/home.jinja2:56 msgid "Create a conversation" -msgstr "" +msgstr "Create a conversation" #: src/ej/templates/jinja2/pages/home.jinja2:21 msgid "" "create conversations on EJ to receive ideas and opinions about politics, " "services or public equipments." msgstr "" +"create conversations on EJ to receive ideas and opinions about politics, " +"services or public equipments." #: src/ej/templates/jinja2/pages/home.jinja2:28 msgid "Listen to the people" -msgstr "" +msgstr "Listen to the people" #: src/ej/templates/jinja2/pages/home.jinja2:29 msgid "" "identify the priorities and the different opinion groups in the society." msgstr "" +"identify the priorities and the different opinion groups in the society." #: src/ej/templates/jinja2/pages/home.jinja2:36 msgid "Take decisions" -msgstr "" +msgstr "Take decisions" #: src/ej/templates/jinja2/pages/home.jinja2:37 msgid "" "make participants know, communicating directly and amplifying the responses." msgstr "" +"make participants know, communicating directly and amplifying the responses." #: src/ej/templates/jinja2/pages/home.jinja2:44 msgid "Participative conversations" -msgstr "" +msgstr "Participative conversations" #: src/ej/templates/jinja2/pages/home.jinja2:48 msgid "Many people" -msgstr "" +msgstr "Many people" #: src/ej/templates/jinja2/pages/home.jinja2:49 msgid "No attacks or fakes" -msgstr "" +msgstr "No attacks or fakes" #: src/ej/templates/jinja2/pages/home.jinja2:50 msgid "Nuances instead of bubbles" -msgstr "" +msgstr "Nuances instead of bubbles" #: src/ej/templates/jinja2/pages/home.jinja2:51 msgid "Free" -msgstr "" +msgstr "Free" #: src/ej/templates/jinja2/pages/home.jinja2:62 msgid "Explore the EJ resources with our documented guides" -msgstr "" +msgstr "Explore the EJ resources with our documented guides" #: src/ej/templates/jinja2/pages/home.jinja2:65 msgid "User Guides" -msgstr "" +msgstr "User Guides" #: src/ej/templates/jinja2/pages/home.jinja2:66 msgid "Installation Guides" -msgstr "" +msgstr "Installation Guides" #: src/ej/templates/jinja2/pages/home.jinja2:67 msgid "Administration Guides" -msgstr "" +msgstr "Administration Guides" #: src/ej/templates/jinja2/pages/home.jinja2:68 msgid "Development Guides" -msgstr "" +msgstr "Development Guides" #: src/ej/templates/jinja2/pages/home.jinja2:69 msgid "Our Artificial Intelligence" -msgstr "" +msgstr "Our Artificial Intelligence" #: src/ej/templates/jinja2/pages/home.jinja2:70 msgid "Contributing" -msgstr "" +msgstr "Contributing" #: src/ej/templates/jinja2/pages/home.jinja2:71 msgid "Getting Help" -msgstr "" +msgstr "Getting Help" #: src/ej/templates/jinja2/pages/home.jinja2:76 msgid "EJ Community" -msgstr "" +msgstr "EJ Community" #: src/ej/templates/jinja2/pages/home.jinja2:122 msgid "Who is using EJ" -msgstr "" - -#: src/ej_boards/jinja2/ej_boards/conversation-list.jinja2:15 -#: src/ej_conversations/jinja2/ej_conversations/list.jinja2:40 -msgid "public conversations" -msgstr "" - -#: src/ej_boards/jinja2/ej_boards/conversation-list.jinja2:19 -#: src/ej_conversations/jinja2/ej_conversations/list.jinja2:44 -msgid "go to my conversations" -msgstr "" +msgstr "Who is using EJ" -#: src/ej_boards/jinja2/ej_boards/create.jinja2:7 +#: src/ej_boards/jinja2/ej_boards/board-create.jinja2:7 #: src/ej_conversations/jinja2/ej_conversations/create.jinja2:39 #: src/ej_conversations/jinja2/ej_conversations/edit.jinja2:14 msgid "Cancel" -msgstr "" +msgstr "Cancel" -#: src/ej_boards/jinja2/ej_boards/create.jinja2:11 +#: src/ej_boards/jinja2/ej_boards/board-create.jinja2:11 msgid "Save board" -msgstr "" +msgstr "Save board" -#: src/ej_boards/jinja2/ej_boards/create.jinja2:16 -msgid "Fill up the form to create or edit this conversation board" -msgstr "" +#: src/ej_boards/jinja2/ej_boards/board-create.jinja2:17 +#, fuzzy +msgid "Fill up the form to create a new conversation board" +msgstr "Fill up the form to create or edit this conversation board" -#: src/ej_boards/jinja2/ej_boards/create.jinja2:21 +#: src/ej_boards/jinja2/ej_boards/board-create.jinja2:23 #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/edit-stereotype.jinja2:5 #: src/ej_clusters/jinja2/ej_clusters/edit-stereotype.jinja2:5 #: src/ej_conversations/jinja2/ej_conversations/edit.jinja2:18 #: src/ej_profiles/jinja2/ej_profiles/edit.jinja2:20 msgid "Save" -msgstr "" +msgstr "Save" -#: src/ej_boards/jinja2/ej_boards/list.jinja2:7 +#: src/ej_boards/jinja2/ej_boards/board-edit.jinja2:5 +#, fuzzy +msgid "Edit board" +msgstr "Edit Board" + +#: src/ej_boards/jinja2/ej_boards/board-edit.jinja2:6 +#, fuzzy +msgid "Fill up the form to edit this conversation board" +msgstr "Fill up the form to create or edit this conversation board" + +#: src/ej_boards/jinja2/ej_boards/board-list.jinja2:7 msgid "Create boards to group similar conversations!" -msgstr "" +msgstr "Create boards to group similar conversations!" -#: src/ej_boards/jinja2/ej_boards/list.jinja2:17 +#: src/ej_boards/jinja2/ej_boards/board-list.jinja2:17 msgid "Create a new board!" -msgstr "" +msgstr "Create a new board!" #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/create-stereotype.jinja2:11 #: src/ej_clusters/jinja2/ej_clusters/create-stereotype.jinja2:11 msgid "New Stereotype for conversation: " -msgstr "" +msgstr "New Stereotype for conversation: " #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/create-stereotype.jinja2:12 #: src/ej_clusters/jinja2/ej_clusters/create-stereotype.jinja2:12 msgid "List below comments about this stereotype and define votes." -msgstr "" +msgstr "List below comments about this stereotype and define votes." #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/create-stereotype.jinja2:13 #: src/ej_clusters/jinja2/ej_clusters/create-stereotype.jinja2:13 #: src/ej_conversations/jinja2/ej_conversations/create.jinja2:43 msgid "Create" -msgstr "" +msgstr "Create" #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/create-stereotype.jinja2:23 #: src/ej_clusters/jinja2/ej_clusters/create-stereotype.jinja2:23 @@ -1511,31 +1664,33 @@ msgid "" "There were some errors in the information you entered. Please correct the " "problems bellow." msgstr "" +"There were some errors in the information you entered. Please correct the " +"problems bellow." #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/create-stereotype.jinja2:51 #: src/ej_clusters/jinja2/ej_clusters/create-stereotype.jinja2:58 msgid "Add comment" -msgstr "" +msgstr "Add comment" #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/edit-stereotype.jinja2:5 #: src/ej_clusters/jinja2/ej_clusters/edit-stereotype.jinja2:5 msgid "Edit Stereotype" -msgstr "" +msgstr "Edit Stereotype" #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/index.jinja2:6 #: src/ej_clusters/jinja2/ej_clusters/index.jinja2:6 msgid "Cluster: {name}" -msgstr "" +msgstr "Cluster: {name}" #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/stereotype-vote.jinja2:8 #: src/ej_clusters/jinja2/ej_clusters/stereotype-vote.jinja2:8 msgid "Please vote on the comments bellow to define your stereotype." -msgstr "" +msgstr "Please vote on the comments bellow to define your stereotype." #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/stereotype-vote.jinja2:12 #: src/ej_clusters/jinja2/ej_clusters/stereotype-vote.jinja2:12 msgid "Register votes" -msgstr "" +msgstr "Register votes" #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/stereotype-vote.jinja2:15 #: src/ej_clusters/jinja2/ej_clusters/stereotype-vote.jinja2:15 @@ -1544,96 +1699,101 @@ msgid "" " This stereotype have voted on all comments.\n" " " msgstr "" +"\n" +" This stereotype have voted on all comments.\n" +" " #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/stereotype-vote.jinja2:21 #: src/ej_clusters/jinja2/ej_clusters/stereotype-vote.jinja2:21 msgid "Already voted" -msgstr "" +msgstr "Already voted" #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/stereotype-vote.jinja2:22 #: src/ej_clusters/jinja2/ej_clusters/stereotype-vote.jinja2:22 msgid "The stereotype has voted in the following comments." -msgstr "" +msgstr "The stereotype has voted in the following comments." #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/stereotype-vote.jinja2:26 #: src/ej_clusters/jinja2/ej_clusters/stereotype-vote.jinja2:26 msgid "Change votes" -msgstr "" +msgstr "Change votes" #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/components/stereotype-list.jinja2:24 #: src/ej_clusters/jinja2/ej_clusters/components/stereotype-list.jinja2:24 msgid "New stereotype" -msgstr "" +msgstr "New stereotype" #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/components/stereotype-list.jinja2:30 #: src/ej_clusters/jinja2/ej_clusters/components/stereotype-list.jinja2:30 msgid "Search Stereotype:" -msgstr "" +msgstr "Search Stereotype:" #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/components/stereotype-list.jinja2:51 #: src/ej_clusters/jinja2/ej_clusters/components/stereotype-list.jinja2:51 msgid "Done" -msgstr "" +msgstr "Done" #: src/ej_clusters/jinja2/ej_clusters/create-stereotype.jinja2:51 msgid "Remove Comment" -msgstr "" +msgstr "Remove Comment" #: src/ej_configurations/jinja2/configurations/django-settings.jinja2:2 #: src/ej_configurations/jinja2/configurations/fragment-list.jinja2:2 msgid "Fragment list" -msgstr "" +msgstr "Fragment list" #: src/ej_configurations/jinja2/configurations/django-settings.jinja2:7 msgid "Django Settings" -msgstr "" +msgstr "Django Settings" #: src/ej_configurations/jinja2/configurations/index.jinja2:2 msgid "Site info" -msgstr "" +msgstr "Site info" #: src/ej_configurations/jinja2/configurations/index.jinja2:7 msgid "Configurations/Debug" -msgstr "" +msgstr "Configurations/Debug" #: src/ej_configurations/jinja2/configurations/index.jinja2:8 msgid "Choose a configuration page" -msgstr "" +msgstr "Choose a configuration page" #: src/ej_configurations/jinja2/configurations/index.jinja2:11 #: src/ej_configurations/jinja2/configurations/styles.jinja2:2 msgid "Styles" -msgstr "" +msgstr "Styles" #: src/ej_configurations/jinja2/configurations/index.jinja2:12 msgid "" "Test and document EJ styles. Useful for designers to tweak the CSS\n" " variables for the theme." msgstr "" +"Test and document EJ styles. Useful for designers to tweak the CSS\n" +" variables for the theme." #: src/ej_configurations/jinja2/configurations/index.jinja2:16 msgid "Statistics" -msgstr "" +msgstr "Statistics" #: src/ej_configurations/jinja2/configurations/index.jinja2:17 msgid "Generic information about the current instance of the EJ platform." -msgstr "" +msgstr "Generic information about the current instance of the EJ platform." #: src/ej_configurations/jinja2/configurations/index.jinja2:19 msgid "Fragments" -msgstr "" +msgstr "Fragments" #: src/ej_configurations/jinja2/configurations/index.jinja2:20 msgid "Discover information about missing fragments and content." -msgstr "" +msgstr "Discover information about missing fragments and content." #: src/ej_configurations/jinja2/configurations/index.jinja2:23 msgid "Django settings" -msgstr "" +msgstr "Django settings" #: src/ej_configurations/jinja2/configurations/index.jinja2:24 msgid "Display all Django Settings for this website." -msgstr "" +msgstr "Display all Django Settings for this website." #: src/ej_conversations/jinja2/ej/role/comment-card.jinja2:37 #, python-format @@ -1641,126 +1801,128 @@ msgid "" "It is necessary to %(login_anchor)s before voting or\n" " sending a comment!" msgstr "" +"It is necessary to %(login_anchor)s before voting or\n" +" sending a comment!" #: src/ej_conversations/jinja2/ej/role/comment-form.jinja2:8 msgid "Send your opinion" -msgstr "" +msgstr "Send your opinion" #: src/ej_conversations/jinja2/ej/role/comment-form.jinja2:22 #: src/ej_conversations/jinja2/ej/role/comment-form.jinja2:27 msgid "Leave your comment" -msgstr "" +msgstr "Leave your comment" #: src/ej_conversations/jinja2/ej/role/comment-form.jinja2:23 msgid "You have created this conversation." -msgstr "" +msgstr "You have created this conversation." #: src/ej_conversations/jinja2/ej/role/comment-form.jinja2:24 msgid "Include something new and avoid similar opinions." -msgstr "" +msgstr "Include something new and avoid similar opinions." #: src/ej_conversations/jinja2/ej/role/comment-form.jinja2:28 msgid "You still have {n} available comments" -msgstr "" +msgstr "You still have {n} available comments" #: src/ej_conversations/jinja2/ej/role/comment-form.jinja2:32 msgid "Ooops!" -msgstr "" +msgstr "Ooops!" #: src/ej_conversations/jinja2/ej/role/comment-form.jinja2:33 msgid "You reached the limit of comments in this conversation." -msgstr "" +msgstr "You reached the limit of comments in this conversation." #: src/ej_conversations/jinja2/ej/role/comment-form.jinja2:36 #, python-format msgid "Please %(login_anchor)s to vote on this conversation." -msgstr "" +msgstr "Please %(login_anchor)s to vote on this conversation." #: src/ej_conversations/jinja2/ej/role/comment-list-item.jinja2:3 msgid "Opinion" -msgstr "" +msgstr "Opinion" #: src/ej_conversations/jinja2/ej/role/comment-list-item.jinja2:26 msgid "See Conversation" -msgstr "" +msgstr "See Conversation" #: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:3 msgid "by" -msgstr "" +msgstr "by" #: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:13 msgid "Approve" -msgstr "" +msgstr "Approve" -#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:18 +#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:19 msgid "Disapprove" -msgstr "" +msgstr "Disapprove" -#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:22 +#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:24 msgid "Reason" -msgstr "" +msgstr "Reason" -#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:23 +#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:25 msgid "The comment will receive your rejection reason" -msgstr "" +msgstr "The comment will receive your rejection reason" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:8 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:7 msgid "Tags" -msgstr "" +msgstr "Tags" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:13 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:12 msgid "{count} comments" -msgstr "" +msgstr "{count} comments" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:14 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:13 msgid "{count} votes" -msgstr "" +msgstr "{count} votes" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:15 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:14 msgid "{count} favorites" -msgstr "" +msgstr "{count} favorites" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:27 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:26 msgid "Unfavorite" -msgstr "" +msgstr "Unfavorite" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:31 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:30 msgid "Favorite" -msgstr "" +msgstr "Favorite" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:36 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:35 msgid "Share" -msgstr "" +msgstr "Share" #: src/ej_conversations/jinja2/ej/role/conversation-card.jinja2:10 msgid "Conversation" -msgstr "" +msgstr "Conversation" #: src/ej_conversations/jinja2/ej/role/conversation-card.jinja2:23 msgid "Participate now!" -msgstr "" +msgstr "Participate now!" #: src/ej_conversations/jinja2/ej/role/conversation-card.jinja2:27 msgid "Moderate Conversation" -msgstr "" +msgstr "Moderate Conversation" #: src/ej_conversations/jinja2/ej_conversations/create.jinja2:13 msgid "Type here the comment" -msgstr "" +msgstr "Type here the comment" #: src/ej_conversations/jinja2/ej_conversations/create.jinja2:58 #: src/ej_conversations/jinja2/ej_conversations/edit.jinja2:39 #: src/ej_conversations/jinja2/ej_conversations/moderate.jinja2:18 msgid "Edit Conversation" -msgstr "" +msgstr "Edit Conversation" #: src/ej_conversations/jinja2/ej_conversations/create.jinja2:72 msgid "Type your comment here" -msgstr "" +msgstr "Type your comment here" #: src/ej_conversations/jinja2/ej_conversations/create.jinja2:77 msgid "Add more comments" -msgstr "" +msgstr "Add more comments" #: src/ej_conversations/jinja2/ej_conversations/create.jinja2:80 #: src/ej_rocketchat/jinja2/ej_rocketchat/config.jinja2:9 @@ -1768,237 +1930,263 @@ msgstr "" #: src/ej_rocketchat/jinja2/ej_rocketchat/register.jinja2:10 #: src/ej_users/jinja2/ej_users/recover-password.jinja2:24 msgid "Send" -msgstr "" +msgstr "Send" #: src/ej_conversations/jinja2/ej_conversations/detail.jinja2:14 msgid "Congratulations!" -msgstr "" +msgstr "Congratulations!" #: src/ej_conversations/jinja2/ej_conversations/detail.jinja2:15 msgid "There are no comments left to vote :)" -msgstr "" +msgstr "There are no comments left to vote :)" #: src/ej_conversations/jinja2/ej_conversations/detail.jinja2:18 msgid "You have {} comment{} under moderation." -msgstr "" +msgstr "You have {} comment{} under moderation." #: src/ej_conversations/jinja2/ej_conversations/detail.jinja2:20 msgid "Click here" -msgstr "" +msgstr "Click here" #: src/ej_conversations/jinja2/ej_conversations/detail.jinja2:21 msgid "to see {}." -msgstr "" +msgstr "to see {}." #: src/ej_conversations/jinja2/ej_conversations/edit.jinja2:53 msgid "Manage stereotypes" -msgstr "" +msgstr "Manage stereotypes" #: src/ej_conversations/jinja2/ej_conversations/edit.jinja2:62 msgid "Promote conversation on public list" -msgstr "" +msgstr "Promote conversation on public list" #: src/ej_conversations/jinja2/ej_conversations/edit.jinja2:67 #: src/ej_conversations/jinja2/ej_conversations/moderate.jinja2:25 msgid "Comments in this conversation" -msgstr "" +msgstr "Comments in this conversation" #: src/ej_conversations/jinja2/ej_conversations/list.jinja2:7 msgid "New conversation" -msgstr "" +msgstr "New conversation" #: src/ej_conversations/jinja2/ej_conversations/list.jinja2:11 msgid "Edit Board" -msgstr "" +msgstr "Edit Board" #: src/ej_conversations/jinja2/ej_conversations/list.jinja2:16 msgid "Viewing board:" -msgstr "" +msgstr "Viewing board:" #: src/ej_conversations/jinja2/ej_conversations/list.jinja2:24 msgid "Create a new board" -msgstr "" +msgstr "Create a new board" + +#: src/ej_conversations/jinja2/ej_conversations/list.jinja2:40 +msgid "public conversations" +msgstr "public conversations" + +#: src/ej_conversations/jinja2/ej_conversations/list.jinja2:44 +msgid "go to my conversations" +msgstr "go to my conversations" #: src/ej_conversations/jinja2/ej_conversations/moderate.jinja2:27 msgid "Pending" -msgstr "" +msgstr "Pending" #: src/ej_conversations/jinja2/ej_conversations/moderate.jinja2:28 msgid "Approved" -msgstr "" +msgstr "Approved" #: src/ej_conversations/jinja2/ej_conversations/moderate.jinja2:29 msgid "Rejected" -msgstr "" +msgstr "Rejected" #: src/ej_conversations/jinja2/ej_conversations/components/comment-list.jinja2:11 msgid "No comments left" -msgstr "" +msgstr "No comments left" #: src/ej_conversations/jinja2/ej_conversations/components/conversation-list.jinja2:11 msgid "View all conversations" -msgstr "" +msgstr "View all conversations" #: src/ej_profiles/jinja2/ej_profiles/detail.jinja2:9 msgid "Profile picture" -msgstr "" +msgstr "Profile picture" #: src/ej_profiles/jinja2/ej_profiles/detail.jinja2:13 msgid "Favorite Conversations" -msgstr "" +msgstr "Favorite Conversations" #: src/ej_profiles/jinja2/ej_profiles/detail.jinja2:18 msgid "Info" -msgstr "" +msgstr "Info" #: src/ej_profiles/jinja2/ej_profiles/detail.jinja2:27 msgid "Contributions" -msgstr "" +msgstr "Contributions" #: src/ej_profiles/jinja2/ej_profiles/detail.jinja2:54 msgid "Logout button" -msgstr "" +msgstr "Logout button" #: src/ej_profiles/jinja2/ej_profiles/detail.jinja2:79 msgid "Profile edit button" -msgstr "" +msgstr "Profile edit button" #: src/ej_profiles/jinja2/ej_profiles/detail.jinja2:79 msgid "Edit profile" -msgstr "" +msgstr "Edit profile" #: src/ej_profiles/jinja2/ej_profiles/edit.jinja2:3 #, python-format msgid "Edit profile: %(name)s" -msgstr "" +msgstr "Edit profile: %(name)s" #: src/ej_profiles/jinja2/ej_profiles/edit.jinja2:14 msgid "Choose a file" -msgstr "" +msgstr "Choose a file" #: src/ej_profiles/jinja2/ej_profiles/edit.jinja2:17 msgid "No file chosen" -msgstr "" +msgstr "No file chosen" #: src/ej_profiles/jinja2/ej_profiles/favorite-conversations.jinja2:10 msgid "You do not have any favorite conversations!" -msgstr "" +msgstr "You do not have any favorite conversations!" #: src/ej_reports/jinja2/ej_reports/index.jinja2:48 msgid "Basic info" -msgstr "" +msgstr "Basic info" #: src/ej_reports/jinja2/ej_reports/index.jinja2:49 msgid "Report for conversation: \"{text}\"" -msgstr "" +msgstr "Report for conversation: \"{text}\"" #: src/ej_reports/jinja2/ej_reports/index.jinja2:50 msgid "Votes ({total} participants)" -msgstr "" +msgstr "Votes ({total} participants)" #: src/ej_reports/jinja2/ej_reports/index.jinja2:67 msgid "Advanced info" -msgstr "" +msgstr "Advanced info" #: src/ej_reports/jinja2/ej_reports/index.jinja2:82 msgid "Participants" -msgstr "" +msgstr "Participants" #: src/ej_reports/jinja2/ej_reports/index.jinja2:99 msgid "Cluster info" -msgstr "" +msgstr "Cluster info" #: src/ej_reports/jinja2/ej_reports/index.jinja2:101 msgid "{n} users" +msgstr "{n} users" + +#: src/ej_reports/jinja2/ej_reports/scatter.jinja2:8 +msgid "Error!" +msgstr "" + +#: src/ej_reports/jinja2/ej_reports/scatter.jinja2:9 +msgid "Not enough data to show scatter plot!" msgstr "" #: src/ej_rocketchat/jinja2/ej_rocketchat/config.jinja2:2 msgid "Configure Rocket.Chat Integration" -msgstr "" +msgstr "Configure Rocket.Chat Integration" #: src/ej_rocketchat/jinja2/ej_rocketchat/iframe.jinja2:9 msgid "Admin user" -msgstr "" +msgstr "Admin user" #: src/ej_rocketchat/jinja2/ej_rocketchat/iframe.jinja2:11 msgid "Access token" -msgstr "" +msgstr "Access token" #: src/ej_rocketchat/jinja2/ej_rocketchat/register.jinja2:2 msgid "Panel: Register username" -msgstr "" +msgstr "Panel: Register username" #: src/ej_rocketchat/jinja2/ej_rocketchat/register.jinja2:3 msgid "Panel settings" -msgstr "" +msgstr "Panel settings" #: src/ej_users/jinja2/ej_users/login.jinja2:31 msgid "Login" -msgstr "" +msgstr "Login" #: src/ej_users/jinja2/ej_users/login.jinja2:33 msgid "Login button" -msgstr "" +msgstr "Login button" #: src/ej_users/jinja2/ej_users/login.jinja2:38 #: src/ej_users/jinja2/ej_users/recover-password.jinja2:12 msgid "Forgot your password?" -msgstr "" +msgstr "Forgot your password?" #: src/ej_users/jinja2/ej_users/login.jinja2:46 msgid "Register button" -msgstr "" +msgstr "Register button" #: src/ej_users/jinja2/ej_users/login.jinja2:47 #: src/ej_users/jinja2/ej_users/register.jinja2:30 msgid "Register now!" -msgstr "" +msgstr "Register now!" #: src/ej_users/jinja2/ej_users/login.jinja2:56 msgid "Social login" -msgstr "" +msgstr "Social login" #: src/ej_users/jinja2/ej_users/recover-password.jinja2:3 #: src/ej_users/jinja2/ej_users/remove-account.jinja2:2 msgid "Reset password" -msgstr "" +msgstr "Reset password" #: src/ej_users/jinja2/ej_users/recover-password.jinja2:15 msgid "" "Check your email for a link to reset your password.\n" "If it doesn’t appear within a few minutes, check your spam folder." msgstr "" +"Check your email for a link to reset your password.\n" +"If it doesn’t appear within a few minutes, check your spam folder." #: src/ej_users/jinja2/ej_users/recover-password.jinja2:17 msgid "Return to Login" -msgstr "" +msgstr "Return to Login" #: src/ej_users/jinja2/ej_users/recover-password.jinja2:19 msgid "" "Enter your account email address and we will send you a link to reset your " "password" msgstr "" +"Enter your account email address and we will send you a link to reset your " +"password" #: src/ej_users/jinja2/ej_users/register.jinja2:10 msgid "Register new user" -msgstr "" +msgstr "Register new user" #: src/ej_users/jinja2/ej_users/reset-password.jinja2:2 msgid "Recover password" -msgstr "" +msgstr "Recover password" #: src/ej_users/jinja2/ej_users/reset-password.jinja2:3 msgid "Enter your new password:" -msgstr "" +msgstr "Enter your new password:" #: src/ej_users/jinja2/ej_users/reset-password.jinja2:4 msgid "It looks like you clicked on an invalid password reset link." -msgstr "" +msgstr "It looks like you clicked on an invalid password reset link." #: src/ej_users/jinja2/ej_users/reset-password.jinja2:16 msgid "Try again" -msgstr "" +msgstr "Try again" #: src/ej_users/jinja2/ej_users/reset-password.jinja2:23 msgid "Update" -msgstr "" +msgstr "Update" + +#~ msgid "%s' conversations" +#~ msgstr "%s' conversations" + +#~ msgid "These are %s's conversations. Contribute to them too" +#~ msgstr "These are %s's conversations. Contribute to them too" diff --git a/locale/pt_BR/LC_MESSAGES/django.mo b/locale/pt_BR/LC_MESSAGES/django.mo index 019fb7983..7afd4c277 100644 Binary files a/locale/pt_BR/LC_MESSAGES/django.mo and b/locale/pt_BR/LC_MESSAGES/django.mo differ diff --git a/locale/pt_BR/LC_MESSAGES/django.po b/locale/pt_BR/LC_MESSAGES/django.po index e8e2c866e..407f8594b 100644 --- a/locale/pt_BR/LC_MESSAGES/django.po +++ b/locale/pt_BR/LC_MESSAGES/django.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-10-22 16:17+0000\n" -"PO-Revision-Date: 2018-10-15 12:10-0300\n" +"POT-Creation-Date: 2018-10-25 21:24+0000\n" +"PO-Revision-Date: 2018-10-25 18:26-0300\n" "Last-Translator: Fábio Mendes \n" "Language-Team: \n" "Language: pt_BR\n" @@ -23,50 +23,11 @@ msgstr "" msgid "Documentation" msgstr "Documentação" -#: ext-apps/django-courier/courier/models.py:11 -#, fuzzy -msgid "Sender" -msgstr "Remetende" - -#: ext-apps/django-courier/courier/models.py:12 src/ej_boards/models.py:25 -#: src/ej_conversations/models/conversation.py:57 -msgid "Title" -msgstr "Título" - -#: ext-apps/django-courier/courier/models.py:14 -msgid "Short Description" -msgstr "Descrição curta" - -#: ext-apps/django-courier/courier/models.py:29 -msgid "Waiting" -msgstr "Esperando" - -#: ext-apps/django-courier/courier/models.py:30 -msgid "Read" -msgstr "Lido" - -#: ext-apps/django-courier/courier/models.py:31 -msgid "Seen" -msgstr "Visto" - -#: ext-apps/django-courier/courier/models.py:32 -msgid "Unseen" -msgstr "Não Visto" - -#: ext-apps/django-courier/courier/models.py:44 -#, fuzzy -msgid "Status" -msgstr "Estado" - -#: ext-apps/django-courier/courier/pushnotifications/providers/onesignal/models.py:14 -msgid "OneSignal Id" -msgstr "Id OneSignal" - #: local/vendor/django-boogie/src/boogie/apps/users/models.py:23 #: local/vendor/django-boogie/src/boogie/models/abstract/user.py:64 #: src/ej_clusters/models.py:123 src/ej_clusters/models.py:180 #: src/ej_clusters/routes.py:216 src/ej_configurations/models.py:128 -#: src/ej_reports/routes.py:174 +#: src/ej_reports/routes.py:165 msgid "Name" msgstr "Nome" @@ -523,53 +484,47 @@ msgstr "" "Nota: você ainda poe mudar seu " "endereço de email." -#: src/ej_boards/apps.py:7 src/ej_boards/models.py:43 +#: src/ej_boards/apps.py:7 src/ej_boards/models.py:45 msgid "Boards" msgstr "Murais" -#: src/ej_boards/models.py:15 +#: src/ej_boards/models.py:17 msgid "Slug" msgstr "Identificador" -#: src/ej_boards/models.py:29 src/ej_clusters/models.py:127 +#: src/ej_boards/models.py:27 src/ej_conversations/models/conversation.py:57 +msgid "Title" +msgstr "Título" + +#: src/ej_boards/models.py:31 src/ej_clusters/models.py:127 #: src/ej_clusters/models.py:194 msgid "Description" msgstr "Descrição" -#: src/ej_boards/models.py:42 +#: src/ej_boards/models.py:44 msgid "Board" msgstr "Mural" -#: src/ej_boards/routes/boards.py:43 -msgid "Create board" -msgstr "Criar mural" - -#: src/ej_boards/routes/conversations.py:37 -#, python-format -msgid "%s' conversations" -msgstr "%s" - -#: src/ej_boards/routes/conversations.py:38 -#, python-format -msgid "These are %s's conversations. Contribute to them too" -msgstr "Essas são as conversas do mural %s. Contribua com elas também" +#: src/ej_boards/models.py:59 +msgid "Slug already exists." +msgstr "Essa URL já existe." -#: src/ej_boards/routes/conversations.py:84 src/ej_clusters/routes.py:74 +#: src/ej_boards/routes.py:111 src/ej_clusters/routes.py:74 msgid "Stereotypes" msgstr "Estereótipos" -#: src/ej_boards/validators.py:11 -msgid "Invalid URL." +#: src/ej_boards/routes.py:170 +msgid "Create board" +msgstr "Criar mural" + +#: src/ej_boards/validators.py:9 +msgid "Invalid slug." msgstr "URL inválida." -#: src/ej_boards/validators.py:13 +#: src/ej_boards/validators.py:11 msgid "Slug cannot contain a backslash character." msgstr "O identificador não pode conter uma barra." -#: src/ej_boards/validators.py:19 -msgid "URL already exists." -msgstr "Essa URL já existe." - #: src/ej_clusters/apps.py:7 src/ej_clusters/routes.py:40 msgid "Clusters" msgstr "Grupos" @@ -602,7 +557,7 @@ msgstr "" "esse estereótipo quer capturar" #: src/ej_clusters/models.py:286 src/ej_clusters/routes.py:226 -#: src/ej_reports/routes.py:171 +#: src/ej_reports/routes.py:162 msgid "Comment" msgstr "Comentário" @@ -728,7 +683,7 @@ msgstr "Formato cru do conteúdo do fragmento" msgid "Conversations" msgstr "Conversas" -#: src/ej_configurations/routes.py:32 src/ej_reports/routes.py:163 +#: src/ej_configurations/routes.py:32 src/ej_reports/routes.py:154 msgid "Votes" msgstr "Votos" @@ -891,11 +846,11 @@ msgstr "Não há comentários disponíveis para esse usuário" msgid "Skip" msgstr "Pular" -#: src/ej_conversations/models/vote.py:15 src/ej_reports/routes.py:166 +#: src/ej_conversations/models/vote.py:15 src/ej_reports/routes.py:157 msgid "Agree" msgstr "Concorda" -#: src/ej_conversations/models/vote.py:16 src/ej_reports/routes.py:167 +#: src/ej_conversations/models/vote.py:16 src/ej_reports/routes.py:158 msgid "Disagree" msgstr "Discorda" @@ -919,7 +874,7 @@ msgid "non-moderated comments cannot receive votes" msgstr "comentários não-moderados não podem receber votos" #: src/ej_conversations/roles.py:78 -#: src/ej_conversations/routes/conversations.py:77 +#: src/ej_conversations/routes/conversations.py:81 msgid "login" msgstr "entrar" @@ -927,7 +882,7 @@ msgstr "entrar" msgid "List conversations" msgstr "Listar conversas" -#: src/ej_conversations/routes/conversations.py:20 +#: src/ej_conversations/routes/conversations.py:22 msgid "" "A space for adolescents to discuss actions that promote, guarantee and " "defend their rights" @@ -935,12 +890,12 @@ msgstr "" "Um espaço para adolescentes debaterem ações que promovam, garantam e " "defendam seus direitos" -#: src/ej_conversations/routes/conversations.py:21 +#: src/ej_conversations/routes/conversations.py:23 msgid "Public conversations" msgstr "Conversas públicas" -#: src/ej_conversations/routes/conversations.py:22 -#: src/ej_conversations/routes/conversations.py:23 +#: src/ej_conversations/routes/conversations.py:24 +#: src/ej_conversations/routes/conversations.py:25 msgid "" "Participate of conversations and give your opinion with comments and votes!" msgstr "Participe das conversas e dê sua opinião com comentários e votos!" @@ -1171,39 +1126,39 @@ msgstr "Relatórios" msgid "Report" msgstr "Relatório" -#: src/ej_reports/routes.py:161 +#: src/ej_reports/routes.py:152 msgid "Author" msgstr "Autor" -#: src/ej_reports/routes.py:162 +#: src/ej_reports/routes.py:153 msgid "Text" msgstr "Texto" -#: src/ej_reports/routes.py:164 +#: src/ej_reports/routes.py:155 msgid "Missing" msgstr "Faltando" -#: src/ej_reports/routes.py:165 +#: src/ej_reports/routes.py:156 msgid "Skipped" msgstr "Pulados" -#: src/ej_reports/routes.py:168 +#: src/ej_reports/routes.py:159 msgid "Average" msgstr "Média" -#: src/ej_reports/routes.py:169 +#: src/ej_reports/routes.py:160 msgid "Divergence" msgstr "Divergência" -#: src/ej_reports/routes.py:170 +#: src/ej_reports/routes.py:161 msgid "Entropy" msgstr "Entropia" -#: src/ej_reports/routes.py:172 +#: src/ej_reports/routes.py:163 msgid "User" msgstr "Usuário" -#: src/ej_reports/routes.py:173 +#: src/ej_reports/routes.py:164 msgid "Participation ratio" msgstr "Índice de participação" @@ -1421,15 +1376,15 @@ msgstr "Email ou senha inválidos" msgid "Please reset your password" msgstr "Por favor reset sua senha" -#: src/ej/templates/jinja2/base.jinja2:84 +#: src/ej/templates/jinja2/base.jinja2:86 msgid "EJ - A platform of social participation." msgstr "EJ - Uma plataforma para participação social." -#: src/ej/templates/jinja2/base.jinja2:93 +#: src/ej/templates/jinja2/base.jinja2:95 msgid "EJ - A platform of social participacion." msgstr "EJ - Uma plataforma para participação social." -#: src/ej/templates/jinja2/base.jinja2:131 +#: src/ej/templates/jinja2/base.jinja2:133 msgid "Please override the \"content\" block of your template!" msgstr "Por favor substitua o bloco \"content\" do seu template!" @@ -1655,31 +1610,21 @@ msgstr "Comunidade EJ" msgid "Who is using EJ" msgstr "Quem já adotou o EJ" -#: src/ej_boards/jinja2/ej_boards/conversation-list.jinja2:15 -#: src/ej_conversations/jinja2/ej_conversations/list.jinja2:40 -msgid "public conversations" -msgstr "conversas públicas" - -#: src/ej_boards/jinja2/ej_boards/conversation-list.jinja2:19 -#: src/ej_conversations/jinja2/ej_conversations/list.jinja2:44 -msgid "go to my conversations" -msgstr "Suas conversas" - -#: src/ej_boards/jinja2/ej_boards/create.jinja2:7 +#: src/ej_boards/jinja2/ej_boards/board-create.jinja2:7 #: src/ej_conversations/jinja2/ej_conversations/create.jinja2:39 #: src/ej_conversations/jinja2/ej_conversations/edit.jinja2:14 msgid "Cancel" msgstr "Cancelar" -#: src/ej_boards/jinja2/ej_boards/create.jinja2:11 +#: src/ej_boards/jinja2/ej_boards/board-create.jinja2:11 msgid "Save board" msgstr "Salvar mural" -#: src/ej_boards/jinja2/ej_boards/create.jinja2:16 -msgid "Fill up the form to create or edit this conversation board" -msgstr "Preencha os campos para criar ou editar esse mural de conversas" +#: src/ej_boards/jinja2/ej_boards/board-create.jinja2:17 +msgid "Fill up the form to create a new conversation board" +msgstr "Preencha os campos para criar ou editar o mural de conversas" -#: src/ej_boards/jinja2/ej_boards/create.jinja2:21 +#: src/ej_boards/jinja2/ej_boards/board-create.jinja2:23 #: src/ej_boards/jinja2/ej_boards/jinja2/ej_clusters/edit-stereotype.jinja2:5 #: src/ej_clusters/jinja2/ej_clusters/edit-stereotype.jinja2:5 #: src/ej_conversations/jinja2/ej_conversations/edit.jinja2:18 @@ -1687,11 +1632,19 @@ msgstr "Preencha os campos para criar ou editar esse mural de conversas" msgid "Save" msgstr "Salvar" -#: src/ej_boards/jinja2/ej_boards/list.jinja2:7 +#: src/ej_boards/jinja2/ej_boards/board-edit.jinja2:5 +msgid "Edit board" +msgstr "Editar mural" + +#: src/ej_boards/jinja2/ej_boards/board-edit.jinja2:6 +msgid "Fill up the form to edit this conversation board" +msgstr "Preencha os campos para criar ou editar o mural de conversas" + +#: src/ej_boards/jinja2/ej_boards/board-list.jinja2:7 msgid "Create boards to group similar conversations!" msgstr "Crie murais para agrupar conversas similares!" -#: src/ej_boards/jinja2/ej_boards/list.jinja2:17 +#: src/ej_boards/jinja2/ej_boards/board-list.jinja2:17 msgid "Create a new board!" msgstr "Criar um novo mural!" @@ -1909,43 +1862,43 @@ msgstr "por" msgid "Approve" msgstr "Aprovar" -#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:18 +#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:19 msgid "Disapprove" msgstr "Rejeitar" -#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:22 +#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:24 msgid "Reason" msgstr "Justificativa" -#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:23 +#: src/ej_conversations/jinja2/ej/role/comment-moderate.jinja2:25 msgid "The comment will receive your rejection reason" msgstr "O comentário vai receber sua justificativa de rejeição" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:8 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:7 msgid "Tags" msgstr "Tags" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:13 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:12 msgid "{count} comments" msgstr "{count} comentários" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:14 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:13 msgid "{count} votes" msgstr "{count} votos" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:15 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:14 msgid "{count} favorites" msgstr "{count} favoritos" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:27 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:26 msgid "Unfavorite" msgstr "Desfavoritar" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:31 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:30 msgid "Favorite" msgstr "Favorito" -#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:36 +#: src/ej_conversations/jinja2/ej/role/conversation-balloon.jinja2:35 msgid "Share" msgstr "Compartilhar" @@ -1995,6 +1948,18 @@ msgstr "Parabéns!" msgid "There are no comments left to vote :)" msgstr "Não há comentários para votar :)" +#: src/ej_conversations/jinja2/ej_conversations/detail.jinja2:18 +msgid "You have {} comment{} under moderation." +msgstr "Você tem {} comentário{} aguardando moderação." + +#: src/ej_conversations/jinja2/ej_conversations/detail.jinja2:20 +msgid "Click here" +msgstr "Clique aqui" + +#: src/ej_conversations/jinja2/ej_conversations/detail.jinja2:21 +msgid "to see {}." +msgstr "para ver {}." + #: src/ej_conversations/jinja2/ej_conversations/edit.jinja2:53 msgid "Manage stereotypes" msgstr "Gerenciar estereótipos" @@ -2024,6 +1989,14 @@ msgstr "Visualizando mural" msgid "Create a new board" msgstr "Criar um novo mural" +#: src/ej_conversations/jinja2/ej_conversations/list.jinja2:40 +msgid "public conversations" +msgstr "conversas públicas" + +#: src/ej_conversations/jinja2/ej_conversations/list.jinja2:44 +msgid "go to my conversations" +msgstr "Suas conversas" + #: src/ej_conversations/jinja2/ej_conversations/moderate.jinja2:27 msgid "Pending" msgstr "Esperando" @@ -2117,6 +2090,14 @@ msgstr "Informação do grupo" msgid "{n} users" msgstr "{n} usuários" +#: src/ej_reports/jinja2/ej_reports/scatter.jinja2:8 +msgid "Error!" +msgstr "Erro!" + +#: src/ej_reports/jinja2/ej_reports/scatter.jinja2:9 +msgid "Not enough data to show scatter plot!" +msgstr "Sem dados suficientes para exibir o scatter plot" + #: src/ej_rocketchat/jinja2/ej_rocketchat/config.jinja2:2 msgid "Configure Rocket.Chat Integration" msgstr "Configurar a integração com o Rocket.Chat" @@ -2212,6 +2193,38 @@ msgstr "Tente novamente" msgid "Update" msgstr "Atualizar" +#~ msgid "%s' conversations" +#~ msgstr "%s" + +#~ msgid "These are %s's conversations. Contribute to them too" +#~ msgstr "Essas são as conversas do mural %s. Contribua com elas também" + +#, fuzzy +#~ msgid "Sender" +#~ msgstr "Remetende" + +#~ msgid "Short Description" +#~ msgstr "Descrição curta" + +#~ msgid "Waiting" +#~ msgstr "Esperando" + +#~ msgid "Read" +#~ msgstr "Lido" + +#~ msgid "Seen" +#~ msgstr "Visto" + +#~ msgid "Unseen" +#~ msgstr "Não Visto" + +#, fuzzy +#~ msgid "Status" +#~ msgstr "Estado" + +#~ msgid "OneSignal Id" +#~ msgstr "Id OneSignal" + #, fuzzy #~ msgid "" #~ "\n"