From 39edff2ccc227ac791748d3c7d421140509beeb8 Mon Sep 17 00:00:00 2001 From: Matheus Jardim Date: Sun, 4 Jun 2023 18:44:50 -0300 Subject: [PATCH] add pt_BR .po file --- .../locale/pt_BR/LC_MESSAGES/django.po | 309 ++++++++++++++++++ 1 file changed, 309 insertions(+) create mode 100644 {{cookiecutter.project_slug}}/locale/pt_BR/LC_MESSAGES/django.po diff --git a/{{cookiecutter.project_slug}}/locale/pt_BR/LC_MESSAGES/django.po b/{{cookiecutter.project_slug}}/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 000000000..2ad31c138 --- /dev/null +++ b/{{cookiecutter.project_slug}}/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,309 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-06-04 21:42+0000\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +#: my_awesome_project/templates/account/account_inactive.html:5 +#: my_awesome_project/templates/account/account_inactive.html:8 +msgid "Account Inactive" +msgstr "" + +#: my_awesome_project/templates/account/account_inactive.html:10 +msgid "This account is inactive." +msgstr "" + +#: my_awesome_project/templates/account/email.html:7 +msgid "Account" +msgstr "" + +#: my_awesome_project/templates/account/email.html:10 +msgid "E-mail Addresses" +msgstr "" + +#: my_awesome_project/templates/account/email.html:13 +msgid "The following e-mail addresses are associated with your account:" +msgstr "" + +#: my_awesome_project/templates/account/email.html:27 +msgid "Verified" +msgstr "" + +#: my_awesome_project/templates/account/email.html:29 +msgid "Unverified" +msgstr "" + +#: my_awesome_project/templates/account/email.html:31 +msgid "Primary" +msgstr "" + +#: my_awesome_project/templates/account/email.html:37 +msgid "Make Primary" +msgstr "" + +#: my_awesome_project/templates/account/email.html:38 +msgid "Re-send Verification" +msgstr "" + +#: my_awesome_project/templates/account/email.html:39 +msgid "Remove" +msgstr "" + +#: my_awesome_project/templates/account/email.html:46 +msgid "Warning:" +msgstr "" + +#: my_awesome_project/templates/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 "" + +#: my_awesome_project/templates/account/email.html:51 +msgid "Add E-mail Address" +msgstr "" + +#: my_awesome_project/templates/account/email.html:56 +msgid "Add E-mail" +msgstr "" + +#: my_awesome_project/templates/account/email.html:66 +msgid "Do you really want to remove the selected e-mail address?" +msgstr "" + +#: my_awesome_project/templates/account/email_confirm.html:6 +#: my_awesome_project/templates/account/email_confirm.html:10 +msgid "Confirm E-mail Address" +msgstr "" + +#: my_awesome_project/templates/account/email_confirm.html:16 +#, python-format +msgid "" +"Please confirm that %(email)s is an e-mail " +"address for user %(user_display)s." +msgstr "" + +#: my_awesome_project/templates/account/email_confirm.html:20 +msgid "Confirm" +msgstr "" + +#: my_awesome_project/templates/account/email_confirm.html:27 +#, python-format +msgid "" +"This e-mail confirmation link expired or is invalid. Please issue a new e-mail confirmation request." +msgstr "" + +#: my_awesome_project/templates/account/login.html:7 +#: my_awesome_project/templates/account/login.html:11 +#: my_awesome_project/templates/account/login.html:56 +#: my_awesome_project/templates/base.html:72 +msgid "Sign In" +msgstr "" + +#: my_awesome_project/templates/account/login.html:17 +msgid "Please sign in with one of your existing third party accounts:" +msgstr "" + +#: my_awesome_project/templates/account/login.html:19 +#, python-format +msgid "" +"Or, sign up for a %(site_name)s account and " +"sign in below:" +msgstr "" + +#: my_awesome_project/templates/account/login.html:32 +msgid "or" +msgstr "" + +#: my_awesome_project/templates/account/login.html:41 +#, python-format +msgid "" +"If you have not created an account yet, then please sign up first." +msgstr "" + +#: my_awesome_project/templates/account/login.html:55 +msgid "Forgot Password?" +msgstr "" + +#: my_awesome_project/templates/account/logout.html:5 +#: my_awesome_project/templates/account/logout.html:8 +#: my_awesome_project/templates/account/logout.html:17 +#: my_awesome_project/templates/base.html:61 +msgid "Sign Out" +msgstr "" + +#: my_awesome_project/templates/account/logout.html:10 +msgid "Are you sure you want to sign out?" +msgstr "" + +#: my_awesome_project/templates/account/password_change.html:6 +#: my_awesome_project/templates/account/password_change.html:9 +#: my_awesome_project/templates/account/password_change.html:14 +#: my_awesome_project/templates/account/password_reset_from_key.html:5 +#: my_awesome_project/templates/account/password_reset_from_key.html:8 +#: my_awesome_project/templates/account/password_reset_from_key_done.html:4 +#: my_awesome_project/templates/account/password_reset_from_key_done.html:7 +msgid "Change Password" +msgstr "" + +#: my_awesome_project/templates/account/password_reset.html:7 +#: my_awesome_project/templates/account/password_reset.html:11 +#: my_awesome_project/templates/account/password_reset_done.html:6 +#: my_awesome_project/templates/account/password_reset_done.html:9 +msgid "Password Reset" +msgstr "" + +#: my_awesome_project/templates/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 "" + +#: my_awesome_project/templates/account/password_reset.html:21 +msgid "Reset My Password" +msgstr "" + +#: my_awesome_project/templates/account/password_reset.html:24 +msgid "Please contact us if you have any trouble resetting your password." +msgstr "" + +#: my_awesome_project/templates/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 "" + +#: my_awesome_project/templates/account/password_reset_from_key.html:8 +msgid "Bad Token" +msgstr "" + +#: my_awesome_project/templates/account/password_reset_from_key.html:12 +#, python-format +msgid "" +"The password reset link was invalid, possibly because it has already been " +"used. Please request a new password reset." +msgstr "" + +#: my_awesome_project/templates/account/password_reset_from_key.html:18 +msgid "change password" +msgstr "" + +#: my_awesome_project/templates/account/password_reset_from_key.html:21 +#: my_awesome_project/templates/account/password_reset_from_key_done.html:8 +msgid "Your password is now changed." +msgstr "" + +#: my_awesome_project/templates/account/password_set.html:6 +#: my_awesome_project/templates/account/password_set.html:9 +#: my_awesome_project/templates/account/password_set.html:14 +msgid "Set Password" +msgstr "" + +#: my_awesome_project/templates/account/signup.html:6 +msgid "Signup" +msgstr "" + +#: my_awesome_project/templates/account/signup.html:9 +#: my_awesome_project/templates/account/signup.html:19 +#: my_awesome_project/templates/base.html:67 +msgid "Sign Up" +msgstr "" + +#: my_awesome_project/templates/account/signup.html:11 +#, python-format +msgid "" +"Already have an account? Then please sign in." +msgstr "" + +#: my_awesome_project/templates/account/signup_closed.html:5 +#: my_awesome_project/templates/account/signup_closed.html:8 +msgid "Sign Up Closed" +msgstr "" + +#: my_awesome_project/templates/account/signup_closed.html:10 +msgid "We are sorry, but the sign up is currently closed." +msgstr "" + +#: my_awesome_project/templates/account/verification_sent.html:5 +#: my_awesome_project/templates/account/verification_sent.html:8 +#: my_awesome_project/templates/account/verified_email_required.html:5 +#: my_awesome_project/templates/account/verified_email_required.html:8 +msgid "Verify Your E-mail Address" +msgstr "" + +#: my_awesome_project/templates/account/verification_sent.html:10 +msgid "" +"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." +msgstr "" + +#: my_awesome_project/templates/account/verified_email_required.html:12 +msgid "" +"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. " +msgstr "" + +#: my_awesome_project/templates/account/verified_email_required.html:16 +msgid "" +"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." +msgstr "" + +#: my_awesome_project/templates/account/verified_email_required.html:20 +#, python-format +msgid "" +"Note: you can still change your e-" +"mail address." +msgstr "" + +#: my_awesome_project/templates/base.html:57 +msgid "My Profile" +msgstr "" + +#: my_awesome_project/users/admin.py:17 +msgid "Personal info" +msgstr "" + +#: my_awesome_project/users/admin.py:19 +msgid "Permissions" +msgstr "" + +#: my_awesome_project/users/admin.py:30 +msgid "Important dates" +msgstr "" + +#: my_awesome_project/users/apps.py:7 +msgid "Users" +msgstr "" + +#: my_awesome_project/users/forms.py:24 +#: my_awesome_project/users/tests/test_forms.py:36 +msgid "This username has already been taken." +msgstr "" + +#: my_awesome_project/users/models.py:15 +msgid "Name of User" +msgstr "Nome do Usuário" + +#: my_awesome_project/users/views.py:23 +msgid "Information successfully updated" +msgstr ""