diff --git a/warehouse/locale/am/LC_MESSAGES/messages.po b/warehouse/locale/am/LC_MESSAGES/messages.po index f5e9bcee7334..f8299e9ae94b 100644 --- a/warehouse/locale/am/LC_MESSAGES/messages.po +++ b/warehouse/locale/am/LC_MESSAGES/messages.po @@ -23,11 +23,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -117,15 +123,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -295,55 +301,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -351,11 +357,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -363,74 +369,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -450,91 +456,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1223,7 +1229,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1235,7 +1241,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1276,11 +1282,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1293,27 +1299,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1929,8 +1935,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2459,7 +2465,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3534,9 +3540,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3830,7 +3836,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3852,52 +3858,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3906,120 +3924,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ang/LC_MESSAGES/messages.po b/warehouse/locale/ang/LC_MESSAGES/messages.po index 1e509996139a..319473e0e9bf 100644 --- a/warehouse/locale/ang/LC_MESSAGES/messages.po +++ b/warehouse/locale/ang/LC_MESSAGES/messages.po @@ -15,11 +15,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -107,15 +113,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -285,55 +291,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -341,11 +347,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -353,74 +359,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -440,91 +446,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1213,7 +1219,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1225,7 +1231,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1266,11 +1272,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1283,27 +1289,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1919,8 +1925,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2449,7 +2455,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3524,9 +3530,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3820,7 +3826,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3842,52 +3848,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3896,120 +3914,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ar/LC_MESSAGES/messages.po b/warehouse/locale/ar/LC_MESSAGES/messages.po index bce8937fdcb4..42d228528ccc 100644 --- a/warehouse/locale/ar/LC_MESSAGES/messages.po +++ b/warehouse/locale/ar/LC_MESSAGES/messages.po @@ -35,11 +35,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "يجب تمكين المصادقة الثنائية على حسابك لتنفيذ هذا الإجراء." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "تم تحديث الإعدادات المحلية" @@ -141,15 +147,15 @@ msgstr "كود TOTP غير صحيح." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "توكيد WebAuthn غير صالح: حمولة سيئة" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "رمز الاسترداد غير صالح." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "تم استخدام رمز الاسترداد مسبقًا." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "لا يوجد مستخدم بهذا الاسم أو البريد الاليكتروني" @@ -329,8 +335,8 @@ msgstr "دعوة '${project_name}' تم رفضها." msgid "You are now ${role} of the '${project_name}' project." msgstr "تم تحديث صلاحياتك لتكن ${role} فى المشروع ${project_name}." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -342,7 +348,7 @@ msgstr "" "تسجيل المستخدمين الجدد موقوف مؤقتاً. للتفاصيل: https://pypi.org/help#admin-" "intervention." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -354,17 +360,17 @@ msgstr "" "تسجيل المستخدمين الجدد موقوف مؤقتاً. للتفاصيل: https://pypi.org/help#admin-" "intervention." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -374,28 +380,28 @@ msgid "" msgstr "" "كانت هناك محاولات تسجيل دخول فاشلة كثيرة جداً. برجاء المحاولة في وقت لاحق." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Create an account" msgid "Invalid publisher ID" msgstr "تسجيل مستخدم جديد" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -403,11 +409,11 @@ msgstr "" msgid "Banner Preview" msgstr "معاينة البانر" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "الرجاء اختيار اسم مؤسسة طوله 50 حرفاً أو أقل." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -418,13 +424,13 @@ msgstr "" "نقاط، أو واصلات عادية أو سفلية. يجب أيضاً أن يبدأ وينتهي بحرف أو رقم. الرجاء " "اختيار اسم حساب مؤسسة مختلف." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "اسم حساب المؤسسة هذا قيد الاستخدام. اختر اسم حساب مؤسسةٍ آخر." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -434,64 +440,64 @@ msgid "" "organization account name." msgstr "اسم حساب المؤسسة هذا قيد الاستخدام. اختر اسم حساب مؤسسةٍ آخر." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "اختر مشروع" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "حدد اسم المشروع" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "اسم المشروع هذا قيد الاستخدام. اختر اسم مشروعٍ آخر." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "اسم المؤسسة هذا طويل للغاية. اختر اسم مؤسسة طوله 100 حرفٍ أو أقل." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "رابط المؤسسة هذا طويل للغاية. اختر رابط مؤسسة طوله 400 حرفاً أو أقل." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "وصف المؤسسة هذا طويل للغاية. اختر وصف مؤسسة طوله 400 حرفاً أو أقل." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "الرجاء اختيار اسم مستخدم طوله 50 حرفاً أو أقل." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -519,25 +525,25 @@ msgstr "تم اصدار رمز الأصلاح" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "اصدار رمز اصلاح جديد سوف يوقف رمز الأصلاح الحالى." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "قم بتأكيد بريدك الالكتروني أو أضف بريد الكتروني جديد." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "خطاء فى الأعتمادات (كلمه السر او الأسم او رمز الأصلاح). جرب مره اخرى" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "Requires:" msgid "2FA requirement cannot be disabled for critical projects" msgstr "يتطلب:" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -549,58 +555,58 @@ msgstr "" "تسجيل المستخدمين الجدد موقوف مؤقتاً. للتفاصيل: https://pypi.org/help#admin-" "intervention." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "تأكيد الدعوة" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "New releases" msgid "Could not yank release - " msgstr "الإصدارات الجديدة" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "New releases" msgid "Could not un-yank release - " msgstr "الإصدارات الجديدة" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "لم يتم العثور علي الدعوة." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "المستخدم '{username}' له صلاحيات ${rol_name} فى المشروع" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "المستخدم '{username}' له صلاحيات ${rol_name} فى المشروع" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "تم تحديث صلاحياتك لتكن ${role} فى المشروع ${project_name}." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -608,7 +614,7 @@ msgstr "" "المستخدم '${username}' ليس لديه بريد إلكتروني أولي صالح ولا يمكن إضافتة كـ" "${role_name} للمشروع" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -616,20 +622,20 @@ msgstr "" "دعوة المستخدم '${username}' قد انتهت صلاحيتها. الرجاء المحاولة مرة أخرى " "لاحقاً." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "تم إرسال الدعوة إلي '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "لم يتم العثور علي الدعوة." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "الدعوه لم تعد صالحه." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "تم إنهاء الدعوة من خلال '${username}'." @@ -1397,7 +1403,7 @@ msgstr "خطأ في معالجة الاستمارة" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "تأكيد كلمة السر" @@ -1409,7 +1415,7 @@ msgstr "قم بتأكيد كلمة المرور للمتابعة" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "كلمة السر" @@ -1450,11 +1456,11 @@ msgstr "كلمة السر" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1467,27 +1473,27 @@ msgstr "كلمة السر" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(مطلوب)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "كلمة السر الخاصة بك" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "اظهار كلمة السر" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "هل نسيت كلمة السر؟" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2160,8 +2166,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2879,7 +2885,7 @@ msgstr "اسمك" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4024,9 +4030,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4349,7 +4355,7 @@ msgstr "الابحار الرئسى" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4376,37 +4382,50 @@ msgstr "الابحار الرئسى" msgid "Organization Name" msgstr "تأكيد الدعوة" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "دعوة الدور غير صالحة." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "دعوة الدور غير صالحة." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage project" msgid "Manager" @@ -4414,11 +4433,11 @@ msgstr "إدارة مشروع" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4427,7 +4446,7 @@ msgstr "تسجيل مستخدم جديد" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4436,135 +4455,135 @@ msgstr "تسجيل مستخدم جديد" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "تسجيل مستخدم جديد" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "تسجيل مستخدم جديد" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "لم يقم المستخدم %(user)s ، برفع أي مشروع بعد." -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "تسجيل مستخدم جديد" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "New releases" msgid "Submitted %(submitted)s" msgstr "الإصدارات الجديدة" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "تسجيل مستخدم جديد" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm Invite" msgid "Organization display name" msgstr "تأكيد الدعوة" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Create account" msgid "Create" msgstr "إنشاء حساب" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/bn/LC_MESSAGES/messages.po b/warehouse/locale/bn/LC_MESSAGES/messages.po index 089768d81519..7e5b070cfe36 100644 --- a/warehouse/locale/bn/LC_MESSAGES/messages.po +++ b/warehouse/locale/bn/LC_MESSAGES/messages.po @@ -25,13 +25,19 @@ msgstr "" "Generated-By: Babel 2.7.0\n" #: warehouse/views.py:141 +msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 #, fuzzy msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "Nasir" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "অনুবাদ হালনাগাদকৃত" @@ -132,17 +138,17 @@ msgstr "টিওটিপি কোডটি সঠিক নয়" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 #, fuzzy #| msgid "Invalid Recovery Code." msgid "Invalid recovery code." msgstr "অবৈধ পুনরুদ্ধার কোড।" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "এই ব্যবহারকারী নাম বা ইমেলসহ কোনও ব্যবহারকারীকে পাওয়া যায় নি" @@ -351,8 +357,8 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -364,7 +370,7 @@ msgstr "" "নতুন সদস্য নিবন্ধন সাময়িকভাবে বন্ধ আছে. আরো তথ্যের জন্য https://pypi.org/" "help#admin-intervention দেখুন।" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -376,17 +382,17 @@ msgstr "" "নতুন সদস্য নিবন্ধন সাময়িকভাবে বন্ধ আছে. আরো তথ্যের জন্য https://pypi.org/" "help#admin-intervention দেখুন।" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -395,26 +401,26 @@ msgid "" "again later." msgstr "অনেকবার ব্যর্থ লগইন প্রচেষ্টা করা হয়েছে । পরে আবার চেষ্টা করুন।" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -422,13 +428,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "50 টিরও কম অক্ষরসহ একটি ব্যবহারকারী নাম বাছুন |" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -444,7 +450,7 @@ msgstr "" "আন্ডারস্কোর সমন্বয়ে গঠিত হতে হবে । এবং অবশ্যই একটি অক্ষর বা নম্বর দিয়ে শুরু এবং শেষ " "করতে হবে। একটি পৃথক ব্যবহারকারীর নাম বাছুন।" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -456,7 +462,7 @@ msgstr "" "এই ব্যবহারকারীর নামটি ইতিমধ্যে অন্য অ্যাকাউন্ট দ্বারা ব্যবহৃত হচ্ছে। একটি পৃথক নাম " "বাছুন।" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -468,21 +474,21 @@ msgstr "" "এই ব্যবহারকারীর নামটি ইতিমধ্যে অন্য অ্যাকাউন্ট দ্বারা ব্যবহৃত হচ্ছে। একটি পৃথক নাম " "বাছুন।" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -493,7 +499,7 @@ msgstr "" "এই ব্যবহারকারীর নামটি ইতিমধ্যে অন্য অ্যাকাউন্ট দ্বারা ব্যবহৃত হচ্ছে। একটি পৃথক নাম " "বাছুন।" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -501,7 +507,7 @@ msgid "" "characters or less." msgstr "নামটি অনেক দীর্ঘ। 100 টি অক্ষর বা তারও কম সংখ্যক নাম চয়ন করুন।" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -509,11 +515,11 @@ msgid "" "characters or less." msgstr "নামটি অনেক দীর্ঘ। 100 টি অক্ষর বা তারও কম সংখ্যক নাম চয়ন করুন।" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -521,23 +527,23 @@ msgid "" "with 400 characters or less." msgstr "নামটি অনেক দীর্ঘ। 100 টি অক্ষর বা তারও কম সংখ্যক নাম চয়ন করুন।" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "50 টিরও কম অক্ষরসহ একটি ব্যবহারকারী নাম বাছুন |" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -563,21 +569,21 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -589,71 +595,71 @@ msgstr "" "নতুন সদস্য নিবন্ধন সাময়িকভাবে বন্ধ আছে. আরো তথ্যের জন্য https://pypi.org/" "help#admin-intervention দেখুন।" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1352,7 +1358,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1364,7 +1370,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1405,11 +1411,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1422,27 +1428,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2060,8 +2066,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2594,7 +2600,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3679,9 +3685,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3983,7 +3989,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4005,52 +4011,65 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Choose a username with 50 characters or less." +msgid "Organization Type: %(org_type)s" +msgstr "50 টিরও কম অক্ষরসহ একটি ব্যবহারকারী নাম বাছুন |" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4059,126 +4078,126 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Pending organization requests" msgstr "50 টিরও কম অক্ষরসহ একটি ব্যবহারকারী নাম বাছুন |" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Request a new organization" msgstr "50 টিরও কম অক্ষরসহ একটি ব্যবহারকারী নাম বাছুন |" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Organization display name" msgstr "50 টিরও কম অক্ষরসহ একটি ব্যবহারকারী নাম বাছুন |" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ca/LC_MESSAGES/messages.mo b/warehouse/locale/ca/LC_MESSAGES/messages.mo index 08b1364692e2..7c2496ec6ea7 100644 Binary files a/warehouse/locale/ca/LC_MESSAGES/messages.mo and b/warehouse/locale/ca/LC_MESSAGES/messages.mo differ diff --git a/warehouse/locale/ca/LC_MESSAGES/messages.po b/warehouse/locale/ca/LC_MESSAGES/messages.po index b945f8f39460..ac2377595504 100644 --- a/warehouse/locale/ca/LC_MESSAGES/messages.po +++ b/warehouse/locale/ca/LC_MESSAGES/messages.po @@ -1,12 +1,13 @@ # Adolfo Jayme Barrientos , 2020, 2021, 2022. # Gil Forcada Codinachs , 2023. +# arnau rs , 2023. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: admin@pypi.org\n" "POT-Creation-Date: 2020-08-24 00:15+0200\n" -"PO-Revision-Date: 2023-02-18 22:35+0000\n" -"Last-Translator: Gil Forcada Codinachs \n" +"PO-Revision-Date: 2023-07-13 18:08+0000\n" +"Last-Translator: arnau rs \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -14,16 +15,22 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.16-dev\n" +"X-Generator: Weblate 5.0-dev\n" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Heu d'habilitar el segon factor d'autenticació per realitzar aquesta acció." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Localització actualitzada" @@ -128,15 +135,15 @@ msgstr "El codi TOTP no és vàlid." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "L’asserció del WebAuthn no és vàlida: la càrrega és incorrecta" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "El codi de recuperació no és vàlid." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "El codi de recuperació ja s’havia utilitzat." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "No s’ha trobat cap usuari amb aquest nom o adreça" @@ -302,11 +309,11 @@ msgstr "El testimoni no és vàlid: no és un testimoni d’invitació a col·la #: warehouse/accounts/views.py:935 msgid "Organization invitation is not valid." -msgstr "" +msgstr "La invitació de l'organització no és vàlida." #: warehouse/accounts/views.py:944 msgid "Organization invitation no longer exists." -msgstr "" +msgstr "La invitació de l'organització ja no existeix." #: warehouse/accounts/views.py:995 msgid "Invitation for '${organization_name}' is declined." @@ -352,8 +359,8 @@ msgstr "S’ha rebutjat la invitació a «${project_name}»." msgid "You are now ${role} of the '${project_name}' project." msgstr "Ara sou ${role} del projecte «${project_name}»." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -365,7 +372,7 @@ msgstr "" "El registre d’usuaris nous s’ha inhabilitat temporalment. Vegeu https://pypi." "org/help#admin-intervention per a més detalls." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -377,17 +384,17 @@ msgstr "" "El registre d’usuaris nous s’ha inhabilitat temporalment. Vegeu https://pypi." "org/help#admin-intervention per a més detalls." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -398,30 +405,30 @@ msgstr "" "Hi ha hagut massa intents d’inici de sessió fallits. Torneu-ho a provar més " "tard." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage current providers" msgid "Registered a new pending publisher to create " msgstr "Gestiona els proveïdors actuals" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Gestiona la versió" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -429,13 +436,13 @@ msgstr "" msgid "Banner Preview" msgstr "Previsualització del bàner" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Trieu un nom d’usuari de 50 caràcters o menys." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -451,7 +458,7 @@ msgstr "" "lletres, nombres, punts, guionets i guions baixos; a més, han de començar i " "finalitzar per una lletra o un nombre. Trieu un altre nom d’usuari." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -461,7 +468,7 @@ msgid "" "organization account name." msgstr "Un altre compte ja utilitza aquest nom d’usuari. Trieu-ne un altre." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -471,23 +478,23 @@ msgid "" "organization account name." msgstr "Un altre compte ja utilitza aquest nom d’usuari. Trieu-ne un altre." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "Suprimeix el projecte" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Especifiqueu el nom del projecte" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -496,7 +503,7 @@ msgid "" "This project name has already been used. Choose a different project name." msgstr "Un altre compte ja utilitza aquest nom d’usuari. Trieu-ne un altre." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -504,7 +511,7 @@ msgid "" "characters or less." msgstr "El nom és massa llarg. Trieu un nom amb 100 caràcters o menys." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -512,11 +519,11 @@ msgid "" "characters or less." msgstr "El nom és massa llarg. Trieu un nom amb 100 caràcters o menys." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -524,23 +531,23 @@ msgid "" "with 400 characters or less." msgstr "El nom és massa llarg. Trieu un nom amb 100 caràcters o menys." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Trieu un nom d’usuari de 50 caràcters o menys." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -568,23 +575,23 @@ msgstr "Ja s’han generat els codis de recuperació" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "Generar codis de recuperació nous invalidarà els existents." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Les credencials no són vàlides. Torneu-ho a provar" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "(required)" msgid "2FA requirement cannot be disabled for critical projects" msgstr "(obligatori)" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -596,73 +603,73 @@ msgstr "" "El registre d’usuaris nous s’ha inhabilitat temporalment. Vegeu https://pypi." "org/help#admin-intervention per a més detalls." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Ara sou ${role} del projecte «${project_name}»." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "S’ha enviat la invitació a «${username}»" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Ja ha caducat la invitació." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "S’ha revocat la invitació de «${username}»." @@ -1411,7 +1418,7 @@ msgstr "S’ha produït un error en processar el formulari" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Confirmeu la contrasenya" @@ -1423,7 +1430,7 @@ msgstr "Confirmeu la contrasenya per a continuar" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Contrasenya" @@ -1464,11 +1471,11 @@ msgstr "Contrasenya" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1481,27 +1488,27 @@ msgstr "Contrasenya" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(obligatori)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "La vostra contrasenya" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Mostra la contrasenya" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Heu oblidat la contrasenya?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2190,8 +2197,8 @@ msgstr "" "«%(organization_name)s»." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2850,7 +2857,7 @@ msgstr "Nom del flux de treball" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3975,9 +3982,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4283,7 +4290,7 @@ msgstr "Navegació principal" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4308,35 +4315,48 @@ msgstr "Navegació principal" msgid "Organization Name" msgstr "Nom de l’organització" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "️Organization type" +msgid "Organization Type: %(org_type)s" +msgstr "Tipus d’organització" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4344,11 +4364,11 @@ msgstr "Gestiona" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4357,7 +4377,7 @@ msgstr "Crea un compte" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4366,123 +4386,123 @@ msgstr "Crea un compte" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Crea un compte" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Crea un compte" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Crea un compte" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Convida" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Crea un compte" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "Per exemple" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Organization name" msgid "Organization display name" msgstr "Nom de l’organització" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "URL de l’organització" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "URL del negoci, producte o projecte" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "Descripció de l’organització" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "Una descripció del vostre negoci, producte o projecte" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "Tipus d’organització" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "Crea" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request to create a new organization named \"%(organization_name)s\" " @@ -4492,7 +4512,7 @@ msgstr "" "No s’ha aprovat la vostra sol·licitud de creació de l’organització " "«%(organization_name)s»." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "" #| "Your request to create a new organization named \"%(organization_name)s\" " @@ -4502,7 +4522,7 @@ msgstr "" "No s’ha aprovat la vostra sol·licitud de creació de l’organització " "«%(organization_name)s»." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ckb/LC_MESSAGES/messages.po b/warehouse/locale/ckb/LC_MESSAGES/messages.po index eeab3c974007..581a8393a239 100644 --- a/warehouse/locale/ckb/LC_MESSAGES/messages.po +++ b/warehouse/locale/ckb/LC_MESSAGES/messages.po @@ -18,11 +18,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "بۆ بەکارهێنانی ئەو کردارە پێویستە دوو فاکتەر دابگرسێنیت" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Ndnv" @@ -126,15 +132,15 @@ msgstr "کۆدی TOTP نادروستە." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "کۆدی هێنانەوەت نادروستە." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "کۆدی ‌هێنانەوەکەت پێشووتر بەکارهاتووە." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "هیچ بەکارهێنەرێک نەدۆزرایەوە بەو نازناوەو و پۆستی ئەلیکترۆنیە" @@ -314,8 +320,8 @@ msgstr "بانگهێشتنامە بۆ '${project_name}' ڕەتکراوەتەوە msgid "You are now ${role} of the '${project_name}' project." msgstr "ئێستا تۆ ${role} ی پڕۆژەی '${project_name}' ی." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -327,7 +333,7 @@ msgstr "" "تۆمارکردنی بەکارهێنەری نوێ بۆ ماوەیەکی کاتی راگیراوە. بڕوانە https://pypi." "org/help#admin-intervention بۆ وردەکاریەکان." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -339,17 +345,17 @@ msgstr "" "تۆمارکردنی بەکارهێنەری نوێ بۆ ماوەیەکی کاتی راگیراوە. بڕوانە https://pypi." "org/help#admin-intervention بۆ وردەکاریەکان." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -359,26 +365,26 @@ msgid "" "again later." msgstr "زۆر هەوڵی تۆمارکردنی OpenID Connect دراوە. دواتر هه ولٓبه ره وه." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -386,11 +392,11 @@ msgstr "" msgid "Banner Preview" msgstr "پێشبینی بانەر" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "ناوی ئەکاونتی ڕێکخراوێک هەڵبژێرە کە ٥٠ پیت یان کەمتر بێت." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -402,7 +408,7 @@ msgstr "" "ژمارەیەک دەست پێبکات و کۆتایی پێبێت. ناوی ئەکاونتی ڕێکخراوێکی جیاواز " "هەڵبژێرە." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -410,7 +416,7 @@ msgstr "" "ئەم ناوی ئەکاونتی ڕێکخراوە پێشتر بەکارهاتووە. ناوی ئەکاونتی ڕێکخراوێکی " "جیاواز هەڵبژێرە." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -422,15 +428,15 @@ msgstr "" "ئەم ناوی ئەکاونتی ڕێکخراوە پێشتر بەکارهاتووە. ناوی ئەکاونتی ڕێکخراوێکی " "جیاواز هەڵبژێرە." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "پرۆژە هەڵبژێرە" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "ناوی پڕۆژەکە دیاری بکە" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -438,30 +444,30 @@ msgstr "" "بە پیتێک یان ژمارەیەک دەست پێ بکە و کۆتایی پێ بێنە کە تەنها ژمارەی ASCII و " "'.' و '_' و '-' لەخۆدەگرێت." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "ئەم ناوی پڕۆژەیە پێشتر بەکارهاتووە. ناوی پڕۆژەیەکی جیاواز هەڵبژێرە." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" "ناوی ڕێکخراوەکە زۆر درێژە. ناوی ڕێکخراوێک هەڵبژێرە کە ١٠٠ پیت یان کەمتر بێت." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" "URLی ڕێکخراوەکە زۆر درێژە. URLی ڕێکخراوێک هەڵبژێرە کە ٤٠٠ پیت یان کەمتر بێت." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -469,23 +475,23 @@ msgstr "" "وەسفی ڕێکخراوەکە زۆر درێژە. وەسفێکی ڕێکخراو هەڵبژێرە کە ٤٠٠ پیت یان کەمتر " "بێت." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "نازناوەکەت دیاری بکە کە ٥٠ پیت بێ یاخوود کەمتر." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This project name has already been used. Choose a different project name." @@ -511,23 +517,23 @@ msgstr "کۆدەکانی گەڕانەوە کە پێشتر دروستکراون" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "دروستکردنی کۆدی نوێی گەڕانەوە کۆدەکانی ئێستات هەڵدەوەشێنێتەوە." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "ئیمەیڵەکەت پشتڕاست بکەرەوە یان ناونیشانێکی نوێ زیاد بکە." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -539,54 +545,54 @@ msgstr "" "تۆمارکردنی بەکارهێنەری نوێ بۆ ماوەیەکی کاتی راگیراوە. بڕوانە https://pypi." "org/help#admin-intervention بۆ وردەکاریەکان." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "بانگێشتنامەکە پەسەند بکە" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "نەتوانرا بانگهێشتی ڕۆڵ بدۆزرێتەوە." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "بەکارهێنەر '${username}' پێشتر ڕۆڵی ${role_name}ی هەیە بۆ پڕۆژە" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "بەکارهێنەر '${username}' پێشتر ڕۆڵی ${role_name}ی هەیە بۆ پڕۆژە" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "ئێستا تۆ ${role} ی پڕۆژەی '${project_name}' ی." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -594,7 +600,7 @@ msgstr "" "بەکارهێنەر '${username}' ناونیشانی ئیمەیڵی سەرەکی پشتڕاستکراوەی نییە و " "ناتوانرێت وەک ${role_name} بۆ پڕۆژە زیاد بکرێت" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -602,20 +608,20 @@ msgstr "" "بەکارهێنەر '${username}' پێشتر بانگهێشتێکی چالاکی هەیە. تکایە دووبارە " "هەوڵبدەرەوە." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "بانگهێشتنامە نێردراوە بۆ '${username}'." -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "نەتوانرا بانگهێشتی ڕۆڵ بدۆزرێتەوە." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "بانگێشتنامە پێشتر بەسەرچووە." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "بانگهێشتنامە لە '${username}' هەڵوەشایەوە." @@ -1364,7 +1370,7 @@ msgstr "فۆڕمی پرۆسێسکردنی هەڵە" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "ووشەی نھێنی دووپات - جەخت- دووبارە - بكەوە" @@ -1376,7 +1382,7 @@ msgstr "بۆ بەردەوامبوون وشەی نهێنی پشتڕاست بکە #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "وشەی نهێنی" @@ -1417,11 +1423,11 @@ msgstr "وشەی نهێنی" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1434,27 +1440,27 @@ msgstr "وشەی نهێنی" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(داوکراو)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "وشەی نهێنیەکەت" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "پشاندانی وشەی نهێنی" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "وشەی نهێنیت بیرچووە؟" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2221,8 +2227,8 @@ msgstr "" "پێشکەش کراوە." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "کاتێک ڕێکخراوەکە پەسەند کرا پۆستێکی ئەلیکترۆنیت بۆ دێت" @@ -2998,7 +3004,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4200,9 +4206,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4525,7 +4531,7 @@ msgstr "گەشتیاری سەرەکی" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4550,52 +4556,65 @@ msgstr "گەشتیاری سەرەکی" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Confirm Organization Invite" +msgid "Organization Type: %(org_type)s" +msgstr "بانگێشتنامەی رێکخراو پەسەند بکە" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4604,121 +4623,121 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Navigation for managing %(organization)s" msgid "Activate billing for this organization" msgstr "گەشتکردن بۆ بەڕێوەبردنی %(organization)s" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Your organizations" msgid "Pending organization requests" msgstr "رێکخراوەکەی تۆ" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invited by" msgid "Submitted %(submitted)s" msgstr "بانگهێشت کراوە لەلایەن" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Your organizations" msgid "Request a new organization" msgstr "رێکخراوەکەی تۆ" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm Organization Invite" msgid "Organization display name" msgstr "بانگێشتنامەی رێکخراو پەسەند بکە" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request for a new PyPI organization named \"%(organization_name)s\" " @@ -4728,13 +4747,13 @@ msgstr "" "داواکارییەکەت بۆ ڕێکخراوێکی نوێی PyPI بە ناوی \"%(organization_name)s\" " "پێشکەش کراوە." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You will receive an email when the organization has been approved" msgid "You will receive an email when each organization has been approved" msgstr "کاتێک ڕێکخراوەکە پەسەند کرا پۆستێکی ئەلیکترۆنیت بۆ دێت" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/cs/LC_MESSAGES/messages.po b/warehouse/locale/cs/LC_MESSAGES/messages.po index e9cd050eeed0..c070d5d67df8 100644 --- a/warehouse/locale/cs/LC_MESSAGES/messages.po +++ b/warehouse/locale/cs/LC_MESSAGES/messages.po @@ -28,11 +28,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "Musíte mít povolené dvoufázové ověřování pro provedení této akce." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Jazyk aktualizován" @@ -134,15 +140,15 @@ msgstr "Neplatný TOTP kód." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Neplatná aserce WebAuthn: vadný obsah" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Neplatný obnovovací kód." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Kód pro obnovy již byl použit." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Žádný uživatel s daným uživatelským jménem nebo emailem nebyl nalezen" @@ -324,8 +330,8 @@ msgstr "Pozvánka pro '${project_name}' byla odmítnuta." msgid "You are now ${role} of the '${project_name}' project." msgstr "Nyní jste ${role} projektu '${project_name}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -337,7 +343,7 @@ msgstr "" "Nový registrace jsou dočasně zakázány. Více informací na https://pypi.org/" "help#admin-intervention." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -349,17 +355,17 @@ msgstr "" "Nový registrace jsou dočasně zakázány. Více informací na https://pypi.org/" "help#admin-intervention." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -371,30 +377,30 @@ msgstr "" "Příliš mnoho neúspěšných pokusů o registraci pomocí OpenID Connect. Zkuste " "to prosím později." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "Spravovat tento projekt" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Spravovat verzi" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -402,11 +408,11 @@ msgstr "" msgid "Banner Preview" msgstr "Náhled banneru" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "Zvolte si jméno účtu organizace s maximálně 50 znaky." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -417,7 +423,7 @@ msgstr "" "písmen, čísel, teček, pomlček a podtržítek. A musí začínat a končit písmenem " "nebo číslicí. Zvolte jiné jméno účtu organizace." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -425,7 +431,7 @@ msgstr "" "Toto jméno účtu organizace je již využíváno jiným účtem. Zvolte jiné jméno " "účtu organizace." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -437,26 +443,26 @@ msgstr "" "Toto jméno účtu organizace je již využíváno jiným účtem. Zvolte jiné jméno " "účtu organizace." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Vybrat projekt" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Zvolte název projektu" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "Toto jméno projektu je již použito. Zvolte jiné jméno projektu." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." @@ -464,7 +470,7 @@ msgstr "" "Jméno organizace je příliš dlouhé. Zvolte jméno organizace s maximální " "délkou 100 znaků." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." @@ -472,11 +478,11 @@ msgstr "" "URL adresa organizace je příliš dlouhá. Zvolte adresu organizace s maximální " "délkou URL 400 znaků." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "URL adresa organizace musí začínat na http:// nebo https://" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -484,23 +490,23 @@ msgid "" "with 400 characters or less." msgstr "Jméno je příliš dlouhé. Maximální délka je 100 znaků." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Zvolte si uživatelské jméno s maximálně 50 znaky." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -531,25 +537,25 @@ msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" "Vygenerování nových obnovovacích kódu způsobí invalidaci již existujících." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Ověřte vaši e-mailovou adresu nebo přidejte novou." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Neplatné údaje. Zkuste znovu" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "Requires:" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Vyžaduje:" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -561,60 +567,60 @@ msgstr "" "Nový registrace jsou dočasně zakázány. Více informací na https://pypi.org/" "help#admin-intervention." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Potvrdit pozvánku" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Releases" msgid "Could not yank release - " msgstr "Vydání" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Releases" msgid "Could not un-yank release - " msgstr "Vydání" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Smazat vydání" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Nelze najít pozvánka do role." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "Uživatel '${username}' již má v projektu roli ${role_name}" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "Uživatel '${username}' již má v projektu roli ${role_name}" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Nyní jste ${role} projektu '${project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -622,27 +628,27 @@ msgstr "" "Uživatel '${username}' nemá ověřenou primární e-mailovou adresu a proto " "nemůže být přidán do projektu jako ${role_name}" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" "Uživatel '${username}' již má aktivní pozvánku. Prosím, zkuste to později." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Pozvánka poslána uživateli '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Nelze najít pozvánka do role." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Pozvánka již vypršela." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Uživatel '${username}' odmítl pozvánku." @@ -1385,7 +1391,7 @@ msgstr "Chyba při zpracovávání formuláře" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Potvrďte heslo" @@ -1397,7 +1403,7 @@ msgstr "Pro pokračování potvrďte heslo" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Heslo" @@ -1438,11 +1444,11 @@ msgstr "Heslo" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1455,27 +1461,27 @@ msgstr "Heslo" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(povinné)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Vaše heslo" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Zobrazit heslo" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Zapomenuté heslo?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2172,8 +2178,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2860,7 +2866,7 @@ msgstr "Vaše jméno" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4042,9 +4048,9 @@ msgstr "Smazat váš PyPI účet" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4403,7 +4409,7 @@ msgstr "Hlavní navigace" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4431,37 +4437,50 @@ msgstr "Hlavní navigace" msgid "Organization Name" msgstr "Popis projektu" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project description" +msgid "Organization Type: %(org_type)s" +msgstr "Popis projektu" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Pozvánka pro roli je neplatná." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4469,11 +4488,11 @@ msgstr "Spravovat" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4482,7 +4501,7 @@ msgstr "Vytvořit účet" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4491,137 +4510,137 @@ msgstr "Vytvořit účet" msgid "View" msgstr "Zobrazit" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Vytvořit účet" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Vytvořit účet" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s nenahrál zatím žádné projekty na PyPI" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Vytvořit účet" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Changed by:" msgid "Submitted %(submitted)s" msgstr "Změnil:" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Vytvořit účet" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Popis projektu" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "Popis projektu" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Vytvořen" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/da/LC_MESSAGES/messages.po b/warehouse/locale/da/LC_MESSAGES/messages.po index bd4c753f4a1f..8abe4c8b80f5 100644 --- a/warehouse/locale/da/LC_MESSAGES/messages.po +++ b/warehouse/locale/da/LC_MESSAGES/messages.po @@ -18,11 +18,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Sprog opdateret" @@ -124,15 +130,15 @@ msgstr "Invalid TOTP-kode" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Ugyldig WebAuthn assertion: Forkert payload" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Ugyldig gendannelseskode." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Ingen brugere fundet med dette brugernavn eller e-mail" @@ -336,8 +342,8 @@ msgstr "Invitationen til '${project_name}' er blevet afvist." msgid "You are now ${role} of the '${project_name}' project." msgstr "Du er nu ${role} for '${project_name}' projektet." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -349,7 +355,7 @@ msgstr "" "Registrering af nye brugere er midlertidigt deaktiveret. Se https://pypi.org/" "help#admin-intervention for flere detaljer." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -361,17 +367,17 @@ msgstr "" "Registrering af nye brugere er midlertidigt deaktiveret. Se https://pypi.org/" "help#admin-intervention for flere detaljer." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -380,26 +386,26 @@ msgid "" "again later." msgstr "Der har været for mange mislykkede loginforsøg. Prøv igen senere." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -407,13 +413,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Vælg et brugernavn på maksimum 50 tegn." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -429,7 +435,7 @@ msgstr "" "punktummer, bindestreger og understreger, og skal også starte og slutte med " "et bogstav eller tal. Vælg et andet brugernavn." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -440,7 +446,7 @@ msgid "" msgstr "" "Dette brugernavn bruges allerede af en anden konto. Vælg et andet brugernavn." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -451,25 +457,25 @@ msgid "" msgstr "" "Dette brugernavn bruges allerede af en anden konto. Vælg et andet brugernavn." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Search projects" msgid "Select project" msgstr "Søg projekter" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Search projects" msgid "Specify project name" msgstr "Søg projekter" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -479,7 +485,7 @@ msgid "" msgstr "" "Dette brugernavn bruges allerede af en anden konto. Vælg et andet brugernavn." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -487,7 +493,7 @@ msgid "" "characters or less." msgstr "Navnet er for langt. Vælg et navn på 100 tegn eller mindre" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -495,11 +501,11 @@ msgid "" "characters or less." msgstr "Navnet er for langt. Vælg et navn på 100 tegn eller mindre" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -507,23 +513,23 @@ msgid "" "with 400 characters or less." msgstr "Navnet er for langt. Vælg et navn på 100 tegn eller mindre" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Vælg et brugernavn på maksimum 50 tegn." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -550,23 +556,23 @@ msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" "Generering af nye gendannelseskoder vil ugyldiggøre dine eksisterende koder." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Ugyldige legitimationsoplysninger. Prøv igen" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "(required)" msgid "2FA requirement cannot be disabled for critical projects" msgstr "(krævet)" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -578,54 +584,54 @@ msgstr "" "Registrering af nye brugere er midlertidigt deaktiveret. Se https://pypi.org/" "help#admin-intervention for flere detaljer." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Bekræft invitation" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Kunne ikke finde rolleinvitation." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "Brugeren '${username}' har allerede ${role_name} rollen for projektet" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "Brugeren '${username}' har allerede ${role_name} rollen for projektet" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Du er nu ${role} for '${project_name}' projektet." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -633,27 +639,27 @@ msgstr "" "Brugeren '${username}' har ikke en verificeret primær e-mail-adresse og kan " "derfor ikke tilføjes som en ${role_name} for projektet" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" "Brugeren '${username}' har allerede en aktiv invitation. Prøv igen senere." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Invitation sendt til '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Kunne ikke finde rolleinvitation." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Invitationen er allerede udløbet." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Invitationen er blevet tilbagekaldt af '${username}'." @@ -1398,7 +1404,7 @@ msgstr "Fejl ved behandling af formular" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Bekræft adgangskode" @@ -1410,7 +1416,7 @@ msgstr "Bekræft adgangskoden for at fortsætte" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Adgangskode" @@ -1451,11 +1457,11 @@ msgstr "Adgangskode" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1468,27 +1474,27 @@ msgstr "Adgangskode" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(krævet)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Dit kodeord" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Vis adgangskode" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Glemt adgangskode" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2130,8 +2136,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2673,7 +2679,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3764,9 +3770,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4068,7 +4074,7 @@ msgstr "hovednavigation" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4095,47 +4101,60 @@ msgstr "hovednavigation" msgid "Organization Name" msgstr "Bekræft invitation" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "Rolleinvitationen er ikke gyldig." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Rolleinvitationen er ikke gyldig." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Role invitation is not valid." msgid "View this organization" @@ -4144,7 +4163,7 @@ msgstr "Rolleinvitationen er ikke gyldig." #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4153,128 +4172,128 @@ msgstr "Rolleinvitationen er ikke gyldig." msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Role invitation is not valid." msgid "Activate billing for this organization" msgstr "Rolleinvitationen er ikke gyldig." -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Role invitation is not valid." msgid "Pending organization requests" msgstr "Rolleinvitationen er ikke gyldig." -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Role invitation is not valid." msgid "Request a new organization" msgstr "Rolleinvitationen er ikke gyldig." #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm Invite" msgid "Organization display name" msgstr "Bekræft invitation" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/de/LC_MESSAGES/messages.po b/warehouse/locale/de/LC_MESSAGES/messages.po index 77257fc29c6c..63316b7a44c7 100644 --- a/warehouse/locale/de/LC_MESSAGES/messages.po +++ b/warehouse/locale/de/LC_MESSAGES/messages.po @@ -39,6 +39,12 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" @@ -46,7 +52,7 @@ msgstr "" "diese Aktion auszuführen." # | msgid "Stay updated:" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Lokalisierung aktualisiert" @@ -154,15 +160,15 @@ msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Ungültige WebAuthn-Assertion: Bad payload" # | msgid "Invalid TOTP code." -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Ungültiger Wiederherstellungs-Code." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Wiederherstellungscode wurde bereits benutzt." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Kein Benutzer mit diesem Benutzernamen oder E-Mail-Adresse gefunden" @@ -348,8 +354,8 @@ msgstr "Die Einladung für '${project_name}' wurde abgelehnt." msgid "You are now ${role} of the '${project_name}' project." msgstr "Sie sind nun '${role}' vom Projekt '${project_name}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -361,7 +367,7 @@ msgstr "" "Die Registrierung neuer Benutzer ist vorübergehend deaktiviert. Siehe " "https://pypi.org/help#admin-intervention für Details." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -373,7 +379,7 @@ msgstr "" "Die Registrierung neuer Benutzer ist vorübergehend deaktiviert. Siehe " "https://pypi.org/help#admin-intervention für Details." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." @@ -382,13 +388,13 @@ msgstr "" "vertrauenswürdigen Herausgeber zu registrieren. Siehe auch https://pypi.org/" "help#openid-connect für weitere Informationen." -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" "Sie können nicht mehr als 3 ausstehende vertrauenswürdige Publisher " "gleichzeitig registrieren." -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -400,11 +406,11 @@ msgstr "" "Es existieren zu viele Anmeldeversuche für OpenID Connect. Versuche es " "später noch einmal." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "Der vertrauenswürdige Herausgeber konnte nicht registriert werden" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." @@ -412,20 +418,20 @@ msgstr "" "Dieser vertrauenswürdige Herausgeber wurde bereits registriert. Bitte " "kontaktieren Sie die PyPI-Administratoren, wenn dies nicht beabsichtigt war." -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Registered a new publishing publisher to create " msgid "Registered a new pending publisher to create " msgstr "Registrierung eines neuen Herausgebers zur Erstellung " -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Version verwalten" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "Vertrauenswürdigen Herausgeber für Projekt entfernt " @@ -433,11 +439,11 @@ msgstr "Vertrauenswürdigen Herausgeber für Projekt entfernt " msgid "Banner Preview" msgstr "Banner Vorschau" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "Wähle einen Namen für dein Organisationskonto mit maximal 50 Zeichen." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -450,7 +456,7 @@ msgstr "" "Zahl beginnen und enden. Wähle einen anderen Namen für das " "Organisationskonto." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -458,7 +464,7 @@ msgstr "" "Dieser Organisations-Name wird schon von einem anderen Konto verwendet. " "Bitte einen anderen Namen wählen." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -470,15 +476,15 @@ msgstr "" "Dieser Organisations-Name wird schon von einem anderen Konto verwendet. " "Bitte einen anderen Namen wählen." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Projekt auswählen" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Projektname angeben" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -486,14 +492,14 @@ msgstr "" "Beginnen und enden Sie mit einem Buchstaben oder einer Zahl, die nur ASCII-" "Zahlen und '.', '_' und '-' enthalten." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" "Dieser Projekt-Name wird schon von einem anderen Konto verwendet. Bitte " "einen anderen Namen wählen." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." @@ -501,7 +507,7 @@ msgstr "" "Der Name der Organisation ist zu lang. Wähle einen Organisationsnamen mit " "100 Zeichen oder weniger." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." @@ -509,11 +515,11 @@ msgstr "" "Die URL der Organisation ist zu lang. Wähle eine Organisations-URL mit 400 " "Zeichen oder weniger." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "Die Organisations-URL muss mit http:// oder https:// beginnen" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -521,15 +527,15 @@ msgstr "" "Die Organisationsbeschreibung ist zu lang. Wählen Sie eine " "Organisationsbeschreibung mit 400 Zeichen oder weniger." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "Sie haben bereits die maximale Anzahl übermittelt " -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "Bitte wählen Sie einen Team-Namen mit maximal 50 Zeichen." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -538,7 +544,7 @@ msgstr "" "Punkt, Unterstrich, Bindestrich oder Schrägstrich beginnen oder enden. Bitte " "wählen Sie einen anderen Team-Namen aus." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" "Dieser Team-Name wurde bereits verwendet. Bitte wählen Sie einen anderen " @@ -566,25 +572,25 @@ msgstr "" "Das Generieren von neuen Wiederherstellungscodes macht die bestehenden Codes " "ungültig." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "E-Mail-Adresse bestätigen oder neue Adresse hinzufügen." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Ungültige Anmeldedaten. Erneut versuchen" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "Requires:" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Benötigt:" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -596,57 +602,57 @@ msgstr "" "Die Registrierung neuer Benutzer ist vorübergehend deaktiviert. Siehe " "https://pypi.org/help#admin-intervention für Details." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm form" msgid "Confirm the request" msgstr "Bestätigungsformular" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "pre-release" msgid "Could not yank release - " msgstr "vorab-Veröffentlichung" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "pre-release" msgid "Could not un-yank release - " msgstr "vorab-Veröffentlichung" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Veröffentlichung entfernen" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Es konnte keine Einladung für eine Berechtigungsrolle gefunden werden." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "Datei konnte nicht gelöscht werden - " -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" "Team '${team_name}' verfügt bereits über ${role_name} Rolle für Projekt" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "Der Benutzer '${username}' ist schon ${role_name} vom Projekt" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "${username} ist jetzt ${role} des Projekts '${project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -654,7 +660,7 @@ msgstr "" "Der Benutzer '${username}' hat keine gültige email Adresse und konnte nicht " "als '${role_name}' hinzugefügt werden" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -662,20 +668,20 @@ msgstr "" "Der Benutzer '${username}' hat schon eine Einladung bekommen. Bitte versuche " "es später noch einmal." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Die Einladung wurde '${username}' zugestellt" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Es konnte keine Einladung für eine Berechtigungsrolle gefunden werden." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Die Einladung ist schon angelaufen." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Einladung von '${username}' wurde annuliert." @@ -1454,7 +1460,7 @@ msgstr "Fehler bei der Verarbeitung der Formulardaten" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Passwort bestätigen" @@ -1468,7 +1474,7 @@ msgstr "Zum Fortfahren Passwort eingeben." #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Passwort" @@ -1509,11 +1515,11 @@ msgstr "Passwort" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1526,27 +1532,27 @@ msgstr "Passwort" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(benötigt)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Passwort" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Passwort anzeigen" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Passwort vergessen?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2231,8 +2237,8 @@ msgstr "" "Aktualisieren Sie Ihre Veröffentlichungswerkzeuge, um das Hochladen von " ".egg/bdist_egg Distributionsdateien einzustellen. " "Wenn Sie dies noch nicht getan haben und binäre Versionen benötigen, " -"aktualisieren Sie Ihr Release-Tooling, um stattdessen ." -"whl/bdist_wheel Distributionsdateien hochzuladen." +"aktualisieren Sie Ihr Release-Tooling, um stattdessen .whl/" +"bdist_wheel Distributionsdateien hochzuladen." #: warehouse/templates/email/egg-uploads-deprecated-initial-notice/body.html:30 #: warehouse/templates/email/egg-uploads-deprecated/body.html:30 @@ -2249,8 +2255,8 @@ msgid "" "Since January 1, 2023, we noticed upload(s) of .egg/" "bdist_egg distribution file(s) to %(site)s for %(project_name)s." msgstr "" -"Seit dem 1. Januar 2023 haben wir festgestellt, dass ." -"egg/bdist_egg Distributionsdatei(en) auf %(site)s für " +"Seit dem 1. Januar 2023 haben wir festgestellt, dass .egg/" +"bdist_egg Distributionsdatei(en) auf %(site)s für " "%(project_name)s hochgeladen wurde(n)." #: warehouse/templates/email/gpg-signature-uploaded/body.html:19 @@ -2327,8 +2333,8 @@ msgstr "" "wurde eingereicht." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when the organization has been approved" @@ -3100,7 +3106,7 @@ msgstr "Name" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4235,8 +4241,8 @@ msgid "" "account as soon as possible." msgstr "" "Hier werden Ereignisse angezeigt, wenn sicherheitsrelevante Aktionen auf " -"Ihrem Konto stattfinden. Wenn Sie etwas Verdächtiges bemerken, sichern Sie bitte so schnell wie möglich Ihr Konto." +"Ihrem Konto stattfinden. Wenn Sie etwas Verdächtiges bemerken, sichern Sie bitte so schnell wie möglich Ihr Konto." #: warehouse/templates/manage/account.html:681 msgid "Recent account activity" @@ -4385,9 +4391,9 @@ msgstr "PyPI-Konto löschen" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4753,7 +4759,7 @@ msgstr "Hauptnavigation" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4781,17 +4787,30 @@ msgstr "Hauptnavigation" msgid "Organization Name" msgstr "Projekt-Beschreibung" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "️Organization type" +msgid "Organization Type: %(org_type)s" +msgstr "Organisations-Typ" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "Anfrage abgesendet" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "Abrechnung inaktiv" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" @@ -4799,21 +4818,21 @@ msgstr "" "Die Rechnungsstellung für diese Organisation kann von einem " "Organisationseigentümer oder Rechnungsstellungsmanager aktiviert werden" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Rolleneinladung ist nicht gültig." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "Inaktiv" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4821,11 +4840,11 @@ msgstr "Verwalten" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "Rechnungsstellungsmanager" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4834,7 +4853,7 @@ msgstr "Konto erstellen" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4843,35 +4862,35 @@ msgstr "Konto erstellen" msgid "View" msgstr "Ansehen" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Konto erstellen" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Konto erstellen" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s hat bisher keine Projekte auf PyPI hochgeladen" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Konto erstellen" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." @@ -4879,95 +4898,95 @@ msgstr "" "Die Genehmigungen für Unternehmen sind derzeit unterbrochen, während die " "Dienstleistungs- und Zahlungsbedingungen festgelegt werden." -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Changed by:" msgid "Submitted %(submitted)s" msgstr "Geändert von:" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Konto erstellen" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "Wählen Sie den Namen des Organisationskontos aus" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "Dieser Kontoname wird in URLs auf PyPI verwendet." #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "Zum Beispiel" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Projekt-Beschreibung" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "Der Name Ihres Unternehmens, Produkts oder Projekts" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "Organisations-Url" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "Die Url Ihres Unternehmens, Produkts oder Projekts" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "Projekt-Beschreibung" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "Die Beschreibung Ihres Unternehmens, Produkts oder Projekts" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "Organisations-Typ" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Erstellt" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request for a new PyPI organization named '%(organization_name)s' " @@ -4977,14 +4996,14 @@ msgstr "" "Ihre Anfrage für eine neue PyPI-Organisation namens '%(organization_name)s' " "wurde eingereicht." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when each organization has been approved" msgstr "" "Sie erhalten eine E-Mail mit einem Link zum Zurücksetzen des Kennworts." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/el/LC_MESSAGES/messages.po b/warehouse/locale/el/LC_MESSAGES/messages.po index 1a9fd1bc35f4..f6393522e3cd 100644 --- a/warehouse/locale/el/LC_MESSAGES/messages.po +++ b/warehouse/locale/el/LC_MESSAGES/messages.po @@ -27,12 +27,18 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" # | msgid "Stay updated:" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Μείνετε ενημερωμένοι" @@ -141,17 +147,17 @@ msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Μη έγκυρο WebAuthn assertion: Bad payload" # | msgid "Invalid TOTP code." -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Μη έγκυρος κωδικός ανάκτησης." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 #, fuzzy #| msgid "Recovery codes already generated" msgid "Recovery code has been previously used." msgstr "Οι κωδικοί ανάκτησης έχουν ήδη δημιουργηθεί" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Δεν βρέθηκε χρήστης με αυτό το όνομα ή email" @@ -361,8 +367,8 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "Δεν είστε ο κάτοχος αυτού του project" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -374,7 +380,7 @@ msgstr "" "Η εγγραφή του νέου χρήστη είναι προσωρινά απενεργοποιημένη. Δείτε στο " "https://pypi.org/help#admin-intervention για λεπτομέρειες." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -386,17 +392,17 @@ msgstr "" "Η εγγραφή του νέου χρήστη είναι προσωρινά απενεργοποιημένη. Δείτε στο " "https://pypi.org/help#admin-intervention για λεπτομέρειες." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -405,30 +411,30 @@ msgid "" "again later." msgstr "Έγιναν πολλές ανεπιτυχείς απόπειρες σύνδεσης. Δοκιμάστε ξανά αργότερα." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "Διαχείριση αυτού του project" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Διαχείριση έκδοσης" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -436,13 +442,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Επιλέξτε ένα όνομα χρήστη μέχρι 50 χαρακτήρες." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -459,7 +465,7 @@ msgstr "" "αρχίζουν και να τελειώνουν με γράμμα ή αριθμό. Διαλέξτε ένα διαφορετικό " "όνομα χρήστη." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -471,7 +477,7 @@ msgstr "" "Αυτό το όνομα χρήστη χρησιμοποιείται ήδη από άλλον λογαριασμό. Διαλέξτε ένα " "διαφορετικό όνομα χρήστη." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -483,25 +489,25 @@ msgstr "" "Αυτό το όνομα χρήστη χρησιμοποιείται ήδη από άλλον λογαριασμό. Διαλέξτε ένα " "διαφορετικό όνομα χρήστη." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "Διαγραφή project" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "Όνομα project" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -512,7 +518,7 @@ msgstr "" "Αυτό το όνομα χρήστη χρησιμοποιείται ήδη από άλλον λογαριασμό. Διαλέξτε ένα " "διαφορετικό όνομα χρήστη." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -521,7 +527,7 @@ msgid "" msgstr "" "Το όνομα είναι πολύ μεγάλο. Διαλέξτε ένα όνομα με μέγιστο 100 χαρακτήρες." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -530,11 +536,11 @@ msgid "" msgstr "" "Το όνομα είναι πολύ μεγάλο. Διαλέξτε ένα όνομα με μέγιστο 100 χαρακτήρες." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -543,23 +549,23 @@ msgid "" msgstr "" "Το όνομα είναι πολύ μεγάλο. Διαλέξτε ένα όνομα με μέγιστο 100 χαρακτήρες." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Επιλέξτε ένα όνομα χρήστη μέχρι 50 χαρακτήρες." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -589,25 +595,25 @@ msgstr "Οι κωδικοί ανάκτησης έχουν ήδη δημιουρ msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Επιβεβαιώστε την διεύθυνση email σας ή προσθέστε μια νέα." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Λάθος διαπιστευτήρια. Προσπάθησε ξανά" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "Requires:" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Απαιτήσεις:" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -619,83 +625,83 @@ msgstr "" "Η εγγραφή του νέου χρήστη είναι προσωρινά απενεργοποιημένη. Δείτε στο " "https://pypi.org/help#admin-intervention για λεπτομέρειες." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm form" msgid "Confirm the request" msgstr "Επιβεβαίωση φόρμας" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "pre-release" msgid "Could not yank release - " msgstr "προ-έκδοση" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "pre-release" msgid "Could not un-yank release - " msgstr "προ-έκδοση" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Διαγραφή κυκλοφορίας" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are not an owner of this project" msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Δεν είστε ο κάτοχος αυτού του project" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 #, fuzzy #| msgid "Email already verified" msgid "Invitation already expired." msgstr "Το email είναι ήδη επιβεβαιωμένο" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1467,7 +1473,7 @@ msgstr "Σφάλμα επεξεργασίας της φόρμας" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Επιβεβαίωση κωδικού" @@ -1481,7 +1487,7 @@ msgstr "Εισάγετε τον κωδικό χρήστη σας για να σ #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Κωδικός πρόσβασης" @@ -1522,11 +1528,11 @@ msgstr "Κωδικός πρόσβασης" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1539,27 +1545,27 @@ msgstr "Κωδικός πρόσβασης" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(υποχρεωτικό)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Ο κωδικός σας" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Εμφάνιση κωδικού" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Ξεχάσατε τον κωδικό χρήστη;" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2264,8 +2270,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when the organization has been approved" @@ -3016,7 +3022,7 @@ msgstr "Το όνομα σας" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4301,9 +4307,9 @@ msgstr "Διαγραφή του PyPI λογαριασμού σας" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4669,7 +4675,7 @@ msgstr "Κύρια πλοήγηση" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4697,35 +4703,48 @@ msgstr "Κύρια πλοήγηση" msgid "Organization Name" msgstr "Περιγραφή project" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project description" +msgid "Organization Type: %(org_type)s" +msgstr "Περιγραφή project" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4733,11 +4752,11 @@ msgstr "Διαχείριση" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4746,7 +4765,7 @@ msgstr "Δημιουργία λογαριασμού" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4755,140 +4774,140 @@ msgstr "Δημιουργία λογαριασμού" msgid "View" msgstr "Προβολή" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Δημιουργία λογαριασμού" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Δημιουργία λογαριασμού" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "Ο χρήστης %(user)s δεν έχει ανεβάσει projects στο PyPI, ακόμα" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Δημιουργία λογαριασμού" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Changed by:" msgid "Submitted %(submitted)s" msgstr "Αλλαγή από:" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Δημιουργία λογαριασμού" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Περιγραφή project" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "Περιγραφή project" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Δημιουργήθηκε" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when each organization has been approved" msgstr "" "Θα λάβετε ένα email που θα περιέχει ένα σύνδεσμο για μηδενισμό του κωδικού." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/enm/LC_MESSAGES/messages.po b/warehouse/locale/enm/LC_MESSAGES/messages.po index 1219ff2edeb3..5bcd4f1482e9 100644 --- a/warehouse/locale/enm/LC_MESSAGES/messages.po +++ b/warehouse/locale/enm/LC_MESSAGES/messages.po @@ -17,11 +17,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -109,15 +115,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -287,55 +293,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -343,11 +349,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -355,74 +361,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -442,91 +448,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1215,7 +1221,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1227,7 +1233,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1268,11 +1274,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1285,27 +1291,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1921,8 +1927,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2451,7 +2457,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3526,9 +3532,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3822,7 +3828,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3844,52 +3850,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3898,120 +3916,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/eo/LC_MESSAGES/messages.po b/warehouse/locale/eo/LC_MESSAGES/messages.po index 54f927f25ed4..479f186800f1 100644 --- a/warehouse/locale/eo/LC_MESSAGES/messages.po +++ b/warehouse/locale/eo/LC_MESSAGES/messages.po @@ -19,11 +19,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Lokaĵaro ĝisdatigita" @@ -127,17 +133,17 @@ msgstr "Ne valida TOTP-kodo." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Ne valida WebAuthn-aserto: Malbona ŝarĝo" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Ne valida restaŭra kodo." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 #, fuzzy #| msgid "Recovery codes regenerated" msgid "Recovery code has been previously used." msgstr "Restaŭraj kodoj regeneritaj" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Neniu uzanto trovita de tiu salutnomo aŭ retpoŝta adreso" @@ -335,8 +341,8 @@ msgstr "Invito al '${project_name}' estas malakceptita." msgid "You are now ${role} of the '${project_name}' project." msgstr "Vi estas nun ${role} de la projekto '${project_name}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -348,7 +354,7 @@ msgstr "" "Portempe malebliĝis registrado de novaj uzantoj. Vidu la paĝon https://pypi." "org/help#admin-intervention por detaloj." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -360,17 +366,17 @@ msgstr "" "Portempe malebliĝis registrado de novaj uzantoj. Vidu la paĝon https://pypi." "org/help#admin-intervention por detaloj." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -379,30 +385,30 @@ msgid "" "again later." msgstr "Okazis troo da nesukcesaj ensalutaj provoj. Reprovu poste." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "Mastrumi ĉi tiun projekton" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Mastrumi version" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -410,13 +416,13 @@ msgstr "" msgid "Banner Preview" msgstr "Antaŭrigardo de Rubando" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Elektu salutnomon de maksimume 200 skribsignoj." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -432,7 +438,7 @@ msgstr "" "punktoj, streketoj, kaj substrekoj. Ĝi devas komenciĝi kaj finiĝi per litero " "aŭ cifero. Elektu alian salutnomon." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -442,7 +448,7 @@ msgid "" "organization account name." msgstr "Tiu salutnomo jam estas uzata de alia konto. Elektu alian salutnomon." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -452,25 +458,25 @@ msgid "" "organization account name." msgstr "Tiu salutnomo jam estas uzata de alia konto. Elektu alian salutnomon." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "Forigi projekton" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "Nomo de projekto" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -479,7 +485,7 @@ msgid "" "This project name has already been used. Choose a different project name." msgstr "Tiu salutnomo jam estas uzata de alia konto. Elektu alian salutnomon." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -487,7 +493,7 @@ msgid "" "characters or less." msgstr "La nomo estas tro longa. Elektu nomon de maksimume 100 signoj." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -495,11 +501,11 @@ msgid "" "characters or less." msgstr "La nomo estas tro longa. Elektu nomon de maksimume 100 signoj." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -507,23 +513,23 @@ msgid "" "with 400 characters or less." msgstr "La nomo estas tro longa. Elektu nomon de maksimume 100 signoj." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Elektu salutnomon de maksimume 200 skribsignoj." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -551,25 +557,25 @@ msgstr "Restaŭraj kodoj jam generitaj" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "Generado de novaj restaŭraj kodoj eksvalidigos viajn aktualajn kodojn." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Kontrolu vian retpoŝtan adreson aŭ aldonu novan retpoŝtan adreson." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Ne validaj ensalutiloj. Reprovu" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Dupaŝa aŭtentigo malŝaltita" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -581,62 +587,62 @@ msgstr "" "Portempe malebliĝis registrado de novaj uzantoj. Vidu la paĝon https://pypi." "org/help#admin-intervention por detaloj." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Konfirmi Inviton" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "Malfortiri eldonon" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "Malfortiri eldonon" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Forigi eldonon" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Ne povis trovi inviton al rolo." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" "La uzanto '${username}' jam havas la rolon ${role_name} por la projekto" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" "La uzanto '${username}' jam havas la rolon ${role_name} por la projekto" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Vi estas nun ${role} de la projekto '${project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -644,27 +650,27 @@ msgstr "" "Uzanto '${username}' ne havas kontrolitan ĉefan retpoŝtan adreson, kaj tial " "ne rajtas esti aldonita kiel ${role_name} de projekto" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" "La uzanto '${username}' ankoraŭ havas aktivan inviton. Bonvolu reprovi poste." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Invito sendita al '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Ne povis trovi inviton al rolo." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Invito jam eksvalidiĝis." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Invito de '${username}' eksvalidiĝis." @@ -1429,7 +1435,7 @@ msgstr "Eraro dum traktado de formularo" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Konfirmi pasvorton" @@ -1441,7 +1447,7 @@ msgstr "Konfirmu pasvorton por daŭrigo" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Pasvorto" @@ -1482,11 +1488,11 @@ msgstr "Pasvorto" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1499,27 +1505,27 @@ msgstr "Pasvorto" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(nepre)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Via pasvorto" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Montri pasvorton" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Ĉu forgesis pasvorton?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2242,8 +2248,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when the organization has been approved" @@ -2984,7 +2990,7 @@ msgstr "Via nomo" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4192,9 +4198,9 @@ msgstr "Forigi vian PyPI-konton" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4552,7 +4558,7 @@ msgstr "Ĉefnavigilo" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4579,37 +4585,50 @@ msgstr "Ĉefnavigilo" msgid "Organization Name" msgstr "Priskribo de la projekto" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project description" +msgid "Organization Type: %(org_type)s" +msgstr "Priskribo de la projekto" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Invito al rolo ne estas valida." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4617,11 +4636,11 @@ msgstr "Mastrumi" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4630,7 +4649,7 @@ msgstr "Krei konton" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4639,139 +4658,139 @@ msgstr "Krei konton" msgid "View" msgstr "Vidi" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Krei konton" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Krei konton" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s ankoraŭ eldonis neniun al PyPI, sed" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Krei konton" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Inviti" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Krei konton" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Priskribo de la projekto" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "Priskribo de la projekto" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Kreita" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when each organization has been approved" msgstr "Vi ricevos retmesaĝon kun ligilo por restarigi pasvorton." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/es/LC_MESSAGES/messages.po b/warehouse/locale/es/LC_MESSAGES/messages.po index eb6923680f88..e142fe8c0526 100644 --- a/warehouse/locale/es/LC_MESSAGES/messages.po +++ b/warehouse/locale/es/LC_MESSAGES/messages.po @@ -34,13 +34,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Para efectuar esta acción, la autenticación en dos fases debe estar activada " "en su cuenta." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Se actualizó la configuración de idioma" @@ -146,15 +152,15 @@ msgstr "El código TOTP no es válido." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "La aserción de WebAuthn no es válida: carga incorrecta" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "El código de recuperación no es válido." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "El código de recuperación ya se había utilizado." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "No se encontró ninguna cuenta con ese nombre o esa dirección" @@ -349,8 +355,8 @@ msgstr "Se declinó la invitación a «${project_name}»." msgid "You are now ${role} of the '${project_name}' project." msgstr "Ahora es ${role} del proyecto «${project_name}»." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "Trusted publishers are temporarily disabled. See https://pypi.org/" @@ -362,7 +368,7 @@ msgstr "" "Los editores de confianza están temporalmente desactivados. Consulte https://" "pypi.org/help#admin-intervention para obtener más información." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "Trusted publishers are temporarily disabled. See https://pypi.org/" @@ -374,7 +380,7 @@ msgstr "" "Los editores de confianza están temporalmente desactivados. Consulte https://" "pypi.org/help#admin-intervention para obtener más información." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." @@ -383,11 +389,11 @@ msgstr "" "de confianza pendiente. Consulte https://pypi.org/help#openid-connect para " "obtener más información." -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "No puede registrar más de 3 editores de confianza pendientes a la vez." -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -399,11 +405,11 @@ msgstr "" "Hubo demasiados intentos de registrarse con OpenID Connect. Inténtelo de " "nuevo más tarde." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "No se ha podido registrar el editor de confianza" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." @@ -411,18 +417,18 @@ msgstr "" "Este editor de confianza ya ha sido registrado. Por favor, póngase en " "contacto con los administradores de PyPI si esto no fue intencional." -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Registered a new publishing publisher to create " msgid "Registered a new pending publisher to create " msgstr "Registro de un nuevo editor para crear " -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "ID de editor no válido" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "Editor de confianza eliminado del proyecto " @@ -430,11 +436,11 @@ msgstr "Editor de confianza eliminado del proyecto " msgid "Banner Preview" msgstr "Previsualización del anuncio" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "Elija un nombre de cuenta de organización de 50 caracteres o menos." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -446,7 +452,7 @@ msgstr "" "guiones bajos; además, deben comenzar y finalizar por una letra o un número. " "Elíjase otro nombre para la cuenta de la organización." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -454,7 +460,7 @@ msgstr "" "Esta cuenta de organización ya está en uso. Elija un nombre de usuario " "distinto." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -466,15 +472,15 @@ msgstr "" "Esta cuenta de organización ya está en uso. Elija un nombre de usuario " "distinto." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Seleccionar proyecto" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Especifique el nombre del proyecto" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -482,14 +488,14 @@ msgstr "" "Empiece y termine con una letra o número que contenga solo números ASCII y " "'.', '_' y '-'." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" "Ya se ha utilizado este nombre de proyecto. Elija un nombre de proyecto " "distinto." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." @@ -497,7 +503,7 @@ msgstr "" "El nombre de la organización es demasiado extenso. Elija un nombre de " "organización de 100 caracteres o menos." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." @@ -505,11 +511,11 @@ msgstr "" "El URL de la organización es demasiado extenso. Elija un URL de organización " "de 400 caracteres o menos." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "La URL de la organización debe empezar con http:// o https://" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -517,15 +523,15 @@ msgstr "" "La descripción de la organización es demasiado extensa. Elija una " "descripción con 400 caracteres o menos." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "Elija un nombre de equipo de 50 caracteres o menos." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -534,7 +540,7 @@ msgstr "" "comenzar ni terminar con un espacio, un punto, un guion bajo, un guion o una " "barra diagonal. Elija un nombre de equipo diferente." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" "Este nombre de equipo ya se ha utilizado. Elija un nombre de equipo distinto." @@ -558,21 +564,21 @@ msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" "Generar códigos de recuperación nuevos invalidará sus códigos existentes." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "Verifique su email para crear un token de API." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Datos de acceso no válidos. Inténtelo de nuevo" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "El requisito 2FA no puede desactivarse para proyectos críticos" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." @@ -580,48 +586,48 @@ msgstr "" "Eliminación de proyectos temporalmente desactivada. Consulte https://pypi." "org/help#admin-intervention para más detalles." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "Confirmar la solicitud" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "Anular retirada de versión " -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "Anular retirada de versión - " -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "No se ha podido borrar la versión " -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "No se encuentra el archivo" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "No se ha podido eliminar el archivo - " -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "El equipo «${team_name}» ya tiene el rol ${role_name} en el proyecto" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "«${username}» ya funge como ${role_name} en el proyecto" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "${username} es ahora ${role} del proyecto «${project_name}»." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -629,7 +635,7 @@ msgstr "" "No se puede añadir a «${username}» como ${role_name} del proyecto porque no " "tiene verificada ninguna dirección de correo principal" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -637,20 +643,20 @@ msgstr "" "«${username}» ya tiene una invitación activa. Inténtelo de nuevo más " "adelante." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Se envió la invitación a «${username}»" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "No se encontró la invitación al puesto." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Ya caducó la invitación." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Se revocó la invitación para «${username}»." @@ -1400,7 +1406,7 @@ msgstr "Error al procesar el formulario" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Confirmar contraseña" @@ -1412,7 +1418,7 @@ msgstr "Confirme la contraseña para continuar" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Contraseña" @@ -1453,11 +1459,11 @@ msgstr "Contraseña" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1470,27 +1476,27 @@ msgstr "Contraseña" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(obligatorio)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Su contraseña" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Mostrar contraseña" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "¿Olvidó la contraseña?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2221,8 +2227,8 @@ msgstr "" "«%(organization_name)s»." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "Recibirá un mensaje cuando la organización haya sido aprobada" @@ -2983,7 +2989,7 @@ msgstr "Nombre del flujo de trabajo" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4224,9 +4230,9 @@ msgstr "Eliminar su cuenta de PyPI" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4583,7 +4589,7 @@ msgstr "Invitaciones pendientes" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4608,37 +4614,50 @@ msgstr "Navegación principal" msgid "Organization Name" msgstr "Nombre de organización" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "️Organization type" +msgid "Organization Type: %(org_type)s" +msgstr "Tipo de organización" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "La invitación al puesto no es válida." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "Inactivo" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4646,11 +4665,11 @@ msgstr "Gestionar" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4659,7 +4678,7 @@ msgstr "Crear cuenta" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4668,125 +4687,125 @@ msgstr "Crear cuenta" msgid "View" msgstr "Ver" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Crear cuenta" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Crear cuenta" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s aún no ha cargado ningún proyecto en PyPI" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Cannot delete organization" msgid "Pending organization requests" msgstr "No se puede eliminar la organización" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Invitar" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create new organization" msgid "Request a new organization" msgstr "Crear una nueva organización" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "Por ejemplo" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Organization name" msgid "Organization display name" msgstr "Nombre de organización" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "URL de organización" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "URL del negocio, producto o proyecto" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "Descripción de la organización" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "Descripción de su negocio, producto o proyecto" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "Tipo de organización" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "Crear" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request for a new PyPI organization named '%(organization_name)s' " @@ -4796,13 +4815,13 @@ msgstr "" "Se ha enviado su solicitud de una nueva organización en PyPI llamada " "«%(organization_name)s»." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You will receive an email when the organization has been approved" msgid "You will receive an email when each organization has been approved" msgstr "Recibirá un mensaje cuando la organización haya sido aprobada" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/et/LC_MESSAGES/messages.po b/warehouse/locale/et/LC_MESSAGES/messages.po index 102a1a41aefe..cbc4577a549b 100644 --- a/warehouse/locale/et/LC_MESSAGES/messages.po +++ b/warehouse/locale/et/LC_MESSAGES/messages.po @@ -17,11 +17,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -109,15 +115,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -287,55 +293,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -343,11 +349,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -355,74 +361,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -442,91 +448,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1215,7 +1221,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1227,7 +1233,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1268,11 +1274,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1285,27 +1291,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1921,8 +1927,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2451,7 +2457,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3526,9 +3532,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3822,7 +3828,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3844,52 +3850,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3898,120 +3916,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/fa/LC_MESSAGES/messages.po b/warehouse/locale/fa/LC_MESSAGES/messages.po index d16de5852d65..c11e0acaa8ff 100644 --- a/warehouse/locale/fa/LC_MESSAGES/messages.po +++ b/warehouse/locale/fa/LC_MESSAGES/messages.po @@ -36,12 +36,18 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "برای انجام این عملیات احراز هویت دو مرحله ای باید در حساب شما فعال باشد." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "به‌روز رسانی محلی" @@ -146,15 +152,15 @@ msgstr "رمز یکبار مصرف اشتباه است." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "خطای WebAuthn: بارگیری با مشکل مواجه شد" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "کد بازیابی نامعتبر." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "کد بازیابی قبلا استفاده شده است." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "هیچ کاربری با این نام کاربری یا ایمیل یافت نشد" @@ -346,8 +352,8 @@ msgstr "دعوت برای \"$ {project_name}\" رد شد." msgid "You are now ${role} of the '${project_name}' project." msgstr "شما اکنون $ {role} از پروژه '$ {project_name}' هستید." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -359,7 +365,7 @@ msgstr "" "ثبت نام کاربر جدید موقتا غیر فعال گردید. برای توضیحات لینک https://pypi.org/" "help#admin-intervention را ببینید." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -371,17 +377,17 @@ msgstr "" "ثبت نام کاربر جدید موقتا غیر فعال گردید. برای توضیحات لینک https://pypi.org/" "help#admin-intervention را ببینید." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -392,28 +398,28 @@ msgstr "" "تعداد زیادی تلاش ناموفق برای ورود به سیستم انجام شده است. لطفا بعدا تلاش " "کنید." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Create an account" msgid "Invalid publisher ID" msgstr "ایجاد یک حساب کاربری" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -421,11 +427,11 @@ msgstr "" msgid "Banner Preview" msgstr "پیش نمایش بنر" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "یک نام کاربری سازمانی با طول ۵۰ کاراکتر یا کمتر انتخاب کنید." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -441,7 +447,7 @@ msgstr "" "و زیر خط باشد. و همچنین باید با حرف یا عدد شروع و پایان یابد.نام کاربری " "دیگری انتخاب کنید." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -453,7 +459,7 @@ msgstr "" "این نام کاربری در حال حاضر توسط حساب کاربری دیگری استفاده می شود. نام کاربری " "دیگری انتخاب کنید." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -465,25 +471,25 @@ msgstr "" "این نام کاربری در حال حاضر توسط حساب کاربری دیگری استفاده می شود. نام کاربری " "دیگری انتخاب کنید." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "هذف برنامه" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Search projects" msgid "Specify project name" msgstr "جستجوی پروژه ها" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -494,7 +500,7 @@ msgstr "" "این نام کاربری در حال حاضر توسط حساب کاربری دیگری استفاده می شود. نام کاربری " "دیگری انتخاب کنید." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -502,7 +508,7 @@ msgid "" "characters or less." msgstr "نام خیلی طولانی است یک نام با 100 کاراکتر یا کمتر انتخاب کنید." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -510,11 +516,11 @@ msgid "" "characters or less." msgstr "نام خیلی طولانی است یک نام با 100 کاراکتر یا کمتر انتخاب کنید." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -522,23 +528,23 @@ msgid "" "with 400 characters or less." msgstr "نام خیلی طولانی است یک نام با 100 کاراکتر یا کمتر انتخاب کنید." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "یک نام کاربری با طول ۵۰ کاراکتر یا کمتر انتخاب کنید." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -567,25 +573,25 @@ msgstr "کدهای بازیابی قبلاً تولید شده اند" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "تولید کدهای بازیابی جدید ، کدهای موجود شما را بی اعتبار می کند." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "ایمیل خود را تأیید کنید یا آدرس جدیدی اضافه کنید." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "گواهی نامه نامعتبر. دوباره امتحان کنید" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "Requires:" msgid "2FA requirement cannot be disabled for critical projects" msgstr "نیاز:" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -597,54 +603,54 @@ msgstr "" "ثبت نام کاربر جدید موقتا غیر فعال گردید. برای توضیحات لینک https://pypi.org/" "help#admin-intervention را ببینید." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "دعوت را تأیید کنید" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "دعوتنامه نقش پیدا نشد." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "کاربر \"$ {username}\" از قبل نقش {role_name} پروژه را دارد" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "کاربر \"$ {username}\" از قبل نقش {role_name} پروژه را دارد" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "شما اکنون $ {role} از پروژه '$ {project_name}' هستید." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -652,7 +658,7 @@ msgstr "" "کاربر \"$ {username}\" آدرس ایمیل تأیید شده اولیه ندارد و نمی تواند به عنوان " "$ {role_name} برای پروژه اضافه شود" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -660,20 +666,20 @@ msgstr "" "کاربر \"$ {username}\" قبلاً یک دعوت فعال داشته است. لطفاً بعداً دوباره امتحان " "کنید." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "دعوت نامه به \"$ {username}\" ارسال شد" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "دعوتنامه نقش پیدا نشد." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "دعوتنامه قبلاً منقضی شده است." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "دعوت از \"$ {username}\" لغو شد." @@ -1423,7 +1429,7 @@ msgstr "خطا در پردازش فرم" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "رمز ورود را تأیید کنید" @@ -1435,7 +1441,7 @@ msgstr "برای ادامه رمز عبور را تأیید کنید" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "رمز عبور" @@ -1476,11 +1482,11 @@ msgstr "رمز عبور" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1493,27 +1499,27 @@ msgstr "رمز عبور" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(ضروری)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "رمز عبور شما" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "نمایش رمز عبور" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "رمز عبور خود را فراموش کرده اید؟" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2242,8 +2248,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2959,7 +2965,7 @@ msgstr "نام شما" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4141,9 +4147,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4497,7 +4503,7 @@ msgstr "ناوبری اصلی" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4524,37 +4530,50 @@ msgstr "ناوبری اصلی" msgid "Organization Name" msgstr "دعوت را تأیید کنید" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "دعوت نامه معتبر نیست." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "دعوت نامه معتبر نیست." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage project" msgid "Manager" @@ -4562,11 +4581,11 @@ msgstr "پروژه را مدیریت کنید" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4575,7 +4594,7 @@ msgstr "ایجاد یک حساب کاربری" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4584,134 +4603,134 @@ msgstr "ایجاد یک حساب کاربری" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "ایجاد یک حساب کاربری" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "ایجاد یک حساب کاربری" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s هنوز هیچ پروژه ای را در PyPI بارگذاری نکرده است" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "ایجاد یک حساب کاربری" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "ایجاد یک حساب کاربری" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm Invite" msgid "Organization display name" msgstr "دعوت را تأیید کنید" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "ایجاد شده" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/fi/LC_MESSAGES/messages.po b/warehouse/locale/fi/LC_MESSAGES/messages.po index e7f38f793582..7b00bc820c06 100644 --- a/warehouse/locale/fi/LC_MESSAGES/messages.po +++ b/warehouse/locale/fi/LC_MESSAGES/messages.po @@ -18,11 +18,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Kieliasetus päivitetty" @@ -129,17 +135,17 @@ msgstr "Virheellinen TOTP-koodi." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Virheellinen WebAuthn-vahvistus: Virheellinen hyötykuorma" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Virheellinen palautuskoodi." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 #, fuzzy #| msgid "Recovery codes regenerated" msgid "Recovery code has been previously used." msgstr "Palautuskoodit luotu uudelleen" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Käyttäjätunnuksella tai sähköpostiosoitteella ei löytynyt käyttäjää" @@ -347,8 +353,8 @@ msgstr "Kutsu projektiin '${project_name}' on hylätty." msgid "You are now ${role} of the '${project_name}' project." msgstr "Olet nyt ${role} projektissa '${project_name}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -360,7 +366,7 @@ msgstr "" "Uuden käyttäjän rekisteröinti on väliaikaisesti poistettu käytöstä. Katso " "lisätietoja kohdasta https://pypi.org/help#admin-interventio." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -372,17 +378,17 @@ msgstr "" "Uuden käyttäjän rekisteröinti on väliaikaisesti poistettu käytöstä. Katso " "lisätietoja kohdasta https://pypi.org/help#admin-interventio." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -392,28 +398,28 @@ msgid "" msgstr "" "Liian monta epäonnistunutta kirjautumisyritystä. Yritä uudelleen myöhemmin." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Create an account" msgid "Invalid publisher ID" msgstr "Luo tili" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -421,13 +427,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Valitse käyttäjätunnus, jossa on korkeintaan 50 merkkiä." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -443,7 +449,7 @@ msgstr "" "numeroista, pisteistä, viivoista, ja alaviivoista, ja niiden pitää myös " "alkaa ja päättyä kirjaimella tai numerolla. Valitse toinen käyttäjätunnus." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -455,7 +461,7 @@ msgstr "" "Tämä käyttäjätunnus on jo toisen tilin käytössä. Valitse toinen " "käyttäjätunnus." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -467,25 +473,25 @@ msgstr "" "Tämä käyttäjätunnus on jo toisen tilin käytössä. Valitse toinen " "käyttäjätunnus." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Search projects" msgid "Select project" msgstr "Etsi projekteja" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "Projektin nimi" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -496,7 +502,7 @@ msgstr "" "Tämä käyttäjätunnus on jo toisen tilin käytössä. Valitse toinen " "käyttäjätunnus." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -504,7 +510,7 @@ msgid "" "characters or less." msgstr "Nimi on liian pitkä. Valitse nimi, jossa on korkeintaan 100 merkkiä." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -512,11 +518,11 @@ msgid "" "characters or less." msgstr "Nimi on liian pitkä. Valitse nimi, jossa on korkeintaan 100 merkkiä." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -524,23 +530,23 @@ msgid "" "with 400 characters or less." msgstr "Nimi on liian pitkä. Valitse nimi, jossa on korkeintaan 100 merkkiä." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Valitse käyttäjätunnus, jossa on korkeintaan 50 merkkiä." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -570,25 +576,25 @@ msgstr "Palautuskoodit on jo luotu" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "Uusien palautuskoodien luominen mitätöi olemassa olevat koodisi." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Vahvista sähköpostiosoitteesi tai lisää uusi osoite." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Virheelliset tunnistetiedot. Yritä uudelleen" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "(required)" msgid "2FA requirement cannot be disabled for critical projects" msgstr "(pakollinen)" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -600,75 +606,75 @@ msgstr "" "Uuden käyttäjän rekisteröinti on väliaikaisesti poistettu käytöstä. Katso " "lisätietoja kohdasta https://pypi.org/help#admin-interventio." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Vahvista kutsu" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Olet nyt ${role} projektissa '${project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Kutsu lähetetty käyttäjälle '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Kutsu on jo vanhentunut." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1413,7 +1419,7 @@ msgstr "Virhe käsiteltäessä lomaketta" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Vahvista salasana" @@ -1425,7 +1431,7 @@ msgstr "Vahvista salasana jatkaaksesi" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Salasana" @@ -1466,11 +1472,11 @@ msgstr "Salasana" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1483,27 +1489,27 @@ msgstr "Salasana" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(pakollinen)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Salasanasi" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Näytä salasana" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Unohditko salasanan?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2145,8 +2151,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2713,7 +2719,7 @@ msgstr "Nimesi" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3812,9 +3818,9 @@ msgstr "Poista PyPI-tilisi" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4130,7 +4136,7 @@ msgstr "Päänavigointi" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4157,47 +4163,60 @@ msgstr "Päänavigointi" msgid "Organization Name" msgstr "Vahvista kutsu" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "Roolikutsu on virheellinen." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Roolikutsu on virheellinen." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4206,7 +4225,7 @@ msgstr "Luo tili" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4215,135 +4234,135 @@ msgstr "Luo tili" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Luo tili" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Luo tili" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s ei ole ladannut vielä yhtään projektia PyPI:in" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Luo tili" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Created by:" msgid "Submitted %(submitted)s" msgstr "Luonut:" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Luo tili" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm Invite" msgid "Organization display name" msgstr "Vahvista kutsu" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Luotu" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/fil/LC_MESSAGES/messages.po b/warehouse/locale/fil/LC_MESSAGES/messages.po index aa0fbe87d0c4..e342919ab6a3 100644 --- a/warehouse/locale/fil/LC_MESSAGES/messages.po +++ b/warehouse/locale/fil/LC_MESSAGES/messages.po @@ -19,13 +19,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Dapat paganahin ang two-factor authentication sa iyong account upang " "maisagawa ang pagkilos na ito." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Na update na ang lokal" @@ -133,15 +139,15 @@ msgstr "Di-wastong TOTP code." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Di-wastong WebAuthn assertion: Bad payload" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Hindi wastong recovery code." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Nagamit na dati ang recovery code." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Walang nakitang user na may username o email na ganon" @@ -322,30 +328,30 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -356,26 +362,26 @@ msgstr "" "Napakaraming hindi matagumpay na pagtatangka sa pag-log in. Subukan ulit " "mamaya." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -383,13 +389,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Pumili ng username na may 50 characters o mas kaunti" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -407,7 +413,7 @@ msgstr "" "numero.\n" "Pumili ng ibang username." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -419,7 +425,7 @@ msgstr "" "Ang username na ito ay ginagamit na ng isa pang account.\n" "Pumili ng ibang username." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -431,21 +437,21 @@ msgstr "" "Ang username na ito ay ginagamit na ng isa pang account.\n" "Pumili ng ibang username." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -456,7 +462,7 @@ msgstr "" "Ang username na ito ay ginagamit na ng isa pang account.\n" "Pumili ng ibang username." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -466,7 +472,7 @@ msgstr "" "Masyadong mahaba ang pangalan. Pumili ng pangalan na may 100 character o mas " "kaunti." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -476,11 +482,11 @@ msgstr "" "Masyadong mahaba ang pangalan. Pumili ng pangalan na may 100 character o mas " "kaunti." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -490,23 +496,23 @@ msgstr "" "Masyadong mahaba ang pangalan. Pumili ng pangalan na may 100 character o mas " "kaunti." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Pumili ng username na may 50 characters o mas kaunti" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -532,91 +538,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1321,7 +1327,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1333,7 +1339,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1374,11 +1380,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1391,27 +1397,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2027,8 +2033,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2561,7 +2567,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3638,9 +3644,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3938,7 +3944,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3960,52 +3966,65 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Choose a username with 50 characters or less." +msgid "Organization Type: %(org_type)s" +msgstr "Pumili ng username na may 50 characters o mas kaunti" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4014,126 +4033,126 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Pending organization requests" msgstr "Pumili ng username na may 50 characters o mas kaunti" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Request a new organization" msgstr "Pumili ng username na may 50 characters o mas kaunti" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Organization display name" msgstr "Pumili ng username na may 50 characters o mas kaunti" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/fr/LC_MESSAGES/messages.po b/warehouse/locale/fr/LC_MESSAGES/messages.po index cb52268a2739..64adc64150ca 100644 --- a/warehouse/locale/fr/LC_MESSAGES/messages.po +++ b/warehouse/locale/fr/LC_MESSAGES/messages.po @@ -41,13 +41,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "L'authentification à deux facteurs doit être activée sur votre compte pour " "effectuer cette action." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Langue mise à jour" @@ -152,15 +158,15 @@ msgstr "Code TOTP invalide." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Echec de la vérification WebAuthn : requête malformée" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Code de récupération invalide." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Le code de récupération a été utilisé précédemment." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Aucun profil trouvé pour ce nom de profil ou e-mail" @@ -353,8 +359,8 @@ msgstr "" "Vous avez désormais le rôle « ${role} » au sein du projet " "« ${project_name} »." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -366,7 +372,7 @@ msgstr "" "L'inscription de nouveaux profils est temporairement désactivée. Consultez " "https://pypi.org/help#admin-intervention pour plus d'informations." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -378,7 +384,7 @@ msgstr "" "L'inscription de nouveaux profils est temporairement désactivée. Consultez " "https://pypi.org/help#admin-intervention pour plus d'informations." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." @@ -387,12 +393,12 @@ msgstr "" "éditeur de confiance en attente. Voir https://pypi.org/help#openid-connect " "pour plus de détails." -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" "Vous ne pouvez pas enregistrer plus de 3 éditeurs de confiance à la fois." -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." @@ -400,11 +406,11 @@ msgstr "" "Il y a eu trop de tentatives d'inscription d'éditeur de confiance. Veuillez " "réessayer plus tard." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "L'éditeur de confiance n'a pas pu être enregistré" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." @@ -412,20 +418,20 @@ msgstr "" "Cet éditeur de confiance a déjà été enregistré. Veuillez contacter les " "administrateurs de PyPI si cela n'était pas intentionnel." -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Add a new provider" msgid "Registered a new pending publisher to create " msgstr "Ajouter un nouveau fournisseur" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage billing" msgid "Invalid publisher ID" msgstr "Gérer la facturation" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 #, fuzzy #| msgid "OpenID Connect provider removed" msgid "Removed trusted publisher for project " @@ -435,12 +441,12 @@ msgstr "Fournisseur de connexion openid supprimé" msgid "Banner Preview" msgstr "Aperçu de la bannière" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" "Sélectionnez un nom de compte d'organisation de 50 caractères ou moins." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -452,7 +458,7 @@ msgstr "" "se terminer par une lettre ou un nombre. Sélectionnez un nom de compte " "d'organisation différent." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -460,7 +466,7 @@ msgstr "" "Ce nom d'organisation est déjà utilisé. Choisissez un nom d'organisation " "différent." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -472,15 +478,15 @@ msgstr "" "Ce nom d'organisation est déjà utilisé. Choisissez un nom d'organisation " "différent." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Sélectionner le projet" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Spécifiez le nom du projet" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -488,13 +494,13 @@ msgstr "" "Doit commencer et se terminer par une lettre ou un chiffre ne contenant que " "des chiffres au format ASCII et des « . » , « _ » et « -' »." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" "Ce nom de projet est déjà utilisé. Choisissez un nom de projet différent." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." @@ -502,7 +508,7 @@ msgstr "" "Le nom de l'organisation est trop long. Choisissez un nom d'organisation " "d’au plus 100 caractères." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." @@ -510,11 +516,11 @@ msgstr "" "L'URL de l'organisation est trop longue. Choisissez une URL d’au plus 400 " "caractères." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "L'URL de l'organisation doit commencer par http:// ou https://" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -522,15 +528,15 @@ msgstr "" "La description de l'organisation est trop longue. Choisissez une description " "d’au plus 400 caractères." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "Choisissez un nom d'équipe de 50 caractères ou moins." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -539,7 +545,7 @@ msgstr "" "ou se terminer par un espace, un point, un tiret bas, un tiret ou un slash. " "Choisissez un autre nom d'équipe." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" "Ce nom d'équipe est déjà utilisé. Choisissez un nom d'équipe différent." @@ -566,25 +572,25 @@ msgstr "" "La génération de nouveaux codes de récupération rendra invalide vos codes " "existants." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Vérifiez votre adresse e-mail ou ajoutez une nouvelle adresse." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Identifiants incorrects. Veuillez réessayer" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA requirement disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Authentification à deux facteurs désactivée" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -596,60 +602,60 @@ msgstr "" "L'inscription de nouveaux profils est temporairement désactivée. Consultez " "https://pypi.org/help#admin-intervention pour plus d'informations." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Confirmer l'invitation" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "Ne plus remiser la version" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "Ne plus remiser la version" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Supprimer la version" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Impossible de trouver l'invitation." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" "L'équipe « ${team_name} » a déjà le rôle « ${role_name} » pour le projet" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" "Le profil « ${username} » a déjà le rôle « ${role_name} » pour le projet" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" "${username} a désormais le rôle « ${role} » au sein du projet " "« ${project_name} »." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -657,7 +663,7 @@ msgstr "" "Le profil « ${username} » n'a pas d'adresse e-mail principale vérifiée, son " "rôle « ${role_name} » ne peut donc pas être ajouté au projet" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -665,20 +671,20 @@ msgstr "" "Le profil « ${username} » a déjà reçu une invitation. Veuillez réessayer " "plus tard." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Invitation envoyée à « ${username} »" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Impossible de trouver l'invitation." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Invitation déjà expirée." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Invitation annulée par « ${username} »." @@ -1430,7 +1436,7 @@ msgstr "Erreur de traitement du formulaire" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Confirmez le mot de passe" @@ -1442,7 +1448,7 @@ msgstr "Confirmez votre mot de passe pour continuer" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Mot de passe" @@ -1483,11 +1489,11 @@ msgstr "Mot de passe" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1500,27 +1506,27 @@ msgstr "Mot de passe" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(obligatoire)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Votre mot de passe" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Afficher le mot de passe" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Mot de passe oublié ?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2260,8 +2266,8 @@ msgstr "" "« %(organization_name)s » a été envoyée." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" "Vous allez recevoir un e-mail lorsque l'organisation aura été approuvée" @@ -2934,7 +2940,7 @@ msgstr "Nom du flux de travail" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4131,9 +4137,9 @@ msgstr "Supprimer votre compte PyPI" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4485,7 +4491,7 @@ msgstr "Invitations en attente" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4507,17 +4513,30 @@ msgstr "Refuser l'invitation" msgid "Organization Name" msgstr "Nom de l'organisation" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "️Organization type" +msgid "Organization Type: %(org_type)s" +msgstr "Type d'organisation" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "Demande envoyée" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "Facturation inactive" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" @@ -4525,36 +4544,36 @@ msgstr "" "La facturation de cette organisation peut être activée par le propriétaire " "de l'organisation ou le responsable de la facturation" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "Cette organisation n'est pas active" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "Inactive" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "Gestionnaire" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "Responsable de la facturation" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "Voir cette organisation" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4563,106 +4582,106 @@ msgstr "Voir cette organisation" msgid "View" msgstr "Voir" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "Activer la facturation pour cette organisation" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "Activer la facturation" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "Gérer cette organisation" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "Vous n'avez actuellement rejoint aucune organisation sur PyPI." -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Cannot remove organization owners" msgid "Pending organization requests" msgstr "Ne peut pas supprimer les propriétaires de l'organisation" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invited by:" msgid "Submitted %(submitted)s" msgstr "Invité par :" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create new organization" msgid "Request a new organization" msgstr "Créer une nouvelle organisation" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "Nom du compte d'organisation" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "Sélectionnez un nom de compte d'organisation" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "Ce nom de compte est utilisé dans les URL sur PyPI." #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "Par exemple" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "Nom d'affichage de l'organisation" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "Nom de votre entreprise, produit ou projet" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "URL de l'organisation" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "URL de votre entreprise, produit ou projet" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "Description de l'organisation" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "Description de votre entreprise, produit ou projet" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "Type d'organisation" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." @@ -4671,11 +4690,11 @@ msgstr "" "payant, tandis que les projets communautaires bénéficient d'un accès gratuit." #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "Créer" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request for a new PyPI organization named '%(organization_name)s' " @@ -4685,14 +4704,14 @@ msgstr "" "Votre demande pour une nouvelle organisation PyPI nommée " "« %(organization_name)s » a été envoyée." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You will receive an email when the organization has been approved" msgid "You will receive an email when each organization has been approved" msgstr "" "Vous allez recevoir un e-mail lorsque l'organisation aura été approuvée" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/fr_CA/LC_MESSAGES/messages.po b/warehouse/locale/fr_CA/LC_MESSAGES/messages.po index 4543ae3c33d0..441e6cdaba89 100644 --- a/warehouse/locale/fr_CA/LC_MESSAGES/messages.po +++ b/warehouse/locale/fr_CA/LC_MESSAGES/messages.po @@ -19,11 +19,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Langue mise à jour" @@ -132,17 +138,17 @@ msgstr "Code TOTP invalide." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Assertion WebAuthn non valide : requête malformée" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Code de récupération invalide." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 #, fuzzy #| msgid "Recovery codes regenerated" msgid "Recovery code has been previously used." msgstr "Codes de récupération régénérés" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Aucun utilisateur trouvé pour ce nom d’utilisateur ou courriel" @@ -358,8 +364,8 @@ msgstr "L'invitation pour '$ {project_name}' est refusée." msgid "You are now ${role} of the '${project_name}' project." msgstr "Vous êtes maintenant $ {role} du projet '$ {project_name}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -371,7 +377,7 @@ msgstr "" "L’enregistrement d’un nouvel utilisateur est temporairement désactivé. Voir " "https://pypi.org/help#admin-intervention pour plus de détails." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -383,17 +389,17 @@ msgstr "" "L’enregistrement d’un nouvel utilisateur est temporairement désactivé. Voir " "https://pypi.org/help#admin-intervention pour plus de détails." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -404,30 +410,30 @@ msgstr "" "Il y a eu trop de tentative de connexions infructueuses. Veuillez réessayer " "plus tard." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "Gérer ce projet" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Gérer la version" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -435,13 +441,13 @@ msgstr "" msgid "Banner Preview" msgstr "Aperçu de la bannière" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Choisissez un nom d’utilisateur de 50 caractères ou moins." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -458,7 +464,7 @@ msgstr "" "se terminer par une lettre ou un nombre. Choisissez un nom d’utilisateur " "différent." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -470,7 +476,7 @@ msgstr "" "Ce nom d’utilisateur est déjà utilisé par un autre compte. Choisissez un nom " "d’utilisateur différent." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -482,25 +488,25 @@ msgstr "" "Ce nom d’utilisateur est déjà utilisé par un autre compte. Choisissez un nom " "d’utilisateur différent." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "Supprimer le projet" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "Nom du projet" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -511,7 +517,7 @@ msgstr "" "Ce nom d’utilisateur est déjà utilisé par un autre compte. Choisissez un nom " "d’utilisateur différent." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -519,7 +525,7 @@ msgid "" "characters or less." msgstr "Le nom est trop long. Choisissez un nom d’au plus 100 caractères." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -527,11 +533,11 @@ msgid "" "characters or less." msgstr "Le nom est trop long. Choisissez un nom d’au plus 100 caractères." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -539,23 +545,23 @@ msgid "" "with 400 characters or less." msgstr "Le nom est trop long. Choisissez un nom d’au plus 100 caractères." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Choisissez un nom d’utilisateur de 50 caractères ou moins." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -587,25 +593,25 @@ msgstr "" "La génération de nouveaux codes de récupération rendra invalide vos codes " "existants." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Vérifiez votre adresse courriel ou ajoutez une nouvelle adresse." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Identifiants incorrects. Veuillez réessayer" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "A2F désactivée" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -617,62 +623,62 @@ msgstr "" "L’enregistrement d’un nouvel utilisateur est temporairement désactivé. Voir " "https://pypi.org/help#admin-intervention pour plus de détails." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Confirmer l'invitation" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "Ne plus remiser la version" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "Ne plus remiser la version" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Supprimer la version" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Impossible de trouver l'invitation au rôle." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" "L'utilisateur '$ {username}' a déjà le rôle $ {role_name} pour le projet" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" "L'utilisateur '$ {username}' a déjà le rôle $ {role_name} pour le projet" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Vous êtes maintenant $ {role} du projet '$ {project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -680,7 +686,7 @@ msgstr "" "L'utilisateur '$ {username}' n'a pas d'adresse e-mail principale vérifiée et " "ne peut pas être ajouté en tant que $ {role_name} pour le projet" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -688,20 +694,20 @@ msgstr "" "L'utilisateur '$ {username}' a déjà une invitation active. Veuillez " "réessayer plus tard." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Invitation envoyée à '$ {username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Impossible de trouver l'invitation au rôle." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Invitation déjà expirée." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Invitation révoquée de '$ {username}'." @@ -1479,7 +1485,7 @@ msgstr "Erreur de traitement du formulaire" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Confirmez le mot de passe" @@ -1491,7 +1497,7 @@ msgstr "Confirmer le mot de passe pour continuer" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Mot de passe" @@ -1532,11 +1538,11 @@ msgstr "Mot de passe" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1549,27 +1555,27 @@ msgstr "Mot de passe" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(obligatoire)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Votre mot de passe" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Afficher le mot de passe" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Mot de passe oublié?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2305,8 +2311,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when the organization has been approved" @@ -3075,7 +3081,7 @@ msgstr "Votre nom" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4313,9 +4319,9 @@ msgstr "Supprimer votre compte PyPI" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4679,7 +4685,7 @@ msgstr "Navigation principale" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4706,37 +4712,50 @@ msgstr "Navigation principale" msgid "Organization Name" msgstr "Description du projet" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project description" +msgid "Organization Type: %(org_type)s" +msgstr "Description du projet" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "L'invitation de rôle n'est pas valide." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4744,11 +4763,11 @@ msgstr "Gérer" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4757,7 +4776,7 @@ msgstr "Créer un compte" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4766,133 +4785,133 @@ msgstr "Créer un compte" msgid "View" msgstr "Voir" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Créer un compte" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Créer un compte" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s n'a pas encore téléversé de projet sur PyPI" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Créer un compte" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Inviter" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Créer un compte" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Description du projet" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "Description du projet" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Créé" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when each organization has been approved" @@ -4900,7 +4919,7 @@ msgstr "" "Vous allez recevoir un courriel avec un lien de réinitialisation du mot de " "passe." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/frc/LC_MESSAGES/messages.po b/warehouse/locale/frc/LC_MESSAGES/messages.po index e474248628bb..df14f3d85455 100644 --- a/warehouse/locale/frc/LC_MESSAGES/messages.po +++ b/warehouse/locale/frc/LC_MESSAGES/messages.po @@ -15,11 +15,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -107,15 +113,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -285,55 +291,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -341,11 +347,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -353,74 +359,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -440,91 +446,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1213,7 +1219,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1225,7 +1231,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1266,11 +1272,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1283,27 +1289,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1919,8 +1925,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2449,7 +2455,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3524,9 +3530,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3820,7 +3826,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3842,52 +3848,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3896,120 +3914,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/frm/LC_MESSAGES/messages.po b/warehouse/locale/frm/LC_MESSAGES/messages.po index af2f66b349d8..6e21bf1f73e6 100644 --- a/warehouse/locale/frm/LC_MESSAGES/messages.po +++ b/warehouse/locale/frm/LC_MESSAGES/messages.po @@ -15,11 +15,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -107,15 +113,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -285,55 +291,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -341,11 +347,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -353,74 +359,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -440,91 +446,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1213,7 +1219,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1225,7 +1231,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1266,11 +1272,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1283,27 +1289,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1919,8 +1925,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2449,7 +2455,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3524,9 +3530,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3820,7 +3826,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3842,52 +3848,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3896,120 +3914,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/fro/LC_MESSAGES/messages.po b/warehouse/locale/fro/LC_MESSAGES/messages.po index b40637bb3a91..8ea668663c4a 100644 --- a/warehouse/locale/fro/LC_MESSAGES/messages.po +++ b/warehouse/locale/fro/LC_MESSAGES/messages.po @@ -15,11 +15,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -107,15 +113,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -285,55 +291,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -341,11 +347,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -353,74 +359,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -440,91 +446,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1213,7 +1219,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1225,7 +1231,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1266,11 +1272,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1283,27 +1289,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1919,8 +1925,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2449,7 +2455,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3524,9 +3530,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3820,7 +3826,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3842,52 +3848,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3896,120 +3914,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/gl/LC_MESSAGES/messages.po b/warehouse/locale/gl/LC_MESSAGES/messages.po index 17f7565326c2..592467d78a94 100644 --- a/warehouse/locale/gl/LC_MESSAGES/messages.po +++ b/warehouse/locale/gl/LC_MESSAGES/messages.po @@ -17,13 +17,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Tes que habilitar a autenticación de dobre factor na túa conta para levar a " "cabo esta acción." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -116,15 +122,15 @@ msgstr "Código TOTP inválido." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "O código de recuperación usouse con anterioridade." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Non se atopou ningún usuario con ese nome ou enderezo" @@ -294,57 +300,57 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Create an account" msgid "Invalid publisher ID" msgstr "Crea unha conta" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -352,13 +358,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Escolle un nome de usuario con 50 ou menos caracteres ." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -366,7 +372,7 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -377,7 +383,7 @@ msgid "" msgstr "" "O nome de usuario estase a usar noutra conta. Escolle outre nome de usuario." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -388,23 +394,23 @@ msgid "" msgstr "" "O nome de usuario estase a usar noutra conta. Escolle outre nome de usuario." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "No projects" msgid "Select project" msgstr "Sen proxectos" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -414,7 +420,7 @@ msgid "" msgstr "" "O nome de usuario estase a usar noutra conta. Escolle outre nome de usuario." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -422,7 +428,7 @@ msgid "" "characters or less." msgstr "O nome é demasiado longo. Escolle un nome con 100 ou menos caracteres." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -430,11 +436,11 @@ msgid "" "characters or less." msgstr "O nome é demasiado longo. Escolle un nome con 100 ou menos caracteres." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -442,23 +448,23 @@ msgid "" "with 400 characters or less." msgstr "O nome é demasiado longo. Escolle un nome con 100 ou menos caracteres." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Escolle un nome de usuario con 50 ou menos caracteres ." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -483,93 +489,93 @@ msgstr "Os códigos de recuperación xa foron xerados" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "Xerar novos códigos de recuperación invalidará os existentes." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Confirma a invitación" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Invitación enviada a '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "A invitación xa caducou." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1271,7 +1277,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1283,7 +1289,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Contrasinal" @@ -1324,11 +1330,11 @@ msgstr "Contrasinal" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1341,27 +1347,27 @@ msgstr "Contrasinal" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(requirido)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "O teu contrasinal" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Amosar contrasinal" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Esqueciches o contrasinal?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2000,8 +2006,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2545,7 +2551,7 @@ msgstr "O teu nome" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3643,9 +3649,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3949,7 +3955,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3975,45 +3981,58 @@ msgstr "Crea unha conta" msgid "Organization Name" msgstr "Confirma a invitación" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Confirm Invite" +msgid "Organization Type: %(org_type)s" +msgstr "Confirma a invitación" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4022,7 +4041,7 @@ msgstr "Crea unha conta" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4031,132 +4050,132 @@ msgstr "Crea unha conta" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Crea unha conta" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Crea unha conta" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s aínda non subiu ningún proxecto a PyPI" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Crea unha conta" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Crea unha conta" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm Invite" msgid "Organization display name" msgstr "Confirma a invitación" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/he/LC_MESSAGES/messages.po b/warehouse/locale/he/LC_MESSAGES/messages.po index d82d76ed80e5..6dd393b22884 100644 --- a/warehouse/locale/he/LC_MESSAGES/messages.po +++ b/warehouse/locale/he/LC_MESSAGES/messages.po @@ -36,11 +36,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "נדרש הפעלת אימות מרובה גורמים בחשבונך על מנת לבצע פעולה זו." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "אזור מעודכן" @@ -140,15 +146,15 @@ msgstr "קוד TOTP לא תקין." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "בדיקת WebAuthn כושלת: מטען לא תקין" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "קוד שחזור לא תקין." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "קוד השחזור היה בשימוש בעבר." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "לא נמצא משתמש בעל שם המשתמש או האי-מייל הזה" @@ -349,8 +355,8 @@ msgstr "ההזמנה ל- '${project_name}' נדחתה." msgid "You are now ${role} of the '${project_name}' project." msgstr "כעת אתה $ {role} של פרויקט '$ {project_name}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -362,7 +368,7 @@ msgstr "" "רישום משתמש חדש חסום באופן זמני. יש לפנות לכתובת https://pypi.org/help#admin-" "intervention לפרטים." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -374,17 +380,17 @@ msgstr "" "רישום משתמש חדש חסום באופן זמני. יש לפנות לכתובת https://pypi.org/help#admin-" "intervention לפרטים." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -393,30 +399,30 @@ msgid "" "again later." msgstr "בוצעו נסיונות הזדהות כושלים רבים מדי. יש לנסות שוב מאוחר יותר." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "ניהול פרויקט זה" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "ניהול גרסה" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -424,13 +430,13 @@ msgstr "" msgid "Banner Preview" msgstr "תצוגה מקדימה של כרזה" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "בחר שם משתמש בעל 50 תווים או פחות." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -446,7 +452,7 @@ msgstr "" "נקודות, מקפים וקווים תחתונים. כמו כן, הם חייבים להתחיל ולהסתיים באות או " "בספרה. בחר/י שם משתמש אחר." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -456,7 +462,7 @@ msgid "" "organization account name." msgstr "שם המשתמש נמצא בשימוש חשבון אחר. בחר/י שם משתמש אחר." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -466,25 +472,25 @@ msgid "" "organization account name." msgstr "שם המשתמש נמצא בשימוש חשבון אחר. בחר/י שם משתמש אחר." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "מחיקת הפרויקט" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "שם הפרויקט" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -493,7 +499,7 @@ msgid "" "This project name has already been used. Choose a different project name." msgstr "שם המשתמש נמצא בשימוש חשבון אחר. בחר/י שם משתמש אחר." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -501,7 +507,7 @@ msgid "" "characters or less." msgstr "השם ארוך מדי. יש לבחור שם בעל 100 תווים או פחות." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -509,11 +515,11 @@ msgid "" "characters or less." msgstr "השם ארוך מדי. יש לבחור שם בעל 100 תווים או פחות." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -521,23 +527,23 @@ msgid "" "with 400 characters or less." msgstr "השם ארוך מדי. יש לבחור שם בעל 100 תווים או פחות." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "בחר שם משתמש בעל 50 תווים או פחות." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -565,25 +571,25 @@ msgstr "קודים לשחזור כבר נוצרו" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "יצירת קודי שחזור חדשים יבטל את תוקפם של הקוד הקיימים." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "יש לאמת את האי-מייל שלך או להוסיף כתובת חדשה." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "פרטי הזדהות לא תקפים. יש לנסות שוב" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "אימות דו-גורמי בוטל" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -595,60 +601,60 @@ msgstr "" "רישום משתמש חדש חסום באופן זמני. יש לפנות לכתובת https://pypi.org/help#admin-" "intervention לפרטים." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "אשר הזמנה" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "ביטול גריעת גרסה" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "ביטול גריעת גרסה" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "מחיקת גרסה" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "לא הצלחנו למצוא את ההזמנה לתפקיד." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "למשתמש '${username}' כבר יש תפקיד ${role_name} לפרויקט" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "למשתמש '${username}' כבר יש תפקיד ${role_name} לפרויקט" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "כעת אתה $ {role} של פרויקט '$ {project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -656,26 +662,26 @@ msgstr "" "למשתמש '${username}' אין כתובת דוא\"ל ראשית מאומתת ולא ניתן להוסיף אותו כ- " "${role_name} לפרויקט" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "למשתמש '${username}' כבר יש הזמנה פעילה. בבקשה נסה שוב מאוחר יותר." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "ההזמנה נשלחה אל '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "לא הצלחנו למצוא את ההזמנה לתפקיד." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "ההזמנה כבר פגה." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "ההזמנה בוטלה מ- '${username}'." @@ -1438,7 +1444,7 @@ msgstr "שגיאה בעיבוד הטופס" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "אישור סיסמה" @@ -1450,7 +1456,7 @@ msgstr "אשר את הסיסמה כדי להמשיך" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "סיסמה" @@ -1491,11 +1497,11 @@ msgstr "סיסמה" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1508,27 +1514,27 @@ msgstr "סיסמה" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(חובה)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "הסיסמה שלך" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "הצג סיסמה" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "שכחת סיסמתך?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2234,8 +2240,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when the organization has been approved" @@ -2957,7 +2963,7 @@ msgstr "שמך" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4183,9 +4189,9 @@ msgstr "מחיקת חשבון ה-PyPI שלך" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4543,7 +4549,7 @@ msgstr "ניווט ראשי" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4570,37 +4576,50 @@ msgstr "ניווט ראשי" msgid "Organization Name" msgstr "תיאור הפרויקט" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project description" +msgid "Organization Type: %(org_type)s" +msgstr "תיאור הפרויקט" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "הזמנת התפקיד אינה חוקית." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4608,11 +4627,11 @@ msgstr "ניהול" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4621,7 +4640,7 @@ msgstr "יצירת חשבון" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4630,139 +4649,139 @@ msgstr "יצירת חשבון" msgid "View" msgstr "צפייה" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "יצירת חשבון" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "יצירת חשבון" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s לא העלה פרויקטים ל-PyPI, עדיין" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "יצירת חשבון" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "מיידי" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "יצירת חשבון" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "תיאור הפרויקט" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "תיאור הפרויקט" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "נוצר" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when each organization has been approved" msgstr "תקבל/י אי-מייל עם קישור לאיפוס הסיסמה." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/hi/LC_MESSAGES/messages.po b/warehouse/locale/hi/LC_MESSAGES/messages.po index 993d0b8d100f..4b936ce20ac4 100644 --- a/warehouse/locale/hi/LC_MESSAGES/messages.po +++ b/warehouse/locale/hi/LC_MESSAGES/messages.po @@ -29,11 +29,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "अवस्थिति नवीनीकृत हुआ" @@ -137,19 +143,19 @@ msgstr "अमान्य TOTP कोड।" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "अमान्य WebAuthn दावा: खराब पेलोड" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 #, fuzzy #| msgid "Invalid Recovery Code." msgid "Invalid recovery code." msgstr "पुनर्प्राप्ति कुंजी अमान्य।" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 #, fuzzy #| msgid "Recovery codes regenerated" msgid "Recovery code has been previously used." msgstr "पुनर्प्राप्ति कोड पुन्ह्रोत्पादित" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "उस username या ईमेल से सम्बद्धित कोई user नहीं मिला" @@ -351,8 +357,8 @@ msgstr "'$ {project_name} के लिए निमंत्रण अस्व msgid "You are now ${role} of the '${project_name}' project." msgstr "आप इस परियोजना '${project_name}' के ${role} हैं।" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -364,7 +370,7 @@ msgstr "" "नए user पंजीकरण अस्थायी रूप से अक्षम। विवरण के लिए https://pypi.org/help#admin-" "intervention देखें।" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -376,17 +382,17 @@ msgstr "" "नए user पंजीकरण अस्थायी रूप से अक्षम। विवरण के लिए https://pypi.org/help#admin-" "intervention देखें।" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -395,30 +401,30 @@ msgid "" "again later." msgstr "बहुत से असफल लॉगिन प्रयास हुए हैं। बाद में पुन: प्रयास करें।" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "इस परियोजना का प्रबंधन करें" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "प्रबंधन संस्करण" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -426,13 +432,13 @@ msgstr "" msgid "Banner Preview" msgstr "बैनर पूर्वावलोकन" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "50 या कम अक्षरों का username चुनें।" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -448,7 +454,7 @@ msgstr "" "बना होना चाहिए। और एक अक्षर या संख्या के साथ शुरू और खत्म भी होना चाहिए। एक अलग " "उपयोगकर्ता नाम चुनें।" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -460,7 +466,7 @@ msgstr "" "यह उपयोगकर्ता नाम पहले से ही किसी अन्य खाते द्वारा उपयोग किया जा रहा है। एक अलग " "उपयोगकर्ता नाम चुनें।" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -472,25 +478,25 @@ msgstr "" "यह उपयोगकर्ता नाम पहले से ही किसी अन्य खाते द्वारा उपयोग किया जा रहा है। एक अलग " "उपयोगकर्ता नाम चुनें।" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "परियोजना मिटाएं" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "परियोजना का नाम" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -501,7 +507,7 @@ msgstr "" "यह उपयोगकर्ता नाम पहले से ही किसी अन्य खाते द्वारा उपयोग किया जा रहा है। एक अलग " "उपयोगकर्ता नाम चुनें।" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -509,7 +515,7 @@ msgid "" "characters or less." msgstr "नाम बहुत लंबा है। 100 अक्षरों या उससे कम के साथ एक नाम चुनें।" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -517,11 +523,11 @@ msgid "" "characters or less." msgstr "नाम बहुत लंबा है। 100 अक्षरों या उससे कम के साथ एक नाम चुनें।" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -529,23 +535,23 @@ msgid "" "with 400 characters or less." msgstr "नाम बहुत लंबा है। 100 अक्षरों या उससे कम के साथ एक नाम चुनें।" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "50 या कम अक्षरों का username चुनें।" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -573,25 +579,25 @@ msgstr "पुनर्प्राप्ति कोड प्रउत्प msgid "Generating new recovery codes will invalidate your existing codes." msgstr "नयी पुनर्प्राप्ति कुंजी उत्पन्न करने पर मौजूदा कुंजियाँ अमान्य हो जाएंगी।" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "अपने ईमेल को सत्यापित करें या नया पता प्रदान करें।" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "अवैध प्रत्यय पत्र। पुनः प्रयास करें" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "2FA अक्षम" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -603,60 +609,60 @@ msgstr "" "नए user पंजीकरण अस्थायी रूप से अक्षम। विवरण के लिए https://pypi.org/help#admin-" "intervention देखें।" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "आमंत्रण की पुष्टि करें" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "न निकाल फेंकी गयी विज्ञप्ति" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "न निकाल फेंकी गयी विज्ञप्ति" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "विज्ञप्ति मिटाएँ" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "भूमिका आमंत्रण नहीं ढूंढ़ सके।" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "इस परियोजना में उपयोगकर्ता '${username}' पहले से ${role_name} कृत्य हैं" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "इस परियोजना में उपयोगकर्ता '${username}' पहले से ${role_name} कृत्य हैं" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "आप इस परियोजना '${project_name}' के ${role} हैं।" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -664,7 +670,7 @@ msgstr "" "उपयोगकर्ता '$ {username}' के पास सत्यापित प्राथमिक ईमेल पता नहीं है और इसे परियोजना " "के लिए $ {role_name} के रूप में नहीं जोड़ा जा सकता" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -672,20 +678,20 @@ msgstr "" "उपयोगकर्ता '$ {username}' के पास पहले से ही एक सक्रिय आमंत्रण है। कृपया बाद में फिर से " "प्रयास करें।" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "'${username}' को आमंत्रण भेजा गया" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "भूमिका आमंत्रण नहीं ढूंढ़ सके।" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "आमंत्रण पहले ही समाप्त हो चुका है।" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "'${username}' से आमंत्रण निरस्त कर दिया गया।" @@ -1441,7 +1447,7 @@ msgstr "प्रसंस्करण प्रक्रिया त्रु #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "पासवर्ड की पुष्टि करें" @@ -1453,7 +1459,7 @@ msgstr "जारी रखने के लिए अपना पासवर #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "पासवर्ड" @@ -1494,11 +1500,11 @@ msgstr "पासवर्ड" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1511,27 +1517,27 @@ msgstr "पासवर्ड" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(आवश्यक है)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "आपका पासवर्ड" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "पासवर्ड दिखाएं" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "पासवर्ड भूल गए?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2251,8 +2257,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2982,7 +2988,7 @@ msgstr "आपका नाम" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4198,9 +4204,9 @@ msgstr "अपना PyPI खाता हटाएं" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4557,7 +4563,7 @@ msgstr "मुख्य नेविगेशन" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4585,37 +4591,50 @@ msgstr "मुख्य नेविगेशन" msgid "Organization Name" msgstr "आमंत्रण की पुष्टि करें" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "कृत्य आमंत्रण अमान्य है।" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "कृत्य आमंत्रण अमान्य है।" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4623,11 +4642,11 @@ msgstr "प्रबंधन" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4636,7 +4655,7 @@ msgstr "खाता बनाएं" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4645,135 +4664,135 @@ msgstr "खाता बनाएं" msgid "View" msgstr "दृश्य" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "खाता बनाएं" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "खाता बनाएं" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s ने अभी तक PyPI पर कोई भी प्रोजेक्ट अपलोड नहीं किया है" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "खाता बनाएं" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "आमंत्रण" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "खाता बनाएं" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm Invite" msgid "Organization display name" msgstr "आमंत्रण की पुष्टि करें" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "बनाया" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/hu/LC_MESSAGES/messages.po b/warehouse/locale/hu/LC_MESSAGES/messages.po index f8296a946063..343337278d1d 100644 --- a/warehouse/locale/hu/LC_MESSAGES/messages.po +++ b/warehouse/locale/hu/LC_MESSAGES/messages.po @@ -24,11 +24,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -128,15 +134,15 @@ msgstr "Hibás TOTP-kód." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Hibás helyreállító kód." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Ez a helyreállító kód már használva volt." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" "Nem található felhasználó az adott felhasználónévvel vagy e-mail címmel" @@ -337,8 +343,8 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -350,7 +356,7 @@ msgstr "" "Új felhasználó regisztrációja ideiglenesen le van tiltva. A részletek a " "https://pypi.org/help#admin-intervention." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -362,17 +368,17 @@ msgstr "" "Új felhasználó regisztrációja ideiglenesen le van tiltva. A részletek a " "https://pypi.org/help#admin-intervention." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -382,26 +388,26 @@ msgid "" msgstr "" "Túl sok sikertelen bejelentkezési kísérlet történt. Próbálja meg később." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -409,13 +415,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "A felhasználónév név hossza legfeljebb 50 karakter lehet." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -431,7 +437,7 @@ msgstr "" "pontokból, kötőjelekből és aláhúzásból kell állniuk. És betűvel vagy számmal " "kell kezdődőnie és befejeződnie. Válasszon másik felhasználónevet." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -443,7 +449,7 @@ msgstr "" "Ezt a felhasználónevet már egy másik fiók használja. Válasszon másik " "felhasználónevet." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -455,21 +461,21 @@ msgstr "" "Ezt a felhasználónevet már egy másik fiók használja. Válasszon másik " "felhasználónevet." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -480,7 +486,7 @@ msgstr "" "Ezt a felhasználónevet már egy másik fiók használja. Válasszon másik " "felhasználónevet." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -488,7 +494,7 @@ msgid "" "characters or less." msgstr "A név túl hosszú. Válasszon egy nevet, legfeljebb 100 karakterből." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -496,11 +502,11 @@ msgid "" "characters or less." msgstr "A név túl hosszú. Válasszon egy nevet, legfeljebb 100 karakterből." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -508,23 +514,23 @@ msgid "" "with 400 characters or less." msgstr "A név túl hosszú. Válasszon egy nevet, legfeljebb 100 karakterből." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "A felhasználónév név hossza legfeljebb 50 karakter lehet." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -552,21 +558,21 @@ msgstr "A helyreállítási kódok már le lettek generálva" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "Új helyreállítási kódok generálása érvényteleníti a meglévő kódjait." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -578,73 +584,73 @@ msgstr "" "Új felhasználó regisztrációja ideiglenesen le van tiltva. A részletek a " "https://pypi.org/help#admin-intervention." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 #, fuzzy #| msgid "Email already verified" msgid "Invitation already expired." msgstr "Az e-mail már meg lett erősítve" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1343,7 +1349,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1355,7 +1361,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1396,11 +1402,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1413,27 +1419,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2051,8 +2057,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2585,7 +2591,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3672,9 +3678,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3976,7 +3982,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3998,52 +4004,65 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Choose a username with 50 characters or less." +msgid "Organization Type: %(org_type)s" +msgstr "A felhasználónév név hossza legfeljebb 50 karakter lehet." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4052,126 +4071,126 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Pending organization requests" msgstr "A felhasználónév név hossza legfeljebb 50 karakter lehet." -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Request a new organization" msgstr "A felhasználónév név hossza legfeljebb 50 karakter lehet." #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Organization display name" msgstr "A felhasználónév név hossza legfeljebb 50 karakter lehet." #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/hy/LC_MESSAGES/messages.po b/warehouse/locale/hy/LC_MESSAGES/messages.po index b0e845c2d2a7..ba2d6c3fa0a8 100644 --- a/warehouse/locale/hy/LC_MESSAGES/messages.po +++ b/warehouse/locale/hy/LC_MESSAGES/messages.po @@ -23,13 +23,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Այս գործողությունը կատարելու համար Ձեր հաշվի կարգավորումներում պետք է " "ակտիվացնել երկգործոն նույնականացումը։" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Լեզուն թարմացվել է" @@ -119,15 +125,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -297,55 +303,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -353,11 +359,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -365,74 +371,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -452,91 +458,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1225,7 +1231,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1237,7 +1243,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1278,11 +1284,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1295,27 +1301,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1931,8 +1937,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2461,7 +2467,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3536,9 +3542,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3832,7 +3838,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3854,52 +3860,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3908,120 +3926,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/id/LC_MESSAGES/messages.po b/warehouse/locale/id/LC_MESSAGES/messages.po index 5a2ad9fed5e7..defe45004668 100644 --- a/warehouse/locale/id/LC_MESSAGES/messages.po +++ b/warehouse/locale/id/LC_MESSAGES/messages.po @@ -35,13 +35,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Autentikasi dua faktor harus diaktifkan pada akun anda untuk melakukan " "tindakan ini." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Lokal diperbarui" @@ -141,15 +147,15 @@ msgstr "Kode TOTP tidak valid." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Pernyataan WebAuthn tidak valid: Muatan buruk" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Kode pemulihan tidak valid." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Kode pemulihan telah digunakan sebelumnya." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Tidak ada pengguna yang ditemukan dengan nama pengguna atau email itu" @@ -351,8 +357,8 @@ msgstr "Undangan untuk '${project_name}' ditolak." msgid "You are now ${role} of the '${project_name}' project." msgstr "Anda sekarang menjadi ${role} dari proyek '${project_name}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -364,7 +370,7 @@ msgstr "" "Registrasi pengguna baru sementara dinonaktifkan. Lihat https://pypi.org/" "help#admin-intervention untuk detailnya." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -376,17 +382,17 @@ msgstr "" "Registrasi pengguna baru sementara dinonaktifkan. Lihat https://pypi.org/" "help#admin-intervention untuk detailnya." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -396,30 +402,30 @@ msgid "" "again later." msgstr "Terlalu banyak usaha registrasi OpenID Connect. Coba lagi nanti." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage current providers" msgid "Registered a new pending publisher to create " msgstr "Kelola penyedia saat ini" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Mengelola versi" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -427,13 +433,13 @@ msgstr "" msgid "Banner Preview" msgstr "Pratinjau Spanduk" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Pilih nama pengguna kurang dari 50 huruf." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -449,7 +455,7 @@ msgstr "" "titik, tanda hubung, dan garis bawah. Dan juga harus mulai dan selesai " "dengan huruf atau angka. Pilih nama pengguna yang berbeda." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -461,7 +467,7 @@ msgstr "" "Nama pengguna ini sudah digunakan oleh akun lain. Pilih nama pengguna yang " "berbeda." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -473,25 +479,25 @@ msgstr "" "Nama pengguna ini sudah digunakan oleh akun lain. Pilih nama pengguna yang " "berbeda." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "Hapus proyek" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Specify repository name" msgid "Specify project name" msgstr "Tentukan nama repositori" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -502,7 +508,7 @@ msgstr "" "Nama pengguna ini sudah digunakan oleh akun lain. Pilih nama pengguna yang " "berbeda." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -510,7 +516,7 @@ msgid "" "characters or less." msgstr "Nama terlalu panjang. Pilih nama dengan panjang kurang dari 100 huruf." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -518,11 +524,11 @@ msgid "" "characters or less." msgstr "Nama terlalu panjang. Pilih nama dengan panjang kurang dari 100 huruf." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -530,23 +536,23 @@ msgid "" "with 400 characters or less." msgstr "Nama terlalu panjang. Pilih nama dengan panjang kurang dari 100 huruf." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Pilih nama pengguna kurang dari 50 huruf." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -577,25 +583,25 @@ msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" "Membuat kode pemulihan baru akan membuat kode yang sudah ada tidak valid." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Verivikasi alamat email atau tambahkan alamat email baru." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Kredensial tidak valid. Coba lagi" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA requirement disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Persyaratan 2FA dinonaktifkan" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -607,60 +613,60 @@ msgstr "" "Registrasi pengguna baru sementara dinonaktifkan. Lihat https://pypi.org/" "help#admin-intervention untuk detailnya." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Konfirmasi Undangan" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "Kembalikan rilis" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "Kembalikan rilis" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Hapus rilisan" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Tidak dapat menemukan undangan peran." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "Pengguna '${username}' sudah memiliki peran ${role_name} di proyek" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "Pengguna '${username}' sudah memiliki peran ${role_name} di proyek" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Anda sekarang menjadi ${role} dari proyek '${project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -668,7 +674,7 @@ msgstr "" "Pengguna '${username}' tidak memiliki alamat email primer yang diverifikasi " "dan tidak dapat ditambahkan sebagai ${role_name} di proyek" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -676,20 +682,20 @@ msgstr "" "Pengguna '${username}' sudah memiliki undangan aktif. Silakan coba lagi " "nanti." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Undangan dikirim ke '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Tidak dapat menemukan undangan peran." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Undangan sudah kedaluwarsa." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Undangan dibatalkan dari '${username}'." @@ -1451,7 +1457,7 @@ msgstr "Formulir pemrosesan error" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Konfirmasi kata sandi" @@ -1463,7 +1469,7 @@ msgstr "Konfirmasi kata sandi untuk melanjutkan" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Kata sandi" @@ -1504,11 +1510,11 @@ msgstr "Kata sandi" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1521,27 +1527,27 @@ msgstr "Kata sandi" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(wajib)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Kata sandi Anda" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Tampilkan kata sandi" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Lupa kata sandi?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2300,8 +2306,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when the organization has been approved" @@ -3114,7 +3120,7 @@ msgstr "Nama anda" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4364,9 +4370,9 @@ msgstr "Hapus akun PyPI Anda" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4776,7 +4782,7 @@ msgstr "Navigasi utama" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4803,37 +4809,50 @@ msgstr "Navigasi utama" msgid "Organization Name" msgstr "Deskripsi proyek" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project description" +msgid "Organization Type: %(org_type)s" +msgstr "Deskripsi proyek" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Undangan peran tidak valid." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4841,11 +4860,11 @@ msgstr "Mengelola" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4854,7 +4873,7 @@ msgstr "Buat sebuah akun" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4863,139 +4882,139 @@ msgstr "Buat sebuah akun" msgid "View" msgstr "Lihat" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Buat sebuah akun" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Buat sebuah akun" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s belum mengunggah proyek apa pun ke PyPI" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Buat sebuah akun" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Undang" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Buat sebuah akun" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Deskripsi proyek" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "Deskripsi proyek" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Dibuat" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when each organization has been approved" msgstr "Anda akan menerima sebuah email dengan tautan untuk reset password." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/it/LC_MESSAGES/messages.po b/warehouse/locale/it/LC_MESSAGES/messages.po index d71e44e3a496..50caa871c5a7 100644 --- a/warehouse/locale/it/LC_MESSAGES/messages.po +++ b/warehouse/locale/it/LC_MESSAGES/messages.po @@ -38,13 +38,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Per eseguire questa azione, l'autenticazione a due fattori deve essere " "abilitata sul tuo account." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Localizzazione aggiornata" @@ -150,15 +156,15 @@ msgstr "Codice TOTP non valido." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Asserzione WebAuthn non valida: Payload malformato" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Codice di recupero non valido." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Il codice di ripristino è stato utilizzato in precedenza." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Nessun utente trovato con questo username o email" @@ -343,8 +349,8 @@ msgstr "Invito per '${project_name}' rifiutato." msgid "You are now ${role} of the '${project_name}' project." msgstr "Ora sei ${role} del progetto '${project_name}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "Trusted publishers are temporarily disabled. See https://pypi.org/" @@ -356,7 +362,7 @@ msgstr "" "Gli editori attendibili sono temporaneamente disabilitati. Vedi https://pypi." "org/help#admin-intervention per dettagli." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "Trusted publishers are temporarily disabled. See https://pypi.org/" @@ -368,7 +374,7 @@ msgstr "" "Gli editori attendibili sono temporaneamente disabilitati. Vedi https://pypi." "org/help#admin-intervention per dettagli." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." @@ -376,22 +382,22 @@ msgstr "" "Devi avere un'email verificata per registrare fonti attendibili. Vedi " "https://pypi.org/help#openid-connect per dettagli." -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "Non puoi registrare più di 3 autori attendibili in attesa per volta." -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" "Troppi tentativi di registrazione di autori attendibili. Riprova più tardi." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "L'autore attendibile non può essere registrato" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." @@ -399,18 +405,18 @@ msgstr "" "Questo autore attendibile è già stato registrato. Si prega di contattare gli " "amministratori PyPi se non è stato un gesto intenzionale." -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Registered a new publishing publisher to create " msgid "Registered a new pending publisher to create " msgstr "Registrato un nuovo editore per creare " -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "ID autore non valido" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "Rimosso autore attendibile dal progetto " @@ -418,11 +424,11 @@ msgstr "Rimosso autore attendibile dal progetto " msgid "Banner Preview" msgstr "Anteprima Annuncio" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "Scegli un account per l'organizzazione con massimo 50 caratteri." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -434,7 +440,7 @@ msgstr "" "devono anche iniziare e terminare con una lettera o un numero. Scegli un " "nome account differente." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -442,7 +448,7 @@ msgstr "" "Questo username è stato già utilizzato da un altro account. Scegli un nome " "diverso." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -454,17 +460,17 @@ msgstr "" "Questo username è stato già utilizzato da un altro account. Scegli un nome " "diverso." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Seleziona progetto" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "Nome Progetto" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -472,19 +478,19 @@ msgstr "" "Inizia e termina con una lettera o un numero contenente solo numeri ASCII, " "'.', '_' e \"-\"." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" "Il nome di questo progetto è stato già utilizzato. Scegli un nome diverso." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "Il nome è troppo lungo. Scegli un nome lungo al massimo 100 caratteri." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." @@ -492,11 +498,11 @@ msgstr "" "L'URL dell'organizzazione è troppo lungo. Specifica un URL lungo al massimo " "400 caratteri." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "L'URL dell'organizzazione deve iniziare con http:// o https://" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -504,15 +510,15 @@ msgstr "" "La descrizione dell'organizzazione è troppo lunga. Utilizza al massimo 400 " "caratteri." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "Scegli un nome del team usando al massimo 50 caratteri." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -520,7 +526,7 @@ msgstr "" "Il nome del team non è valido. Non può iniziare o terminare con uno spazio, " "punto, trattino basso, trattino o barra. Scegli un nome team diverso." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "Questo nome del team è stato già utilizzato. Scegli un nome diverso." @@ -543,23 +549,23 @@ msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" "Generare un nuovo codice di recupero invaliderà i tuoi codici esistenti." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "Verifica la tua email per creare un token API." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Credenziali non valide. Riprova" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" "L'autenticazione a due fattori (2FA) non può disabilitata per progetti " "critici" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." @@ -567,50 +573,50 @@ msgstr "" "La cancellazione dei progetti è temporaneamente disabilitata. Vedi https://" "pypi.org/help#admin-intervention per dettagli." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "Conferma la richiesta" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "release non stralciato" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "release non stralciato" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "Impossibile eliminare il rilascio " -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "Impossibile trovare il file" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "Non è possibile eliminare il file - " -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "Il team '${team_name}' ha già un ruolo ${role_name} per il progetto" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "L'utente '${username}' ha già un ruolo di ${role_name} per il progetto" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Ora ${username} è ${role} del progetto '${project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -618,26 +624,26 @@ msgstr "" "L'utente '${username}' non ha un indirizzo email principale verificato e non " "può essere aggiunto come ${role_name} per il progetto" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "L'utente '${username}' ha già un invito attivo. Riprova più tardi." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Invito mandato a '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Impossibile trovare l'invito del ruolo" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Invito già scaduto." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Invito revocato da '${username}'." @@ -1370,7 +1376,7 @@ msgstr "Modulo per l'elaborazione degli errori" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Conferma la password" @@ -1382,7 +1388,7 @@ msgstr "Conferma la password per continuare" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 #, fuzzy msgid "Password" msgstr "Password" @@ -1424,11 +1430,11 @@ msgstr "Password" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1441,27 +1447,27 @@ msgstr "Password" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(obbligatorio)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "La tua password" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Mostra password" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Password dimenticata?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2215,8 +2221,8 @@ msgstr "" "'%(organization_name)s' è stata inviata." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "Riceverai un'email quando l'organizzazione verrà approvata" @@ -2910,7 +2916,7 @@ msgstr "Il tuo nome" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4142,9 +4148,9 @@ msgstr "Cancella il tuo account PyPI" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4501,7 +4507,7 @@ msgstr "Navigazione principale" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4528,17 +4534,30 @@ msgstr "Navigazione principale" msgid "Organization Name" msgstr "Descrizione progetto" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "️Organization type" +msgid "Organization Type: %(org_type)s" +msgstr "Tipo organizzazione" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "Richiesta inviata" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "Fatturazione non attiva" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" @@ -4547,21 +4566,21 @@ msgstr "" "proprietario dell'organizzazione stessa o da un responsabile della " "fatturazione" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Ruolo dell'invito non valido." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "Inattiva" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4569,11 +4588,11 @@ msgstr "Gestire" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "Gestore della fatturazione" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4582,7 +4601,7 @@ msgstr "Crea un account" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4591,116 +4610,116 @@ msgstr "Crea un account" msgid "View" msgstr "Visualizza" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Crea un account" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "Attiva fatturazione" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Crea un account" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s non ha caricato nessun progetto su PyPI, ancora" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Crea un account" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Invita" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Crea un account" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "Nome account per l'organizzazione" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "Seleziona un nome account per l'organizzazione" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "Questo nome è in uso negli URL di PyPI." #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "Per esempio" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Descrizione progetto" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "Nome azienda, prodotto o progetto" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "URL dell'organizzazione" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "URL per la tua azienda, prodotto o progetto" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "Descrizione progetto" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "Descrizione della tua attività, prodotto o progetto" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "Tipo organizzazione" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." @@ -4709,13 +4728,13 @@ msgstr "" "pagamento, mentre i progetti della comunità hanno accesso gratuito." #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Creato" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request for a new PyPI organization named '%(organization_name)s' " @@ -4725,13 +4744,13 @@ msgstr "" "La tua richiesta per una nuova organizzazione PiPY chiamata " "'%(organization_name)s' è stata inviata." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You will receive an email when the organization has been approved" msgid "You will receive an email when each organization has been approved" msgstr "Riceverai un'email quando l'organizzazione verrà approvata" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ja/LC_MESSAGES/messages.po b/warehouse/locale/ja/LC_MESSAGES/messages.po index b19a2e48f749..f5f72112ca7f 100644 --- a/warehouse/locale/ja/LC_MESSAGES/messages.po +++ b/warehouse/locale/ja/LC_MESSAGES/messages.po @@ -37,13 +37,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "この操作を実行するには、アカウントで 2 要素認証を有効にする必要があります。" # | msgid "Stay updated:" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "ロケールが更新されました (Locale updated)" @@ -148,15 +154,15 @@ msgid "Invalid WebAuthn assertion: Bad payload" msgstr "無効なWebAuthnアサーション:不正なペイロード" # | msgid "Invalid TOTP code." -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "回復コードが無効です。" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "復旧コードは以前に使用済みです。" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "そのユーザ名またはメールアドレスのユーザは見つかりませんでした" @@ -344,8 +350,8 @@ msgstr "'${project_name}' への招待を辞退しました。" msgid "You are now ${role} of the '${project_name}' project." msgstr "プロジェクト '${project_name}' の ${role} になりました。" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "Trusted publishers are temporarily disabled. See https://pypi.org/" @@ -357,7 +363,7 @@ msgstr "" "信頼できる発行元が一時的に無効になっています。詳細については https://pypi." "org/help#admin-intervention を参照してください。" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "Trusted publishers are temporarily disabled. See https://pypi.org/" @@ -369,7 +375,7 @@ msgstr "" "信頼できる発行元が一時的に無効になっています。詳細については https://pypi." "org/help#admin-intervention を参照してください。" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." @@ -377,11 +383,11 @@ msgstr "" "保留中の信頼できる発行元を登録するためには、確認済みのメールが必要です。詳し" "くは、 https://pypi.org/help#openid-connect をご覧ください。" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "一度に保留中の信頼できる発行元を 3 つ以上登録することはできません。" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -393,11 +399,11 @@ msgstr "" "OpenID Connect の登録が試行された回数が多すぎます。後でもう一度やり直してくだ" "さい。" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "信頼できる発行元を登録できませんでした" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." @@ -405,18 +411,18 @@ msgstr "" "この信頼できる発行元は既に登録されています。これが意図的でない場合は、PyPIの" "管理者に連絡してください。" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "このプロジェクトを管理する" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "バージョンの管理" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "プロジェクトの信頼できる発行元を削除しました " @@ -424,11 +430,11 @@ msgstr "プロジェクトの信頼できる発行元を削除しました " msgid "Banner Preview" msgstr "バナーのプレビュー" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "50 文字以下の組織アカウント名を選択します。" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -439,7 +445,7 @@ msgstr "" "フン、アンダースコアで構成する必要があります。また、文字または数字で開始およ" "び終了する必要があります。別の組織のアカウント名を選択します。" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -447,7 +453,7 @@ msgstr "" "この組織アカウント名はすでに使用されています。異なる組織アカウント名を選択し" "てください。" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -459,66 +465,66 @@ msgstr "" "この組織アカウント名はすでに使用されています。異なる組織アカウント名を選択し" "てください。" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "プロジェクトの選択" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "プロジェクト名を指定する" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" "このプロジェクト名はすでに使用されています。異なるプロジェクト名を選択してく" "ださい。" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "組織名が長すぎます。100 文字以下の組織名を選択します。" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "組織の URL が長すぎます。400 文字以下の組織の URL を選択します。" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "組織のURLは http:// または https:// で始まる必要があります" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "組織の説明が長すぎます。400 文字以下の組織の説明を選択します。" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "50文字以下のユーザー名を選択してください。" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" "このチーム名はすでに使用されています。異なるチーム名を選択してください。" @@ -543,23 +549,23 @@ msgstr "リカバリーコードは既に生成済みです" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "新しいリカバリーコードを生成すると、既存のコードが無効となります。" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "メールアドレスを確認するか、新しいアドレスを追加してください。" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "資格情報が無効です。再度試してみてください" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "重要なプロジェクトでは2要素認証を無効にすることはできません" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." @@ -567,62 +573,62 @@ msgstr "" "プロジェクトの削除が一時的に無効になっています。詳細については https://pypi." "org/help#admin-intervention を参照してください。" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "招待の確認" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "pre-release" msgid "Could not yank release - " msgstr "プレリリース" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "pre-release" msgid "Could not un-yank release - " msgstr "プレリリース" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "リリース削除" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "役割への招待が見つかりません。" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "ファイルを削除できませんでした - " -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" "チーム '${team_name}' には、既にプロジェクトの ${role_name} の役割が与えられ" "ています" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" "ユーザ '${username}' には、既にプロジェクトの ${role_name} の役割が与えられて" "います" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "プロジェクト '${project_name}' の ${role} になりました。" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -630,7 +636,7 @@ msgstr "" "ユーザ '${username}' には確認済みの主要メールアドレスが登録されていないため、" "プロジェクトの ${role_name} に追加することはできません" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -638,20 +644,20 @@ msgstr "" "ユーザ '${username}' には既にアクティブな招待があります。後でもう一度お試しく" "ださい。" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "'${username}' に招待を送信しました" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "役割への招待が見つかりません。" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "招待の期限が切れています。" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "'${username}' の招待を無効化しました。" @@ -1416,7 +1422,7 @@ msgstr "エラー処理フォーム" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "パスワードの確認" @@ -1428,7 +1434,7 @@ msgstr "続行するにはパスワードを入力してください" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "パスワード" @@ -1469,11 +1475,11 @@ msgstr "パスワード" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1486,27 +1492,27 @@ msgstr "パスワード" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(必須)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "あなたのパスワード" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "パスワードを表示" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "パスワードをお忘れですか?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2299,8 +2305,8 @@ msgstr "" "信されました。" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "" #| "You will receive another email when the PyPI organization has been " @@ -3095,7 +3101,7 @@ msgstr "氏名" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4391,9 +4397,9 @@ msgstr "PyPIのアカウントを削除" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4756,7 +4762,7 @@ msgstr "メインナビゲーション" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4784,37 +4790,50 @@ msgstr "メインナビゲーション" msgid "Organization Name" msgstr "プロジェクトの説明" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project description" +msgid "Organization Type: %(org_type)s" +msgstr "プロジェクトの説明" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "ロールへの招待が無効です。" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4822,11 +4841,11 @@ msgstr "管理" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4835,7 +4854,7 @@ msgstr "アカウントを作成する" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4844,129 +4863,129 @@ msgstr "アカウントを作成する" msgid "View" msgstr "表示" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "アカウントを作成する" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "アカウントを作成する" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s はまだPyPIにプロジェクトをアップロードしていません" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "アカウントを作成する" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Changed by:" msgid "Submitted %(submitted)s" msgstr "変更者:" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "アカウントを作成する" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "プロジェクトの説明" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "プロジェクトの説明" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "作成日時" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request for a new PyPI organization named \"%(organization_name)s\" " @@ -4976,7 +4995,7 @@ msgstr "" "\"%(organization_name)s\" という名前の新しい PyPI 組織に対するリクエストが送" "信されました。" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "" #| "You will receive another email when the PyPI organization has been " @@ -4984,7 +5003,7 @@ msgstr "" msgid "You will receive an email when each organization has been approved" msgstr "PyPI組織が承認されると、別のメールが届きます。" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/jv/LC_MESSAGES/messages.po b/warehouse/locale/jv/LC_MESSAGES/messages.po index 27d07a65277a..c745ced4e7c0 100644 --- a/warehouse/locale/jv/LC_MESSAGES/messages.po +++ b/warehouse/locale/jv/LC_MESSAGES/messages.po @@ -15,11 +15,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -107,15 +113,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -285,55 +291,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -341,11 +347,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -353,74 +359,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -440,91 +446,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1213,7 +1219,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1225,7 +1231,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1266,11 +1272,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1283,27 +1289,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1919,8 +1925,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2449,7 +2455,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3524,9 +3530,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3820,7 +3826,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3842,52 +3848,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3896,120 +3914,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ka/LC_MESSAGES/messages.po b/warehouse/locale/ka/LC_MESSAGES/messages.po index d72accbb6f4d..71db7f4af123 100644 --- a/warehouse/locale/ka/LC_MESSAGES/messages.po +++ b/warehouse/locale/ka/LC_MESSAGES/messages.po @@ -19,13 +19,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "ამ ქმედებისთვის საჭიროა თქვენს ანგარიშზე გქონდეთ გააქტიურებული ორმაგი " "ავთენტიფიკაცია." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "ადგილობრივები განახლდა" @@ -121,15 +127,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -302,30 +308,30 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -334,26 +340,26 @@ msgid "" "again later." msgstr "დაფიქსირდა გადაჭარბებული შესვლის მცდელობა. სცადეთ მოგვიანებით." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -361,11 +367,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -373,74 +379,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -460,91 +466,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1233,7 +1239,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1245,7 +1251,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1286,11 +1292,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1303,27 +1309,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1939,8 +1945,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2469,7 +2475,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3544,9 +3550,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3840,7 +3846,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3862,52 +3868,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3916,120 +3934,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ko/LC_MESSAGES/messages.po b/warehouse/locale/ko/LC_MESSAGES/messages.po index 2c481077c9d7..293a7ea98060 100644 --- a/warehouse/locale/ko/LC_MESSAGES/messages.po +++ b/warehouse/locale/ko/LC_MESSAGES/messages.po @@ -43,11 +43,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "이 작업을 수행하려면 계정에서 2차 인증을 활성화해야 합니다." -#: warehouse/views.py:266 +#: warehouse/views.py:282 #, fuzzy msgid "Locale updated" msgstr "언어 업데이트됨" @@ -149,15 +155,15 @@ msgstr "잘못된 TOTP 코드입니다." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "잘못된 WebAuthn 승인: 잘못된 페이로드" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "잘못된 복구 코드입니다." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "복구 코드는 이전에 사용되었습니다." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "해당 사용자 이름이나 이메일로 사용자를 찾을 수 없습니다" @@ -354,8 +360,8 @@ msgstr "'${project_name}'의 초대가 거부되었습니다." msgid "You are now ${role} of the '${project_name}' project." msgstr "당신은 이제 '${project_name}' 프로젝트의 ${role} 역할 입니다." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -367,7 +373,7 @@ msgstr "" "새 사용자 등록이 잠시 불가능한 상태입니다. https://pypi.org/help#admin-" "intervention 에서 자세한 내용을 확인하세요." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -379,7 +385,7 @@ msgstr "" "새 사용자 등록이 잠시 불가능한 상태입니다. https://pypi.org/help#admin-" "intervention 에서 자세한 내용을 확인하세요." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." @@ -387,12 +393,12 @@ msgstr "" "새로운 사용자 등록을 위해 확인된 이메일 계정이 필요합니다. 다음 사이트를 참조" "하세요. https://pypi.org/help#openid-connect ." -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" "한 번의 3개 이상의 처리되지 않은 신뢰할 수 있는 공급자를 등록할 수 없습니다" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -401,11 +407,11 @@ msgid "" "again later." msgstr "너무 많은 잘못된 로그인 시도가 있었습니다. 나중에 다시 시도해주세요." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "신뢰할 수 있는 공급자가 등록될 수 없습니다" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." @@ -413,18 +419,18 @@ msgstr "" "이 신뢰할 수 있는 공급자는 이미 등록되었습니다. 이러한 시도가 의도한 것이 아" "니라면, PyPI 관리자에게 연락하십시오." -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Registered a new publishing publisher to create " msgid "Registered a new pending publisher to create " msgstr "생성을 위한 새로운 퍼블리싱 공급자를 등록하였습니다 " -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "유효하지 않은 퍼블리셔 ID" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "프로젝트에 대한 신뢰할 수 있는 공급자가 제거됨 " @@ -432,11 +438,11 @@ msgstr "프로젝트에 대한 신뢰할 수 있는 공급자가 제거됨 " msgid "Banner Preview" msgstr "배너 미리보기" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "50자 이하의 조직 계정 이름을 선택하세요." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -447,7 +453,7 @@ msgstr "" "밑줄로 구성되어야 합니다. 또한 문자나 숫자로 시작하고 끝나야 합니다. 다른 조" "직 계정 이름을 선택하세요." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This organization account name is already being used by another account. " @@ -459,7 +465,7 @@ msgstr "" "이 조직 계정 이름은 이미 다른 계정에서 사용 중입니다. 다른 조직 계정 이름을 " "선택합니다." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name is already being used by another account. " @@ -471,17 +477,17 @@ msgstr "" "이 조직 계정 이름은 이미 다른 계정에서 사용 중입니다. 다른 조직 계정 이름을 " "선택합니다." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "프로젝트을 선택하세요." -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "프로젝트 이름을 적어주세요." -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 #, fuzzy msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " @@ -489,7 +495,7 @@ msgid "" msgstr "" "ASCII 숫자 및 '.', '_' 및 '-'만 포함하는 문자 또는 숫자로 시작하고 끝냅니다." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This organization account name is already being used by another account. " @@ -500,23 +506,23 @@ msgstr "" "이 조직 계정 이름은 이미 다른 계정에서 사용 중입니다. 다른 조직 계정 이름을 " "선택합니다." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "조직 이름이 너무 깁니다. 100자 이하의 조직 이름으로 지정해 주세요." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "조직 URL이 너무 깁니다. 400자 이하의 조직 URL을 선택해 주세요." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "조직의 URL은 http:// or https:// 로 시작되어야 합니다" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -524,15 +530,15 @@ msgid "" "with 400 characters or less." msgstr "너무 긴 이름입니다. 100글자 이하의 이름을 입력해주세요." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "사용자 이름을 50자 내로 정해 주세요." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -540,7 +546,7 @@ msgstr "" "팀 이름이 잘못되었습니다. 팀 이름은 공백( ), 마침표(.), 밑줄(_), 하이픈(-) 또" "는 슬래시(/)로 시작하거나 끝날 수 없습니다. 다른 이름으로 지정해 주세요." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "이 팀 이름은 이미 사용 중입니다. 다른 이름으로 지정해 주세요." @@ -564,25 +570,25 @@ msgstr "복구 코드가 이미 생성되었습니다" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "복구 코드를 새로 생성하면 기존 코드가 무효화됩니다." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "이메일을 확인하거나 새로운 주소를 추가하세요." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "잘못된 자격 증명입니다. 다시 한 번 시도해 보세요" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "Requires:" msgid "2FA requirement cannot be disabled for critical projects" msgstr "요구사항:" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -594,44 +600,44 @@ msgstr "" "새 사용자 등록이 잠시 불가능한 상태입니다. https://pypi.org/help#admin-" "intervention 에서 자세한 내용을 확인하세요." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "초대 확인" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "New releases" msgid "Could not yank release - " msgstr "새 릴리즈" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "New releases" msgid "Could not un-yank release - " msgstr "새 릴리즈" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "릴리즈 삭제" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "역할 초대를 찾을 수 없습니다." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "파일을 삭제할 수 없습니다 - " -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" @@ -639,19 +645,19 @@ msgstr "" "사용자 '${username}'는 이미 ${role_name}이라는 이 프로젝트의 역할을 가지고 있" "습니다" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" "사용자 '${username}'는 이미 ${role_name}이라는 이 프로젝트의 역할을 가지고 있" "습니다" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "당신은 이제 '${project_name}' 프로젝트의 ${role} 역할 입니다." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -659,7 +665,7 @@ msgstr "" "사용자 '${username}'는 인증된 이메일을 가지고 있지 않으므로 이 프로젝트에서 " "${role_name}으로 추가될 수 없습니다" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -667,20 +673,20 @@ msgstr "" "사용자 '${username}'는 이미 활성화되어 있는 초대를 가지고 있습니다. 나중에 다" "시 시도해보세요." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "'${username}'에게 초대가 전송되었습니다" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "역할 초대를 찾을 수 없습니다." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "초대가 이미 만료되었습니다." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "'${username}'의 초대가 취소되었습니다." @@ -1417,7 +1423,7 @@ msgstr "입력값을 처리하는데 오류가 발생했습니다" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "패스워드 확인" @@ -1429,7 +1435,7 @@ msgstr "다음으로 행하기 위해 비밀번호를 확인해주세요" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "패스워드" @@ -1470,11 +1476,11 @@ msgstr "패스워드" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1487,27 +1493,27 @@ msgstr "패스워드" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(필수)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "패스워드를 입력하세요" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "패스워드 보이기" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "패스워드를 잊으셨습니까?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2238,8 +2244,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2968,7 +2974,7 @@ msgstr "이름을 입력해주세요" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4168,9 +4174,9 @@ msgstr "PyPI 계정 삭제" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4527,7 +4533,7 @@ msgstr "메인 내비게이션" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4555,37 +4561,50 @@ msgstr "메인 내비게이션" msgid "Organization Name" msgstr "프로젝트 문서" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project documentation" +msgid "Organization Type: %(org_type)s" +msgstr "프로젝트 문서" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "역할 초대가 유효하지 않습니다." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4593,11 +4612,11 @@ msgstr "관리" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4606,7 +4625,7 @@ msgstr "계정 생성하기" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4615,137 +4634,137 @@ msgstr "계정 생성하기" msgid "View" msgstr "보기" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "계정 생성하기" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "계정 생성하기" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s 사용자는 아직 PyPI에 프로젝트를 등록하지 않았습니다" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "계정 생성하기" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Changed by:" msgid "Submitted %(submitted)s" msgstr "변경한 사용자:" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "계정 생성하기" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project documentation" msgid "Organization display name" msgstr "프로젝트 문서" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project documentation" msgid "Organization description" msgstr "프로젝트 문서" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "생성일" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/lzh/LC_MESSAGES/messages.po b/warehouse/locale/lzh/LC_MESSAGES/messages.po index 74f6a4c4fbf9..7bfbf861e330 100644 --- a/warehouse/locale/lzh/LC_MESSAGES/messages.po +++ b/warehouse/locale/lzh/LC_MESSAGES/messages.po @@ -19,13 +19,19 @@ msgstr "" "X-Generator: Weblate 4.17-dev\n" #: warehouse/views.py:141 +msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 #, fuzzy msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "执行此操作之前,必须开启账号的双重认证机制。" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "地点已更新" @@ -120,15 +126,15 @@ msgstr "TOTP码无效。" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "WebAuthn议者无效:无效压" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "归码无效。" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "尝用归码。" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "无持此名与此邮户籍" @@ -301,30 +307,30 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -333,26 +339,26 @@ msgid "" "again later." msgstr "登陆失败的尝试太频繁,请稍后再试。" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -360,11 +366,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -372,76 +378,76 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "择一名持50符与少者。" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -465,91 +471,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1240,7 +1246,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1252,7 +1258,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1293,11 +1299,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1310,27 +1316,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1946,8 +1952,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2478,7 +2484,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3555,9 +3561,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3851,7 +3857,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3873,52 +3879,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3927,120 +3945,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/mk/LC_MESSAGES/messages.po b/warehouse/locale/mk/LC_MESSAGES/messages.po index bf51fad6e220..7cf81e438ed8 100644 --- a/warehouse/locale/mk/LC_MESSAGES/messages.po +++ b/warehouse/locale/mk/LC_MESSAGES/messages.po @@ -23,13 +23,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Дво-факторна автентикација мора да се вклучи на вашиот акаунт за да се " "изврши оваа акција." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Јазикот е обновен" @@ -119,15 +125,15 @@ msgstr "Невалиден TOTP код." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Невалиден резервен код." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Резервниот код веќе бил употребен." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -297,57 +303,57 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 #, fuzzy #| msgid "OpenID Connect provider removed" msgid "The trusted publisher could not be registered" msgstr "OpenID Connect провајдер отстранет" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 #, fuzzy #| msgid "OpenID Connect provider removed" msgid "Removed trusted publisher for project " @@ -357,11 +363,11 @@ msgstr "OpenID Connect провајдер отстранет" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -369,74 +375,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -456,91 +462,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1231,7 +1237,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1243,7 +1249,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1284,11 +1290,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1301,27 +1307,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1937,8 +1943,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2467,7 +2473,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3544,9 +3550,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3844,7 +3850,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3866,52 +3872,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3920,120 +3938,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ml/LC_MESSAGES/messages.po b/warehouse/locale/ml/LC_MESSAGES/messages.po index 469d4ff0aa4d..9fa70e99dc34 100644 --- a/warehouse/locale/ml/LC_MESSAGES/messages.po +++ b/warehouse/locale/ml/LC_MESSAGES/messages.po @@ -20,13 +20,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "ഈ പ്രവർത്തനം നടത്താൻ നിങ്ങളുടെ അക്കൗണ്ടിൽ രണ്ട്-ഘടക പ്രാമാണീകരണം " "പ്രവർത്തനക്ഷമമാക്കിയിരിക്കണം." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "ലോക്കൽ അപ്ഡേറ്റ് ചെയ്തു" @@ -126,15 +132,15 @@ msgstr "അസാധുവായ TOTP കോഡ്." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "WebAuthn അവകാശവാദം അസാധുവാണ്: മോശം പേലോഡ്" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "അസാധുവായ റിക്കവറി കോഡ്." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "റിക്കവറി കോഡ് മുമ്പ് ഉപയോഗിച്ചിരുന്നു." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "ആ ഉപയോക്തൃനാമമോ ഇമെയിലോ ഉള്ള ഒരു ഉപയോക്താവിനെയും കണ്ടെത്തിയില്ല" @@ -314,8 +320,8 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -327,7 +333,7 @@ msgstr "" "പുതിയ ഉപയോക്തൃ രജിസ്ട്രേഷൻ താൽക്കാലികമായി പ്രവർത്തനരഹിതമാക്കി. വിശദാംശങ്ങൾക്ക് https://" "pypi.org/help#admin-intervention കാണുക." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -339,17 +345,17 @@ msgstr "" "പുതിയ ഉപയോക്തൃ രജിസ്ട്രേഷൻ താൽക്കാലികമായി പ്രവർത്തനരഹിതമാക്കി. വിശദാംശങ്ങൾക്ക് https://" "pypi.org/help#admin-intervention കാണുക." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -358,26 +364,26 @@ msgid "" "again later." msgstr "വളരെയധികം പരാജയപ്പെട്ട ലോഗിൻ ശ്രമങ്ങൾ നടന്നിട്ടുണ്ട്. പിന്നീട് വീണ്ടും ശ്രമിക്കുക." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -385,13 +391,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "50 പ്രതീകങ്ങളോ അതിൽ കുറവോ ഉള്ള ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -407,7 +413,7 @@ msgstr "" "എന്നിവ ഉൾക്കൊള്ളണം. കൂടാതെ ഒരു അക്ഷരമോ നമ്പറോ ഉപയോഗിച്ച് ആരംഭിക്കുകയും പൂർത്തിയാക്കുകയും " "വേണം. മറ്റൊരു ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -418,7 +424,7 @@ msgid "" msgstr "" "ഈ ഉപയോക്തൃനാമം ഇതിനകം മറ്റൊരു അക്കൗണ്ട് ഉപയോഗിക്കുന്നു. മറ്റൊരു ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -429,21 +435,21 @@ msgid "" msgstr "" "ഈ ഉപയോക്തൃനാമം ഇതിനകം മറ്റൊരു അക്കൗണ്ട് ഉപയോഗിക്കുന്നു. മറ്റൊരു ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -453,7 +459,7 @@ msgid "" msgstr "" "ഈ ഉപയോക്തൃനാമം ഇതിനകം മറ്റൊരു അക്കൗണ്ട് ഉപയോഗിക്കുന്നു. മറ്റൊരു ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "" @@ -461,39 +467,39 @@ msgid "" "characters or less." msgstr "50 പ്രതീകങ്ങളോ അതിൽ കുറവോ ഉള്ള ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "50 പ്രതീകങ്ങളോ അതിൽ കുറവോ ഉള്ള ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -518,21 +524,21 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -544,71 +550,71 @@ msgstr "" "പുതിയ ഉപയോക്തൃ രജിസ്ട്രേഷൻ താൽക്കാലികമായി പ്രവർത്തനരഹിതമാക്കി. വിശദാംശങ്ങൾക്ക് https://" "pypi.org/help#admin-intervention കാണുക." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1304,7 +1310,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1316,7 +1322,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1357,11 +1363,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1374,27 +1380,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2010,8 +2016,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2544,7 +2550,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3621,9 +3627,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3919,7 +3925,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3941,52 +3947,65 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Choose a username with 50 characters or less." +msgid "Organization Type: %(org_type)s" +msgstr "50 പ്രതീകങ്ങളോ അതിൽ കുറവോ ഉള്ള ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3995,126 +4014,126 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Pending organization requests" msgstr "50 പ്രതീകങ്ങളോ അതിൽ കുറവോ ഉള്ള ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Request a new organization" msgstr "50 പ്രതീകങ്ങളോ അതിൽ കുറവോ ഉള്ള ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Organization display name" msgstr "50 പ്രതീകങ്ങളോ അതിൽ കുറവോ ഉള്ള ഉപയോക്തൃനാമം തിരഞ്ഞെടുക്കുക" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/mni/LC_MESSAGES/messages.po b/warehouse/locale/mni/LC_MESSAGES/messages.po index 4dcc19a0a5ba..d4f5ba72eb9a 100644 --- a/warehouse/locale/mni/LC_MESSAGES/messages.po +++ b/warehouse/locale/mni/LC_MESSAGES/messages.po @@ -17,11 +17,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -109,15 +115,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -287,55 +293,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -343,11 +349,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -355,74 +361,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -442,91 +448,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1215,7 +1221,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1227,7 +1233,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1268,11 +1274,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1285,27 +1291,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1921,8 +1927,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2451,7 +2457,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3526,9 +3532,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3822,7 +3828,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3844,52 +3850,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3898,120 +3916,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/mr/LC_MESSAGES/messages.po b/warehouse/locale/mr/LC_MESSAGES/messages.po index 033d19733984..d04a08aa7820 100644 --- a/warehouse/locale/mr/LC_MESSAGES/messages.po +++ b/warehouse/locale/mr/LC_MESSAGES/messages.po @@ -22,11 +22,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "अद्ययावत लोकॅल" @@ -124,15 +130,15 @@ msgstr "अवैध TOTP कोड." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "अवैध WebAuthn प्रतिपादन: खराब पेलोड" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "अवैध पुनर्प्राप्ती कोड." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "वापरकर्तानाव किंवा ईमेल असलेला कोणताही वापरकर्ता आढळला नाही" @@ -333,8 +339,8 @@ msgstr "'${project_name}' चे आमंत्रण नाकारले ग msgid "You are now ${role} of the '${project_name}' project." msgstr "आपण आता '${project_name}' प्रोजेक्टची ${role} आहात." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -346,7 +352,7 @@ msgstr "" "नवीन वापरकर्ता नोंदणी तात्पुरती अक्षम केली. तपशीलांसाठी https://pypi.org/help#admin-" "intervention पहा." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -358,17 +364,17 @@ msgstr "" "नवीन वापरकर्ता नोंदणी तात्पुरती अक्षम केली. तपशीलांसाठी https://pypi.org/help#admin-" "intervention पहा." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -377,26 +383,26 @@ msgid "" "again later." msgstr "बरेच लॉगिन प्रयत्न अयशस्वी झाले. पुन्हा प्रयत्न करा." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -404,13 +410,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "50 किंवा त्यापेक्षा कमी वर्ण असलेले वापरकर्तानाव निवडा." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -426,7 +432,7 @@ msgstr "" "असणे आवश्यक आहे. आणि प्रारंभ आणि समाप्त अक्षर किंवा आकड्याने करणे आवश्यक आहे. भिन्न " "वापरकर्तानाव निवडा." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -436,7 +442,7 @@ msgid "" "organization account name." msgstr "हे वापरकर्तानाव आधीपासूनच दुसर्‍या खात्याने वापरलेले आहे. भिन्न वापरकर्तानाव निवडा." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -446,25 +452,25 @@ msgid "" "organization account name." msgstr "हे वापरकर्तानाव आधीपासूनच दुसर्‍या खात्याने वापरलेले आहे. भिन्न वापरकर्तानाव निवडा." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Search projects" msgid "Select project" msgstr "प्रकल्प शोधा" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "प्रकल्पाचे नाव" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -473,7 +479,7 @@ msgid "" "This project name has already been used. Choose a different project name." msgstr "हे वापरकर्तानाव आधीपासूनच दुसर्‍या खात्याने वापरलेले आहे. भिन्न वापरकर्तानाव निवडा." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -481,7 +487,7 @@ msgid "" "characters or less." msgstr "नाव खूप मोठे आहे. १०० किंवा त्याहून कमी वर्ण असलेले नाव निवडा." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -489,11 +495,11 @@ msgid "" "characters or less." msgstr "नाव खूप मोठे आहे. १०० किंवा त्याहून कमी वर्ण असलेले नाव निवडा." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -501,23 +507,23 @@ msgid "" "with 400 characters or less." msgstr "नाव खूप मोठे आहे. १०० किंवा त्याहून कमी वर्ण असलेले नाव निवडा." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "50 किंवा त्यापेक्षा कमी वर्ण असलेले वापरकर्तानाव निवडा." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -543,21 +549,21 @@ msgstr "पुनर्प्राप्ती कोड आधीपासू msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -569,77 +575,77 @@ msgstr "" "नवीन वापरकर्ता नोंदणी तात्पुरती अक्षम केली. तपशीलांसाठी https://pypi.org/help#admin-" "intervention पहा." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "रीलिझ हटवा" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "आपण आता '${project_name}' प्रोजेक्टची ${role} आहात." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 #, fuzzy #| msgid "Email already verified" msgid "Invitation already expired." msgstr "ईमेल आधीच सत्यापित आहे" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1357,7 +1363,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "पासवर्डची पुष्टी करा" @@ -1371,7 +1377,7 @@ msgstr "पासवर्डची पुष्टी करा" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1412,11 +1418,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1429,27 +1435,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2074,8 +2080,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2625,7 +2631,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3726,9 +3732,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4039,7 +4045,7 @@ msgstr "PyPI नेव्हिगेशन चा वापर" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4065,47 +4071,60 @@ msgstr "PyPI नेव्हिगेशन चा वापर" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "भूमिका आमंत्रण वैध नाही." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "भूमिका आमंत्रण वैध नाही." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "View file options" msgid "View this organization" @@ -4114,7 +4133,7 @@ msgstr "फाईल पर्याय पहा" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4123,131 +4142,131 @@ msgstr "फाईल पर्याय पहा" msgid "View" msgstr "पहा" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "View file options" msgid "Activate billing for this organization" msgstr "फाईल पर्याय पहा" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "View file options" msgid "Pending organization requests" msgstr "फाईल पर्याय पहा" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "view release" msgid "Submitted %(submitted)s" msgstr "प्रकाशन पहा" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "View file options" msgid "Request a new organization" msgstr "फाईल पर्याय पहा" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Role invitation is not valid." msgid "Organization display name" msgstr "भूमिका आमंत्रण वैध नाही." #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Create account" msgid "Create" msgstr "खाते तयार करा" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/nb_NO/LC_MESSAGES/messages.po b/warehouse/locale/nb_NO/LC_MESSAGES/messages.po index c575eddbcc0f..eea8d9ad3d30 100644 --- a/warehouse/locale/nb_NO/LC_MESSAGES/messages.po +++ b/warehouse/locale/nb_NO/LC_MESSAGES/messages.po @@ -22,11 +22,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -133,19 +139,19 @@ msgstr "Ugyldig TOTP-kode." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 #, fuzzy #| msgid "Invalid TOTP code." msgid "Invalid recovery code." msgstr "Ugyldig TOTP-kode." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 #, fuzzy #| msgid "Recovery Codes" msgid "Recovery code has been previously used." msgstr "Gjenopprettelseskoder" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 #, fuzzy msgid "No user found with that username or email" msgstr "Fant ingen bruker med det brukernavnet eller e-postadressen" @@ -338,30 +344,30 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "Du har ikke eierskap i dette prosjektet" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -371,30 +377,30 @@ msgid "" msgstr "" "Det har blitt utført for mange feilede innloggingsforsøk. Prøv igjen senere." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "Håndter dette prosjektet" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Håndter versjon" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -402,13 +408,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Velg et brukernavn med 50 eller færre tegn." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -424,7 +430,7 @@ msgstr "" "punktum, bindestreker og understreker. Det må også starte og slutte med en " "bokstav eller nummer. Velg et annet brukernavn." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -436,7 +442,7 @@ msgstr "" "Dette brukernavnet er allerede i bruk av en annen konto. Velg et annet " "brukernavn." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -448,25 +454,25 @@ msgstr "" "Dette brukernavnet er allerede i bruk av en annen konto. Velg et annet " "brukernavn." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "Slett prosjekt" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "Prosjektnavn" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -477,7 +483,7 @@ msgstr "" "Dette brukernavnet er allerede i bruk av en annen konto. Velg et annet " "brukernavn." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -485,7 +491,7 @@ msgid "" "characters or less." msgstr "Navnet er for langt. Velg et navn med 100 eller færre tegn." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -493,11 +499,11 @@ msgid "" "characters or less." msgstr "Navnet er for langt. Velg et navn med 100 eller færre tegn." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -505,23 +511,23 @@ msgid "" "with 400 characters or less." msgstr "Navnet er for langt. Velg et navn med 100 eller færre tegn." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Velg et brukernavn med 50 eller færre tegn." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -549,98 +555,98 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "Requires:" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Krever:" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm form" msgid "Confirm the request" msgstr "Bekreft skjema" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are not an owner of this project" msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Du har ikke eierskap i dette prosjektet" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 #, fuzzy msgid "Invitation already expired." msgstr "E-postadresse allerede bekreftet" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1403,7 +1409,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Bekreft passord" @@ -1417,7 +1423,7 @@ msgstr "Bekreft brukernavnet ditt for å fortsette." #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Passord" @@ -1458,11 +1464,11 @@ msgstr "Passord" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1475,27 +1481,27 @@ msgstr "Passord" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(påkrevd)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Ditt passord" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Vis passord" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Glemt passordet?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2164,8 +2170,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2796,7 +2802,7 @@ msgstr "Ditt navn" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3960,9 +3966,9 @@ msgstr "Slett din PyPI-konto" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4287,7 +4293,7 @@ msgstr "Hovednavigasjon" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4314,35 +4320,48 @@ msgstr "Hovednavigasjon" msgid "Organization Name" msgstr "Prosjektdokumentasjon" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project documentation" +msgid "Organization Type: %(org_type)s" +msgstr "Prosjektdokumentasjon" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4350,11 +4369,11 @@ msgstr "Håndter" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4363,7 +4382,7 @@ msgstr "Opprett en konto" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4372,135 +4391,135 @@ msgstr "Opprett en konto" msgid "View" msgstr "Vis" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Opprett en konto" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Opprett en konto" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Opprett en konto" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Changed by:" msgid "Submitted %(submitted)s" msgstr "Endret av:" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Opprett en konto" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project documentation" msgid "Organization display name" msgstr "Prosjektdokumentasjon" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project documentation" msgid "Organization description" msgstr "Prosjektdokumentasjon" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Opprettet" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ne/LC_MESSAGES/messages.po b/warehouse/locale/ne/LC_MESSAGES/messages.po index fec5f01bc6e3..23cf224b7dfd 100644 --- a/warehouse/locale/ne/LC_MESSAGES/messages.po +++ b/warehouse/locale/ne/LC_MESSAGES/messages.po @@ -18,11 +18,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "यो कार्य गर्न तपाईंको खातामा दुई-कारक प्रमाणीकरण सक्षम हुनुपर्छ।" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "लोकेल अपडेट गरियो" @@ -121,15 +127,15 @@ msgstr "अवैध TOTP कोड।" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "अवैध WebAuthn assertion: खराब पेलोड" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "अवैध रिकभरी कोड।" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "रिकभरी कोड पहिले प्रयोग गरिएको छ।" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "त्यो प्रयोगकर्ता नाम वा इमेल भएको कुनै प्रयोगकर्ता फेला परेन" @@ -308,8 +314,8 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -321,7 +327,7 @@ msgstr "" "नयाँ प्रयोगकर्ता दर्ता अस्थायी रूपमा असक्षम गरियो। विवरणहरूको लागि https://pypi.org/" "help#admin-intervention हेर्नुहोस्।" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -333,17 +339,17 @@ msgstr "" "नयाँ प्रयोगकर्ता दर्ता अस्थायी रूपमा असक्षम गरियो। विवरणहरूको लागि https://pypi.org/" "help#admin-intervention हेर्नुहोस्।" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -352,26 +358,26 @@ msgid "" "again later." msgstr "धेरै असफल लगइन प्रयासहरू भएका छन्। पछि फेरि प्रयास गर्नुहोस्।" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -379,11 +385,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -391,76 +397,76 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "50 वा कम वर्णहरू भएको प्रयोगकर्ता नाम छान्नुहोस्।" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -486,21 +492,21 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -512,71 +518,71 @@ msgstr "" "नयाँ प्रयोगकर्ता दर्ता अस्थायी रूपमा असक्षम गरियो। विवरणहरूको लागि https://pypi.org/" "help#admin-intervention हेर्नुहोस्।" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1267,7 +1273,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1279,7 +1285,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1320,11 +1326,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1337,27 +1343,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1973,8 +1979,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2503,7 +2509,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3580,9 +3586,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3878,7 +3884,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3900,52 +3906,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3954,120 +3972,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/nl/LC_MESSAGES/messages.po b/warehouse/locale/nl/LC_MESSAGES/messages.po index 7e75d2a069a5..e7b6b19b9fda 100644 --- a/warehouse/locale/nl/LC_MESSAGES/messages.po +++ b/warehouse/locale/nl/LC_MESSAGES/messages.po @@ -26,13 +26,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Twee-factor-authenticatie moet op uw account zijn ingeschakeld om deze actie " "uit te voeren." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Regio aangepast" @@ -134,15 +140,15 @@ msgstr "Ongeldige TOTP-code." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Ongeldige WebAuthn-assertion: slechte payload" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Ongeldige herstelcode." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Herstelcode is al eerder gebruikt." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Geen gebruiker gevonden met die gebruikersnaam of e-mailadres" @@ -323,8 +329,8 @@ msgstr "Uitnodiging voor '${project_name}' is geweigerd." msgid "You are now ${role} of the '${project_name}' project." msgstr "U bent nu ${role} van het '${project_name}' project." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -336,7 +342,7 @@ msgstr "" "Registratie van nieuwe gebruikers is tijdelijk stopgezet. Zie https://pypi." "org/help#admin-intervention voor meer details." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -348,17 +354,17 @@ msgstr "" "Registratie van nieuwe gebruikers is tijdelijk stopgezet. Zie https://pypi." "org/help#admin-intervention voor meer details." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -370,28 +376,28 @@ msgstr "" "Er zijn te veel OpenID Connect registratiepogingen gedaan. Probeer het later " "nog eens." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Create an account" msgid "Invalid publisher ID" msgstr "Account aanmaken" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -399,11 +405,11 @@ msgstr "" msgid "Banner Preview" msgstr "Bannervoorbeeld" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "Kies een organisatieaccountnaam met 50 tekens of minder." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -415,7 +421,7 @@ msgstr "" "moeten beginnen en eindigen met een letter of cijfer. Kies een andere " "organisatieaccountnamen." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -423,7 +429,7 @@ msgstr "" "Deze organisatieaccountnaam is al in gebruik. Kies een andere " "organisatieaccountnaam." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -435,15 +441,15 @@ msgstr "" "Deze organisatieaccountnaam is al in gebruik. Kies een andere " "organisatieaccountnaam." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Selecteer project" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Geef projectnaam op" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -451,29 +457,29 @@ msgstr "" "Begin en eindig met een letter of cijfer met alleen ASCII-cijfers en '.', " "'_' en '-'." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "Deze projectnaam is al in gebruik. Kies een andere projectnaam." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" "De organisatieaccountnaam is te lang. Kies een naam met 100 tekens of minder." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "De organisatie-URL is te lang. Kies een URL met 100 tekens of minder." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -481,23 +487,23 @@ msgstr "" "De organisatieomschrijving is te lang. Kies een omschrijving met 400 tekens " "of minder." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Kies een gebruikersnaam met 50 tekens of minder." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This project name has already been used. Choose a different project name." @@ -524,23 +530,23 @@ msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" "Als u nieuwe herstelcodes genereert, worden uw bestaande codes ongeldig." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Ongeldige inloggegevens. Probeer het opnieuw" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "(required)" msgid "2FA requirement cannot be disabled for critical projects" msgstr "(verplicht)" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -552,54 +558,54 @@ msgstr "" "Registratie van nieuwe gebruikers is tijdelijk stopgezet. Zie https://pypi." "org/help#admin-intervention voor meer details." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Uitnodiging accepteren" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Kan roluitnodiging niet vinden." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "Gebruiker '${username}' heeft al de ${role_name} rol voor project" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "Gebruiker '${username}' heeft al de ${role_name} rol voor project" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "U bent nu ${role} van het '${project_name}' project." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -607,7 +613,7 @@ msgstr "" "Gebruiker '${gebruikersnaam}' heeft geen geverifieerd primair e-mailadres en " "kan niet worden toegevoegd als een ${role_name} voor project" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -615,20 +621,20 @@ msgstr "" "Gebruiker '${username}' heeft al een actieve uitnodiging. Probeer het later " "nog eens." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Uitnodiging verzonden naar '${gebruikersnaam}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Kan roluitnodiging niet vinden." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Uitnodiging is al verlopen." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Uitnodiging van '${gebruikersnaam}' is ingetrokken." @@ -1378,7 +1384,7 @@ msgstr "Fout bij het verwerken van het formulier" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Wachtwoord bevestigen" @@ -1390,7 +1396,7 @@ msgstr "Bevestig het wachtwoord om door te gaan" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Wachtwoord" @@ -1431,11 +1437,11 @@ msgstr "Wachtwoord" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1448,27 +1454,27 @@ msgstr "Wachtwoord" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(verplicht)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Uw watchwoord" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Laat wachtwoord zien" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Wachtwoord vergeten?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2264,8 +2270,8 @@ msgstr "" "\"%(organization_name)s\" is ingediend." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "" #| "You will receive another email when the PyPI organization has been " @@ -3090,7 +3096,7 @@ msgstr "Uw naam" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4265,9 +4271,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4588,7 +4594,7 @@ msgstr "Hoofdnavigatie" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4615,47 +4621,60 @@ msgstr "Hoofdnavigatie" msgid "Organization Name" msgstr "Uitnodiging accepteren" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "Rol uitnodiging is niet valide." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Rol uitnodiging is niet valide." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4664,7 +4683,7 @@ msgstr "Account aanmaken" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4673,126 +4692,126 @@ msgstr "Account aanmaken" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Account aanmaken" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Account aanmaken" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s heeft nog geen projecten op PyPi geüploadt" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Account aanmaken" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Account aanmaken" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm Invite" msgid "Organization display name" msgstr "Uitnodiging accepteren" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Create account" msgid "Create" msgstr "Account aanmaken" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request for a new PyPI organization named \"%(organization_name)s\" " @@ -4802,7 +4821,7 @@ msgstr "" "Uw aanvraag voor een nieuwe PyPI-organisatie met de naam " "\"%(organization_name)s\" is ingediend." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "" #| "You will receive another email when the PyPI organization has been " @@ -4811,7 +4830,7 @@ msgid "You will receive an email when each organization has been approved" msgstr "" "U ontvangt opnieuw een e-mail wanneer de PyPI-organisatie is goedgekeurd." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/or/LC_MESSAGES/messages.po b/warehouse/locale/or/LC_MESSAGES/messages.po index 9ef3015a67eb..4defe5bbf107 100644 --- a/warehouse/locale/or/LC_MESSAGES/messages.po +++ b/warehouse/locale/or/LC_MESSAGES/messages.po @@ -22,11 +22,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -114,15 +120,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -292,55 +298,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -348,13 +354,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "ଏକ ଉପଭୋକ୍ତା ନାମ ବାଛନ୍ତୁ ଯାହା ୫୦ ବର୍ଣ୍ଣ କିମ୍ୱା ଅଧିକ ର ଥିବ।" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -362,38 +368,38 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "" @@ -401,39 +407,39 @@ msgid "" "characters or less." msgstr "ଏକ ଉପଭୋକ୍ତା ନାମ ବାଛନ୍ତୁ ଯାହା ୫୦ ବର୍ଣ୍ଣ କିମ୍ୱା ଅଧିକ ର ଥିବ।" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "ଏକ ଉପଭୋକ୍ତା ନାମ ବାଛନ୍ତୁ ଯାହା ୫୦ ବର୍ଣ୍ଣ କିମ୍ୱା ଅଧିକ ର ଥିବ।" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -453,91 +459,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1226,7 +1232,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1238,7 +1244,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1279,11 +1285,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1296,27 +1302,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1932,8 +1938,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2466,7 +2472,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3541,9 +3547,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3837,7 +3843,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3859,52 +3865,65 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Choose a username with 50 characters or less." +msgid "Organization Type: %(org_type)s" +msgstr "ଏକ ଉପଭୋକ୍ତା ନାମ ବାଛନ୍ତୁ ଯାହା ୫୦ ବର୍ଣ୍ଣ କିମ୍ୱା ଅଧିକ ର ଥିବ।" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3913,126 +3932,126 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Pending organization requests" msgstr "ଏକ ଉପଭୋକ୍ତା ନାମ ବାଛନ୍ତୁ ଯାହା ୫୦ ବର୍ଣ୍ଣ କିମ୍ୱା ଅଧିକ ର ଥିବ।" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Request a new organization" msgstr "ଏକ ଉପଭୋକ୍ତା ନାମ ବାଛନ୍ତୁ ଯାହା ୫୦ ବର୍ଣ୍ଣ କିମ୍ୱା ଅଧିକ ର ଥିବ।" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Organization display name" msgstr "ଏକ ଉପଭୋକ୍ତା ନାମ ବାଛନ୍ତୁ ଯାହା ୫୦ ବର୍ଣ୍ଣ କିମ୍ୱା ଅଧିକ ର ଥିବ।" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/pl/LC_MESSAGES/messages.mo b/warehouse/locale/pl/LC_MESSAGES/messages.mo index be02c75409c7..9289ca2d41cc 100644 Binary files a/warehouse/locale/pl/LC_MESSAGES/messages.mo and b/warehouse/locale/pl/LC_MESSAGES/messages.mo differ diff --git a/warehouse/locale/pl/LC_MESSAGES/messages.po b/warehouse/locale/pl/LC_MESSAGES/messages.po index 5b3bc6f81d61..7245586c66ef 100644 --- a/warehouse/locale/pl/LC_MESSAGES/messages.po +++ b/warehouse/locale/pl/LC_MESSAGES/messages.po @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: Warehouse VERSION\n" "Report-Msgid-Bugs-To: admin@pypi.org\n" "POT-Creation-Date: 2020-01-15 20:11+0200\n" -"PO-Revision-Date: 2023-06-21 13:19+0000\n" +"PO-Revision-Date: 2023-07-19 23:09+0000\n" "Last-Translator: Maciej Olko \n" "Language-Team: Polish \n" @@ -29,18 +29,26 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.18.1\n" +"X-Generator: Weblate 5.0-dev\n" "Generated-By: Babel 2.7.0\n" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" +"Przed wykonaniem tej czynności musisz zweryfikować swój **podstawowy** adres " +"e-mail." + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Aby wykonać tę czynność, na Twoim koncie musi być włączone uwierzytelnianie " "dwuskładnikowe." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Ustawienia regionalne zaktualizowane" @@ -138,15 +146,15 @@ msgstr "Nieprawidłowy kod TOTP." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Nieprawidłowe potwierdzenie WebAuthn: Zły payload" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Nieprawidłowy kod odzyskiwania." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Kod odzyskiwania został już użyty." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Nie znaleziono użytkownika z tą nazwą użytkownika lub adresem e-mail." @@ -328,20 +336,16 @@ msgstr "Zaproszenie do „${project_name}” zostało odrzucone." msgid "You are now ${role} of the '${project_name}' project." msgstr "Jesteś teraz ${role} w projekcie „${project_name}”." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 -#, fuzzy -#| msgid "" -#| "New user registration temporarily disabled. See https://pypi.org/" -#| "help#admin-intervention for details." +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -"Rejestracja nowych użytkowników tymczasowo wyłączona. Zobacz https://pypi." -"org/help#admin-intervention aby uzyskać szczegółowe informacje." +"Zaufane publikowanie jest tymczasowo wyłączone. Zobacz https://pypi.org/help" +"#admin-intervention aby uzyskać szczegółowe informacje." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -353,7 +357,7 @@ msgstr "" "Rejestracja nowych użytkowników tymczasowo wyłączona. Zobacz https://pypi." "org/help#admin-intervention aby uzyskać szczegółowe informacje." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 #, fuzzy #| msgid "" #| "You must have a verified email in order to register a pending OpenID " @@ -366,43 +370,33 @@ msgstr "" "OpenID Connect. Zobacz https://pypi.org/help#openid-connect, aby uzyskać " "szczegółowe informacje." -#: warehouse/accounts/views.py:1478 -#, fuzzy -#| msgid "" -#| "You can't register more than 3 pending OpenID Connect publishers at once." +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -"Nie możesz zarejestrować więcej niż 3 oczekujących wydawców OpenID Connect " +"Nie możesz zarejestrować więcej niż 3 oczekujących zaufanych wydawców " "jednocześnie." -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 -#, fuzzy -#| msgid "" -#| "There have been too many attempted OpenID Connect registrations. Try " -#| "again later." +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -"Podjęto zbyt wiele prób rejestracji OpenID Connect. Spróbuj ponownie później." +"Podjęto zbyt wiele prób rejestracji zaufanych wydawców. Spróbuj ponownie " +"później." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "Zaufany wydawca nie mógł zostać zarejestrowany" -#: warehouse/accounts/views.py:1527 -#, fuzzy -#| msgid "" -#| "This OpenID Connect publisher has already been registered. Please contact " -#| "PyPI's admins if this wasn't intentional." +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -"Ten wydawca OpenID Connect został już zarejestrowany. Prosimy o kontakt z " +"Ten zaufany wydawca został już zarejestrowany. Prosimy o kontakt z " "administratorami PyPI, jeśli nie było to zamierzone." -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "" #| "You can't register more than 3 pending OpenID Connect publishers at once." @@ -411,14 +405,14 @@ msgstr "" "Nie możesz zarejestrować więcej niż 3 oczekujących wydawców OpenID Connect " "jednocześnie." -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Create an account" msgid "Invalid publisher ID" msgstr "Utwórz konto" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 #, fuzzy #| msgid "The trusted publisher could not be registered" msgid "Removed trusted publisher for project " @@ -428,12 +422,12 @@ msgstr "Zaufany wydawca nie mógł zostać zarejestrowany" msgid "Banner Preview" msgstr "Podgląd banera" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" "Wybierz nazwę konta organizacji składającą się z maksymalnie 50 znaków." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -444,7 +438,7 @@ msgstr "" "liter, cyfr, kropek, myślników i znaków podkreślenia. Muszą również zaczynać " "się i kończyć literą lub cyfrą. Wybierz inną konta organizacji." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -452,7 +446,7 @@ msgstr "" "Ta nazwa konta organizacji jest już używana. Wybierz inną nazwę konta " "organizacji." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -464,15 +458,15 @@ msgstr "" "Ta nazwa konta organizacji jest już używana. Wybierz inną nazwę konta " "organizacji." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Wybierz projekt" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Podaj nazwę projektu" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -480,12 +474,12 @@ msgstr "" "Zacznij i zakończ literą lub cyfrą zawierającą tylko ASCII, cyfry oraz „.”, " "„_” i „-”." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "Ta nazwa projektu jest już używana. Wybierz inną nazwę projektu." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." @@ -493,7 +487,7 @@ msgstr "" "Nazwa organizacji jest za długa. Wybierz nazwę organizacji zawierającą " "maksymalnie 100 znaków." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." @@ -501,11 +495,11 @@ msgstr "" "URL organizacji jest za długi. Wybierz URL organizacji zawierający " "maksymalnie 400 znaków." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "Adres URL organizacji musi zaczynać się od http:// lub https://" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -513,15 +507,15 @@ msgstr "" "Opis organizacji jest za długi. Wybierz opis organizacji zawierający " "maksymalnie 400 znaków." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "Wybierz nazwę zespołu składającą się z maksymalnie 50 znaków." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -530,7 +524,7 @@ msgstr "" "kończyć spacją, kropką, podkreśleniem, myślnikiem ani ukośnikiem. Wybierz " "inną nazwę zespołu." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "Ta nazwa zespołu została już użyta. Wybierz inną nazwę zespołu." @@ -554,25 +548,25 @@ msgstr "Kody odzyskiwania zostały już wygenerowane" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "Wygenerowanie nowych kodów odzyskiwania unieważni istniejące kody." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Zweryfikuj lub dodaj nowy adres email." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Nieprawidłowe dane logowania. Spróbuj ponownie" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "Requires:" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Wymaga:" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -584,51 +578,51 @@ msgstr "" "Rejestracja nowych użytkowników tymczasowo wyłączona. Zobacz https://pypi." "org/help#admin-intervention aby uzyskać szczegółowe informacje." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Potwierdź zaproszenie" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Nie znaleziono zaproszenia do roli." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "Zespół '${team_name}' ma już rolę ${role_name} w projekcie" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" "Użytkownik „${username}” ma już przypisaną rolę ${role_name} w tym projekcie" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "${username} to teraz ${role} projektu '${project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -636,7 +630,7 @@ msgstr "" "Użytkownik '${username}' nie posiada zweryfikowanego głównego adresu e-mail, " "więc nie może posiadać roli ${role_name} w tym projekcie." -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -644,20 +638,20 @@ msgstr "" "Użytkownik '${username}' już ma oczekujące zaproszenie. Proszę spróbować " "później." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Zaproszenie wysłane do „${username}”" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Nie znaleziono zaproszenia do roli." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Zaproszenie już wygasło." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Odrzucono zaproszenie od ”${username}”." @@ -1387,7 +1381,7 @@ msgstr "Błąd podczas przetwarzania formularza" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Potwierdź hasło" @@ -1399,7 +1393,7 @@ msgstr "Potwierdź hasło, aby kontynuować" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Hasło" @@ -1440,11 +1434,11 @@ msgstr "Hasło" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1457,27 +1451,27 @@ msgstr "Hasło" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(wymagane)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Twoje hasło" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Pokaż hasło" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Zapomniałeś hasła?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2219,8 +2213,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2939,7 +2933,7 @@ msgstr "Twoje imię" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4110,9 +4104,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4486,7 +4480,7 @@ msgstr "Główne menu" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4514,37 +4508,50 @@ msgstr "Główne menu" msgid "Organization Name" msgstr "Potwierdź zaproszenie" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "Zaproszenie do udziału dla tej roli jest nieważne." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Zaproszenie do udziału dla tej roli jest nieważne." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage project" msgid "Manager" @@ -4552,11 +4559,11 @@ msgstr "Zarządzaj projektem" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4565,7 +4572,7 @@ msgstr "Utwórz konto" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4574,135 +4581,135 @@ msgstr "Utwórz konto" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Utwórz konto" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Utwórz konto" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s nie przesłał jeszcze żadnych projektów do PyPI" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Utwórz konto" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "New releases" msgid "Submitted %(submitted)s" msgstr "Nowe wersje" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Utwórz konto" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm Invite" msgid "Organization display name" msgstr "Potwierdź zaproszenie" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Utworzony" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/pt/LC_MESSAGES/messages.po b/warehouse/locale/pt/LC_MESSAGES/messages.po index bb50c9534a43..46849a9de547 100644 --- a/warehouse/locale/pt/LC_MESSAGES/messages.po +++ b/warehouse/locale/pt/LC_MESSAGES/messages.po @@ -22,12 +22,18 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "O duplo fator de autenticação deve estar ativado para executar esta ação." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Atualizado localmente" @@ -134,15 +140,15 @@ msgstr "Código de TOTP inválido." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Asserção inválida do WebAuthn: Carga incorreta" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Código de recuperação inválido." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Código de recuperação já utilizado anteriormente." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" "Não foi encontrado nenhum utilizador com esse nome de utilizador ou e-mail" @@ -332,8 +338,8 @@ msgstr "O convite para \"${project_name}\" foi rejeitado." msgid "You are now ${role} of the '${project_name}' project." msgstr "Agora é ${role} do projeto '${nome_do_projeto}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -345,7 +351,7 @@ msgstr "" "O registo de novos utilizadores está temporariamente desativado. Consulte " "https://pypi.org/help#admin-intervention para mais detalhes." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -357,7 +363,7 @@ msgstr "" "O registo de novos utilizadores está temporariamente desativado. Consulte " "https://pypi.org/help#admin-intervention para mais detalhes." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 #, fuzzy msgid "" "You must have a verified email in order to register a pending trusted " @@ -366,14 +372,14 @@ msgstr "" "Você deve ter um e-mail verificado para registrar um editor confiável " "pendente. Consulte https://pypi.org/help#openid-connect para obter detalhes." -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 #, fuzzy msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" "Você não pode registrar mais de 3 editores confiáveis pendentes de uma só " "vez." -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -385,13 +391,13 @@ msgstr "" "Houve muitas tentativas de registros de editores confiáveis. Tente novamente " "mais tarde." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 #, fuzzy #| msgid "OpenID Connect publisher management" msgid "The trusted publisher could not be registered" msgstr "O editor confiável não pôde ser registrado" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 #, fuzzy msgid "" "This trusted publisher has already been registered. Please contact PyPI's " @@ -400,19 +406,19 @@ msgstr "" "Este editor confiável já foi registrado. Entre em contato com os " "administradores do PyPI se isso não foi intencional." -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy msgid "Registered a new pending publisher to create " msgstr "Registrou um novo editor de publicação para criar " -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "ID de editor inválido" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 #, fuzzy #| msgid "OpenID Connect publisher management" msgid "Removed trusted publisher for project " @@ -422,11 +428,11 @@ msgstr "Editor confiável removido do projeto " msgid "Banner Preview" msgstr "Pré-visualização de banner" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "Escolha um nome com 50 carateres ou menos para a organização." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -438,7 +444,7 @@ msgstr "" "começar e terminar com uma letra ou número. Escolha um nome diferente para a " "organização." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -446,7 +452,7 @@ msgstr "" "Esse nome de conta de organização já se encontra em uso. Escolha um nome " "diferente para a conta da organização." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -458,15 +464,15 @@ msgstr "" "Esse nome de conta de organização já se encontra em uso. Escolha um nome " "diferente para a conta da organização." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Selecionar projeto" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Especifique o nome do projeto" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -474,30 +480,30 @@ msgstr "" "Começar e terminar com letra ou número contendo apenas com carácteres ASCII " "e '.', '_' e '-'." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" "Esse nome de projeto já está sendo utilizado. Escolha um nome diferente para " "o projeto." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "O nome é muito longo. Escolha um nome com 100 caráteres ou menos." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "O URL é muito longo. Escolha um URL com 100 carateres ou menos." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "A URL da organização deve iniciar com http:// ou https://" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -505,15 +511,15 @@ msgstr "" "A descrição é muito longa. Escolha uma descrição com até 400 caráteres ou " "menos." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "Escolha um nome para sua equipe com 50 caráteres ou menos." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -522,7 +528,7 @@ msgstr "" "terminar com espaços, virgulas, sublinhado, hífen ou barrinha. Escolha outro " "nome." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "Este nome de equipe já está em uso. Escolha um nome diferente." @@ -546,25 +552,25 @@ msgstr "" "A geração dos novos códigos de recuperação invalidará os seus códigos " "existentes." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Verifique seu e-mail para criar um token API." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Credenciais inválidas. Tente novamente" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA requirement disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Requisito de 2FA desativado" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -576,54 +582,54 @@ msgstr "" "O registo de novos utilizadores está temporariamente desativado. Consulte " "https://pypi.org/help#admin-intervention para mais detalhes." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "Confirme a solicitação" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "Não foi possível puxar a liberação - " -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "Desfazer retirada de lançamento" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Apagar lançamento" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "Não foi possível localizar o arquivo" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "Não foi possível excluir o arquivo - " -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" "A equipa \"${username}\" já tem a função de ${role_name} para o projeto" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" "O utilizador \"${username}\" já tem a função de ${role_name} para o projeto" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "${username} agora é ${role} do projeto '${nome_do_projeto}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -631,7 +637,7 @@ msgstr "" "O utilizador \"${username}\" não tem um endereço de e-mail principal " "verificado e não pode ser adicionado como um ${role_name} para o projeto" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -639,20 +645,20 @@ msgstr "" "O utilizador \"${username}\" já tem um convite ativo. Tente novamente mais " "tarde." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Convite enviado para \"${username}\"" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Não foi possível encontrar o convite para uma função." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "O convite já expirou." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Convite revogado de \"${username}\"." @@ -1393,7 +1399,7 @@ msgstr "Erro ao processar o formulário" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Confirmar palavra-passe" @@ -1405,7 +1411,7 @@ msgstr "Confirmar palavra-passe para continuar" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Palavra-passe" @@ -1446,11 +1452,11 @@ msgstr "Palavra-passe" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1463,27 +1469,27 @@ msgstr "Palavra-passe" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(obrigatório)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "A sua palavra-passe" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Mostrar palavra-passe" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Esqueceu-se da palavra-passe?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2245,8 +2251,8 @@ msgstr "" "\"%(organization_name)s\" foi enviada." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "Vai receber um e-mail quando a organização tiver sido aprovada" @@ -2912,7 +2918,7 @@ msgstr "Nome do fluxo de trabalho" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4112,9 +4118,9 @@ msgstr "Apagar a sua conta no PyPI" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4485,7 +4491,7 @@ msgstr "Navegação principal" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4512,45 +4518,58 @@ msgstr "Navegação principal" msgid "Organization Name" msgstr "Descrição do projeto" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "️Organization type" +msgid "Organization Type: %(org_type)s" +msgstr "Tipo da organização" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "Solicitação enviada" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "Esta organização não está ativa" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "Inativa" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "Gerente" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "Gerente de faturamento" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4559,7 +4578,7 @@ msgstr "Criar uma conta" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4568,110 +4587,110 @@ msgstr "Criar uma conta" msgid "View" msgstr "Ver" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Criar uma conta" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "Gerir esta organização" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "Ainda não ingressou em nenhuma organização no PyPI." -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Criar uma conta" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Convidar" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create new organization" msgid "Request a new organization" msgstr "Criar nova organização" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "Nome de conta da organização" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "Selecione um nome de conta da organização" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "Por exemplo" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Descrição do projeto" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "Nome da sua empresa, produto ou projeto" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "URL da organização" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "URL para sua empresa, produto ou projeto" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "Descrição da organização" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "Descrição da sua empresa, produto ou projeto" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "Tipo da organização" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." @@ -4680,11 +4699,11 @@ msgstr "" "projetos comunitários recebem acesso gratuito." #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "Criar" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request for a new PyPI organization named '%(organization_name)s' " @@ -4694,13 +4713,13 @@ msgstr "" "A sua solicitação para uma nova organização PyPI chamada " "\"%(organization_name)s\" foi enviada." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You will receive an email when the organization has been approved" msgid "You will receive an email when each organization has been approved" msgstr "Vai receber um e-mail quando a organização tiver sido aprovada" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/pt_BR/LC_MESSAGES/messages.po b/warehouse/locale/pt_BR/LC_MESSAGES/messages.po index e833b23900b7..6599c9e5450f 100644 --- a/warehouse/locale/pt_BR/LC_MESSAGES/messages.po +++ b/warehouse/locale/pt_BR/LC_MESSAGES/messages.po @@ -27,13 +27,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "A autenticação de dois fatores deve estar habilitada em sua conta para " "realizar esta ação." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Localidade atualizada" @@ -137,15 +143,15 @@ msgstr "Código TOTP inválido." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Asserção inválida do WebAuthn: Carga incorreta" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Código de recuperação inválido." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "O código de recuperação já foi usado anteriormente." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Nenhum usuário encontrado com esse nome de usuário ou e-mail" @@ -328,8 +334,8 @@ msgstr "O convite para \"${project_name}\" foi rejeitado." msgid "You are now ${role} of the '${project_name}' project." msgstr "Você é agora ${role} do projeto \"${project_name}\"." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "Trusted publishers are temporarily disabled. See https://pypi.org/" @@ -341,7 +347,7 @@ msgstr "" "Publicadores confiáveis estão temporariamente desabilitados. Consulte " "https://pypi.org/help#admin-intervention para obter detalhes." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "Trusted publishers are temporarily disabled. See https://pypi.org/" @@ -353,7 +359,7 @@ msgstr "" "Publicadores confiáveis estão temporariamente desabilitados. Consulte " "https://pypi.org/help#admin-intervention para obter detalhes." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." @@ -361,13 +367,13 @@ msgstr "" "Você deve ter um e-mail verificado para registrar um editor confiável " "pendente. Consulte https://pypi.org/help#openid-connect para obter detalhes." -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" "Você não pode registrar mais de 3 publicadores confiável pendentes ao mesmo " "tempo." -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." @@ -375,11 +381,11 @@ msgstr "" "Houve muitas tentativas de registros de publicadores confiáveis. Tente " "novamente mais tarde." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "O editor confiável não pôde ser registrado" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." @@ -387,18 +393,18 @@ msgstr "" "Este publicador confiável já foi registrado. Entre em contato com os " "administradores do PyPI se isso não for intencional." -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Registered a new publishing publisher to create " msgid "Registered a new pending publisher to create " msgstr "Registrado um novo publicador de publicação para criar " -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "ID de editor inválido" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "Editor confiável removido do projeto " @@ -406,11 +412,11 @@ msgstr "Editor confiável removido do projeto " msgid "Banner Preview" msgstr "Pré-visualização de banner" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "Escolha um nome de conta de organização com 50 caracteres ou menos." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -422,7 +428,7 @@ msgstr "" "começar e terminar com uma letra ou número. Escolha um nome de conta de " "organização diferente." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -430,7 +436,7 @@ msgstr "" "Esse nome de conta de organização já se encontra em uso. Escolha um nome " "diferente para a conta da organização." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -442,15 +448,15 @@ msgstr "" "Esse nome de conta de organização já se encontra em uso. Escolha um nome " "diferente para a conta da organização." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Escolher projeto" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Especifique o nome do projeto" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -458,14 +464,14 @@ msgstr "" "Inicie e finalize com letras ou números presentes no padrão ASCII, \".\", \"_" "\" e \"-\"." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" "Esse nome de projeto já está sendo utilizado. Escolha um nome diferente para " "o projeto." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." @@ -473,7 +479,7 @@ msgstr "" "O nome de organização é muito longo. Escolha um nome de organização com 100 " "caracteres ou menos." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." @@ -481,11 +487,11 @@ msgstr "" "A URL de organização é muito longo. Escolha uma URL de organização com 400 " "caracteres ou menos." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "A URL da organização deve iniciar com http:// ou https://" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -493,15 +499,15 @@ msgstr "" "A descrição de organização é muito longa. Escolha uma descrição de " "organização com 400 caracteres ou menos." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "Escolha um nome de equipe com 50 caracteres ou menos." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -510,7 +516,7 @@ msgstr "" "terminar com um espaço, ponto, sublinhado, hífen ou barra. Escolha um nome " "de equipe diferente." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" "Esse nome de equipe já está sendo utilizado. Escolha um nome diferente para " @@ -536,21 +542,21 @@ msgstr "" "A geração de novos códigos de recuperação invalidará os seus códigos " "existentes." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "Verifique seu e-mail para criar um token de API." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Credenciais inválidas. Tente novamente" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "O requisito de 2FA não pode ser desabilitado para projetos críticos" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." @@ -558,48 +564,48 @@ msgstr "" "Exclusão de projeto desabilitado temporariamente. Consulte https://pypi.org/" "help#admin-intervention para obter detalhes." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "Confirmar a solicitação" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "Não foi possível retirar o lançamento - " -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "Não foi possível desfazer a retirada do lançamento - " -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "Não foi possível excluir o lançamento - " -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "Não foi possível localizar o arquivo" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "Não foi possível excluir o arquivo - " -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" "A equipe \"${username}\" já tem a função de ${role_name} para o projeto" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" "O usuário \"${username}\" já tem a função de ${role_name} para o projeto" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "${username} é um ${role} do projeto \"${project_name}\"." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -607,7 +613,7 @@ msgstr "" "O usuário \"${username}\" não tem um endereço de e-mail principal verificado " "e não pode ser adicionado como um ${role_name} para o projeto" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -615,20 +621,20 @@ msgstr "" "O usuário \"${username}\" já tem um convite ativo. Tente novamente mais " "tarde." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Convite enviado para \"${username}\"" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Não foi possível encontrar o convite para uma função." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "O convite já expirado." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Convite revogado de \"${username}\"." @@ -1355,7 +1361,7 @@ msgstr "Erro ao processar o formulário" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Confirmar senha" @@ -1367,7 +1373,7 @@ msgstr "Confirme a senha para continuar" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Senha" @@ -1408,11 +1414,11 @@ msgstr "Senha" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1425,27 +1431,27 @@ msgstr "Senha" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(obrigatório)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Sua senha" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Mostrar senha" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Esqueceu a senha?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2171,8 +2177,8 @@ msgstr "" "\"%(organization_name)s\" foi enviada." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "Você vai receber um e-mail quando a organização tiver sido aprovada" @@ -2826,7 +2832,7 @@ msgstr "Fluxo de trabalho" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4001,9 +4007,9 @@ msgstr "Excluir sua conta PyPI" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4359,7 +4365,7 @@ msgstr "Convites pendentes" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4381,17 +4387,30 @@ msgstr "Recusar convite" msgid "Organization Name" msgstr "Nome da organização" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "️Organization type" +msgid "Organization Type: %(org_type)s" +msgstr "Tipo da organização" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "Solicitação enviada" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "Faturamento Inativo" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 #, fuzzy msgid "" "This organization's billing can be activated by an organization owner or " @@ -4400,29 +4419,29 @@ msgstr "" "O faturamento dessa organização pode ser ativado por um proprietário ou " "gerente de faturamento da organização" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "Esta organização não está ativa" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "Inativa" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "Gerente" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "Gerente de faturamento" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Manage this organization" msgid "View this organization" @@ -4431,7 +4450,7 @@ msgstr "Ver esta organização" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4441,60 +4460,60 @@ msgstr "Ver esta organização" msgid "View" msgstr "Exibir" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Manage this organization" msgid "Activate billing for this organization" msgstr "Ativar o faturamento para esta organização" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "Ativar Faturamento" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "Gerenciar esta organização" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "Você ainda não ingressou em nenhuma organização no PyPI." -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create new organization" msgid "Pending organization requests" msgstr "Criar nova organização" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invited by" msgid "Submitted %(submitted)s" msgstr "Convidado por" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create new organization" msgid "Request a new organization" msgstr "Criar nova organização" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "Nome da conta da organização" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "Selecione um nome de conta da organização" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 #, fuzzy #| msgid "This account name will be used in URLs on PyPI." msgid "This account name is used in URLs on PyPI." @@ -4502,51 +4521,51 @@ msgstr "Este nome de conta será usado em URLs no PyPI." #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "Por exemplo" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Organization name" msgid "Organization display name" msgstr "Nome da organização" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "Nome de sua empresa, produto ou projeto" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "URL da organização" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "URL para sua empresa, produto ou projeto" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "Descrição da organização" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "Descrição de sua empresa, produto ou projeto" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "Tipo da organização" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." @@ -4555,11 +4574,11 @@ msgstr "" "projetos comunitários recebem acesso gratuito." #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "Criar" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request for a new PyPI organization named '%(organization_name)s' " @@ -4569,13 +4588,13 @@ msgstr "" "Sua solicitação para uma nova organização PyPI chamada " "\"%(organization_name)s\" foi enviada." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You will receive an email when the organization has been approved" msgid "You will receive an email when each organization has been approved" msgstr "Você vai receber um e-mail quando a organização tiver sido aprovada" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/pt_PT/LC_MESSAGES/messages.po b/warehouse/locale/pt_PT/LC_MESSAGES/messages.po index f961702a69a5..b0831cf8825e 100644 --- a/warehouse/locale/pt_PT/LC_MESSAGES/messages.po +++ b/warehouse/locale/pt_PT/LC_MESSAGES/messages.po @@ -27,12 +27,18 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "O duplo fator de autenticação deve estar ativado para executar esta ação." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Atualizado localmente" @@ -139,15 +145,15 @@ msgstr "Código de TOTP inválido." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Asserção inválida do WebAuthn: Carga incorreta" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Código de recuperação inválido." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Código de recuperação já utilizado anteriormente." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" "Não foi encontrado nenhum utilizador com esse nome de utilizador ou e-mail" @@ -337,8 +343,8 @@ msgstr "O convite para \"${project_name}\" foi rejeitado." msgid "You are now ${role} of the '${project_name}' project." msgstr "Agora é ${role} do projeto '${nome_do_projeto}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -350,7 +356,7 @@ msgstr "" "O registo de novos utilizadores está temporariamente desativado. Consulte " "https://pypi.org/help#admin-intervention para mais detalhes." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -362,17 +368,17 @@ msgstr "" "O registo de novos utilizadores está temporariamente desativado. Consulte " "https://pypi.org/help#admin-intervention para mais detalhes." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -384,32 +390,32 @@ msgstr "" "Ocorreram muitas tentativas para iniciar a sessão por OpenID sem êxito. " "Tente mais tarde." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 #, fuzzy #| msgid "OpenID Connect publisher management" msgid "The trusted publisher could not be registered" msgstr "Gestão de editores do OpenID Connect" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Add a new provider" msgid "Registered a new pending publisher to create " msgstr "Adicionar um novo provedor" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Gerir versão" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 #, fuzzy #| msgid "OpenID Connect publisher management" msgid "Removed trusted publisher for project " @@ -419,11 +425,11 @@ msgstr "Gestão de editores do OpenID Connect" msgid "Banner Preview" msgstr "Pré-visualização de banner" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "Escolha um nome com 50 carateres ou menos para a organização." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -435,7 +441,7 @@ msgstr "" "começar e terminar com uma letra ou número. Escolha um nome diferente para a " "organização." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -443,7 +449,7 @@ msgstr "" "Esse nome de conta de organização já se encontra em uso. Escolha um nome " "diferente para a conta da organização." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -455,15 +461,15 @@ msgstr "" "Esse nome de conta de organização já se encontra em uso. Escolha um nome " "diferente para a conta da organização." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Selecionar projeto" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Especifique o nome do projeto" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -471,30 +477,30 @@ msgstr "" "Começar e terminar com letra ou número contendo apenas com carácteres ASCII " "e '.', '_' e '-'." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" "Esse nome de projeto já está sendo utilizado. Escolha um nome diferente para " "o projeto." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "O nome é muito longo. Escolha um nome com 100 caráteres ou menos." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "O URL é muito longo. Escolha um URL com 100 carateres ou menos." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "A URL da organização deve iniciar com http:// ou https://" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -502,15 +508,15 @@ msgstr "" "A descrição é muito longa. Escolha uma descrição com até 400 caráteres ou " "menos." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "Escolha um nome para sua equipe com 50 caráteres ou menos." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -519,7 +525,7 @@ msgstr "" "terminar com espaços, virgulas, sublinhado, hífen ou barrinha. Escolha outro " "nome." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "Este nome de equipe já está em uso. Escolha um nome diferente." @@ -545,25 +551,25 @@ msgstr "" "A geração dos novos códigos de recuperação invalidará os seus códigos " "existentes." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Verifique o seu e-mail ou adicione um novo endereço." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Credenciais inválidas. Tente novamente" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA requirement disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Requisito de 2FA desativado" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -575,58 +581,58 @@ msgstr "" "O registo de novos utilizadores está temporariamente desativado. Consulte " "https://pypi.org/help#admin-intervention para mais detalhes." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Confirmar convite" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "Desfazer retirada de lançamento" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "Desfazer retirada de lançamento" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Apagar lançamento" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Não foi possível encontrar o convite para uma função." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" "A equipa \"${username}\" já tem a função de ${role_name} para o projeto" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" "O utilizador \"${username}\" já tem a função de ${role_name} para o projeto" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "${username} agora é ${role} do projeto '${nome_do_projeto}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -634,7 +640,7 @@ msgstr "" "O utilizador \"${username}\" não tem um endereço de e-mail principal " "verificado e não pode ser adicionado como um ${role_name} para o projeto" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -642,20 +648,20 @@ msgstr "" "O utilizador \"${username}\" já tem um convite ativo. Tente novamente mais " "tarde." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Convite enviado para \"${username}\"" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Não foi possível encontrar o convite para uma função." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "O convite já expirou." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Convite revogado de \"${username}\"." @@ -1402,7 +1408,7 @@ msgstr "Erro ao processar o formulário" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Confirmar palavra-passe" @@ -1414,7 +1420,7 @@ msgstr "Confirmar palavra-passe para continuar" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Palavra-passe" @@ -1455,11 +1461,11 @@ msgstr "Palavra-passe" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1472,27 +1478,27 @@ msgstr "Palavra-passe" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(obrigatório)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "A sua palavra-passe" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Mostrar palavra-passe" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Esqueceu-se da palavra-passe?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2254,8 +2260,8 @@ msgstr "" "\"%(organization_name)s\" foi enviada." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "Vai receber um e-mail quando a organização tiver sido aprovada" @@ -2957,7 +2963,7 @@ msgstr "Nome do fluxo de trabalho" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4157,9 +4163,9 @@ msgstr "Apagar a sua conta no PyPI" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4530,7 +4536,7 @@ msgstr "Navegação principal" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4557,45 +4563,58 @@ msgstr "Navegação principal" msgid "Organization Name" msgstr "Descrição do projeto" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "️Organization type" +msgid "Organization Type: %(org_type)s" +msgstr "Tipo da organização" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "Solicitação enviada" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "Esta organização não está ativa" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "Inativa" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "Gerente" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "Gerente de faturamento" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4604,7 +4623,7 @@ msgstr "Criar uma conta" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4613,110 +4632,110 @@ msgstr "Criar uma conta" msgid "View" msgstr "Ver" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Criar uma conta" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "Gerir esta organização" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "Ainda não ingressou em nenhuma organização no PyPI." -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Criar uma conta" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Convidar" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create new organization" msgid "Request a new organization" msgstr "Criar nova organização" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "Nome de conta da organização" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "Selecione um nome de conta da organização" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "Por exemplo" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Descrição do projeto" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "Nome da sua empresa, produto ou projeto" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "URL da organização" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "URL para sua empresa, produto ou projeto" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "Descrição da organização" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "Descrição da sua empresa, produto ou projeto" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "Tipo da organização" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." @@ -4725,11 +4744,11 @@ msgstr "" "projetos comunitários recebem acesso gratuito." #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "Criar" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your request for a new PyPI organization named '%(organization_name)s' " @@ -4739,13 +4758,13 @@ msgstr "" "A sua solicitação para uma nova organização PyPI chamada " "\"%(organization_name)s\" foi enviada." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You will receive an email when the organization has been approved" msgid "You will receive an email when each organization has been approved" msgstr "Vai receber um e-mail quando a organização tiver sido aprovada" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ro/LC_MESSAGES/messages.po b/warehouse/locale/ro/LC_MESSAGES/messages.po index c3bfccf22d28..9c354a260d3c 100644 --- a/warehouse/locale/ro/LC_MESSAGES/messages.po +++ b/warehouse/locale/ro/LC_MESSAGES/messages.po @@ -26,13 +26,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Autentificarea cu doi factori trebuie să fie activată în contul dvs. pentru " "a efectua această acțiune." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Setări regionale actualizate" @@ -139,15 +145,15 @@ msgstr "Cod TOTP nevalid." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Aserțiune WebAuthn nevalidă: Sarcină utilă incorectă" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Cod de recuperare nevalid." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Codul de recuperare a fost folosit anterior." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Niciun utilizator găsit cu acel nume de utilizator sau e-mail" @@ -351,8 +357,8 @@ msgstr "Invitația pentru „${project_name}” este refuzată." msgid "You are now ${role} of the '${project_name}' project." msgstr "Acum sunteți ${role} din proiectul „${project_name}”." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -364,7 +370,7 @@ msgstr "" "Înregistrarea unui nou utilizator a fost dezactivată temporar. Consultați " "https://pypi.org/help#admin-intervention pentru detalii." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -376,17 +382,17 @@ msgstr "" "Înregistrarea unui nou utilizator a fost dezactivată temporar. Consultați " "https://pypi.org/help#admin-intervention pentru detalii." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -397,26 +403,26 @@ msgstr "" "Au fost prea multe încercări de conectare nereușite. Încercați din nou mai " "târziu." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -424,13 +430,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Alegeți un nume de utilizator cu 50 de caractere sau mai puțin." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -447,7 +453,7 @@ msgstr "" "asemenea, să înceapă și să termine cu o literă sau un număr. Alegeți un alt " "nume de utilizator." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -459,7 +465,7 @@ msgstr "" "Acest nume de utilizator este deja utilizat de un alt cont. Alegeți un alt " "nume de utilizator." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -471,21 +477,21 @@ msgstr "" "Acest nume de utilizator este deja utilizat de un alt cont. Alegeți un alt " "nume de utilizator." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -496,7 +502,7 @@ msgstr "" "Acest nume de utilizator este deja utilizat de un alt cont. Alegeți un alt " "nume de utilizator." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -504,7 +510,7 @@ msgid "" "characters or less." msgstr "Numele e prea lung. Alegeți un nume cu 100 de caractere sau mai puțin." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -512,11 +518,11 @@ msgid "" "characters or less." msgstr "Numele e prea lung. Alegeți un nume cu 100 de caractere sau mai puțin." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -524,23 +530,23 @@ msgid "" "with 400 characters or less." msgstr "Numele e prea lung. Alegeți un nume cu 100 de caractere sau mai puțin." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Alegeți un nume de utilizator cu 50 de caractere sau mai puțin." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -566,21 +572,21 @@ msgstr "Coduri de recuperare deja generate" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -592,73 +598,73 @@ msgstr "" "Înregistrarea unui nou utilizator a fost dezactivată temporar. Consultați " "https://pypi.org/help#admin-intervention pentru detalii." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Acum sunteți ${role} din proiectul „${project_name}”." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1367,7 +1373,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1379,7 +1385,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1420,11 +1426,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1437,27 +1443,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2074,8 +2080,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2616,7 +2622,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3703,9 +3709,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4005,7 +4011,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4030,47 +4036,60 @@ msgstr "Invitația la rol nu este validă." msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "Invitația la rol nu este validă." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Invitația la rol nu este validă." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Role invitation is not valid." msgid "View this organization" @@ -4079,7 +4098,7 @@ msgstr "Invitația la rol nu este validă." #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4088,128 +4107,128 @@ msgstr "Invitația la rol nu este validă." msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Role invitation is not valid." msgid "Activate billing for this organization" msgstr "Invitația la rol nu este validă." -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Role invitation is not valid." msgid "Pending organization requests" msgstr "Invitația la rol nu este validă." -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Role invitation is not valid." msgid "Request a new organization" msgstr "Invitația la rol nu este validă." #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Role invitation is not valid." msgid "Organization display name" msgstr "Invitația la rol nu este validă." #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ru/LC_MESSAGES/messages.po b/warehouse/locale/ru/LC_MESSAGES/messages.po index f72f762a1330..113c88fe822a 100644 --- a/warehouse/locale/ru/LC_MESSAGES/messages.po +++ b/warehouse/locale/ru/LC_MESSAGES/messages.po @@ -46,13 +46,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Для выполнения этого действия в настройках учетной записи должна быть " "включена двухфакторная авторизация." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Язык обновлён" @@ -158,15 +164,15 @@ msgstr "Неверный TOTP-код." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Недопустимое значение WebAuthn: Плохая полезная нагрузка" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Неверный код восстановления." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Код восстановления уже использовался." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Пользователь с таким именем или адресом электронной почты не найден" @@ -362,8 +368,8 @@ msgstr "Приглашение для «${project_name}» отклонено." msgid "You are now ${role} of the '${project_name}' project." msgstr "Теперь у вас роль ${role} в проекте «${project_name}»." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -375,7 +381,7 @@ msgstr "" "Регистрация новых пользователей временно отключена. Подробнее смотрите " "здесь: https://pypi.org/help#admin-intervention." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -387,7 +393,7 @@ msgstr "" "Регистрация новых пользователей временно отключена. Подробнее смотрите " "здесь: https://pypi.org/help#admin-intervention." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 #, fuzzy #| msgid "" #| "You must have a verified email in order to register a pending OpenID " @@ -400,7 +406,7 @@ msgstr "" "зарегистрировать ожидающего подключения поставщика OpenID Connect. Перейдите " "на https://pypi.org/help#openid-connect для получения подробной информации." -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 #, fuzzy #| msgid "" #| "You can't register more than 3 pending OpenID Connect providers at once." @@ -409,7 +415,7 @@ msgstr "" "Вы не можете зарегистрировать более 3-х ожидающих подключения поставщиков " "OpenID Connect одновременно." -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -421,30 +427,30 @@ msgstr "" "Было предпринято слишком много попыток регистрации OpenID Connect. " "Попробуйте еще раз позже." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "Управление этим проектом" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Управлять версией" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -452,12 +458,12 @@ msgstr "" msgid "Banner Preview" msgstr "Предпросмотр баннера" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" "Выберите название аккаунта организации, используя не более 50 символов." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -468,7 +474,7 @@ msgstr "" "цифр, точек, дефисов и подчеркиваний. И также должен начинаться и " "заканчиваться буквой или цифрой. Выберите другое название организации." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -476,7 +482,7 @@ msgstr "" "Это имя учетной записи организации уже используется. Выберите другое " "название учетной записи организации." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -488,23 +494,23 @@ msgstr "" "Это имя учетной записи организации уже используется. Выберите другое " "название учетной записи организации." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Выберите проект" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "Название проекта" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -515,7 +521,7 @@ msgstr "" "Это имя пользователя уже используется другой учётной записью. Выберите " "другое имя." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -523,7 +529,7 @@ msgid "" "characters or less." msgstr "Слишком длинное имя. Выберите имя, используя не более 100 символов." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -531,11 +537,11 @@ msgid "" "characters or less." msgstr "Слишком длинное имя. Выберите имя, используя не более 100 символов." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "URL организации должен начинаться с http:// или https://" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -543,17 +549,17 @@ msgid "" "with 400 characters or less." msgstr "Слишком длинное имя. Выберите имя, используя не более 100 символов." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Выберите имя пользователя, используя не более 50 символов." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -562,7 +568,7 @@ msgstr "" "заканчиваться с пробела, точки, подчеркивания, дефиса или косой черты. " "Выберите другое название команды." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -594,25 +600,25 @@ msgstr "" "Генерация новых кодов восстановления сделает ваши существующие коды " "недействительными." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Подтвердите свою электронную почту или добавьте новый адрес." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Недействительные учётные данные. Попробуйте ещё раз" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Двухфакторная авторизация отключена" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -624,60 +630,60 @@ msgstr "" "Регистрация новых пользователей временно отключена. Подробнее смотрите " "здесь: https://pypi.org/help#admin-intervention." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Подтверждение приглашения" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "Восстановление выпуска" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "Восстановление выпуска" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Удалить выпуск" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Не удалось найти приглашение на роль." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "Пользователь «${username}» уже имеет в проекте роль ${role_name}" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "Пользователь «${username}» уже имеет в проекте роль ${role_name}" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Теперь у вас роль ${role} в проекте «${project_name}»." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -685,7 +691,7 @@ msgstr "" "Пользователь «${username}» не имеет проверенного основного адреса " "электронной почты и не может быть добавлен в проект с ролью ${role_name}" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -693,20 +699,20 @@ msgstr "" "Пользователь «${username}» уже имеет активное приглашение. Пожалуйста, " "повторите попытку позже." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Приглашение отправлено пользователю «${username}»" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Не удалось найти приглашение на роль." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Приглашение уже истекло." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Приглашение для «${username}» отозвано." @@ -1466,7 +1472,7 @@ msgstr "Ошибка обработки формы" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Подтвердите пароль" @@ -1478,7 +1484,7 @@ msgstr "Для продолжения подтвердите пароль" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Пароль" @@ -1519,11 +1525,11 @@ msgstr "Пароль" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1536,27 +1542,27 @@ msgstr "Пароль" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(обязательно)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Ваш пароль" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Показать пароль" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Забыли пароль?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2251,8 +2257,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when the organization has been approved" @@ -2991,7 +2997,7 @@ msgstr "Ваше имя" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4191,9 +4197,9 @@ msgstr "Удалить свою учётную запись PyPI" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4541,7 +4547,7 @@ msgstr "Основная навигация" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4568,37 +4574,50 @@ msgstr "Основная навигация" msgid "Organization Name" msgstr "Описание проекта" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project description" +msgid "Organization Type: %(org_type)s" +msgstr "Описание проекта" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Приглашение на роль недействительно." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4606,11 +4625,11 @@ msgstr "Управлять" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4619,7 +4638,7 @@ msgstr "Создание учётной записи" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4628,139 +4647,139 @@ msgstr "Создание учётной записи" msgid "View" msgstr "Посмотреть" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Создание учётной записи" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Создание учётной записи" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "Пользователь %(user)s ещё не загружал на PyPI ни одного проекта" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Создание учётной записи" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Пригласить" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Создание учётной записи" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Описание проекта" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "Описание проекта" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Создан" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when each organization has been approved" msgstr "Вы получите по электронной почте письмо со ссылкой на сброс пароля." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/si/LC_MESSAGES/messages.po b/warehouse/locale/si/LC_MESSAGES/messages.po index 0c3bba2c1235..38b4c3bb8fc1 100644 --- a/warehouse/locale/si/LC_MESSAGES/messages.po +++ b/warehouse/locale/si/LC_MESSAGES/messages.po @@ -17,11 +17,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -119,15 +125,15 @@ msgstr "TOTP කේතය අවලංගුයි." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "ප්‍රතිසාධන කේතය අවලංගුයි." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "එම පරිශීලක නාමය හෝ විද්‍යුත් තැපෑල සමඟ කිසිදු පරිශීලකයෙකු හමු නොවීය" @@ -322,8 +328,8 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -335,7 +341,7 @@ msgstr "" "නව පරිශීලක ලියාපදිංචිය තාවකාලිකව අබල කර ඇත. වැඩි විස්තර සඳහා https://pypi.org/" "help#admin-intervention බලන්න." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -347,17 +353,17 @@ msgstr "" "නව පරිශීලක ලියාපදිංචිය තාවකාලිකව අබල කර ඇත. වැඩි විස්තර සඳහා https://pypi.org/" "help#admin-intervention බලන්න." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -366,26 +372,26 @@ msgid "" "again later." msgstr "පුරනය වීමේ උත්සාහයන් අසාර්ථක වී ඇත. පසුව නැවත උත්සාහ කරන්න." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -393,13 +399,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "අක්ෂර 50 ක් හෝ ඊට අඩු පරිශීලක නාමයක් තෝරන්න." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -414,7 +420,7 @@ msgstr "" "පරිශීලක නාමය අවලංගුය. පරිශීලක නාම අකුරු, අංක, තිත්, යටි ඉර සහ යටි ඉරි වලින් සමන්විත විය යුතුය. " "තවද අකුරකින් හෝ අංකයකින් ආරම්භ කර අවසන් කළ යුතුය. වෙනස් පරිශීලක නාමයක් තෝරන්න." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -424,7 +430,7 @@ msgid "" "organization account name." msgstr "මෙම පරිශීලක නාමය දැනටමත් වෙනත් ගිණුමක් භාවිතා කරයි. වෙනස් පරිශීලක නාමයක් තෝරන්න." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -434,21 +440,21 @@ msgid "" "organization account name." msgstr "මෙම පරිශීලක නාමය දැනටමත් වෙනත් ගිණුමක් භාවිතා කරයි. වෙනස් පරිශීලක නාමයක් තෝරන්න." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -457,7 +463,7 @@ msgid "" "This project name has already been used. Choose a different project name." msgstr "මෙම පරිශීලක නාමය දැනටමත් වෙනත් ගිණුමක් භාවිතා කරයි. වෙනස් පරිශීලක නාමයක් තෝරන්න." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -465,7 +471,7 @@ msgid "" "characters or less." msgstr "නම දිග වැඩියි. අක්ෂර 100 ක් හෝ ඊට අඩු නමක් තෝරන්න." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -473,11 +479,11 @@ msgid "" "characters or less." msgstr "නම දිග වැඩියි. අක්ෂර 100 ක් හෝ ඊට අඩු නමක් තෝරන්න." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -485,23 +491,23 @@ msgid "" "with 400 characters or less." msgstr "නම දිග වැඩියි. අක්ෂර 100 ක් හෝ ඊට අඩු නමක් තෝරන්න." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "අක්ෂර 50 ක් හෝ ඊට අඩු පරිශීලක නාමයක් තෝරන්න." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -525,21 +531,21 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -551,71 +557,71 @@ msgstr "" "නව පරිශීලක ලියාපදිංචිය තාවකාලිකව අබල කර ඇත. වැඩි විස්තර සඳහා https://pypi.org/" "help#admin-intervention බලන්න." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1312,7 +1318,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1324,7 +1330,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1365,11 +1371,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1382,27 +1388,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2018,8 +2024,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2552,7 +2558,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3635,9 +3641,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3935,7 +3941,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3957,52 +3963,65 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Choose a username with 50 characters or less." +msgid "Organization Type: %(org_type)s" +msgstr "අක්ෂර 50 ක් හෝ ඊට අඩු පරිශීලක නාමයක් තෝරන්න." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4011,126 +4030,126 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Pending organization requests" msgstr "අක්ෂර 50 ක් හෝ ඊට අඩු පරිශීලක නාමයක් තෝරන්න." -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Request a new organization" msgstr "අක්ෂර 50 ක් හෝ ඊට අඩු පරිශීලක නාමයක් තෝරන්න." #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Organization display name" msgstr "අක්ෂර 50 ක් හෝ ඊට අඩු පරිශීලක නාමයක් තෝරන්න." #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/sk/LC_MESSAGES/messages.mo b/warehouse/locale/sk/LC_MESSAGES/messages.mo new file mode 100644 index 000000000000..25f782524cd4 Binary files /dev/null and b/warehouse/locale/sk/LC_MESSAGES/messages.mo differ diff --git a/warehouse/locale/sk/LC_MESSAGES/messages.po b/warehouse/locale/sk/LC_MESSAGES/messages.po new file mode 100644 index 000000000000..02a6544c5db4 --- /dev/null +++ b/warehouse/locale/sk/LC_MESSAGES/messages.po @@ -0,0 +1,8525 @@ +# Milan Šalka , 2023. +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-07-20 17:08+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 3.9.2\n" + +#: warehouse/views.py:141 +msgid "" +"You must verify your **primary** email address before you can perform " +"this action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" +"Two-factor authentication must be enabled on your account to perform this" +" action." +msgstr "" + +#: warehouse/views.py:282 +msgid "Locale updated" +msgstr "" + +#: warehouse/accounts/forms.py:47 +msgid "The password is invalid. Try again." +msgstr "" + +#: warehouse/accounts/forms.py:58 +msgid "No user found with that username" +msgstr "" + +#: warehouse/accounts/forms.py:68 +msgid "TOTP code must be ${totp_length} digits." +msgstr "" + +#: warehouse/accounts/forms.py:87 +msgid "Recovery Codes must be ${recovery_code_length} characters." +msgstr "" + +#: warehouse/accounts/forms.py:101 +msgid "Choose a username with 50 characters or less." +msgstr "" + +#: warehouse/accounts/forms.py:107 +msgid "" +"The username is invalid. Usernames must be composed of letters, numbers, " +"dots, hyphens and underscores. And must also start and finish with a " +"letter or number. Choose a different username." +msgstr "" + +#: warehouse/accounts/forms.py:124 +msgid "" +"This username is already being used by another account. Choose a " +"different username." +msgstr "" + +#: warehouse/accounts/forms.py:137 warehouse/accounts/forms.py:185 +#: warehouse/accounts/forms.py:198 +msgid "Password too long." +msgstr "" + +#: warehouse/accounts/forms.py:173 +msgid "" +"There have been too many unsuccessful login attempts. You have been " +"locked out for ${time}. Please try again later." +msgstr "" + +#: warehouse/accounts/forms.py:201 +msgid "Your passwords don't match. Try again." +msgstr "" + +#: warehouse/accounts/forms.py:233 warehouse/accounts/forms.py:247 +msgid "The email address isn't valid. Try again." +msgstr "" + +#: warehouse/accounts/forms.py:236 +msgid "The email address is too long. Try again." +msgstr "" + +#: warehouse/accounts/forms.py:255 +msgid "You can't use an email address from this domain. Use a different email." +msgstr "" + +#: warehouse/accounts/forms.py:266 +msgid "" +"This email address is already being used by this account. Use a different" +" email." +msgstr "" + +#: warehouse/accounts/forms.py:273 +msgid "" +"This email address is already being used by another account. Use a " +"different email." +msgstr "" + +#: warehouse/accounts/forms.py:294 warehouse/manage/forms.py:139 +msgid "The name is too long. Choose a name with 100 characters or less." +msgstr "" + +#: warehouse/accounts/forms.py:383 +msgid "Invalid TOTP code." +msgstr "" + +#: warehouse/accounts/forms.py:400 +msgid "Invalid WebAuthn assertion: Bad payload" +msgstr "" + +#: warehouse/accounts/forms.py:469 +msgid "Invalid recovery code." +msgstr "" + +#: warehouse/accounts/forms.py:478 +msgid "Recovery code has been previously used." +msgstr "" + +#: warehouse/accounts/forms.py:497 +msgid "No user found with that username or email" +msgstr "" + +#: warehouse/accounts/views.py:103 +msgid "" +"There have been too many unsuccessful login attempts. You have been " +"locked out for {}. Please try again later." +msgstr "" + +#: warehouse/accounts/views.py:120 +msgid "" +"Too many emails have been added to this account without verifying them. " +"Check your inbox and follow the verification links. (IP: ${ip})" +msgstr "" + +#: warehouse/accounts/views.py:132 +msgid "" +"Too many password resets have been requested for this account without " +"completing them. Check your inbox and follow the verification links. (IP:" +" ${ip})" +msgstr "" + +#: warehouse/accounts/views.py:307 warehouse/accounts/views.py:371 +#: warehouse/accounts/views.py:373 warehouse/accounts/views.py:400 +#: warehouse/accounts/views.py:402 warehouse/accounts/views.py:468 +msgid "Invalid or expired two factor login." +msgstr "" + +#: warehouse/accounts/views.py:365 +msgid "Already authenticated" +msgstr "" + +#: warehouse/accounts/views.py:444 +msgid "Successful WebAuthn assertion" +msgstr "" + +#: warehouse/accounts/views.py:499 warehouse/manage/views/__init__.py:825 +msgid "Recovery code accepted. The supplied code cannot be used again." +msgstr "" + +#: warehouse/accounts/views.py:591 +msgid "" +"New user registration temporarily disabled. See https://pypi.org/help" +"#admin-intervention for details." +msgstr "" + +#: warehouse/accounts/views.py:722 +msgid "Expired token: request a new password reset link" +msgstr "" + +#: warehouse/accounts/views.py:724 +msgid "Invalid token: request a new password reset link" +msgstr "" + +#: warehouse/accounts/views.py:726 warehouse/accounts/views.py:828 +#: warehouse/accounts/views.py:927 warehouse/accounts/views.py:1096 +msgid "Invalid token: no token supplied" +msgstr "" + +#: warehouse/accounts/views.py:730 +msgid "Invalid token: not a password reset token" +msgstr "" + +#: warehouse/accounts/views.py:735 +msgid "Invalid token: user not found" +msgstr "" + +#: warehouse/accounts/views.py:746 +msgid "Invalid token: user has logged in since this token was requested" +msgstr "" + +#: warehouse/accounts/views.py:764 +msgid "" +"Invalid token: password has already been changed since this token was " +"requested" +msgstr "" + +#: warehouse/accounts/views.py:796 +msgid "You have reset your password" +msgstr "" + +#: warehouse/accounts/views.py:824 +msgid "Expired token: request a new email verification link" +msgstr "" + +#: warehouse/accounts/views.py:826 +msgid "Invalid token: request a new email verification link" +msgstr "" + +#: warehouse/accounts/views.py:832 +msgid "Invalid token: not an email verification token" +msgstr "" + +#: warehouse/accounts/views.py:841 +msgid "Email not found" +msgstr "" + +#: warehouse/accounts/views.py:844 +msgid "Email already verified" +msgstr "" + +#: warehouse/accounts/views.py:861 +msgid "You can now set this email as your primary address" +msgstr "" + +#: warehouse/accounts/views.py:865 +msgid "This is your primary address" +msgstr "" + +#: warehouse/accounts/views.py:870 +msgid "Email address ${email_address} verified. ${confirm_message}." +msgstr "" + +#: warehouse/accounts/views.py:923 +msgid "Expired token: request a new organization invitation" +msgstr "" + +#: warehouse/accounts/views.py:925 +msgid "Invalid token: request a new organization invitation" +msgstr "" + +#: warehouse/accounts/views.py:931 +msgid "Invalid token: not an organization invitation token" +msgstr "" + +#: warehouse/accounts/views.py:935 +msgid "Organization invitation is not valid." +msgstr "" + +#: warehouse/accounts/views.py:944 +msgid "Organization invitation no longer exists." +msgstr "" + +#: warehouse/accounts/views.py:995 +msgid "Invitation for '${organization_name}' is declined." +msgstr "" + +#: warehouse/accounts/views.py:1058 +msgid "You are now ${role} of the '${organization_name}' organization." +msgstr "" + +#: warehouse/accounts/views.py:1092 +msgid "Expired token: request a new project role invitation" +msgstr "" + +#: warehouse/accounts/views.py:1094 +msgid "Invalid token: request a new project role invitation" +msgstr "" + +#: warehouse/accounts/views.py:1100 +msgid "Invalid token: not a collaboration invitation token" +msgstr "" + +#: warehouse/accounts/views.py:1104 +msgid "Role invitation is not valid." +msgstr "" + +#: warehouse/accounts/views.py:1119 +msgid "Role invitation no longer exists." +msgstr "" + +#: warehouse/accounts/views.py:1150 +msgid "Invitation for '${project_name}' is declined." +msgstr "" + +#: warehouse/accounts/views.py:1216 +msgid "You are now ${role} of the '${project_name}' project." +msgstr "" + +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 +msgid "" +"Trusted publishing is temporarily disabled. See https://pypi.org/help" +"#admin-intervention for details." +msgstr "" + +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 +msgid "" +"GitHub-based trusted publishing is temporarily disabled. See " +"https://pypi.org/help#admin-intervention for details." +msgstr "" + +#: warehouse/accounts/views.py:1468 +msgid "" +"You must have a verified email in order to register a pending trusted " +"publisher. See https://pypi.org/help#openid-connect for details." +msgstr "" + +#: warehouse/accounts/views.py:1481 +msgid "You can't register more than 3 pending trusted publishers at once." +msgstr "" + +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 +msgid "" +"There have been too many attempted trusted publisher registrations. Try " +"again later." +msgstr "" + +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 +msgid "The trusted publisher could not be registered" +msgstr "" + +#: warehouse/accounts/views.py:1530 +msgid "" +"This trusted publisher has already been registered. Please contact PyPI's" +" admins if this wasn't intentional." +msgstr "" + +#: warehouse/accounts/views.py:1565 +msgid "Registered a new pending publisher to create " +msgstr "" + +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 +msgid "Invalid publisher ID" +msgstr "" + +#: warehouse/accounts/views.py:1625 +msgid "Removed trusted publisher for project " +msgstr "" + +#: warehouse/admin/templates/admin/banners/preview.html:15 +msgid "Banner Preview" +msgstr "" + +#: warehouse/manage/forms.py:408 +msgid "Choose an organization account name with 50 characters or less." +msgstr "" + +#: warehouse/manage/forms.py:416 +msgid "" +"The organization account name is invalid. Organization account names must" +" be composed of letters, numbers, dots, hyphens and underscores. And must" +" also start and finish with a letter or number. Choose a different " +"organization account name." +msgstr "" + +#: warehouse/manage/forms.py:439 +msgid "" +"This organization account name has already been used. Choose a different " +"organization account name." +msgstr "" + +#: warehouse/manage/forms.py:454 +msgid "" +"You have already submitted an application for that name. Choose a " +"different organization account name." +msgstr "" + +#: warehouse/manage/forms.py:490 +msgid "Select project" +msgstr "" + +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 +msgid "Specify project name" +msgstr "" + +#: warehouse/manage/forms.py:498 +msgid "" +"Start and end with a letter or numeral containing only ASCII numeric and " +"'.', '_' and '-'." +msgstr "" + +#: warehouse/manage/forms.py:505 +msgid "This project name has already been used. Choose a different project name." +msgstr "" + +#: warehouse/manage/forms.py:576 +msgid "" +"The organization name is too long. Choose a organization name with 100 " +"characters or less." +msgstr "" + +#: warehouse/manage/forms.py:588 +msgid "" +"The organization URL is too long. Choose a organization URL with 400 " +"characters or less." +msgstr "" + +#: warehouse/manage/forms.py:595 +msgid "The organization URL must start with http:// or https://" +msgstr "" + +#: warehouse/manage/forms.py:606 +msgid "" +"The organization description is too long. Choose a organization " +"description with 400 characters or less." +msgstr "" + +#: warehouse/manage/forms.py:641 +msgid "You have already submitted the maximum number of " +msgstr "" + +#: warehouse/manage/forms.py:671 +msgid "Choose a team name with 50 characters or less." +msgstr "" + +#: warehouse/manage/forms.py:677 +msgid "" +"The team name is invalid. Team names cannot start or end with a space, " +"period, underscore, hyphen, or slash. Choose a different team name." +msgstr "" + +#: warehouse/manage/forms.py:705 +msgid "This team name has already been used. Choose a different team name." +msgstr "" + +#: warehouse/manage/views/__init__.py:191 +msgid "Account details updated" +msgstr "" + +#: warehouse/manage/views/__init__.py:220 +msgid "Email ${email_address} added - check your email for a verification link" +msgstr "" + +#: warehouse/manage/views/__init__.py:773 +msgid "Recovery codes already generated" +msgstr "" + +#: warehouse/manage/views/__init__.py:774 +msgid "Generating new recovery codes will invalidate your existing codes." +msgstr "" + +#: warehouse/manage/views/__init__.py:883 +msgid "Verify your email to create an API token." +msgstr "" + +#: warehouse/manage/views/__init__.py:1008 +msgid "Invalid credentials. Try again" +msgstr "" + +#: warehouse/manage/views/__init__.py:1130 +msgid "2FA requirement cannot be disabled for critical projects" +msgstr "" + +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 +msgid "" +"Project deletion temporarily disabled. See https://pypi.org/help#admin-" +"intervention for details." +msgstr "" + +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 +msgid "Confirm the request" +msgstr "" + +#: warehouse/manage/views/__init__.py:1629 +msgid "Could not yank release - " +msgstr "" + +#: warehouse/manage/views/__init__.py:1714 +msgid "Could not un-yank release - " +msgstr "" + +#: warehouse/manage/views/__init__.py:1815 +msgid "Could not delete release - " +msgstr "" + +#: warehouse/manage/views/__init__.py:1915 +msgid "Could not find file" +msgstr "" + +#: warehouse/manage/views/__init__.py:1919 +msgid "Could not delete file - " +msgstr "" + +#: warehouse/manage/views/__init__.py:2069 +msgid "Team '${team_name}' already has ${role_name} role for project" +msgstr "" + +#: warehouse/manage/views/__init__.py:2176 +msgid "User '${username}' already has ${role_name} role for project" +msgstr "" + +#: warehouse/manage/views/__init__.py:2243 +msgid "${username} is now ${role} of the '${project_name}' project." +msgstr "" + +#: warehouse/manage/views/__init__.py:2275 +msgid "" +"User '${username}' does not have a verified primary email address and " +"cannot be added as a ${role_name} for project" +msgstr "" + +#: warehouse/manage/views/__init__.py:2288 +#: warehouse/manage/views/organizations.py:882 +msgid "User '${username}' already has an active invite. Please try again later." +msgstr "" + +#: warehouse/manage/views/__init__.py:2353 +#: warehouse/manage/views/organizations.py:947 +msgid "Invitation sent to '${username}'" +msgstr "" + +#: warehouse/manage/views/__init__.py:2386 +msgid "Could not find role invitation." +msgstr "" + +#: warehouse/manage/views/__init__.py:2397 +msgid "Invitation already expired." +msgstr "" + +#: warehouse/manage/views/__init__.py:2429 +#: warehouse/manage/views/organizations.py:1134 +msgid "Invitation revoked from '${username}'." +msgstr "" + +#: warehouse/manage/views/organizations.py:858 +msgid "User '${username}' already has ${role_name} role for organization" +msgstr "" + +#: warehouse/manage/views/organizations.py:869 +msgid "" +"User '${username}' does not have a verified primary email address and " +"cannot be added as a ${role_name} for organization" +msgstr "" + +#: warehouse/manage/views/organizations.py:1030 +#: warehouse/manage/views/organizations.py:1072 +msgid "Could not find organization invitation." +msgstr "" + +#: warehouse/manage/views/organizations.py:1040 +msgid "Organization invitation could not be re-sent." +msgstr "" + +#: warehouse/manage/views/organizations.py:1087 +msgid "Expired invitation for '${username}' deleted." +msgstr "" + +#: warehouse/oidc/forms.py:33 +msgid "Specify GitHub repository owner (username or organization)" +msgstr "" + +#: warehouse/oidc/forms.py:40 +msgid "Specify repository name" +msgstr "" + +#: warehouse/oidc/forms.py:42 +msgid "Invalid repository name" +msgstr "" + +#: warehouse/oidc/forms.py:49 +msgid "Specify workflow filename" +msgstr "" + +#: warehouse/oidc/forms.py:84 +msgid "Unknown GitHub user or organization." +msgstr "" + +#: warehouse/oidc/forms.py:94 +msgid "GitHub has rate-limited this action. Try again in a few minutes." +msgstr "" + +#: warehouse/oidc/forms.py:104 +msgid "Unexpected error from GitHub. Try again." +msgstr "" + +#: warehouse/oidc/forms.py:111 +msgid "Unexpected connection error from GitHub. Try again in a few minutes." +msgstr "" + +#: warehouse/oidc/forms.py:121 +msgid "Unexpected timeout from GitHub. Try again in a few minutes." +msgstr "" + +#: warehouse/oidc/forms.py:133 +msgid "Invalid GitHub user or organization name." +msgstr "" + +#: warehouse/oidc/forms.py:149 +msgid "Workflow name must end with .yml or .yaml" +msgstr "" + +#: warehouse/oidc/forms.py:154 +msgid "Workflow filename must be a filename only, without directories" +msgstr "" + +#: warehouse/oidc/forms.py:176 +msgid "Invalid project name" +msgstr "" + +#: warehouse/oidc/forms.py:190 +msgid "This project name is already in use" +msgstr "" + +#: warehouse/oidc/forms.py:203 +msgid "Specify a publisher ID" +msgstr "" + +#: warehouse/oidc/forms.py:204 +msgid "Publisher must be specified by ID" +msgstr "" + +#: warehouse/subscriptions/models.py:42 +#: warehouse/templates/manage/project/history.html:230 +msgid "Active" +msgstr "" + +#: warehouse/subscriptions/models.py:43 +msgid "Past Due" +msgstr "" + +#: warehouse/subscriptions/models.py:44 +msgid "Unpaid" +msgstr "" + +#: warehouse/subscriptions/models.py:45 +msgid "Canceled" +msgstr "" + +#: warehouse/subscriptions/models.py:46 +msgid "Incomplete" +msgstr "" + +#: warehouse/subscriptions/models.py:47 +msgid "Incomplete Expired" +msgstr "" + +#: warehouse/subscriptions/models.py:48 +msgid "Trialing" +msgstr "" + +#: warehouse/templates/403.html:16 +msgid "Access Denied / Forbidden (403)" +msgstr "" + +#: warehouse/templates/403.html:18 +msgid "You don't have permission to view this page" +msgstr "" + +#: warehouse/templates/404.html:16 +msgid "Page Not Found (404)" +msgstr "" + +#: warehouse/templates/404.html:18 +msgid "We looked everywhere but couldn't find this page" +msgstr "" + +#: warehouse/templates/404.html:29 +msgid "And now for something
completely different" +msgstr "" + +#: warehouse/templates/404.html:32 +msgid "Monty Python - The Cheese Shop Sketch" +msgstr "" + +#: warehouse/templates/404.html:34 warehouse/templates/500.html:28 +#: warehouse/templates/500.html:29 +#: warehouse/templates/accounts/two-factor.html:55 +#: warehouse/templates/base.html:278 warehouse/templates/base.html:279 +#: warehouse/templates/base.html:280 warehouse/templates/base.html:281 +#: warehouse/templates/base.html:291 warehouse/templates/base.html:292 +#: warehouse/templates/base.html:305 warehouse/templates/base.html:306 +#: warehouse/templates/base.html:308 warehouse/templates/base.html:317 +#: warehouse/templates/base.html:319 warehouse/templates/base.html:331 +#: warehouse/templates/base.html:344 +#: warehouse/templates/includes/accounts/profile-actions.html:21 +#: warehouse/templates/includes/accounts/profile-actions.html:30 +#: warehouse/templates/includes/accounts/profile-callout.html:18 +#: warehouse/templates/includes/hash-modal.html:23 +#: warehouse/templates/includes/packaging/project-data.html:74 +#: warehouse/templates/index.html:100 warehouse/templates/index.html:104 +#: warehouse/templates/manage/account.html:228 +#: warehouse/templates/manage/account.html:234 +#: warehouse/templates/manage/account/totp-provision.html:32 +#: warehouse/templates/manage/account/webauthn-provision.html:26 +#: warehouse/templates/manage/account/webauthn-provision.html:28 +#: warehouse/templates/manage/account/webauthn-provision.html:53 +#: warehouse/templates/manage/account/webauthn-provision.html:74 +#: warehouse/templates/manage/manage_base.html:185 +#: warehouse/templates/manage/project/release.html:144 +#: warehouse/templates/manage/project/release.html:200 +#: warehouse/templates/manage/project/releases.html:140 +#: warehouse/templates/manage/project/releases.html:179 +#: warehouse/templates/packaging/detail.html:364 +#: warehouse/templates/packaging/detail.html:383 +#: warehouse/templates/pages/classifiers.html:25 +#: warehouse/templates/pages/help.html:20 +#: warehouse/templates/pages/help.html:216 +#: warehouse/templates/pages/help.html:223 +#: warehouse/templates/pages/help.html:237 +#: warehouse/templates/pages/help.html:253 +#: warehouse/templates/pages/help.html:257 +#: warehouse/templates/pages/help.html:314 +#: warehouse/templates/pages/help.html:341 +#: warehouse/templates/pages/help.html:346 +#: warehouse/templates/pages/help.html:351 +#: warehouse/templates/pages/help.html:353 +#: warehouse/templates/pages/help.html:358 +#: warehouse/templates/pages/help.html:359 +#: warehouse/templates/pages/help.html:360 +#: warehouse/templates/pages/help.html:364 +#: warehouse/templates/pages/help.html:397 +#: warehouse/templates/pages/help.html:399 +#: warehouse/templates/pages/help.html:402 +#: warehouse/templates/pages/help.html:438 +#: warehouse/templates/pages/help.html:443 +#: warehouse/templates/pages/help.html:449 +#: warehouse/templates/pages/help.html:507 +#: warehouse/templates/pages/help.html:539 +#: warehouse/templates/pages/help.html:545 +#: warehouse/templates/pages/help.html:548 +#: warehouse/templates/pages/help.html:550 +#: warehouse/templates/pages/help.html:559 +#: warehouse/templates/pages/help.html:581 +#: warehouse/templates/pages/help.html:588 +#: warehouse/templates/pages/help.html:600 +#: warehouse/templates/pages/help.html:601 +#: warehouse/templates/pages/help.html:606 +#: warehouse/templates/pages/help.html:631 +#: warehouse/templates/pages/help.html:644 +#: warehouse/templates/pages/help.html:649 +#: warehouse/templates/pages/help.html:661 +#: warehouse/templates/pages/help.html:682 +#: warehouse/templates/pages/help.html:706 +#: warehouse/templates/pages/help.html:713 +#: warehouse/templates/pages/help.html:725 +#: warehouse/templates/pages/help.html:736 +#: warehouse/templates/pages/help.html:741 +#: warehouse/templates/pages/help.html:749 +#: warehouse/templates/pages/help.html:760 +#: warehouse/templates/pages/help.html:805 +#: warehouse/templates/pages/help.html:813 +#: warehouse/templates/pages/help.html:829 +#: warehouse/templates/pages/help.html:834 +#: warehouse/templates/pages/help.html:839 +#: warehouse/templates/pages/help.html:849 +#: warehouse/templates/pages/help.html:858 +#: warehouse/templates/pages/help.html:872 +#: warehouse/templates/pages/help.html:880 +#: warehouse/templates/pages/help.html:888 +#: warehouse/templates/pages/help.html:896 +#: warehouse/templates/pages/help.html:905 +#: warehouse/templates/pages/help.html:925 +#: warehouse/templates/pages/help.html:940 +#: warehouse/templates/pages/help.html:941 +#: warehouse/templates/pages/help.html:942 +#: warehouse/templates/pages/help.html:943 +#: warehouse/templates/pages/help.html:948 +#: warehouse/templates/pages/sponsors.html:33 +#: warehouse/templates/pages/sponsors.html:37 +#: warehouse/templates/pages/sponsors.html:41 +#: warehouse/templates/pages/sponsors.html:45 +#: warehouse/templates/pages/sponsors.html:64 +#: warehouse/templates/upload.html:26 +msgid "External link" +msgstr "" + +#: warehouse/templates/404.html:34 +msgid "View video transcript" +msgstr "" + +#: warehouse/templates/410.html:16 +msgid "Page removed (410)" +msgstr "" + +#: warehouse/templates/410.html:18 +msgid "The page you are looking for has been removed" +msgstr "" + +#: warehouse/templates/500.html:16 +msgid "Internal server error (500)" +msgstr "" + +#: warehouse/templates/500.html:18 +msgid "Something went wrong" +msgstr "" + +#: warehouse/templates/500.html:22 +msgid "" +"

We are experiencing technical issues that are affecting our ability to" +" serve you this site.

We are aware of the problem and are working " +"to resolve it as soon as possible.

" +msgstr "" + +#: warehouse/templates/500.html:28 +msgid "Check our status page" +msgstr "" + +#: warehouse/templates/500.html:29 +msgid "View Python Status on Twitter" +msgstr "" + +#: warehouse/templates/500.html:32 +msgid "Error code 500" +msgstr "" + +#: warehouse/templates/500.html:36 +msgid "Rely on PyPI to get your job done?" +msgstr "" + +#: warehouse/templates/500.html:37 +msgid "" +"Consider
contributing or donating to help us build a more" +" stable and secure platform." +msgstr "" + +#: warehouse/templates/base.html:24 +msgid "" +"Choose a strong password that contains letters (uppercase and lowercase)," +" numbers and special characters. Avoid common words or repetition." +msgstr "" + +#: warehouse/templates/base.html:27 +msgid "Password strength:" +msgstr "" + +#: warehouse/templates/base.html:30 +msgid "Password field is empty" +msgstr "" + +#: warehouse/templates/base.html:39 warehouse/templates/base.html:47 +#: warehouse/templates/includes/current-user-indicator.html:17 +msgid "Main navigation" +msgstr "" + +#: warehouse/templates/base.html:41 warehouse/templates/base.html:55 +#: warehouse/templates/base.html:275 +#: warehouse/templates/includes/current-user-indicator.html:63 +#: warehouse/templates/pages/help.html:109 +#: warehouse/templates/pages/sitemap.html:27 +msgid "Help" +msgstr "" + +#: warehouse/templates/base.html:42 warehouse/templates/base.html:56 +#: warehouse/templates/includes/current-user-indicator.html:69 +#: warehouse/templates/pages/sitemap.html:41 +#: warehouse/templates/pages/sponsors.html:15 +msgid "Sponsors" +msgstr "" + +#: warehouse/templates/accounts/login.html:18 +#: warehouse/templates/accounts/login.html:88 warehouse/templates/base.html:43 +#: warehouse/templates/base.html:57 +msgid "Log in" +msgstr "" + +#: warehouse/templates/base.html:44 warehouse/templates/base.html:58 +#: warehouse/templates/pages/sitemap.html:33 +msgid "Register" +msgstr "" + +#: warehouse/templates/base.html:48 +#: warehouse/templates/includes/current-user-indicator.html:18 +msgid "View menu" +msgstr "" + +#: warehouse/templates/base.html:49 +msgid "Menu" +msgstr "" + +#: warehouse/templates/base.html:54 +#: warehouse/templates/includes/current-user-indicator.html:25 +msgid "Main menu" +msgstr "" + +#: warehouse/templates/base.html:66 +#, python-format +msgid "" +"\"%(wordmark)s\", \"%(name)s\", and the blocks logos are registered " +"trademarks of the Python Software Foundation referring to the products" +" and services associated with pypi.org. Any other use by any other party " +"is prohibited." +msgstr "" + +#: warehouse/templates/base.html:70 +#, python-format +msgid "" +"\"%(wordmark)s\", \"%(name)s\", and the blocks logos are registered trademarks of the Python Software " +"Foundation." +msgstr "" + +#: warehouse/templates/base.html:93 warehouse/templates/index.html:97 +msgid "" +"The Python Package Index (PyPI) is a repository of software for the " +"Python programming language." +msgstr "" + +#: warehouse/templates/base.html:106 +msgid "RSS: 40 latest updates" +msgstr "" + +#: warehouse/templates/base.html:107 +msgid "RSS: 40 newest packages" +msgstr "" + +#: warehouse/templates/base.html:160 +msgid "Skip to main content" +msgstr "" + +#: warehouse/templates/base.html:163 +msgid "Switch to mobile version" +msgstr "" + +#: warehouse/templates/base.html:172 warehouse/templates/base.html:181 +#: warehouse/templates/base.html:191 +#: warehouse/templates/includes/flash-messages.html:30 +#: warehouse/templates/includes/session-notifications.html:20 +#: warehouse/templates/manage/account.html:744 +#: warehouse/templates/manage/manage_base.html:317 +#: warehouse/templates/manage/manage_base.html:376 +#: warehouse/templates/manage/organization/settings.html:194 +#: warehouse/templates/manage/organization/settings.html:250 +#: warehouse/templates/manage/organization/settings.html:256 +#: warehouse/templates/manage/project/documentation.html:27 +#: warehouse/templates/manage/project/release.html:188 +#: warehouse/templates/manage/project/settings.html:126 +#: warehouse/templates/manage/project/settings.html:175 +#: warehouse/templates/manage/project/settings.html:247 +#: warehouse/templates/manage/team/settings.html:77 +msgid "Warning" +msgstr "" + +#: warehouse/templates/base.html:174 +msgid "You are using an unsupported browser, upgrade to a newer version." +msgstr "" + +#: warehouse/templates/base.html:183 +msgid "" +"You are using TestPyPI – a separate instance of the Python Package Index " +"that allows you to try distribution tools and processes without affecting" +" the real index." +msgstr "" + +#: warehouse/templates/base.html:193 +msgid "" +"Some features may not work without JavaScript. Please try enabling it if " +"you encounter problems." +msgstr "" + +#: warehouse/templates/base.html:231 warehouse/templates/base.html:252 +#: warehouse/templates/error-base-with-search.html:20 +#: warehouse/templates/index.html:43 +msgid "Search PyPI" +msgstr "" + +#: warehouse/templates/base.html:232 warehouse/templates/base.html:253 +#: warehouse/templates/error-base-with-search.html:21 +#: warehouse/templates/index.html:46 +msgid "Search projects" +msgstr "" + +#: warehouse/templates/base.html:236 warehouse/templates/base.html:257 +#: warehouse/templates/error-base-with-search.html:24 +#: warehouse/templates/index.html:50 +msgid "Search" +msgstr "" + +#: warehouse/templates/base.html:276 +msgid "Help navigation" +msgstr "" + +#: warehouse/templates/base.html:278 +msgid "Installing packages" +msgstr "" + +#: warehouse/templates/base.html:279 +msgid "Uploading packages" +msgstr "" + +#: warehouse/templates/base.html:280 +msgid "User guide" +msgstr "" + +#: warehouse/templates/base.html:281 +msgid "Project name retention" +msgstr "" + +#: warehouse/templates/base.html:282 +msgid "FAQs" +msgstr "" + +#: warehouse/templates/base.html:288 warehouse/templates/pages/sitemap.html:37 +msgid "About PyPI" +msgstr "" + +#: warehouse/templates/base.html:289 +msgid "About PyPI navigation" +msgstr "" + +#: warehouse/templates/base.html:291 +msgid "PyPI on Twitter" +msgstr "" + +#: warehouse/templates/base.html:292 +msgid "Infrastructure dashboard" +msgstr "" + +#: warehouse/templates/base.html:293 +#: warehouse/templates/includes/accounts/profile-actions.html:19 +#: warehouse/templates/includes/accounts/profile-actions.html:28 +#: warehouse/templates/includes/packaging/project-data.html:33 +#: warehouse/templates/pages/sitemap.html:40 +#: warehouse/templates/pages/stats.html:16 +msgid "Statistics" +msgstr "" + +#: warehouse/templates/base.html:294 +msgid "Logos & trademarks" +msgstr "" + +#: warehouse/templates/base.html:295 +msgid "Our sponsors" +msgstr "" + +#: warehouse/templates/base.html:301 +msgid "Contributing to PyPI" +msgstr "" + +#: warehouse/templates/base.html:302 +msgid "How to contribute navigation" +msgstr "" + +#: warehouse/templates/base.html:304 +msgid "Bugs and feedback" +msgstr "" + +#: warehouse/templates/base.html:305 +msgid "Contribute on GitHub" +msgstr "" + +#: warehouse/templates/base.html:306 +msgid "Translate PyPI" +msgstr "" + +#: warehouse/templates/base.html:307 +msgid "Sponsor PyPI" +msgstr "" + +#: warehouse/templates/base.html:308 +msgid "Development credits" +msgstr "" + +#: warehouse/templates/base.html:314 warehouse/templates/pages/sitemap.html:23 +msgid "Using PyPI" +msgstr "" + +#: warehouse/templates/base.html:315 +msgid "Using PyPI navigation" +msgstr "" + +#: warehouse/templates/base.html:317 +msgid "Code of conduct" +msgstr "" + +#: warehouse/templates/base.html:318 +msgid "Report security issue" +msgstr "" + +#: warehouse/templates/base.html:319 +msgid "Privacy policy" +msgstr "" + +#: warehouse/templates/base.html:320 warehouse/templates/pages/sitemap.html:43 +msgid "Terms of use" +msgstr "" + +#: warehouse/templates/base.html:321 +msgid "Acceptable Use Policy" +msgstr "" + +#: warehouse/templates/base.html:331 +msgid "Status:" +msgstr "" + +#: warehouse/templates/base.html:332 +msgid "all systems operational" +msgstr "" + +#: warehouse/templates/base.html:336 +msgid "" +"Developed and maintained by the Python community, for the Python " +"community." +msgstr "" + +#: warehouse/templates/base.html:338 +msgid "Donate today!" +msgstr "" + +#: warehouse/templates/base.html:345 warehouse/templates/pages/sitemap.html:16 +msgid "Site map" +msgstr "" + +#: warehouse/templates/base.html:351 +msgid "Switch to desktop version" +msgstr "" + +#: warehouse/templates/confirm-action.html:17 +msgid "Confirm Action" +msgstr "" + +#: warehouse/templates/confirm-action.html:26 +msgid "Are you sure?" +msgstr "" + +#: warehouse/templates/error-base.html:35 +msgid "Error code" +msgstr "" + +#: warehouse/templates/error-base.html:37 +msgid "Back to the homepage" +msgstr "" + +#: warehouse/templates/index.html:16 +msgid "The Python Package Index" +msgstr "" + +#: warehouse/templates/index.html:31 +msgid "Test Python package publishing with the Test Python Package Index" +msgstr "" + +#: warehouse/templates/index.html:33 +msgid "Develop the codebase behind PyPI with the Dev Python Package Index" +msgstr "" + +#: warehouse/templates/index.html:35 +msgid "Find, install and publish Python packages with the Python Package Index" +msgstr "" + +#: warehouse/templates/index.html:54 +#, python-format +msgid "Or browse projects" +msgstr "" + +#: warehouse/templates/index.html:61 +#, python-format +msgid "%(num_projects_formatted)s project" +msgid_plural "%(num_projects_formatted)s projects" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/index.html:68 +#, python-format +msgid "%(num_releases_formatted)s release" +msgid_plural "%(num_releases_formatted)s releases" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/index.html:75 +#, python-format +msgid "%(num_files_formatted)s file" +msgid_plural "%(num_files_formatted)s files" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/index.html:82 +#, python-format +msgid "%(num_users_formatted)s user" +msgid_plural "%(num_users_formatted)s users" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/index.html:99 +msgid "" +"PyPI helps you find and install software developed and shared by the " +"Python community." +msgstr "" + +#: warehouse/templates/index.html:100 +msgid "Learn about installing packages" +msgstr "" + +#: warehouse/templates/index.html:103 +msgid "Package authors use PyPI to distribute their software." +msgstr "" + +#: warehouse/templates/index.html:104 +msgid "Learn how to package your Python code for PyPI" +msgstr "" + +#: warehouse/templates/accounts/login.html:17 +#: warehouse/templates/accounts/recovery-code.html:17 +#: warehouse/templates/accounts/register.html:17 +#: warehouse/templates/accounts/request-password-reset.html:17 +#: warehouse/templates/accounts/reset-password.html:17 +#: warehouse/templates/accounts/two-factor.html:17 +#: warehouse/templates/manage/account.html:23 +#: warehouse/templates/manage/account/token.html:22 +#: warehouse/templates/manage/account/totp-provision.html:22 +#: warehouse/templates/re-auth.html:17 +msgid "Error processing form" +msgstr "" + +#: warehouse/templates/accounts/register.html:137 +#: warehouse/templates/accounts/register.html:142 +#: warehouse/templates/accounts/reset-password.html:60 +#: warehouse/templates/accounts/reset-password.html:65 +#: warehouse/templates/manage/account.html:405 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 +msgid "Confirm password" +msgstr "" + +#: warehouse/templates/re-auth.html:30 +msgid "Confirm password to continue" +msgstr "" + +#: warehouse/templates/accounts/login.html:69 +#: warehouse/templates/accounts/register.html:112 +#: warehouse/templates/accounts/reset-password.html:38 +#: warehouse/templates/manage/manage_base.html:385 +#: warehouse/templates/re-auth.html:50 +msgid "Password" +msgstr "" + +#: warehouse/templates/accounts/login.html:51 +#: warehouse/templates/accounts/login.html:71 +#: warehouse/templates/accounts/recovery-code.html:42 +#: warehouse/templates/accounts/register.html:49 +#: warehouse/templates/accounts/register.html:68 +#: warehouse/templates/accounts/register.html:93 +#: warehouse/templates/accounts/register.html:114 +#: warehouse/templates/accounts/register.html:139 +#: warehouse/templates/accounts/request-password-reset.html:41 +#: warehouse/templates/accounts/reset-password.html:40 +#: warehouse/templates/accounts/reset-password.html:62 +#: warehouse/templates/accounts/two-factor.html:89 +#: warehouse/templates/manage/account.html:270 +#: warehouse/templates/manage/account.html:287 +#: warehouse/templates/manage/account.html:344 +#: warehouse/templates/manage/account.html:369 +#: warehouse/templates/manage/account.html:386 +#: warehouse/templates/manage/account.html:402 +#: warehouse/templates/manage/account/publishing.html:34 +#: warehouse/templates/manage/account/publishing.html:49 +#: warehouse/templates/manage/account/publishing.html:64 +#: warehouse/templates/manage/account/publishing.html:79 +#: warehouse/templates/manage/account/publishing.html:94 +#: warehouse/templates/manage/account/recovery_codes-burn.html:70 +#: warehouse/templates/manage/account/token.html:133 +#: warehouse/templates/manage/account/token.html:150 +#: warehouse/templates/manage/account/totp-provision.html:69 +#: warehouse/templates/manage/account/webauthn-provision.html:44 +#: warehouse/templates/manage/organization/projects.html:179 +#: warehouse/templates/manage/organization/projects.html:197 +#: warehouse/templates/manage/organization/roles.html:270 +#: warehouse/templates/manage/organization/roles.html:283 +#: warehouse/templates/manage/organization/settings.html:50 +#: warehouse/templates/manage/organization/settings.html:80 +#: warehouse/templates/manage/organization/settings.html:104 +#: warehouse/templates/manage/organization/settings.html:129 +#: warehouse/templates/manage/organization/teams.html:89 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 +#: warehouse/templates/manage/project/publishing.html:78 +#: warehouse/templates/manage/project/publishing.html:93 +#: warehouse/templates/manage/project/publishing.html:108 +#: warehouse/templates/manage/project/publishing.html:123 +#: warehouse/templates/manage/project/roles.html:273 +#: warehouse/templates/manage/project/roles.html:284 +#: warehouse/templates/manage/project/roles.html:296 +#: warehouse/templates/manage/project/roles.html:311 +#: warehouse/templates/manage/project/roles.html:338 +#: warehouse/templates/manage/project/roles.html:351 +#: warehouse/templates/manage/team/roles.html:106 +#: warehouse/templates/manage/team/settings.html:35 +#: warehouse/templates/re-auth.html:52 +msgid "(required)" +msgstr "" + +#: warehouse/templates/accounts/login.html:75 +#: warehouse/templates/re-auth.html:56 +msgid "Your password" +msgstr "" + +#: warehouse/templates/accounts/login.html:92 +#: warehouse/templates/manage/manage_base.html:388 +#: warehouse/templates/re-auth.html:73 +msgid "Show password" +msgstr "" + +#: warehouse/templates/accounts/login.html:96 +#: warehouse/templates/re-auth.html:77 +msgid "Forgot password?" +msgstr "" + +#: warehouse/templates/re-auth.html:81 +#, python-format +msgid "" +"Tip: you are about to perform a sensitive " +"action. If you are not on a personal computer, make sure to log out " +"once you're done with your session. We won't ask you to confirm your " +"password again for the next hour." +msgstr "" + +#: warehouse/templates/upload.html:25 +msgid "This URL is an API endpoint for uploading files to PyPI." +msgstr "" + +#: warehouse/templates/upload.html:26 +#, python-format +msgid "" +"For more information on uploading projects to PyPI, visit the Python Packaging User Guide." +msgstr "" + +#: warehouse/templates/upload.html:28 +#, python-format +msgid "" +"Otherwise, we suggest you go to the PyPI " +"homepage." +msgstr "" + +#: warehouse/templates/accounts/invite-confirmation.html:17 +msgid "Confirm Invite" +msgstr "" + +#: warehouse/templates/accounts/invite-confirmation.html:26 +#, python-format +msgid "" +"Would you like to accept this invitation to join '%(project_name)s' as a project " +"%(role_name)s?" +msgstr "" + +#: warehouse/templates/accounts/invite-confirmation.html:32 +#: warehouse/templates/accounts/organization-invite-confirmation.html:32 +#: warehouse/templates/manage/organizations.html:42 +#: warehouse/templates/manage/projects.html:52 +msgid "Accept" +msgstr "" + +#: warehouse/templates/accounts/invite-confirmation.html:33 +#: warehouse/templates/accounts/organization-invite-confirmation.html:33 +#: warehouse/templates/manage/organizations.html:46 +#: warehouse/templates/manage/organizations.html:54 +#: warehouse/templates/manage/projects.html:53 +msgid "Decline" +msgstr "" + +#: warehouse/templates/accounts/login.html:30 +#, python-format +msgid "Log in to %(title)s" +msgstr "" + +#: warehouse/templates/accounts/login.html:49 +#: warehouse/templates/accounts/profile.html:39 +#: warehouse/templates/accounts/register.html:91 +#: warehouse/templates/email/organization-member-added/body.html:30 +#: warehouse/templates/email/organization-member-invited/body.html:30 +#: warehouse/templates/email/organization-member-removed/body.html:30 +#: warehouse/templates/email/organization-member-role-changed/body.html:30 +#: warehouse/templates/manage/account.html:248 +#: warehouse/templates/manage/organization/roles.html:209 +#: warehouse/templates/manage/organization/roles.html:273 +#: warehouse/templates/manage/project/roles.html:148 +#: warehouse/templates/manage/project/roles.html:205 +#: warehouse/templates/manage/project/roles.html:298 +#: warehouse/templates/manage/project/roles.html:341 +#: warehouse/templates/manage/team/roles.html:80 +#: warehouse/templates/manage/team/roles.html:109 +msgid "Username" +msgstr "" + +#: warehouse/templates/accounts/login.html:54 +msgid "Your username" +msgstr "" + +#: warehouse/templates/accounts/logout.html:16 +#: warehouse/templates/accounts/logout.html:25 +#: warehouse/templates/includes/current-user-indicator.html:77 +msgid "Log out" +msgstr "" + +#: warehouse/templates/accounts/logout.html:19 +#, python-format +msgid "Log out of %(account_name)s" +msgstr "" + +#: warehouse/templates/accounts/organization-invite-confirmation.html:17 +msgid "Confirm Organization Invite" +msgstr "" + +#: warehouse/templates/accounts/organization-invite-confirmation.html:26 +#, python-format +msgid "" +"Would you like to accept this invitation to join '%(organization_name)s' " +"as an organization %(role_name)s?" +msgstr "" + +#: warehouse/templates/accounts/profile.html:16 +#, python-format +msgid "Profile of %(username)s" +msgstr "" + +#: warehouse/templates/accounts/profile.html:29 +#: warehouse/templates/manage/account.html:223 +#: warehouse/templates/manage/organization/roles.html:153 +#: warehouse/templates/manage/organization/roles.html:220 +#: warehouse/templates/manage/project/roles.html:157 +#: warehouse/templates/manage/project/roles.html:214 +#: warehouse/templates/manage/team/roles.html:61 +msgid "Avatar for {user} from gravatar.com" +msgstr "" + +#: warehouse/templates/accounts/profile.html:50 +#: warehouse/templates/organizations/profile.html:37 +msgid "Date joined" +msgstr "" + +#: warehouse/templates/accounts/profile.html:51 +#: warehouse/templates/organizations/profile.html:38 +#, python-format +msgid "Joined %(start_date)s" +msgstr "" + +#: warehouse/templates/accounts/profile.html:68 +#: warehouse/templates/organizations/profile.html:51 +#, python-format +msgid "%(count)s project" +msgid_plural "%(count)s projects" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/accounts/profile.html:74 +#: warehouse/templates/organizations/profile.html:57 +msgid "No projects" +msgstr "" + +#: warehouse/templates/accounts/profile.html:83 +#: warehouse/templates/manage/organization/projects.html:73 +#: warehouse/templates/manage/projects.html:37 +#: warehouse/templates/manage/projects.html:108 +#: warehouse/templates/manage/team/projects.html:73 +#: warehouse/templates/organizations/profile.html:66 +#, python-format +msgid "Last released %(release_date)s" +msgstr "" + +#: warehouse/templates/accounts/profile.html:91 +#, python-format +msgid "%(user)s has not uploaded any projects to PyPI, yet" +msgstr "" + +#: warehouse/templates/accounts/recovery-code.html:18 +#: warehouse/templates/manage/manage_base.html:39 +msgid "Recovery codes" +msgstr "" + +#: warehouse/templates/accounts/recovery-code.html:24 +#: warehouse/templates/accounts/two-factor.html:129 +msgid "Login using recovery codes" +msgstr "" + +#: warehouse/templates/accounts/recovery-code.html:40 +#: warehouse/templates/manage/account/recovery_codes-burn.html:68 +msgid "Enter recovery code" +msgstr "" + +#: warehouse/templates/accounts/recovery-code.html:54 +msgid "" +"Recovery codes are 16 character hexadecimal strings comprised of " +"lowercase a-z and digits 0-9 (e.g., " +"badc0ffee0ddf00d)." +msgstr "" + +#: warehouse/templates/accounts/recovery-code.html:58 +#: warehouse/templates/accounts/two-factor.html:112 +#: warehouse/templates/manage/account/recovery_codes-burn.html:83 +msgid "Verify" +msgstr "" + +#: warehouse/templates/accounts/recovery-code.html:61 +msgid "" +"PyPI allows for generating recovery codes to be stored securely offline " +"in the event that your device or application is lost. Enter one of these " +"codes in the form to verify your identity. Once used, the recovery code " +"will no longer be valid." +msgstr "" + +#: warehouse/templates/accounts/recovery-code.html:62 +#, python-format +msgid "

Not working? Get help.

" +msgstr "" + +#: warehouse/templates/accounts/register.html:18 +msgid "Create an account" +msgstr "" + +#: warehouse/templates/accounts/register.html:32 +#, python-format +msgid "Create an account on %(title)s" +msgstr "" + +#: warehouse/templates/accounts/register.html:47 +#: warehouse/templates/manage/account.html:139 +#: warehouse/templates/manage/account.html:434 +msgid "Name" +msgstr "" + +#: warehouse/templates/accounts/register.html:52 +msgid "Your name" +msgstr "" + +#: warehouse/templates/accounts/register.html:66 +#: warehouse/templates/manage/account.html:326 +msgid "Email address" +msgstr "" + +#: warehouse/templates/accounts/register.html:71 +#: warehouse/templates/manage/account.html:347 +msgid "Your email address" +msgstr "" + +#: warehouse/templates/accounts/register.html:85 +msgid "Confirm form" +msgstr "" + +#: warehouse/templates/accounts/register.html:96 +msgid "Select a username" +msgstr "" + +#: warehouse/templates/accounts/register.html:119 +#: warehouse/templates/accounts/reset-password.html:44 +#: warehouse/templates/manage/account.html:374 +msgid "Show passwords" +msgstr "" + +#: warehouse/templates/accounts/register.html:122 +msgid "Select a password" +msgstr "" + +#: warehouse/templates/accounts/register.html:159 +msgid "" +"This password appears in a security breach or has been compromised and " +"cannot be used. Please refer to the FAQ for more information." +msgstr "" + +#: warehouse/templates/accounts/register.html:168 +msgid "Create account" +msgstr "" + +#: warehouse/templates/accounts/request-password-reset.html:18 +#: warehouse/templates/accounts/request-password-reset.html:24 +msgid "Password reset" +msgstr "" + +#: warehouse/templates/accounts/request-password-reset.html:27 +msgid "To reset your password, enter your username or email." +msgstr "" + +#: warehouse/templates/accounts/request-password-reset.html:39 +msgid "Username or email" +msgstr "" + +#: warehouse/templates/accounts/request-password-reset.html:46 +msgid "Request password reset" +msgstr "" + +#: warehouse/templates/accounts/request-password-reset.html:50 +msgid "Reset email sent" +msgstr "" + +#: warehouse/templates/accounts/request-password-reset.html:51 +msgid "An email has been sent to your registered email address." +msgstr "" + +#: warehouse/templates/accounts/request-password-reset.html:52 +#, python-format +msgid "" +"The email contains a link to reset your password. This link will expire " +"in %(n_hours)s hours." +msgstr "" + +#: warehouse/templates/accounts/reset-password.html:18 +#: warehouse/templates/accounts/reset-password.html:24 +#: warehouse/templates/pages/sitemap.html:34 +msgid "Reset your password" +msgstr "" + +#: warehouse/templates/accounts/reset-password.html:47 +#: warehouse/templates/manage/account.html:391 +msgid "Select a new password" +msgstr "" + +#: warehouse/templates/accounts/reset-password.html:81 +msgid "Reset password" +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:18 +#: warehouse/templates/accounts/two-factor.html:30 +msgid "Two-factor authentication" +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:36 +msgid "Authenticate with a security device (e.g. USB key)" +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:39 +msgid "" +"Connect your security device and click the \"Authenticate with device\" " +"button." +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:42 +msgid "Enable JavaScript to log in with a security device (e.g. USB key)" +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:51 +msgid "Authenticate with device" +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:55 +#, python-format +msgid "" +"Upgrade your browser to log in with a security device" +" (e.g. USB key)" +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:60 +#, python-format +msgid "Lost your device? Not working? Get help." +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:72 +msgid "Authenticate with an app" +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:87 +msgid "Enter authentication code" +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:115 +#, python-format +msgid "" +"

Generate a code using the authentication application connected to your" +" PyPI account. Enter this code in the form to verify your identity.

" +"

Lost your application? Not working? Get " +"help.

" +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:127 +msgid "Lost your security key or application?" +msgstr "" + +#: warehouse/templates/accounts/two-factor.html:132 +#, python-format +msgid "" +"

You have not generated account recovery codes.

" +"

If you lose access to your two factor methods, you may lose access to " +"your account. Get help with recovery codes.

" +msgstr "" + +#: warehouse/templates/email/account-deleted/body.html:18 +#, python-format +msgid "Your PyPI account %(username)s has been deleted." +msgstr "" + +#: warehouse/templates/email/account-deleted/body.html:20 +#: warehouse/templates/email/new-email-added/body.html:19 +#: warehouse/templates/email/password-change/body.html:20 +#: warehouse/templates/email/primary-email-change/body.html:20 +#: warehouse/templates/email/recovery-code-used/body.html:25 +#: warehouse/templates/email/recovery-codes-generated/body.html:25 +#: warehouse/templates/email/two-factor-added/body.html:20 +#: warehouse/templates/email/two-factor-removed/body.html:20 +#, python-format +msgid "" +"If you did not make this change, you can email %(email_address)s to communicate with the PyPI " +"administrators." +msgstr "" + +#: warehouse/templates/email/added-as-collaborator/body.html:19 +#, python-format +msgid "" +"You have been added as %(role)s to the %(site)s project " +"%(project_name)s by %(initiator_username)s." +msgstr "" + +#: warehouse/templates/email/added-as-collaborator/body.html:24 +#, python-format +msgid "" +"You are receiving this because you have been added by " +"%(initiator_username)s to a project on %(site)s." +msgstr "" + +#: warehouse/templates/email/added-as-organization-member/body.html:20 +#, python-format +msgid "" +"You have been added as %(role)s of the %(site)s " +"organization %(organization_name)s by %(submitter)s." +msgstr "" + +#: warehouse/templates/email/added-as-organization-member/body.html:26 +#: warehouse/templates/email/role-changed-as-organization-member/body.html:26 +msgid "You are receiving this because you are a member of this organization." +msgstr "" + +#: warehouse/templates/email/added-as-team-collaborator/body.html:20 +#, python-format +msgid "" +"Your team has been added with %(role)s permissions to " +"the %(site)s project %(project)s by %(submitter)s." +msgstr "" + +#: warehouse/templates/email/added-as-team-collaborator/body.html:26 +#, python-format +msgid "" +"You are receiving this because your team has been added by %(submitter)s " +"to a project on %(site)s." +msgstr "" + +#: warehouse/templates/email/added-as-team-member/body.html:18 +#, python-format +msgid "" +"You have been added as a member of the \"%(team_name)s\" team in the " +"\"%(organization_name)s\" organization by %(submitter)s." +msgstr "" + +#: warehouse/templates/email/added-as-team-member/body.html:24 +msgid "You are receiving this because you are a member of this team." +msgstr "" + +#: warehouse/templates/email/admin-organization-deleted/body.html:27 +#: warehouse/templates/email/organization-deleted/body.html:27 +#, python-format +msgid "The %(site)s organization \"%(organization_name)s\" has been deleted." +msgstr "" + +#: warehouse/templates/email/admin-organization-deleted/body.html:33 +#: warehouse/templates/email/admin-organization-renamed/body.html:33 +#, python-format +msgid "You are receiving this because you are a %(site)s administrator." +msgstr "" + +#: warehouse/templates/email/admin-organization-renamed/body.html:27 +#: warehouse/templates/email/organization-renamed/body.html:27 +#, python-format +msgid "" +"The %(site)s organization has been renamed from " +"\"%(previous_organization_name)s\" to \"%(organization_name)s\"." +msgstr "" + +#: warehouse/templates/email/basic-auth-with-2fa/body.html:17 +#: warehouse/templates/email/egg-uploads-deprecated-initial-notice/body.html:17 +#: warehouse/templates/email/egg-uploads-deprecated/body.html:17 +#: warehouse/templates/email/gpg-signature-uploaded/body.html:17 +#: warehouse/templates/email/password-compromised-hibp/body.html:18 +#: warehouse/templates/email/password-compromised/body.html:18 +msgid "What?" +msgstr "" + +#: warehouse/templates/email/basic-auth-with-2fa/body.html:19 +#, python-format +msgid "" +"During your recent upload or upload attempt of %(project_name)s to " +"%(site)s, we noticed you attempted to use basic authentication (username " +"& password). However, your account has two-factor authentication " +"(2FA) enabled." +msgstr "" + +#: warehouse/templates/email/basic-auth-with-2fa/body.html:22 +#, python-format +msgid "" +"%(site)s now prohibits uploads using basic authentication for accounts " +"with two-factor authentication enabled. Instead, we require API tokens or" +" Trusted Publishers to be used instead." +msgstr "" + +#: warehouse/templates/email/basic-auth-with-2fa/body.html:25 +#: warehouse/templates/email/egg-uploads-deprecated-initial-notice/body.html:25 +#: warehouse/templates/email/egg-uploads-deprecated/body.html:25 +#: warehouse/templates/email/gpg-signature-uploaded/body.html:22 +#: warehouse/templates/email/password-compromised-hibp/body.html:32 +#: warehouse/templates/email/password-compromised/body.html:31 +msgid "What should I do?" +msgstr "" + +#: warehouse/templates/email/basic-auth-with-2fa/body.html:27 +#, python-format +msgid "" +"If using API tokens, generate an API token for your account or project at" +" %(new_token_url)s. Then, use this token when publishing instead of your " +"username and password. See %(token_help_url)s for help using API tokens " +"to publish." +msgstr "" + +#: warehouse/templates/email/basic-auth-with-2fa/body.html:30 +#, python-format +msgid "If using Trusted Publishers (preferred), see %(tp_url)s to get started." +msgstr "" + +#: warehouse/templates/email/canceled-as-invited-organization-member/body.html:19 +#, python-format +msgid "" +"An invitation for you to join the \"%(organization_name)s\" organization " +"has been canceled" +msgstr "" + +#: warehouse/templates/email/canceled-as-invited-organization-member/body.html:25 +#: warehouse/templates/email/declined-as-invited-organization-member/body.html:24 +#: warehouse/templates/email/verify-organization-role/body.html:35 +msgid "You are receiving this because you were invited to join this organization." +msgstr "" + +#: warehouse/templates/email/declined-as-invited-organization-member/body.html:18 +#, python-format +msgid "" +"You have declined an invitation to join the \"%(organization_name)s\" " +"organization" +msgstr "" + +#: warehouse/templates/email/egg-uploads-deprecated/body.html:19 +#, python-format +msgid "" +"During a recent upload of %(project_name)s to %(site)s, we noticed you " +"uploaded an .egg/bdist_egg distribution file." +msgstr "" + +#: warehouse/templates/email/egg-uploads-deprecated-initial-notice/body.html:22 +#: warehouse/templates/email/egg-uploads-deprecated/body.html:22 +#, python-format +msgid "" +"%(site)s is in the process of deprecating bdist_egg " +"distribution file uploads, and will not accept them beginning August 1, " +"2023." +msgstr "" + +#: warehouse/templates/email/egg-uploads-deprecated-initial-notice/body.html:27 +#: warehouse/templates/email/egg-uploads-deprecated/body.html:27 +msgid "" +"Update your release tooling to cease upload of " +".egg/bdist_egg distribution files. If you are " +"not already, and require binary releases, update your release tooling to " +"upload .whl/bdist_wheel distribution files " +"instead." +msgstr "" + +#: warehouse/templates/email/egg-uploads-deprecated-initial-notice/body.html:30 +#: warehouse/templates/email/egg-uploads-deprecated/body.html:30 +msgid "" +"Read more about Wheels vs Egg distribution files." +msgstr "" + +#: warehouse/templates/email/egg-uploads-deprecated-initial-notice/body.html:19 +#, python-format +msgid "" +"Since January 1, 2023, we noticed upload(s) of " +".egg/bdist_egg distribution file(s) to %(site)s" +" for %(project_name)s." +msgstr "" + +#: warehouse/templates/email/gpg-signature-uploaded/body.html:19 +#, python-format +msgid "" +"During your recent upload of %(project_name)s to %(site)s, we noticed you" +" uploaded a GPG signature. However, support for GPG signatures has been " +"removed from %(site)s." +msgstr "" + +#: warehouse/templates/email/gpg-signature-uploaded/body.html:24 +#, python-format +msgid "" +"While uploads will continue to work, any signatures uploaded to %(site)s " +"will be discarded. It is recommended to no longer upload signatures to " +"%(site)s." +msgstr "" + +#: warehouse/templates/email/new-email-added/body.html:17 +#, python-format +msgid "" +"Hello, %(username)s. A new email '%(email_address)s' has been added to " +"your account." +msgstr "" + +#: warehouse/templates/email/new-organization-approved/body.html:17 +#, python-format +msgid "" +"Your new organization named '%(organization_name)s' has been approved and" +" created." +msgstr "" + +#: warehouse/templates/email/new-organization-approved/body.html:19 +msgid "" +"You are the owner of the new organization and can log in to manage " +"organization projects, collaborators, teams, or settings." +msgstr "" + +#: warehouse/templates/email/new-organization-declined/body.html:17 +#, python-format +msgid "" +"Your request to create a new organization named '%(organization_name)s' " +"was not approved." +msgstr "" + +#: warehouse/templates/email/new-organization-requested/body.html:17 +#, python-format +msgid "" +"Your request for a new PyPI organization named '%(organization_name)s' " +"has been submitted." +msgstr "" + +#: warehouse/templates/email/new-organization-requested/body.html:19 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 +msgid "You will receive an email when the organization has been approved" +msgstr "" + +#: warehouse/templates/email/organization-deleted/body.html:31 +#: warehouse/templates/email/organization-member-added/body.html:38 +#: warehouse/templates/email/organization-member-invited/body.html:38 +#: warehouse/templates/email/organization-member-removed/body.html:37 +#: warehouse/templates/email/organization-member-role-changed/body.html:38 +#: warehouse/templates/email/organization-project-added/body.html:24 +#: warehouse/templates/email/organization-project-removed/body.html:24 +#: warehouse/templates/email/organization-renamed/body.html:31 +#: warehouse/templates/email/organization-updated/body.html:69 +#, python-format +msgid "" +"If this was a mistake, you can email %(email_address)s to communicate " +"with the %(site)s administrators." +msgstr "" + +#: warehouse/templates/email/organization-deleted/body.html:37 +msgid "You are receiving this because you were an owner of this organization." +msgstr "" + +#: warehouse/templates/email/organization-member-added/body.html:27 +#, python-format +msgid "" +"%(username)s has joined the " +"\"%(organization_name)s\" organization" +msgstr "" + +#: warehouse/templates/email/organization-member-added/body.html:31 +#: warehouse/templates/email/organization-member-invited/body.html:31 +#: warehouse/templates/manage/organization/roles.html:50 +#: warehouse/templates/manage/organization/roles.html:142 +#: warehouse/templates/manage/organization/roles.html:182 +#: warehouse/templates/manage/organization/roles.html:281 +#: warehouse/templates/manage/project/roles.html:59 +#: warehouse/templates/manage/project/roles.html:125 +#: warehouse/templates/manage/project/roles.html:182 +#: warehouse/templates/manage/project/roles.html:283 +#: warehouse/templates/manage/project/roles.html:310 +#: warehouse/templates/manage/project/roles.html:349 +msgid "Role" +msgstr "" + +#: warehouse/templates/email/organization-member-added/body.html:32 +#: warehouse/templates/email/organization-member-invited/body.html:32 +#: warehouse/templates/email/organization-member-removed/body.html:31 +#: warehouse/templates/email/organization-member-role-changed/body.html:32 +msgid "Member of" +msgstr "" + +#: warehouse/templates/email/organization-member-added/body.html:33 +#: warehouse/templates/email/team-collaborator-added/body.html:32 +#: warehouse/templates/email/team-collaborator-role-changed/body.html:32 +msgid "Added by" +msgstr "" + +#: warehouse/templates/email/organization-member-added/body.html:44 +#: warehouse/templates/email/organization-member-invite-canceled/body.html:25 +#: warehouse/templates/email/organization-member-invite-declined/body.html:26 +#: warehouse/templates/email/organization-member-invited/body.html:44 +#: warehouse/templates/email/organization-member-removed/body.html:43 +#: warehouse/templates/email/organization-member-role-changed/body.html:44 +#: warehouse/templates/email/organization-renamed/body.html:37 +#: warehouse/templates/email/organization-updated/body.html:75 +msgid "You are receiving this because you are an owner of this organization." +msgstr "" + +#: warehouse/templates/email/organization-member-invite-canceled/body.html:19 +#, python-format +msgid "" +"An invitation for %(username)s to join " +"the \"%(organization_name)s\" organization has been canceled" +msgstr "" + +#: warehouse/templates/email/organization-member-invite-declined/body.html:19 +#, python-format +msgid "" +"%(username)s has declined an invitation " +"to join the \"%(organization_name)s\" organization" +msgstr "" + +#: warehouse/templates/email/organization-member-invited/body.html:27 +#, python-format +msgid "" +"%(username)s has been invited to join " +"the \"%(organization_name)s\" organization" +msgstr "" + +#: warehouse/templates/email/organization-member-invited/body.html:33 +msgid "Invited by" +msgstr "" + +#: warehouse/templates/email/organization-member-removed/body.html:27 +#, python-format +msgid "" +"%(username)s has been removed from the " +"\"%(organization_name)s\" organization" +msgstr "" + +#: warehouse/templates/email/organization-member-removed/body.html:32 +#: warehouse/templates/email/team-collaborator-removed/body.html:31 +msgid "Removed by" +msgstr "" + +#: warehouse/templates/email/organization-member-role-changed/body.html:27 +#, python-format +msgid "" +"%(username)s's role in the " +"\"%(organization_name)s\" organization has been changed to %(role)s" +msgstr "" + +#: warehouse/templates/email/organization-member-role-changed/body.html:31 +msgid "New role" +msgstr "" + +#: warehouse/templates/email/organization-member-role-changed/body.html:33 +msgid "Changed by" +msgstr "" + +#: warehouse/templates/email/organization-project-added/body.html:20 +#, python-format +msgid "" +"The %(site)s project \"%(project_name)s\" has been added to the " +"\"%(organization_name)s\" organization." +msgstr "" + +#: warehouse/templates/email/organization-project-added/body.html:30 +#: warehouse/templates/email/organization-project-removed/body.html:30 +msgid "" +"You are receiving this because you are an owner of the project or the " +"organization." +msgstr "" + +#: warehouse/templates/email/organization-project-removed/body.html:20 +#, python-format +msgid "" +"The %(site)s project \"%(project_name)s\" has been removed from the " +"\"%(organization_name)s\" organization." +msgstr "" + +#: warehouse/templates/email/organization-updated/body.html:31 +#, python-format +msgid "The %(site)s organization \"%(organization_name)s\" has been updated." +msgstr "" + +#: warehouse/templates/email/organization-updated/body.html:36 +msgid "Old display name:" +msgstr "" + +#: warehouse/templates/email/organization-updated/body.html:39 +msgid "New display name:" +msgstr "" + +#: warehouse/templates/email/organization-updated/body.html:44 +msgid "Old URL:" +msgstr "" + +#: warehouse/templates/email/organization-updated/body.html:47 +msgid "New URL:" +msgstr "" + +#: warehouse/templates/email/organization-updated/body.html:52 +msgid "Old description:" +msgstr "" + +#: warehouse/templates/email/organization-updated/body.html:55 +msgid "New description:" +msgstr "" + +#: warehouse/templates/email/organization-updated/body.html:60 +msgid "Old organization type:" +msgstr "" + +#: warehouse/templates/email/organization-updated/body.html:63 +msgid "New organization type:" +msgstr "" + +#: warehouse/templates/email/password-change/body.html:18 +#, python-format +msgid "" +"Someone, perhaps you, has changed the password for your PyPI account " +"%(username)s." +msgstr "" + +#: warehouse/templates/email/password-compromised/body.html:20 +msgid "" +"PyPI administrators have determined that your password is compromised. To" +" protect you and other users, we have preemptively reset your password " +"and you will no longer be able to log in or upload to PyPI with your " +"existing password." +msgstr "" + +#: warehouse/templates/email/password-compromised/body.html:26 +msgid "" +"PyPI itself has not suffered a breach. This is a protective measure to " +"reduce the risk for PyPI and its users." +msgstr "" + +#: warehouse/templates/email/password-compromised/body.html:33 +#, python-format +msgid "" +"To regain access to your account, reset your " +"password on PyPI." +msgstr "" + +#: warehouse/templates/email/password-compromised/body.html:39 +msgid "How can I contact you?" +msgstr "" + +#: warehouse/templates/email/password-compromised/body.html:41 +#, python-format +msgid "" +"For more information, you can email %(email_address)s to communicate with" +" the PyPI administrators." +msgstr "" + +#: warehouse/templates/email/password-compromised-hibp/body.html:20 +msgid "" +"During your recent attempt to log in or upload to PyPI, we noticed your " +"password appears in public data breaches. To protect you and other users," +" we have preemptively reset your password and you will no longer be able " +"to log in or upload to PyPI with your existing password." +msgstr "" + +#: warehouse/templates/email/password-compromised-hibp/body.html:26 +#, python-format +msgid "" +"PyPI itself has not suffered a breach. This is a protective measure to " +"reduce the risk of credential stuffing attacks " +"against PyPI and its users." +msgstr "" + +#: warehouse/templates/email/password-compromised-hibp/body.html:34 +#, python-format +msgid "" +"To regain access to your account, reset your" +" password on PyPI. We also recommend that you go to HaveIBeenPwned and check your " +"other passwords and get yourself familiar with good password practices." +msgstr "" + +#: warehouse/templates/email/password-compromised-hibp/body.html:40 +msgid "How do you know this?" +msgstr "" + +#: warehouse/templates/email/password-compromised-hibp/body.html:42 +#, python-format +msgid "" +"We use a free security service from HaveIBeenPwned. When registering, " +"authenticating, or updating your password, we generate a SHA1 hash of " +"your password and use the first 5 characters of the hash to decide if the" +" password is compromised. The plaintext password is never stored by PyPI " +"or sent to HaveIBeenPwned." +msgstr "" + +#: warehouse/templates/email/password-compromised-hibp/body.html:47 +#, python-format +msgid "" +"For more information, see our FAQ. For help, " +"you can email %(email_address)s to " +"communicate with the PyPI administrators." +msgstr "" + +#: warehouse/templates/email/password-reset/body.html:18 +#, python-format +msgid "" +"Someone, perhaps you, has made a password reset request for your PyPI " +"account '%(username)s'." +msgstr "" + +#: warehouse/templates/email/password-reset/body.html:20 +#, python-format +msgid "" +"If you wish to proceed with this request, click to " +"reset your password." +msgstr "" + +#: warehouse/templates/email/password-reset/body.html:22 +#: warehouse/templates/email/verify-email/body.html:22 +#, python-format +msgid "This link will expire in %(n_hours)s hour." +msgid_plural "This link will expire in %(n_hours)s hours." +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/email/password-reset/body.html:24 +#: warehouse/templates/email/verify-email/body.html:24 +msgid "If you did not make this request, you can safely ignore this email." +msgstr "" + +#: warehouse/templates/email/pending-trusted-publisher-invalidated/body.html:19 +#, python-format +msgid "" +"You registered an pending OpenID Connect publisher for a project " +"(%(project_name)s), but someone else has invalidated " +"your pending publisher by creating the project before you did." +msgstr "" + +#: warehouse/templates/email/pending-trusted-publisher-invalidated/body.html:27 +#, python-format +msgid "" +"If you believe this was done in error, you can email %(email_address)s to communicate with the PyPI " +"administrators." +msgstr "" + +#: warehouse/templates/email/primary-email-change/body.html:18 +#, python-format +msgid "" +"The primary email for your PyPI account %(username)s has" +" been changed from %(old_email)s to " +"%(new_email)s" +msgstr "" + +#: warehouse/templates/email/recovery-code-reminder/body.html:19 +#, python-format +msgid "" +"We noticed you recently logged into your PyPI account " +"%(username)s, which has two-factor authentication " +"enabled, but haven't generated recovery codes for this account." +msgstr "" + +#: warehouse/templates/email/recovery-code-reminder/body.html:27 +msgid "" +"If you lose your authentication application or security key(s) and do not" +" have access to these recovery codes, you may permanently lose access to " +"your PyPI account!" +msgstr "" + +#: warehouse/templates/email/recovery-code-reminder/body.html:35 +#, python-format +msgid "" +"You can generate recovery codes for your account here: %(href)s" +msgstr "" + +#: warehouse/templates/email/recovery-code-used/body.html:19 +#, python-format +msgid "" +"A recovery code for your PyPI account %(username)s has " +"been used." +msgstr "" + +#: warehouse/templates/email/recovery-codes-generated/body.html:19 +#, python-format +msgid "" +"New recovery codes for your PyPI account %(username)s " +"have been generated." +msgstr "" + +#: warehouse/templates/email/removed-as-organization-member/body.html:18 +#, python-format +msgid "You have been removed from the \"%(organization_name)s\" organization" +msgstr "" + +#: warehouse/templates/email/removed-as-organization-member/body.html:23 +msgid "You are receiving this because you were a member of this organization." +msgstr "" + +#: warehouse/templates/email/removed-as-team-collaborator/body.html:19 +#, python-format +msgid "" +"Your team was removed from the %(site)s project %(project)s by " +"%(submitter)s." +msgstr "" + +#: warehouse/templates/email/removed-as-team-collaborator/body.html:23 +#, python-format +msgid "" +"You are receiving this because your team was removed by %(submitter)s " +"from a project on %(site)s." +msgstr "" + +#: warehouse/templates/email/removed-as-team-member/body.html:18 +#, python-format +msgid "" +"You have been removed from the \"%(team_name)s\" team in the " +"\"%(organization_name)s\" organization" +msgstr "" + +#: warehouse/templates/email/removed-as-team-member/body.html:23 +msgid "You are receiving this because you were a member of this team." +msgstr "" + +#: warehouse/templates/email/role-changed-as-organization-member/body.html:20 +#, python-format +msgid "" +"Your role in the \"%(organization_name)s\" organization has been changed " +"to %(role)s by %(submitter)s" +msgstr "" + +#: warehouse/templates/email/role-changed-as-team-collaborator/body.html:20 +#, python-format +msgid "" +"Your team's role for the %(project)s project has been changed by " +"%(submitter)s." +msgstr "" + +#: warehouse/templates/email/role-changed-as-team-collaborator/body.html:25 +msgid "" +"Your team now has permissions to administer the project. You can add " +"other collaborators, upload releases and delete files, releases or the " +"entire project." +msgstr "" + +#: warehouse/templates/email/role-changed-as-team-collaborator/body.html:27 +msgid "" +"Your team now has permissions to upload releases for the project. You can" +" upload releases but cannot add collaborators, delete files, releases or " +"the project." +msgstr "" + +#: warehouse/templates/email/role-changed-as-team-collaborator/body.html:33 +#, python-format +msgid "" +"You are receiving this because your team's role was changed by " +"%(submitter)s for the %(project)s project." +msgstr "" + +#: warehouse/templates/email/team-collaborator-added/body.html:26 +#, python-format +msgid "A new collaborator has been added to a project you own on %(site)s" +msgstr "" + +#: warehouse/templates/email/team-collaborator-added/body.html:29 +#: warehouse/templates/email/team-collaborator-removed/body.html:29 +#: warehouse/templates/email/team-collaborator-role-changed/body.html:29 +msgid "Team" +msgstr "" + +#: warehouse/templates/email/team-collaborator-added/body.html:30 +#: warehouse/templates/email/team-collaborator-role-changed/body.html:30 +#: warehouse/templates/manage/account/token.html:143 +msgid "Permissions" +msgstr "" + +#: warehouse/templates/email/team-collaborator-added/body.html:31 +#: warehouse/templates/email/team-collaborator-removed/body.html:30 +#: warehouse/templates/email/team-collaborator-role-changed/body.html:31 +msgid "Collaborator for" +msgstr "" + +#: warehouse/templates/email/team-collaborator-added/body.html:42 +#: warehouse/templates/email/team-collaborator-removed/body.html:41 +#: warehouse/templates/email/team-collaborator-role-changed/body.html:42 +msgid "You are receiving this because you are an owner of this project." +msgstr "" + +#: warehouse/templates/email/team-collaborator-removed/body.html:26 +#, python-format +msgid "A collaborator was removed from a project you own on %(site)s" +msgstr "" + +#: warehouse/templates/email/team-collaborator-role-changed/body.html:26 +#, python-format +msgid "" +"A collaborator's permissions were changed for a project you own on " +"%(site)s" +msgstr "" + +#: warehouse/templates/email/team-created/body.html:18 +#, python-format +msgid "" +"A team named \"%(team_name)s\" has been created in the " +"\"%(organization_name)s\" organization." +msgstr "" + +#: warehouse/templates/email/team-created/body.html:24 +#: warehouse/templates/email/team-deleted/body.html:24 +#: warehouse/templates/email/team-member-added/body.html:24 +#: warehouse/templates/email/team-member-removed/body.html:24 +msgid "" +"You are receiving this because you are an owner or a manager of the " +"organization." +msgstr "" + +#: warehouse/templates/email/team-deleted/body.html:18 +#, python-format +msgid "" +"A team named \"%(team_name)s\" has been deleted in the " +"\"%(organization_name)s\" organization." +msgstr "" + +#: warehouse/templates/email/team-member-added/body.html:18 +#, python-format +msgid "" +"%(username)s has been added as a member " +"of the \"%(team_name)s\" team in the \"%(organization_name)s\" " +"organization by %(submitter)s." +msgstr "" + +#: warehouse/templates/email/team-member-removed/body.html:18 +#, python-format +msgid "" +"%(username)s has been removed as a " +"member of the \"%(team_name)s\" team in the \"%(organization_name)s\" " +"organization by %(submitter)s." +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:19 +#, python-format +msgid "" +"PyPI user %(username)s has added a new trusted publisher" +" to a project (%(project_name)s) that you manage. " +"Trusted publishers act as trusted users and can create project releases " +"automatically." +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:28 +#: warehouse/templates/email/trusted-publisher-removed/body.html:26 +msgid "Publisher information" +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:30 +#: warehouse/templates/email/trusted-publisher-removed/body.html:28 +msgid "Publisher name" +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:32 +#: warehouse/templates/email/trusted-publisher-removed/body.html:30 +#: warehouse/templates/manage/account/publishing.html:173 +#: warehouse/templates/manage/project/publishing.html:46 +msgid "Workflow" +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:33 +#: warehouse/templates/email/trusted-publisher-removed/body.html:31 +#: warehouse/templates/includes/packaging/project-data.html:117 +#: warehouse/templates/manage/account/publishing.html:47 +#: warehouse/templates/manage/organization/roles.html:53 +#: warehouse/templates/manage/organization/roles.html:172 +#: warehouse/templates/manage/organizations.html:90 +#: warehouse/templates/manage/project/publishing.html:76 +#: warehouse/templates/manage/project/roles.html:50 +#: warehouse/templates/manage/project/roles.html:85 +#: warehouse/templates/manage/project/roles.html:115 +#: warehouse/templates/manage/project/roles.html:127 +#: warehouse/templates/manage/project/roles.html:172 +#: warehouse/templates/manage/project/roles.html:184 +msgid "Owner" +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:34 +#: warehouse/templates/email/trusted-publisher-removed/body.html:32 +#: warehouse/templates/manage/account/publishing.html:172 +#: warehouse/templates/manage/project/publishing.html:45 +msgid "Repository" +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:36 +#: warehouse/templates/email/trusted-publisher-removed/body.html:34 +msgid "Environment" +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:39 +#: warehouse/templates/email/trusted-publisher-removed/body.html:37 +#: warehouse/templates/includes/accounts/profile-public-email.html:17 +msgid "Email" +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:41 +#: warehouse/templates/email/trusted-publisher-removed/body.html:39 +msgid "Subject" +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:48 +msgid "" +"If you did not make this change and you think it was made maliciously, " +"you can remove it from the project via the \"Publishing\" tab on the " +"project's page." +msgstr "" + +#: warehouse/templates/email/trusted-publisher-added/body.html:55 +#: warehouse/templates/email/trusted-publisher-removed/body.html:53 +#, python-format +msgid "" +"If you are unable to revert the change and need to do so, you can email " +"%(email_address)s to communicate with the PyPI " +"administrators." +msgstr "" + +#: warehouse/templates/email/trusted-publisher-removed/body.html:19 +#, python-format +msgid "" +"PyPI user %(username)s has removed a trusted publisher " +"from a project (%(project_name)s) that you manage." +msgstr "" + +#: warehouse/templates/email/trusted-publisher-removed/body.html:46 +msgid "" +"If you did not make this change and you think it was made in error, you " +"can check the \"Security history\" tab on the project's page." +msgstr "" + +#: warehouse/templates/email/two-factor-added/body.html:18 +#, python-format +msgid "" +"Someone, perhaps you, has added a %(method)s two-factor authentication " +"method to your PyPI account %(username)s." +msgstr "" + +#: warehouse/templates/email/two-factor-removed/body.html:18 +#, python-format +msgid "" +"Someone, perhaps you, has removed a %(method)s two-factor authentication " +"method from your PyPI account %(username)s." +msgstr "" + +#: warehouse/templates/email/verify-email/body.html:18 +#, python-format +msgid "" +"Someone, perhaps you, has added this email address " +"(%(email_address)s) to their PyPI account." +msgstr "" + +#: warehouse/templates/email/verify-email/body.html:20 +#, python-format +msgid "" +"If you wish to proceed with this request, click this" +" link to verify your email address." +msgstr "" + +#: warehouse/templates/email/verify-organization-role/body.html:18 +#, python-format +msgid "" +"%(initiator_username)s has " +"invited you to join the \"%(organization_name)s\" organization" +msgstr "" + +#: warehouse/templates/email/verify-organization-role/body.html:22 +#, python-format +msgid "" +"If you wish to proceed, follow this link to " +"accept or decline this invitation." +msgstr "" + +#: warehouse/templates/email/verify-organization-role/body.html:26 +msgid "Otherwise, you can safely ignore this email." +msgstr "" + +#: warehouse/templates/email/verify-organization-role/body.html:30 +#, python-format +msgid "This link will expire in %(n_hours)s hours." +msgstr "" + +#: warehouse/templates/includes/current-user-indicator.html:30 +msgid "Admin" +msgstr "" + +#: warehouse/templates/includes/current-user-indicator.html:37 +#: warehouse/templates/manage/manage_base.html:216 +#: warehouse/templates/manage/manage_base.html:250 +#: warehouse/templates/manage/projects.html:18 +#: warehouse/templates/manage/projects.html:62 +msgid "Your projects" +msgstr "" + +#: warehouse/templates/includes/current-user-indicator.html:44 +#: warehouse/templates/manage/manage_base.html:223 +#: warehouse/templates/manage/manage_base.html:257 +#: warehouse/templates/manage/organizations.html:18 +#: warehouse/templates/manage/organizations.html:63 +msgid "Your organizations" +msgstr "" + +#: warehouse/templates/includes/current-user-indicator.html:51 +#: warehouse/templates/manage/account.html:17 +#: warehouse/templates/manage/account/two-factor.html:17 +#: warehouse/templates/manage/manage_base.html:230 +#: warehouse/templates/manage/manage_base.html:264 +msgid "Account settings" +msgstr "" + +#: warehouse/templates/includes/current-user-indicator.html:57 +msgid "Public profile" +msgstr "" + +#: warehouse/templates/includes/flash-messages.html:19 +msgid "Error" +msgstr "" + +#: warehouse/templates/includes/flash-messages.html:22 +#: warehouse/templates/includes/flash-messages.html:33 +#: warehouse/templates/includes/flash-messages.html:40 +#: warehouse/templates/includes/flash-messages.html:51 +msgid "Dismiss this notification" +msgstr "" + +#: warehouse/templates/includes/flash-messages.html:22 +#: warehouse/templates/includes/flash-messages.html:33 +#: warehouse/templates/includes/flash-messages.html:40 +#: warehouse/templates/includes/flash-messages.html:51 +#: warehouse/templates/includes/hash-modal.html:17 +#: warehouse/templates/includes/hash-modal.html:19 +#: warehouse/templates/includes/hash-modal.html:68 +#: warehouse/templates/includes/session-notifications.html:40 +#: warehouse/templates/manage/account.html:199 +#: warehouse/templates/manage/account.html:201 +#: warehouse/templates/manage/account.html:211 +#: warehouse/templates/manage/manage_base.html:306 +#: warehouse/templates/manage/manage_base.html:308 +#: warehouse/templates/manage/project/release.html:143 +#: warehouse/templates/manage/project/releases.html:178 +#: warehouse/templates/manage/project/settings.html:111 +#: warehouse/templates/search/results.html:198 +msgid "Close" +msgstr "" + +#: warehouse/templates/includes/flash-messages.html:48 +msgid "Success" +msgstr "" + +#: warehouse/templates/includes/hash-modal.html:23 +#, python-format +msgid "" +"Hashes for %(filename)s" +msgstr "" + +#: warehouse/templates/includes/hash-modal.html:28 +#, python-format +msgid "Hashes for %(filename)s" +msgstr "" + +#: warehouse/templates/includes/hash-modal.html:31 +msgid "Algorithm" +msgstr "" + +#: warehouse/templates/includes/hash-modal.html:32 +msgid "Hash digest" +msgstr "" + +#: warehouse/templates/includes/hash-modal.html:41 +#: warehouse/templates/includes/hash-modal.html:50 +#: warehouse/templates/includes/hash-modal.html:59 +#: warehouse/templates/manage/account.html:206 +#: warehouse/templates/manage/account/recovery_codes-provision.html:58 +#: warehouse/templates/manage/account/totp-provision.html:57 +#: warehouse/templates/packaging/detail.html:160 +#: warehouse/templates/pages/classifiers.html:38 +msgid "Copy to clipboard" +msgstr "" + +#: warehouse/templates/includes/hash-modal.html:42 +#: warehouse/templates/includes/hash-modal.html:51 +#: warehouse/templates/includes/hash-modal.html:60 +#: warehouse/templates/manage/account.html:207 +#: warehouse/templates/manage/account/recovery_codes-provision.html:59 +#: warehouse/templates/manage/account/totp-provision.html:58 +#: warehouse/templates/pages/classifiers.html:39 +msgid "Copy" +msgstr "" + +#: warehouse/templates/includes/manage-project-button.html:16 +msgid "Manage project" +msgstr "" + +#: warehouse/templates/includes/pagination.html:21 +#: warehouse/templates/includes/pagination.html:23 +msgid "Previous" +msgstr "" + +#: warehouse/templates/includes/pagination.html:48 +#: warehouse/templates/includes/pagination.html:50 +msgid "Next" +msgstr "" + +#: warehouse/templates/includes/session-notifications.html:24 +#, python-format +msgid "Your primary email address (%(email_address)s) is unverified." +msgstr "" + +#: warehouse/templates/includes/session-notifications.html:26 +msgid "You do not have a primary email address." +msgstr "" + +#: warehouse/templates/includes/session-notifications.html:29 +msgid "Verify your email or add a new address." +msgstr "" + +#: warehouse/templates/includes/session-notifications.html:36 +#, python-format +msgid "" +"Two factor authentication is available, enable it " +"now for your account." +msgstr "" + +#: warehouse/templates/includes/session-notifications.html:45 +#, python-format +msgid "" +"Two-factor recovery codes are available, generate " +"them now for your account." +msgstr "" + +#: warehouse/templates/includes/accounts/profile-actions.html:16 +msgid "Edit profile" +msgstr "" + +#: warehouse/templates/includes/accounts/profile-actions.html:21 +#, python-format +msgid "" +"View statistics for your projects via Libraries.io, " +"or by using our public dataset on Google BigQuery" +msgstr "" + +#: warehouse/templates/includes/accounts/profile-actions.html:30 +#, python-format +msgid "" +"View statistics for %(username)s's projects via Libraries.io, or by using our public dataset on Google " +"BigQuery" +msgstr "" + +#: warehouse/templates/includes/accounts/profile-callout.html:18 +#, python-format +msgid "" +"You have not uploaded any projects to PyPI, yet. To learn how to get " +"started, visit the Python Packaging User Guide" +msgstr "" + +#: warehouse/templates/includes/accounts/profile-callout.html:23 +#, python-format +msgid "%(username)s has not uploaded any projects to PyPI, yet." +msgstr "" + +#: warehouse/templates/includes/manage/manage-organization-menu.html:14 +#, python-format +msgid "Navigation for managing %(organization)s" +msgstr "" + +#: warehouse/templates/includes/manage/manage-organization-menu.html:19 +#: warehouse/templates/includes/manage/manage-team-menu.html:19 +#: warehouse/templates/manage/organization/projects.html:25 +#: warehouse/templates/manage/team/projects.html:25 +msgid "Projects" +msgstr "" + +#: warehouse/templates/includes/manage/manage-organization-menu.html:26 +#: warehouse/templates/manage/organization/roles.html:36 +msgid "People" +msgstr "" + +#: warehouse/templates/includes/manage/manage-organization-menu.html:33 +#: warehouse/templates/manage/organization/teams.html:25 +msgid "Teams" +msgstr "" + +#: warehouse/templates/includes/manage/manage-organization-menu.html:41 +#: warehouse/templates/includes/manage/manage-project-menu.html:37 +#: warehouse/templates/includes/manage/manage-team-menu.html:34 +#: warehouse/templates/manage/account.html:459 +#: warehouse/templates/manage/organization/history.html:23 +#: warehouse/templates/manage/project/history.html:23 +#: warehouse/templates/manage/team/history.html:23 +msgid "Security history" +msgstr "" + +#: warehouse/templates/includes/manage/manage-organization-menu.html:48 +#: warehouse/templates/includes/manage/manage-project-menu.html:57 +#: warehouse/templates/includes/manage/manage-team-menu.html:41 +msgid "Settings" +msgstr "" + +#: warehouse/templates/includes/manage/manage-project-menu.html:14 +#, python-format +msgid "Navigation for managing %(project)s" +msgstr "" + +#: warehouse/templates/includes/manage/manage-project-menu.html:19 +#: warehouse/templates/manage/project/release.html:37 +#: warehouse/templates/manage/project/releases.html:157 +msgid "Releases" +msgstr "" + +#: warehouse/templates/includes/manage/manage-project-menu.html:26 +#: warehouse/templates/manage/project/roles.html:36 +msgid "Collaborators" +msgstr "" + +#: warehouse/templates/includes/manage/manage-project-menu.html:44 +#: warehouse/templates/manage/project/documentation.html:21 +msgid "Documentation" +msgstr "" + +#: warehouse/templates/includes/manage/manage-project-menu.html:51 +#: warehouse/templates/manage/manage_base.html:236 +#: warehouse/templates/manage/manage_base.html:270 +msgid "Publishing" +msgstr "" + +#: warehouse/templates/includes/manage/manage-team-menu.html:14 +#, python-format +msgid "Navigation for managing %(team)s" +msgstr "" + +#: warehouse/templates/includes/manage/manage-team-menu.html:26 +#: warehouse/templates/manage/team/roles.html:36 +msgid "Members" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:17 +msgid "Project links" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:36 +msgid "GitHub statistics:" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:42 +msgid "Stars:" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:50 +msgid "Forks:" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:58 +msgid "Open issues:" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:66 +msgid "Open PRs:" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:74 +#, python-format +msgid "" +"View statistics for this project via Libraries.io, " +"or by using our public dataset on Google BigQuery" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:82 +msgid "Meta" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:84 +msgid "License:" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:87 +#: warehouse/templates/includes/packaging/project-data.html:89 +msgid "Author:" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:92 +#: warehouse/templates/includes/packaging/project-data.html:94 +#: warehouse/templates/pages/help.html:592 +msgid "Maintainer:" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:99 +msgid "Tags" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:109 +msgid "Requires:" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:130 +msgid "Maintainers" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:132 +msgid "Avatar for {username} from gravatar.com" +msgstr "" + +#: warehouse/templates/includes/packaging/project-data.html:149 +#: warehouse/templates/pages/classifiers.html:16 +#: warehouse/templates/pages/classifiers.html:21 +#: warehouse/templates/pages/sitemap.html:39 +msgid "Classifiers" +msgstr "" + +#: warehouse/templates/manage/account.html:33 +msgid "Verified*" +msgstr "" + +#: warehouse/templates/manage/account.html:35 +msgid "*Intermittent delivery problems may lead to verification loss" +msgstr "" + +#: warehouse/templates/manage/account.html:39 +msgid "Verified" +msgstr "" + +#: warehouse/templates/manage/account.html:46 +#: warehouse/templates/manage/account.html:52 +#: warehouse/templates/manage/account.html:58 +msgid "Unverified*" +msgstr "" + +#: warehouse/templates/manage/account.html:48 +msgid "*Email from PyPI being treated as spam" +msgstr "" + +#: warehouse/templates/manage/account.html:54 +msgid "*Hard failure during delivery" +msgstr "" + +#: warehouse/templates/manage/account.html:60 +msgid "*Too many delivery problems" +msgstr "" + +#: warehouse/templates/manage/account.html:64 +msgid "Unverified" +msgstr "" + +#: warehouse/templates/manage/account.html:78 +msgid "Primary" +msgstr "" + +#: warehouse/templates/manage/account.html:86 +msgid "View email options" +msgstr "" + +#: warehouse/templates/manage/account.html:87 +#: warehouse/templates/manage/account.html:163 +#: warehouse/templates/manage/project/release.html:86 +#: warehouse/templates/manage/project/releases.html:68 +msgid "Options" +msgstr "" + +#: warehouse/templates/manage/account.html:92 +#, python-format +msgid "Options for %(email)s" +msgstr "" + +#: warehouse/templates/manage/account.html:98 +#: warehouse/templates/manage/account.html:100 +msgid "Resend verification email" +msgstr "" + +#: warehouse/templates/manage/account.html:110 +msgid "Set this email address as primary" +msgstr "" + +#: warehouse/templates/manage/account.html:112 +msgid "Set as primary" +msgstr "" + +#: warehouse/templates/manage/account.html:122 +msgid "Remove this email address" +msgstr "" + +#: warehouse/templates/manage/account.html:124 +msgid "Remove email" +msgstr "" + +#: warehouse/templates/manage/account.html:143 +#: warehouse/templates/manage/account.html:435 +#: warehouse/templates/manage/account/token.html:148 +msgid "Scope" +msgstr "" + +#: warehouse/templates/manage/account.html:145 +msgid "All projects" +msgstr "" + +#: warehouse/templates/manage/account.html:153 +#: warehouse/templates/manage/account.html:436 +msgid "Created" +msgstr "" + +#: warehouse/templates/manage/account.html:157 +#: warehouse/templates/manage/account.html:437 +msgid "Last used" +msgstr "" + +#: warehouse/templates/manage/account.html:158 +msgid "Never" +msgstr "" + +#: warehouse/templates/manage/account.html:162 +msgid "View token options" +msgstr "" + +#: warehouse/templates/manage/account.html:172 +#: warehouse/templates/manage/account/token.html:57 +msgid "Remove token" +msgstr "" + +#: warehouse/templates/manage/account.html:178 +msgid "View unique identifier" +msgstr "" + +#: warehouse/templates/manage/account.html:186 +#: warehouse/templates/manage/account.html:188 +#: warehouse/templates/manage/account/token.html:60 +#: warehouse/templates/manage/account/token.html:61 +msgid "Remove API token" +msgstr "" + +#: warehouse/templates/manage/account.html:193 +#: warehouse/templates/manage/account/token.html:66 +msgid "" +"Applications or scripts using this token will no longer have access to " +"PyPI." +msgstr "" + +#: warehouse/templates/manage/account.html:204 +#, python-format +msgid "Unique identifier for API token \"%(token_description)s\"" +msgstr "" + +#: warehouse/templates/manage/account.html:222 +msgid "Profile picture" +msgstr "" + +#: warehouse/templates/manage/account.html:228 +#, python-format +msgid "" +"We use gravatar.com to generate your profile picture based " +"on your primary email address" +msgstr "" + +#: warehouse/templates/manage/account.html:235 +msgid "Change image on gravatar.com" +msgstr "" + +#: warehouse/templates/manage/account.html:245 +msgid "Account details" +msgstr "" + +#: warehouse/templates/manage/account.html:251 +msgid "Date Joined" +msgstr "" + +#: warehouse/templates/manage/account.html:257 +#, python-format +msgid "" +"Displayed on your public profile. Cannot be " +"changed." +msgstr "" + +#: warehouse/templates/manage/account.html:268 +msgid "Full name" +msgstr "" + +#: warehouse/templates/manage/account.html:273 +msgid "No name set" +msgstr "" + +#: warehouse/templates/manage/account.html:278 +#, python-format +msgid "Displayed on your public profile" +msgstr "" + +#: warehouse/templates/manage/account.html:285 +msgid "️Public email" +msgstr "" + +#: warehouse/templates/manage/account.html:297 +#, python-format +msgid "" +"One of your verified emails can be displayed on your public profile to logged-in users." +msgstr "" + +#: warehouse/templates/manage/account.html:302 +msgid "Update account" +msgstr "" + +#: warehouse/templates/manage/account.html:310 +msgid "Account emails" +msgstr "" + +#: warehouse/templates/manage/account.html:312 +msgid "" +"You can associate several emails with your account. You can use any Verified email to recover your account, but " +"only your Primary email will receive " +"notifications." +msgstr "" + +#: warehouse/templates/manage/account.html:323 +msgid "Emails associated with your account" +msgstr "" + +#: warehouse/templates/manage/account.html:327 +msgid "Status" +msgstr "" + +#: warehouse/templates/manage/account.html:342 +#: warehouse/templates/manage/account.html:352 +msgid "Add email" +msgstr "" + +#: warehouse/templates/manage/account.html:359 +msgid "Change password" +msgstr "" + +#: warehouse/templates/manage/account.html:367 +msgid "Old password" +msgstr "" + +#: warehouse/templates/manage/account.html:377 +msgid "Your current password" +msgstr "" + +#: warehouse/templates/manage/account.html:384 +msgid "New password" +msgstr "" + +#: warehouse/templates/manage/account.html:400 +msgid "Confirm new password" +msgstr "" + +#: warehouse/templates/manage/account.html:416 +msgid "Update password" +msgstr "" + +#: warehouse/templates/manage/account.html:426 +#: warehouse/templates/manage/project/settings.html:43 +msgid "API tokens" +msgstr "" + +#: warehouse/templates/manage/account.html:427 +#: warehouse/templates/manage/project/settings.html:44 +msgid "" +"API tokens provide an alternative way to authenticate when uploading " +"packages to PyPI." +msgstr "" + +#: warehouse/templates/manage/account.html:427 +msgid "Learn more about API tokens" +msgstr "" + +#: warehouse/templates/manage/account.html:431 +msgid "Active API tokens for this account" +msgstr "" + +#: warehouse/templates/manage/account.html:449 +#: warehouse/templates/manage/account/token.html:17 +msgid "Add API token" +msgstr "" + +#: warehouse/templates/manage/account.html:451 +#, python-format +msgid "" +"Verify your primary email address to add API " +"tokens to your account." +msgstr "" + +#: warehouse/templates/manage/account.html:467 +#: warehouse/templates/manage/account.html:646 +msgid "Token scope: entire account" +msgstr "" + +#: warehouse/templates/manage/account.html:469 +#: warehouse/templates/manage/account.html:648 +#, python-format +msgid "Token scope: Project %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/account.html:472 +#, python-format +msgid "Expires: %(exp)s" +msgstr "" + +#: warehouse/templates/manage/account.html:478 +msgid "Account created" +msgstr "" + +#: warehouse/templates/manage/account.html:481 +msgid "Logged in" +msgstr "" + +#: warehouse/templates/manage/account.html:483 +msgid "Two factor method:" +msgstr "" + +#: warehouse/templates/manage/account.html:485 +#: warehouse/templates/manage/project/release.html:77 +msgid "None" +msgstr "" + +#: warehouse/templates/manage/account.html:487 +#: warehouse/templates/manage/manage_base.html:75 +msgid "Security device (WebAuthn)" +msgstr "" + +#: warehouse/templates/manage/account.html:489 +#: warehouse/templates/manage/manage_base.html:62 +msgid "" +"Authentication application (TOTP)" +msgstr "" + +#: warehouse/templates/manage/account.html:491 +msgid "Recovery code" +msgstr "" + +#: warehouse/templates/manage/account.html:496 +msgid "Login failed" +msgstr "" + +#: warehouse/templates/manage/account.html:499 +msgid "- Basic Auth (Upload endpoint)" +msgstr "" + +#: warehouse/templates/manage/account.html:504 +#: warehouse/templates/manage/account.html:523 +#: warehouse/templates/manage/project/history.html:272 +msgid "Reason:" +msgstr "" + +#: warehouse/templates/manage/account.html:506 +#: warehouse/templates/manage/account.html:525 +msgid "Incorrect Password" +msgstr "" + +#: warehouse/templates/manage/account.html:508 +msgid "Invalid two factor (TOTP)" +msgstr "" + +#: warehouse/templates/manage/account.html:510 +msgid "Invalid two factor (WebAuthn)" +msgstr "" + +#: warehouse/templates/manage/account.html:512 +#: warehouse/templates/manage/account.html:514 +msgid "Invalid two factor (Recovery code)" +msgstr "" + +#: warehouse/templates/manage/account.html:521 +msgid "Session reauthentication failed" +msgstr "" + +#: warehouse/templates/manage/account.html:532 +msgid "Email added to account" +msgstr "" + +#: warehouse/templates/manage/account.html:535 +msgid "Email removed from account" +msgstr "" + +#: warehouse/templates/manage/account.html:538 +msgid "Email verified" +msgstr "" + +#: warehouse/templates/manage/account.html:541 +msgid "Email reverified" +msgstr "" + +#: warehouse/templates/manage/account.html:545 +msgid "Primary email changed" +msgstr "" + +#: warehouse/templates/manage/account.html:547 +msgid "Old primary email:" +msgstr "" + +#: warehouse/templates/manage/account.html:548 +msgid "New primary email:" +msgstr "" + +#: warehouse/templates/manage/account.html:551 +msgid "Primary email set" +msgstr "" + +#: warehouse/templates/manage/account.html:557 +msgid "Email sent" +msgstr "" + +#: warehouse/templates/manage/account.html:559 +msgid "From:" +msgstr "" + +#: warehouse/templates/manage/account.html:560 +msgid "To:" +msgstr "" + +#: warehouse/templates/manage/account.html:561 +msgid "Subject:" +msgstr "" + +#: warehouse/templates/manage/account.html:565 +msgid "Password reset requested" +msgstr "" + +#: warehouse/templates/manage/account.html:567 +msgid "Password reset attempted" +msgstr "" + +#: warehouse/templates/manage/account.html:569 +msgid "Password successfully reset" +msgstr "" + +#: warehouse/templates/manage/account.html:571 +msgid "Password successfully changed" +msgstr "" + +#: warehouse/templates/manage/account.html:575 +#: warehouse/templates/manage/account.html:580 +#: warehouse/templates/manage/account/token.html:158 +msgid "Project:" +msgstr "" + +#: warehouse/templates/manage/account.html:583 +msgid "Two factor authentication added" +msgstr "" + +#: warehouse/templates/manage/account.html:586 +#: warehouse/templates/manage/account.html:596 +msgid "" +"Method: Security device (WebAuthn)" +msgstr "" + +#: warehouse/templates/manage/account.html:587 +#: warehouse/templates/manage/account.html:597 +msgid "Device name:" +msgstr "" + +#: warehouse/templates/manage/account.html:589 +#: warehouse/templates/manage/account.html:599 +msgid "" +"Method: Authentication application (TOTP)" +msgstr "" + +#: warehouse/templates/manage/account.html:593 +msgid "Two factor authentication removed" +msgstr "" + +#: warehouse/templates/manage/account.html:604 +msgid "Recovery codes generated" +msgstr "" + +#: warehouse/templates/manage/account.html:608 +msgid "Recovery codes regenerated" +msgstr "" + +#: warehouse/templates/manage/account.html:612 +msgid "Recovery code used for login" +msgstr "" + +#: warehouse/templates/manage/account.html:618 +msgid "API token added" +msgstr "" + +#: warehouse/templates/manage/account.html:620 +#: warehouse/templates/manage/account.html:643 +#: warehouse/templates/manage/project/history.html:263 +#: warehouse/templates/manage/project/history.html:270 +msgid "Token name:" +msgstr "" + +#: warehouse/templates/manage/account.html:637 +#: warehouse/templates/manage/project/history.html:265 +msgid "API token removed" +msgstr "" + +#: warehouse/templates/manage/account.html:638 +#: warehouse/templates/manage/account.html:644 +msgid "Unique identifier:" +msgstr "" + +#: warehouse/templates/manage/account.html:641 +msgid "API token automatically removed for security reasons" +msgstr "" + +#: warehouse/templates/manage/account.html:650 +#, python-format +msgid "Reason: Token found at public url" +msgstr "" + +#: warehouse/templates/manage/account.html:655 +#, python-format +msgid "Invited to join %(organization_name)s" +msgstr "" + +#: warehouse/templates/manage/account.html:659 +#, python-format +msgid "Invitation to join %(organization_name)s declined" +msgstr "" + +#: warehouse/templates/manage/account.html:663 +#, python-format +msgid "Invitation to join %(organization_name)s revoked" +msgstr "" + +#: warehouse/templates/manage/account.html:667 +#, python-format +msgid "Invitation to join %(organization_name)s expired" +msgstr "" + +#: warehouse/templates/manage/account.html:676 +#, python-format +msgid "" +"Events appear here as security-related actions occur on your account. If " +"you notice anything suspicious, please secure " +"your account as soon as possible." +msgstr "" + +#: warehouse/templates/manage/account.html:681 +msgid "Recent account activity" +msgstr "" + +#: warehouse/templates/manage/account.html:683 +#: warehouse/templates/manage/organization/history.html:201 +#: warehouse/templates/manage/project/history.html:304 +#: warehouse/templates/manage/team/history.html:108 +msgid "Event" +msgstr "" + +#: warehouse/templates/manage/account.html:684 +#: warehouse/templates/manage/organization/history.html:202 +#: warehouse/templates/manage/organization/history.html:211 +#: warehouse/templates/manage/project/history.html:305 +#: warehouse/templates/manage/project/history.html:314 +#: warehouse/templates/manage/team/history.html:109 +#: warehouse/templates/manage/team/history.html:118 +msgid "Time" +msgstr "" + +#: warehouse/templates/manage/account.html:685 +#: warehouse/templates/manage/organization/history.html:203 +#: warehouse/templates/manage/team/history.html:110 +msgid "Additional Info" +msgstr "" + +#: warehouse/templates/manage/account.html:692 +msgid "Date / time" +msgstr "" + +#: warehouse/templates/manage/account.html:696 +#: warehouse/templates/manage/organization/history.html:215 +msgid "Location Info" +msgstr "" + +#: warehouse/templates/manage/account.html:698 +#: warehouse/templates/manage/organization/history.html:217 +#: warehouse/templates/manage/project/history.html:320 +#: warehouse/templates/manage/team/history.html:124 +msgid "Device Info" +msgstr "" + +#: warehouse/templates/manage/account.html:706 +msgid "Events will appear here as security-related actions occur on your account." +msgstr "" + +#: warehouse/templates/manage/account.html:713 +msgid "Delete account" +msgstr "" + +#: warehouse/templates/manage/account.html:716 +msgid "Cannot delete account" +msgstr "" + +#: warehouse/templates/manage/account.html:718 +#, python-format +msgid "" +"Your account is currently the sole owner of %(count)s " +"project." +msgid_plural "" +"Your account is currently the sole owner of %(count)s " +"projects." +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/manage/account.html:723 +msgid "" +"You must transfer ownership or delete this project before you can delete " +"your account." +msgid_plural "" +"You must transfer ownership or delete these projects before you can " +"delete your account." +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/manage/account.html:733 +#, python-format +msgid "" +"transfer ownership or delete project" +msgstr "" + +#: warehouse/templates/manage/account.html:742 +#: warehouse/templates/manage/account/token.html:166 +#: warehouse/templates/manage/organization/settings.html:192 +#: warehouse/templates/manage/organization/settings.html:248 +#: warehouse/templates/manage/team/settings.html:75 +msgid "Proceed with caution!" +msgstr "" + +#: warehouse/templates/manage/account.html:745 +msgid "You will not be able to recover your account after you delete it" +msgstr "" + +#: warehouse/templates/manage/account.html:747 +msgid "Delete your PyPI account" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:16 +#: warehouse/templates/manage/organization/projects.html:117 +#: warehouse/templates/manage/organization/projects.html:122 +#: warehouse/templates/manage/organization/teams.html:56 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 +#: warehouse/templates/manage/project/releases.html:88 +#: warehouse/templates/manage/projects.html:152 +#: warehouse/templates/manage/projects.html:157 +#: warehouse/templates/manage/team/projects.html:117 +#: warehouse/templates/manage/team/projects.html:122 +msgid "Manage" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:23 +msgid "Two factor authentication (2FA)" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:25 +#, python-format +msgid "" +"Two factor authentication adds an additional layer of security to your " +"account. Learn more about 2FA." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:30 +msgid "Recovery methods enabled" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:33 +msgid "Recovery method" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:39 +#, python-format +msgid "generated %(generated_datetime)s" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:39 +#, python-format +msgid "%(remaining)s unused" +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-burn.html:49 +#: warehouse/templates/manage/manage_base.html:43 +msgid "Regenerate" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:53 +msgid "Two factor authentication methods enabled" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:56 +msgid "Two factor method" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:64 +#: warehouse/templates/manage/manage_base.html:78 +#: warehouse/templates/manage/manage_base.html:528 +#: warehouse/templates/manage/organization/roles.html:202 +#: warehouse/templates/manage/organization/roles.html:204 +#: warehouse/templates/manage/organization/roles.html:209 +#: warehouse/templates/manage/project/roles.html:89 +#: warehouse/templates/manage/project/roles.html:143 +#: warehouse/templates/manage/project/roles.html:148 +#: warehouse/templates/manage/project/roles.html:200 +#: warehouse/templates/manage/project/roles.html:205 +#: warehouse/templates/manage/team/roles.html:75 +#: warehouse/templates/manage/team/roles.html:80 +msgid "Remove" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:65 +msgid "Remove authentication application" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:66 +msgid "Remove application" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:79 +msgid "Remove two factor security device" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:80 +msgid "Remove device" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:86 +msgid "Device name" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:99 +#, python-format +msgid "" +"Verify your primary email address before adding " +"additional two factor authentication methods to your account." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:104 +#, python-format +msgid "" +"Verify your primary email address before " +"enabling two factor authentication on your account." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:115 +msgid "" +"You must generate and safely store recovery codes before adding " +"additional two factor authentication methods to your account." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:120 +msgid "" +"You must generate and safely store recovery codes before enabling two " +"factor authentication on your account." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:126 +msgid "Generate recovery codes" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:135 +msgid "" +"Use a recovery code before adding additional two factor authentication " +"methods to your account." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:140 +msgid "" +"Use a recovery code before enabling two factor authentication on your " +"account." +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-burn.html:17 +#: warehouse/templates/manage/manage_base.html:149 +msgid "Use a recovery code" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:160 +msgid "You have not enabled two factor authentication on your account." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:168 +msgid "" +"Add 2FA with " +"authentication application" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:173 +msgid "" +"Add 2FA with security " +"device (e.g. USB key)" +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:37 +#: warehouse/templates/manage/manage_base.html:180 +msgid "" +"Enable JavaScript to set up two factor authentication with a security " +"device (e.g. USB key)" +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:53 +#: warehouse/templates/manage/manage_base.html:185 +#, python-format +msgid "" +"Upgrade your browser to set up two factor " +"authentication with a security device (e.g. USB key)" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:196 +#: warehouse/templates/manage/organization/manage_organization_base.html:28 +#: warehouse/templates/manage/project/manage_project_base.html:28 +#: warehouse/templates/manage/team/manage_team_base.html:28 +msgid "Breadcrumbs" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:201 +#: warehouse/templates/manage/organization/manage_organization_base.html:32 +#: warehouse/templates/manage/project/manage_project_base.html:32 +#: warehouse/templates/manage/team/manage_team_base.html:32 +msgid "Your account" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:211 +#: warehouse/templates/manage/manage_base.html:245 +msgid "Account navigation" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:318 +#: warehouse/templates/manage/manage_base.html:377 +msgid "This action cannot be undone!" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:330 +msgid "Confirm your username to continue." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:332 +#, python-format +msgid "Confirm the %(item)s to continue." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:343 +#: warehouse/templates/manage/manage_base.html:395 +#: warehouse/templates/manage/organization/activate_subscription.html:32 +msgid "Cancel" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:366 +msgid "close" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:382 +msgid "Enter your password to continue." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:465 +msgid "Trusted Publisher Management" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:470 +msgid "" +"OpenID Connect (OIDC) provides a flexible, credential-free mechanism for " +"delegating publishing authority for a PyPI package to a trusted third " +"party service, like GitHub Actions." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:478 +msgid "" +"PyPI users and projects can use trusted publishers to automate their " +"release processes, without needing to use API tokens or passwords." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:485 +#, python-format +msgid "" +"You can read more about trusted publishers and how to use them here." +msgstr "" + +#: warehouse/templates/manage/manage_base.html:524 +msgid "Any" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:535 +#: warehouse/templates/manage/organization/history.html:166 +#: warehouse/templates/manage/project/history.html:43 +#: warehouse/templates/manage/project/history.html:97 +#: warehouse/templates/manage/project/history.html:137 +#: warehouse/templates/manage/project/history.html:182 +#: warehouse/templates/manage/project/history.html:208 +#: warehouse/templates/manage/team/history.html:88 +msgid "Added by:" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:537 +#: warehouse/templates/manage/organization/history.html:171 +#: warehouse/templates/manage/project/history.html:62 +#: warehouse/templates/manage/project/history.html:128 +#: warehouse/templates/manage/project/history.html:144 +#: warehouse/templates/manage/project/history.html:190 +#: warehouse/templates/manage/project/history.html:216 +#: warehouse/templates/manage/team/history.html:93 +msgid "Removed by:" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:539 +msgid "Submitted by:" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:542 +#: warehouse/templates/manage/project/history.html:247 +msgid "Workflow:" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:544 +msgid "Specifier:" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:547 +msgid "Publisher:" +msgstr "" + +#: warehouse/templates/manage/manage_base.html:549 +#: warehouse/templates/manage/project/history.html:52 +#: warehouse/templates/manage/project/history.html:106 +msgid "URL:" +msgstr "" + +#: warehouse/templates/manage/organizations.html:23 +#: warehouse/templates/manage/projects.html:23 +msgid "Pending invitations" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:80 +#: warehouse/templates/manage/organizations.html:35 +#: warehouse/templates/manage/organizations.html:96 +#: warehouse/templates/manage/projects.html:44 +#: warehouse/templates/manage/projects.html:115 +#: warehouse/templates/manage/team/projects.html:80 +#, python-format +msgid "Created %(creation_date)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:52 +#, python-format +msgid "Decline invitation to %(org)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:53 +msgid "Decline invitation" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:268 +#: warehouse/templates/manage/organizations.html:54 +msgid "Organization Name" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 +msgid "Request Submitted" +msgstr "" + +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 +msgid "Billing Inactive" +msgstr "" + +#: warehouse/templates/manage/organizations.html:83 +msgid "" +"This organization's billing can be activated by an organization owner or " +"billing manager" +msgstr "" + +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 +msgid "This organization is not active" +msgstr "" + +#: warehouse/templates/manage/organizations.html:86 +msgid "Inactive" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:52 +#: warehouse/templates/manage/organization/roles.html:170 +#: warehouse/templates/manage/organizations.html:88 +msgid "Manager" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:55 +#: warehouse/templates/manage/organization/roles.html:174 +#: warehouse/templates/manage/organizations.html:92 +msgid "Billing Manager" +msgstr "" + +#: warehouse/templates/manage/organizations.html:102 +msgid "View this organization" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:130 +#: warehouse/templates/manage/organization/projects.html:133 +#: warehouse/templates/manage/organization/teams.html:63 +#: warehouse/templates/manage/organizations.html:103 +#: warehouse/templates/manage/project/releases.html:94 +#: warehouse/templates/manage/projects.html:165 +#: warehouse/templates/manage/projects.html:168 +#: warehouse/templates/manage/team/projects.html:130 +#: warehouse/templates/manage/team/projects.html:133 +msgid "View" +msgstr "" + +#: warehouse/templates/manage/organizations.html:108 +msgid "Activate billing for this organization" +msgstr "" + +#: warehouse/templates/manage/organizations.html:109 +msgid "Activate Billing" +msgstr "" + +#: warehouse/templates/manage/organizations.html:124 +msgid "Manage this organization" +msgstr "" + +#: warehouse/templates/manage/organizations.html:133 +msgid "You have not joined any organizations on PyPI, yet." +msgstr "" + +#: warehouse/templates/manage/organizations.html:140 +msgid "Pending organization requests" +msgstr "" + +#: warehouse/templates/manage/organizations.html:145 +msgid "" +"Approvals for corporate organizations are currently paused while terms of" +" service and payment are finalized." +msgstr "" + +#: warehouse/templates/manage/organizations.html:161 +#, python-format +msgid "Submitted %(submitted)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 +msgid "Request a new organization" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:29 +#: warehouse/templates/manage/organizations.html:184 +msgid "Organization account name" +msgstr "" + +#: warehouse/templates/manage/organizations.html:189 +msgid "Select an organization account name" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:32 +#: warehouse/templates/manage/organizations.html:200 +msgid "This account name is used in URLs on PyPI." +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:71 +#: warehouse/templates/manage/organization/settings.html:95 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 +msgid "For example" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:48 +#: warehouse/templates/manage/organizations.html:207 +msgid "Organization display name" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:54 +#: warehouse/templates/manage/organizations.html:212 +msgid "Name of your business, product, or project" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:78 +#: warehouse/templates/manage/organizations.html:229 +msgid "️Organization URL" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:84 +#: warehouse/templates/manage/organizations.html:235 +msgid "URL for your business, product, or project" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:102 +#: warehouse/templates/manage/organizations.html:247 +msgid "Organization description" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:108 +#: warehouse/templates/manage/organizations.html:252 +msgid "Description of your business, product, or project" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:127 +#: warehouse/templates/manage/organizations.html:266 +msgid "️Organization type" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:145 +#: warehouse/templates/manage/organizations.html:278 +msgid "" +"Companies can create organization accounts as a paid service while " +"community projects are granted complimentary access." +msgstr "" + +#: warehouse/templates/manage/organization/teams.html:101 +#: warehouse/templates/manage/organizations.html:284 +msgid "Create" +msgstr "" + +#: warehouse/templates/manage/organizations.html:291 +msgid "Your request(s) for a new PyPI organization(s) have been submitted." +msgstr "" + +#: warehouse/templates/manage/organizations.html:294 +msgid "You will receive an email when each organization has been approved" +msgstr "" + +#: warehouse/templates/manage/organizations.html:294 +#: warehouse/templates/manage/project/roles.html:146 +#: warehouse/templates/manage/project/roles.html:203 +#: warehouse/templates/manage/project/roles.html:236 +msgid "." +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:53 +#: warehouse/templates/manage/organization/projects.html:63 +#: warehouse/templates/manage/projects.html:81 +#: warehouse/templates/manage/projects.html:88 +#: warehouse/templates/manage/team/projects.html:53 +#: warehouse/templates/manage/team/projects.html:63 +msgid "This is a critical project for the Python ecosystem" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:54 +#: warehouse/templates/manage/organization/projects.html:64 +#: warehouse/templates/manage/projects.html:82 +#: warehouse/templates/manage/projects.html:89 +#: warehouse/templates/manage/team/projects.html:54 +#: warehouse/templates/manage/team/projects.html:64 +msgid "Critical Project" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:56 +#: warehouse/templates/manage/organization/projects.html:97 +#: warehouse/templates/manage/projects.html:91 +#: warehouse/templates/manage/projects.html:132 +#: warehouse/templates/manage/team/projects.html:56 +#: warehouse/templates/manage/team/projects.html:97 +msgid "PyPI requires 2FA to be enabled to manage this project" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:57 +#: warehouse/templates/manage/organization/projects.html:98 +#: warehouse/templates/manage/projects.html:92 +#: warehouse/templates/manage/projects.html:133 +#: warehouse/templates/manage/team/projects.html:57 +#: warehouse/templates/manage/team/projects.html:98 +msgid "2FA Mandated" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:46 +#: warehouse/templates/manage/organization/projects.html:109 +#: warehouse/templates/manage/projects.html:98 +#: warehouse/templates/manage/projects.html:144 +#: warehouse/templates/manage/team/projects.html:46 +#: warehouse/templates/manage/team/projects.html:109 +msgid "This project requires 2FA to be enabled to manage" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:47 +#: warehouse/templates/manage/organization/projects.html:110 +#: warehouse/templates/manage/projects.html:99 +#: warehouse/templates/manage/projects.html:145 +#: warehouse/templates/manage/team/projects.html:47 +#: warehouse/templates/manage/team/projects.html:110 +msgid "2FA Required" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:68 +#: warehouse/templates/manage/projects.html:103 +#: warehouse/templates/manage/team/projects.html:68 +msgid "Sole owner" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:116 +#: warehouse/templates/manage/projects.html:151 +#: warehouse/templates/manage/team/projects.html:116 +msgid "Manage this project" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:121 +#: warehouse/templates/manage/projects.html:156 +#: warehouse/templates/manage/team/projects.html:121 +msgid "You are not an owner of this project" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:129 +#: warehouse/templates/manage/projects.html:164 +#: warehouse/templates/manage/team/projects.html:129 +msgid "View this project's public page" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:132 +#: warehouse/templates/manage/projects.html:167 +#: warehouse/templates/manage/team/projects.html:132 +msgid "This project has no releases" +msgstr "" + +#: warehouse/templates/manage/projects.html:176 +#, python-format +msgid "" +"You have not uploaded any projects to PyPI, yet. To learn how to get " +"started, visit the Python Packaging User Guide" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:32 +msgid "PyPI Project Name" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:37 +msgid "project name" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:39 +msgid "The project (on PyPI) that will be created when this publisher is used" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:52 +#: warehouse/templates/manage/project/publishing.html:81 +msgid "owner" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:54 +#: warehouse/templates/manage/project/publishing.html:83 +msgid "The GitHub organization name or GitHub username that owns the repository" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:62 +#: warehouse/templates/manage/project/publishing.html:91 +msgid "Repository name" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:67 +#: warehouse/templates/manage/project/publishing.html:96 +msgid "repository" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:69 +#: warehouse/templates/manage/project/publishing.html:98 +msgid "The name of the GitHub repository that contains the publishing workflow" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:77 +#: warehouse/templates/manage/project/publishing.html:106 +msgid "Workflow name" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:82 +#: warehouse/templates/manage/project/publishing.html:111 +msgid "workflow.yml" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:84 +#: warehouse/templates/manage/project/publishing.html:113 +msgid "" +"The filename of the publishing workflow. This file should exist in the " +".github/workflows/ directory in the repository configured " +"above." +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:92 +#: warehouse/templates/manage/account/publishing.html:174 +#: warehouse/templates/manage/project/publishing.html:47 +#: warehouse/templates/manage/project/publishing.html:121 +msgid "Environment name" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:96 +#: warehouse/templates/manage/project/publishing.html:125 +msgid "(optional)" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:99 +#: warehouse/templates/manage/project/publishing.html:128 +msgid "release" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:101 +#: warehouse/templates/manage/project/publishing.html:130 +#, python-format +msgid "" +"The name of the GitHub Actions environment that " +"the above workflow uses for publishing. This should be configured under " +"the repository's settings. While not required, a dedicated publishing " +"environment is strongly encouraged, " +"especially if your repository has maintainers with " +"commit access who shouldn't have PyPI publishing access." +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:116 +#: warehouse/templates/manage/project/publishing.html:145 +#: warehouse/templates/manage/project/roles.html:320 +#: warehouse/templates/manage/team/roles.html:123 +msgid "Add" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:126 +msgid "Manage publishers" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:136 +msgid "Project" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:158 +msgid "" +"No publishers are currently configured. Publishers for existing projects " +"can be added in the publishing configuration for each individual project." +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:170 +msgid "Pending project name" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:171 +#: warehouse/templates/manage/project/publishing.html:44 +msgid "Publisher" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:186 +msgid "" +"No pending publishers are currently configured. Publishers for projects " +"that don't exist yet can be added below." +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:192 +msgid "Add a new pending publisher" +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:195 +msgid "You can use this page to register \"pending\" trusted publishers." +msgstr "" + +#: warehouse/templates/manage/account/publishing.html:201 +#, python-format +msgid "" +"These publishers behave similarly to trusted publishers registered " +"against specific projects, except that they allow users to " +"create the project if it doesn't already exist. Once the" +" project is created, the \"pending\" publisher becomes an ordinary " +"trusted publisher. You can read more about \"pending\" and ordinary " +"trusted publishers here." +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-burn.html:34 +msgid "" +"In order to verify that you have safely stored your recovery codes for " +"use in the event of a lost 2FA device, submit one of your recovery codes " +"here." +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-burn.html:39 +msgid "" +"The recovery code you choose will be considered used and no longer be " +"available to bypass 2FA." +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-burn.html:44 +msgid "" +"Forgot to safely store your recovery codes? You'll need " +"to generate them again." +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:17 +msgid "Account recovery codes" +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:36 +msgid "Regenerate recovery codes" +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:42 +msgid "" +"If you lose access to your authentication application or security key(s)," +" you’ll need to use one of these recovery codes to log into your PyPI " +"account. Each code can only be used once." +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:43 +msgid "" +"These codes should only be used for account recovery, " +"not for typical logins." +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:44 +msgid "" +"Keep these somewhere safe. If you lose your " +"authentication application or security key(s) and do not have access to " +"these recovery codes, you may permanently lose access to your PyPI " +"account!" +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:48 +msgid "Save your recovery codes" +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:63 +msgid "Download as file" +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:64 +#: warehouse/templates/manage/organization/roles.html:193 +#: warehouse/templates/manage/project/roles.html:134 +#: warehouse/templates/manage/project/roles.html:191 +msgid "Save" +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:67 +msgid "Continue" +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:70 +msgid "These codes will not be visible again." +msgstr "" + +#: warehouse/templates/manage/account/recovery_codes-provision.html:73 +msgid "Ensure that you have securely stored them before continuing." +msgstr "" + +#: warehouse/templates/manage/account/token.html:38 +#, python-format +msgid "Token for \"%(macaroon_description)s\"" +msgstr "" + +#: warehouse/templates/manage/account/token.html:40 +msgid "Permissions:" +msgstr "" + +#: warehouse/templates/manage/account/token.html:40 +#: warehouse/templates/manage/account/token.html:144 +msgid "Upload packages" +msgstr "" + +#: warehouse/templates/manage/account/token.html:42 +#: warehouse/templates/manage/account/token.html:44 +msgid "Scope:" +msgstr "" + +#: warehouse/templates/manage/account/token.html:42 +#: warehouse/templates/manage/account/token.html:155 +msgid "Entire account (all projects)" +msgstr "" + +#: warehouse/templates/manage/account/token.html:44 +#, python-format +msgid "Project \"%(project)s\"" +msgstr "" + +#: warehouse/templates/manage/account/token.html:51 +msgid "" +"For security reasons this token will only appear once. Copy it " +"now." +msgstr "" + +#: warehouse/templates/manage/account/token.html:53 +msgid "Copy token to clipboard" +msgstr "" + +#: warehouse/templates/manage/account/token.html:54 +msgid "Copy token" +msgstr "" + +#: warehouse/templates/manage/account/token.html:72 +msgid "Using this token" +msgstr "" + +#: warehouse/templates/manage/account/token.html:74 +msgid "To use this API token:" +msgstr "" + +#: warehouse/templates/manage/account/token.html:77 +#, python-format +msgid "Set your username to %(token)s" +msgstr "" + +#: warehouse/templates/manage/account/token.html:78 +#, python-format +msgid "" +"Set your password to the token value, including the " +"%(prefix)s prefix" +msgstr "" + +#: warehouse/templates/manage/account/token.html:84 +#, python-format +msgid "" +"For example, if you are using Twine to upload " +"your projects to PyPI, set up your %(filename)s file like " +"this:" +msgstr "" + +#: warehouse/templates/manage/account/token.html:94 +#, python-format +msgid "" +"For example, if you are using Twine to upload " +"multiple projects to PyPI, you can set up your %(filename)s " +"file like this:" +msgstr "" + +#: warehouse/templates/manage/account/token.html:106 +msgid "" +"either a user-scoped token or a project-scoped token you want to set as " +"the default" +msgstr "" + +#: warehouse/templates/manage/account/token.html:111 +msgid "a project token" +msgstr "" + +#: warehouse/templates/manage/account/token.html:113 +#, python-format +msgid "" +"You can then use %(command)s to switch to the correct token " +"when uploading to PyPI." +msgstr "" + +#: warehouse/templates/manage/account/token.html:119 +#, python-format +msgid "" +"For further instructions on how to use this token, visit the PyPI help page." +msgstr "" + +#: warehouse/templates/manage/account/token.html:122 +msgid "Add another token" +msgstr "" + +#: warehouse/templates/manage/account/token.html:131 +msgid "Token name" +msgstr "" + +#: warehouse/templates/manage/account/token.html:140 +msgid "What is this token for?" +msgstr "" + +#: warehouse/templates/manage/account/token.html:154 +msgid "Select scope..." +msgstr "" + +#: warehouse/templates/manage/account/token.html:167 +msgid "" +"An API token scoped to your entire account will have upload permissions " +"for all of your current and future projects." +msgstr "" + +#: warehouse/templates/manage/account/token.html:170 +msgid "Add token" +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:17 +msgid "Set up 2FA with an authentication application (TOTP)" +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:32 +#, python-format +msgid "" +"PyPI supports any application that follows the TOTP standard." +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:36 +#, python-format +msgid "" +"Visit PyPI's help page for a list of compatible " +"applications." +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:42 +msgid "Set up your application" +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:45 +msgid "Scan the QR code with the authentication application of your choice." +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:46 +msgid "" +"For security reasons, you can only associate one authentication " +"application per PyPI account." +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:52 +msgid "QR code for setting up an authentication application" +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:55 +msgid "No QR scanner? Manually enter the code instead:" +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:67 +msgid "Verify application" +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:72 +msgid "Authentication code" +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:73 +msgid "" +"To finalize the set up process, enter the authentication code provided by" +" your application." +msgstr "" + +#: warehouse/templates/manage/account/totp-provision.html:85 +msgid "Set up application" +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:17 +msgid "Set up 2FA with a security device (e.g. USB key)" +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:26 +#, python-format +msgid "" +"PyPI supports any device that adheres to the FIDO standard." +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:28 +#, python-format +msgid "" +"Popular USB keys include Yubikey, Google Titan and Thetis." +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:43 +msgid "Name your device to begin" +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:48 +msgid "PyPI supports adding multiple security devices." +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:49 +msgid "" +"Please give this device a name. 64 characters or fewer. All Unicode is " +"valid, including spaces." +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:65 +msgid "Set up security device" +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:74 +#, python-format +msgid "" +"Not working? Check you're using a device that follows " +"the FIDO specification and a compatible browser." +msgstr "" + +#: warehouse/templates/manage/account/webauthn-provision.html:78 +msgid "" +"Note that some older USB keys do not adhere to the FIDO standard and will" +" not work with PyPI." +msgstr "" + +#: warehouse/templates/manage/organization/activate_subscription.html:17 +#: warehouse/templates/manage/organization/activate_subscription.html:21 +#: warehouse/templates/manage/organization/activate_subscription.html:35 +msgid "Activate Subscription" +msgstr "" + +#: warehouse/templates/manage/organization/activate_subscription.html:27 +msgid "" +"Company accounts require an active subscription. Please enter up-to-date " +"billing information to enable the account." +msgstr "" + +#: warehouse/templates/manage/organization/history.html:20 +#: warehouse/templates/manage/project/history.html:20 +#: warehouse/templates/manage/team/history.html:20 +#, python-format +msgid "'%(source_name)s' security history" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:25 +msgid "" +"Each time you (or your collaborators) perform a security action related " +"to this organization, the action is recorded and displayed here." +msgstr "" + +#: warehouse/templates/manage/organization/history.html:32 +#, python-format +msgid "'%(organization_name)s' registered as organization name" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:36 +#, python-format +msgid "%(organization_name)s organization created" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:38 +#, python-format +msgid "%(organization_name)s organization deleted" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:40 +#, python-format +msgid "" +"%(previous_organization_name)s organization renamed to " +"%(organization_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:42 +#, python-format +msgid "%(organization_name)s organization approved" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:44 +#, python-format +msgid "%(organization_name)s organization declined" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:49 +#, python-format +msgid "%(project_name)s project added to organization" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:53 +#, python-format +msgid "" +"%(project_name)s project removed from " +"organization" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:60 +#, python-format +msgid "%(username)s added as organization %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:65 +#, python-format +msgid "" +"%(username)s removed as organization " +"%(role_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:70 +#, python-format +msgid "" +"%(username)s changed to organization " +"%(role_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:75 +#, python-format +msgid "" +"%(username)s invited to join as organization " +"%(role_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:80 +#, python-format +msgid "" +"%(username)s declined invitation to join as " +"organization %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:85 +#, python-format +msgid "" +"Revoked invitation for %(username)s to join as " +"organization %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:90 +#, python-format +msgid "" +"Invitation for %(username)s to join as " +"organization %(role_name)s expired" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:95 +#: warehouse/templates/manage/team/history.html:32 +#, python-format +msgid "%(team_name)s team created" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:97 +#: warehouse/templates/manage/team/history.html:34 +#, python-format +msgid "%(team_name)s team deleted" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:102 +#: warehouse/templates/manage/team/history.html:41 +#, python-format +msgid "" +"%(team_name)s team added as project %(role_name)s for %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:106 +#: warehouse/templates/manage/team/history.html:45 +#, python-format +msgid "" +"%(team_name)s team removed as project %(role_name)s for %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:110 +#: warehouse/templates/manage/team/history.html:49 +#, python-format +msgid "" +"%(team_name)s team changed to project %(role_name)s for %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:117 +#: warehouse/templates/manage/team/history.html:56 +#, python-format +msgid "%(username)s added to %(team_name)s team" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:121 +#: warehouse/templates/manage/team/history.html:60 +#, python-format +msgid "%(username)s removed from %(team_name)s team" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:132 +msgid "Registered by:" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:139 +#: warehouse/templates/manage/project/history.html:34 +#: warehouse/templates/manage/team/history.html:71 +msgid "Created by:" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:144 +#: warehouse/templates/manage/team/history.html:76 +msgid "Deleted by:" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:149 +#: warehouse/templates/manage/team/history.html:81 +msgid "Renamed by:" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:154 +msgid "Approved by:" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:159 +msgid "Declined by:" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:176 +#: warehouse/templates/manage/project/history.html:151 +#: warehouse/templates/manage/project/history.html:198 +#: warehouse/templates/manage/team/history.html:98 +msgid "Changed by:" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:181 +#: warehouse/templates/manage/organization/history.html:186 +#: warehouse/templates/manage/project/history.html:158 +#: warehouse/templates/manage/project/history.html:165 +msgid "Invited by:" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:191 +#: warehouse/templates/manage/project/history.html:172 +msgid "Revoked by:" +msgstr "" + +#: warehouse/templates/manage/organization/history.html:198 +#: warehouse/templates/manage/project/history.html:301 +#: warehouse/templates/manage/team/history.html:105 +#, python-format +msgid "Security history for %(source_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/manage_organization_base.html:20 +#, python-format +msgid "Manage '%(organization_name)s'" +msgstr "" + +#: warehouse/templates/manage/organization/manage_organization_base.html:57 +msgid "Back to organizations" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:17 +msgid "Organization projects" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:21 +#, python-format +msgid "Manage '%(organization_name)s' projects" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:142 +msgid "There are no projects in your organization, yet." +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:144 +#, python-format +msgid "" +"Get started by adding a project that you own using the form below. To " +"learn how to create a new project, visit the Python Packaging User Guide" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:156 +msgid "Add project to organization" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:162 +msgid "️New or existing project?" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:172 +msgid "" +"Transfer an existing project that you own, or create and add a new " +"project to the organization." +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:178 +msgid "️Name of existing project" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:182 +msgid "You do not own any projects that you can add to this organization." +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:187 +msgid "" +"Owners or managers of this organization can transfer a project that they " +"own to this organization if the project has not been added to another " +"organization. A project that has been added to another organization can " +"be transferred from the project settings page." +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:192 +msgid "Transfer existing project" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:196 +msgid "️Name of new project" +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:204 +msgid "" +"Owners of this organization can create an empty project and add it to the" +" organization." +msgstr "" + +#: warehouse/templates/manage/organization/projects.html:209 +msgid "Create and add new project" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:18 +#, python-format +msgid "Manage people in '%(organization_name)s'" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:22 +#: warehouse/templates/manage/project/roles.html:22 +#: warehouse/templates/manage/team/roles.html:22 +msgid "2FA enabled" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:23 +#: warehouse/templates/manage/organization/roles.html:28 +#: warehouse/templates/manage/organization/roles.html:143 +#: warehouse/templates/manage/project/roles.html:23 +#: warehouse/templates/manage/project/roles.html:28 +#: warehouse/templates/manage/project/roles.html:60 +#: warehouse/templates/manage/team/roles.html:23 +#: warehouse/templates/manage/team/roles.html:28 +msgid "2FA" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:27 +#: warehouse/templates/manage/project/roles.html:27 +#: warehouse/templates/manage/team/roles.html:27 +msgid "2FA disabled" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:39 +#, python-format +msgid "" +"Use this page to control which PyPI users can help you to manage " +"'%(organization_name)s'." +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:41 +msgid "Organization Roles" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:43 +#, python-format +msgid "" +"There are %(number_of_roles)s possible roles for people in this " +"organization. Refer to the following matrix for details on what each role" +" can do." +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:47 +msgid "Organization Role Permissions Matrix" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:51 +#: warehouse/templates/manage/organization/roles.html:168 +#: warehouse/templates/manage/project/roles.html:295 +msgid "Member" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:61 +msgid "View organization/teams" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:70 +msgid "Create/manage teams" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:79 +msgid "Invite/manage organization members" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:88 +msgid "Delete the organization" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:98 +msgid "Manage organization billing" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:106 +msgid "Own/maintain specific projects" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:115 +msgid "Create new projects" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:124 +msgid "Delete projects" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:137 +#: warehouse/templates/manage/team/roles.html:47 +#, python-format +msgid "Users who can manage %(organization_name)s" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:141 +#: warehouse/templates/manage/organization/roles.html:268 +#: warehouse/templates/manage/project/roles.html:336 +#: warehouse/templates/manage/team/roles.html:51 +#: warehouse/templates/manage/team/roles.html:104 +msgid "User" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:192 +#: warehouse/templates/manage/project/roles.html:133 +#: warehouse/templates/manage/project/roles.html:190 +msgid "Save role" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:202 +msgid "Cannot remove other people from the organization" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:204 +#: warehouse/templates/manage/project/roles.html:200 +msgid "Cannot remove yourself as Sole Owner" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:207 +#, python-format +msgid "Remove %(user)s from this organization." +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:208 +#, python-format +msgid "Remove %(user)s from this organization" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:234 +#: warehouse/templates/manage/project/roles.html:228 +msgid "Invite pending" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:236 +#: warehouse/templates/manage/project/roles.html:230 +msgid "Invite expired" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:243 +#, python-format +msgid "Revoke invitation for %(user)s." +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:244 +#: warehouse/templates/manage/project/roles.html:236 +#: warehouse/templates/manage/project/roles.html:237 +#, python-format +msgid "Revoke invitation for %(user)s" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:245 +#: warehouse/templates/manage/project/roles.html:238 +msgid "Revoke invite" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:247 +#, python-format +msgid "Re-send invitation for %(user)s." +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:248 +#, python-format +msgid "Re-send invitation for %(user)s" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:249 +msgid "Re-send" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:250 +#, python-format +msgid "Delete expired invitation for %(user)s." +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:251 +#, python-format +msgid "Delete expired invitation for %(user)s" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:252 +#: warehouse/templates/manage/project/release.html:112 +#: warehouse/templates/manage/project/releases.html:109 +msgid "Delete" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:263 +msgid "Invite member" +msgstr "" + +#: warehouse/templates/manage/organization/roles.html:292 +#: warehouse/templates/manage/project/roles.html:360 +msgid "Invite" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:17 +#: warehouse/templates/manage/organization/settings.html:24 +msgid "Organization settings" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:21 +#, python-format +msgid "Manage '%(organization_name)s' settings" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:33 +#, python-format +msgid "Change the organization account name below." +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:37 +#: warehouse/templates/manage/team/settings.html:57 +msgid "Date created" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:151 +#, python-format +msgid "" +"If you need to convert your organization account from a Company account " +"to a Community account, you can email %(email)s to communicate with %(site)s " +"administrators." +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:160 +msgid "Update organization" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:169 +msgid "Billing details" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:171 +msgid "Billing status" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:175 +msgid "Billing email" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:180 +msgid "Manage billing" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:190 +#: warehouse/templates/manage/organization/settings.html:211 +msgid "Change organization account name" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:195 +msgid "" +"You will not be able to revert to your current account name after you " +"rename your organization." +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:211 +msgid "Change organization account name for" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:211 +msgid "Current organization account name" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:218 +#: warehouse/templates/manage/organization/settings.html:268 +msgid "Delete organization" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:221 +msgid "Cannot delete organization" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:223 +#, python-format +msgid "Your organization currently owns %(count)s project." +msgid_plural "Your organization currently owns %(count)s projects." +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/manage/organization/settings.html:228 +msgid "For each project, you must either:" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:230 +msgid "Transfer ownership and remove the project from your organization" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:231 +msgid "Delete the project" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:233 +msgid "Before you can delete your organization." +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:239 +#, python-format +msgid "" +"transfer ownership and remove project or delete project" +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:251 +msgid "You will not be able to recover your organization after you delete it." +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:258 +msgid "" +"Your subscription will be cancelled, and you will lose access to the " +"billing portal." +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:260 +msgid "You will lose access to the billing portal." +msgstr "" + +#: warehouse/templates/manage/organization/settings.html:262 +#, python-format +msgid "" +"Please ensure you have retrieved all invoices from your billing portal before proceeding." +msgstr "" + +#: warehouse/templates/manage/organization/teams.html:17 +msgid "Organization teams" +msgstr "" + +#: warehouse/templates/manage/organization/teams.html:21 +#, python-format +msgid "Manage '%(organization_name)s' teams" +msgstr "" + +#: warehouse/templates/manage/organization/teams.html:42 +#: warehouse/templates/manage/team/manage_team_base.html:73 +#, python-format +msgid "%(member_count)s member" +msgid_plural "%(member_count)s members" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/manage/organization/teams.html:55 +msgid "Manage this team" +msgstr "" + +#: warehouse/templates/manage/organization/teams.html:62 +msgid "View this team" +msgstr "" + +#: warehouse/templates/manage/organization/teams.html:71 +msgid "" +"There are no teams in your organization, yet. Organization owners and " +"managers can create new teams for the organization." +msgstr "" + +#: warehouse/templates/manage/organization/teams.html:82 +msgid "Create new team" +msgstr "" + +#: warehouse/templates/manage/organization/teams.html:88 +msgid "️Team name" +msgstr "" + +#: warehouse/templates/manage/organization/teams.html:96 +msgid "" +"Owners and managers of this organization can create a team for the " +"organization and manage team members, team projects, and team settings." +msgstr "" + +#: warehouse/templates/manage/project/documentation.html:18 +#, python-format +msgid "Manage '%(project_name)s' documentation" +msgstr "" + +#: warehouse/templates/manage/project/documentation.html:25 +msgid "Destroy documentation" +msgstr "" + +#: warehouse/templates/manage/project/documentation.html:28 +#, python-format +msgid "" +"If you would like to DESTROY any existing documentation hosted at %(url)s there is no undo, as " +"uploading new documentation is no longer supported." +msgstr "" + +#: warehouse/templates/manage/project/documentation.html:35 +msgid "Destroy Documentation for project" +msgstr "" + +#: warehouse/templates/manage/project/documentation.html:35 +#: warehouse/templates/manage/project/release.html:129 +#: warehouse/templates/pages/stats.html:42 +msgid "Project name" +msgstr "" + +#: warehouse/templates/manage/project/documentation.html:39 +msgid "Project documentation" +msgstr "" + +#: warehouse/templates/manage/project/documentation.html:41 +msgid "Uploading new documentation is no longer supported" +msgstr "" + +#: warehouse/templates/manage/project/history.html:25 +msgid "" +"Each time you (or your collaborators) perform a security action related " +"to this project, the action is recorded and displayed here." +msgstr "" + +#: warehouse/templates/manage/project/history.html:32 +msgid "Project created" +msgstr "" + +#: warehouse/templates/manage/project/history.html:40 +#, python-format +msgid "Version %(version)s created" +msgstr "" + +#: warehouse/templates/manage/project/history.html:59 +#, python-format +msgid "Version %(version)s removed" +msgstr "" + +#: warehouse/templates/manage/project/history.html:66 +#, python-format +msgid "Version %(version)s yanked" +msgstr "" + +#: warehouse/templates/manage/project/history.html:69 +#: warehouse/templates/manage/project/history.html:76 +msgid "Yanked by:" +msgstr "" + +#: warehouse/templates/manage/project/history.html:73 +#, python-format +msgid "Version %(version)s unyanked" +msgstr "" + +#: warehouse/templates/manage/project/history.html:82 +#, python-format +msgid "File added to version %(version)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:94 +#: warehouse/templates/manage/project/history.html:125 +#: warehouse/templates/manage/project/release.html:118 +msgid "Filename:" +msgstr "" + +#: warehouse/templates/manage/project/history.html:113 +#, python-format +msgid "File removed from version %(version)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:134 +#, python-format +msgid "%(username)s added as project %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:141 +#, python-format +msgid "%(username)s removed as project %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:148 +#, python-format +msgid "%(username)s changed to project %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:155 +#, python-format +msgid "" +"%(username)s invited to join as project " +"%(role_name)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:162 +#, python-format +msgid "" +"%(username)s declined invitation to join as " +"project %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:169 +#, python-format +msgid "" +"Revoked invitation for %(username)s to join as " +"project %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:179 +#, python-format +msgid "%(team_name)s team added as project %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:187 +#, python-format +msgid "%(team_name)s team changed to project %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:195 +#, python-format +msgid "%(team_name)s team removed as project %(role_name)s" +msgstr "" + +#: warehouse/templates/manage/project/history.html:205 +#, python-format +msgid "Project added to %(organization_name)s organization" +msgstr "" + +#: warehouse/templates/manage/project/history.html:213 +#, python-format +msgid "Project removed from %(organization_name)s organization" +msgstr "" + +#: warehouse/templates/manage/project/history.html:221 +msgid "Short-lived API token created" +msgstr "" + +#: warehouse/templates/manage/project/history.html:222 +#: warehouse/templates/manage/project/history.html:252 +#: warehouse/templates/manage/project/history.html:266 +msgid "Permissions: Can upload to this project" +msgstr "" + +#: warehouse/templates/manage/project/history.html:225 +#: warehouse/templates/manage/project/history.html:260 +msgid "Expiration:" +msgstr "" + +#: warehouse/templates/manage/project/history.html:228 +msgid "Expiration Status:" +msgstr "" + +#: warehouse/templates/manage/project/history.html:232 +msgid "Expired" +msgstr "" + +#: warehouse/templates/manage/project/history.html:237 +msgid "Creator" +msgstr "" + +#: warehouse/templates/manage/project/history.html:251 +msgid "API token created" +msgstr "" + +#: warehouse/templates/manage/project/history.html:255 +#: warehouse/templates/manage/project/history.html:268 +msgid "Controlled by:" +msgstr "" + +#: warehouse/templates/manage/project/history.html:277 +msgid "Trusted publisher added" +msgstr "" + +#: warehouse/templates/manage/project/history.html:280 +msgid "Trusted publisher removed" +msgstr "" + +#: warehouse/templates/manage/project/history.html:285 +msgid "2FA requirement enabled" +msgstr "" + +#: warehouse/templates/manage/project/history.html:287 +msgid "Enabled by:" +msgstr "" + +#: warehouse/templates/manage/project/history.html:290 +msgid "2FA requirement disabled" +msgstr "" + +#: warehouse/templates/manage/project/history.html:292 +msgid "Disabled by:" +msgstr "" + +#: warehouse/templates/manage/project/history.html:306 +msgid "Additional info" +msgstr "" + +#: warehouse/templates/manage/project/history.html:318 +#: warehouse/templates/manage/team/history.html:122 +msgid "Location info" +msgstr "" + +#: warehouse/templates/manage/project/manage_project_base.html:20 +#, python-format +msgid "Manage '%(project_name)s'" +msgstr "" + +#: warehouse/templates/manage/project/manage_project_base.html:65 +msgid "Back to projects" +msgstr "" + +#: warehouse/templates/manage/project/publishing.html:36 +msgid "Manage current publishers" +msgstr "" + +#: warehouse/templates/manage/project/publishing.html:40 +#, python-format +msgid "OpenID Connect publishers associated with %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/project/publishing.html:58 +msgid "No publishers are currently configured." +msgstr "" + +#: warehouse/templates/manage/project/publishing.html:61 +msgid "Add a new publisher" +msgstr "" + +#: warehouse/templates/manage/project/publishing.html:65 +#, python-format +msgid "" +"Read more about GitHub Actions's OpenID Connect support here." +msgstr "" + +#: warehouse/templates/manage/project/release.html:18 +#, python-format +msgid "Manage '%(project_name)s' – release version %(version)s" +msgstr "" + +#: warehouse/templates/manage/project/release.html:28 +#: warehouse/templates/manage/project/release.html:46 +#, python-format +msgid "Version %(version)s" +msgstr "" + +#: warehouse/templates/manage/project/release.html:41 +#: warehouse/templates/manage/project/releases.html:166 +msgid "Yanked releases" +msgstr "" + +#: warehouse/templates/manage/project/release.html:47 +msgid "view release" +msgstr "" + +#: warehouse/templates/manage/project/release.html:53 +#, python-format +msgid "Files for release %(version)s of %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/project/release.html:56 +#: warehouse/templates/manage/project/release.html:67 +msgid "Filename, size" +msgstr "" + +#: warehouse/templates/manage/project/release.html:57 +#: warehouse/templates/manage/project/release.html:72 +msgid "Type" +msgstr "" + +#: warehouse/templates/manage/project/release.html:58 +#: warehouse/templates/manage/project/release.html:76 +msgid "Python version" +msgstr "" + +#: warehouse/templates/manage/project/release.html:59 +#: warehouse/templates/manage/project/release.html:80 +msgid "Upload date" +msgstr "" + +#: warehouse/templates/manage/project/release.html:85 +msgid "View file options" +msgstr "" + +#: warehouse/templates/manage/project/release.html:91 +msgid "File options" +msgstr "" + +#: warehouse/templates/manage/project/release.html:95 +msgid "Download" +msgstr "" + +#: warehouse/templates/manage/project/release.html:101 +msgid "View Hashes" +msgstr "" + +#: warehouse/templates/manage/project/release.html:106 +msgid "Delete file from" +msgstr "" + +#: warehouse/templates/manage/project/release.html:108 +msgid "Delete file" +msgstr "" + +#: warehouse/templates/manage/project/release.html:120 +msgid "" +"I understand that my users will no longer be able to install this file " +"for this release of this project." +msgstr "" + +#: warehouse/templates/manage/project/release.html:121 +#, python-format +msgid "" +"I understand that I will not be able to re-upload a file using the same file " +"name %(filename)s." +msgstr "" + +#: warehouse/templates/manage/project/release.html:122 +#: warehouse/templates/manage/project/release.html:205 +msgid "I understand that I will not be able to undo this." +msgstr "" + +#: warehouse/templates/manage/project/release.html:123 +#: warehouse/templates/manage/project/release.html:206 +msgid "I understand that the PyPI administrators will not be able to undo this." +msgstr "" + +#: warehouse/templates/manage/project/release.html:139 +msgid "Uploading new files" +msgstr "" + +#: warehouse/templates/manage/project/release.html:141 +msgid "No files found" +msgstr "" + +#: warehouse/templates/manage/project/release.html:143 +#: warehouse/templates/manage/project/releases.html:178 +#: warehouse/templates/manage/project/settings.html:111 +msgid "Dismiss" +msgstr "" + +#: warehouse/templates/manage/project/release.html:144 +#, python-format +msgid "" +"Learn how to upload files on the Python Packaging User Guide" +msgstr "" + +#: warehouse/templates/manage/project/release.html:147 +msgid "Release settings" +msgstr "" + +#: warehouse/templates/manage/project/release.html:151 +#: warehouse/templates/manage/project/release.html:181 +#: warehouse/templates/manage/project/releases.html:123 +msgid "Yank release" +msgstr "" + +#: warehouse/templates/manage/project/release.html:154 +#, python-format +msgid "" +"Yanking will mark this release (and %(count)s file within it) to be " +"ignored when installing in most common scenarios." +msgid_plural "" +"Yanking will mark this release (and %(count)s files within it) to be " +"ignored when installing in most common scenarios." +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/manage/project/release.html:160 +msgid "" +"Yanking will mark this release to be ignored when installing in most " +"common scenarios." +msgstr "" + +#: warehouse/templates/manage/project/release.html:164 +#, python-format +msgid "" +"This release will still be installable for users pinning to this exact " +"version, e.g. when using %(project_name)s==%(version)s." +msgstr "" + +#: warehouse/templates/manage/project/release.html:167 +#, python-format +msgid "For more information, see PEP 592." +msgstr "" + +#: warehouse/templates/manage/project/release.html:174 +#: warehouse/templates/manage/project/releases.html:126 +#, python-format +msgid "" +"You may provide a reason for yanking this release, which will be " +"displayed by pip to users who install " +"%(project_name)s==%(version)s." +msgstr "" + +#: warehouse/templates/manage/project/release.html:178 +#: warehouse/templates/manage/project/releases.html:130 +msgid "Reason (optional)" +msgstr "" + +#: warehouse/templates/manage/project/release.html:181 +#: warehouse/templates/manage/project/release.html:209 +#: warehouse/templates/manage/project/releases.html:23 +#: warehouse/templates/manage/project/releases.html:120 +#: warehouse/templates/manage/project/releases.html:133 +#: warehouse/templates/manage/project/releases.html:142 +msgid "Version" +msgstr "" + +#: warehouse/templates/manage/project/release.html:186 +#: warehouse/templates/manage/project/release.html:209 +#: warehouse/templates/manage/project/releases.html:136 +msgid "Delete release" +msgstr "" + +#: warehouse/templates/manage/project/release.html:190 +#, python-format +msgid "Deleting will irreversibly delete this release along with %(count)s file." +msgid_plural "Deleting will irreversibly delete this release along with %(count)s files." +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/manage/project/release.html:196 +msgid "Deleting will irreversibly delete this release." +msgstr "" + +#: warehouse/templates/manage/project/release.html:198 +#: warehouse/templates/manage/project/releases.html:138 +msgid "" +"You will not be able to re-upload a new distribution of the same type " +"with the same version number." +msgstr "" + +#: warehouse/templates/manage/project/release.html:199 +#: warehouse/templates/manage/project/releases.html:139 +msgid "" +"Deletion will break any downstream projects relying on a pinned version " +"of this package. It is intended as a last resort to address legal issues " +"or remove harmful releases." +msgstr "" + +#: warehouse/templates/manage/project/release.html:200 +#: warehouse/templates/manage/project/releases.html:140 +#, python-format +msgid "" +"Consider yanking this release, making a new release or a post release instead." +msgstr "" + +#: warehouse/templates/manage/project/release.html:202 +#, python-format +msgid "" +"I understand that I am permanently deleting all files for the " +"%(release_version)s release of this project." +msgstr "" + +#: warehouse/templates/manage/project/release.html:203 +msgid "" +"I understand that my users will no longer be able to install this release" +" of this project." +msgstr "" + +#: warehouse/templates/manage/project/release.html:204 +#, python-format +msgid "" +"I understand that I will not be able to re-upload any deleted files using the " +"same file names." +msgstr "" + +#: warehouse/templates/manage/project/releases.html:20 +#, python-format +msgid "Releases for %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:24 +msgid "Release date" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:25 +msgid "Files" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:27 +msgid "Yanked reason" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:36 +msgid "Manage version" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:44 +#, python-format +msgid "%(count)s file" +msgid_plural "%(count)s files" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/manage/project/releases.html:57 +msgid "No files" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:67 +msgid "View release options" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:73 +#, python-format +msgid "Options for %(version)s" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:76 +msgid "Un-yank Release" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:81 +msgid "Un-yank" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:101 +msgid "Yank" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:119 +msgid "Un-yank release" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:151 +#, python-format +msgid "Manage '%(project_name)s' releases" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:174 +msgid "Creating a new release" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:176 +msgid "No releases found" +msgstr "" + +#: warehouse/templates/manage/project/releases.html:179 +#, python-format +msgid "" +"Learn how to create a new release on the Python Packaging " +"User Guide" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:18 +#, python-format +msgid "Manage '%(project_name)s' collaborators" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:43 +#, python-format +msgid "" +"Use this page to control which PyPI users can help you to manage " +"%(project_name)s." +msgstr "" + +#: warehouse/templates/manage/project/roles.html:45 +msgid "Project Roles" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:46 +#: warehouse/templates/pages/help.html:591 +msgid "There are two possible roles for collaborators:" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:48 +#: warehouse/templates/manage/project/roles.html:117 +#: warehouse/templates/manage/project/roles.html:127 +#: warehouse/templates/manage/project/roles.html:174 +#: warehouse/templates/manage/project/roles.html:184 +msgid "Maintainer" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:49 +msgid "" +"Has permissions to upload releases for the project. Can upload releases. " +"Cannot invite collaborators. Cannot delete files, releases, or the " +"project." +msgstr "" + +#: warehouse/templates/manage/project/roles.html:51 +msgid "" +"Has permissions to administer the project. Can upload releases. Can " +"invite other collaborators. Can delete files, releases, or the entire " +"project." +msgstr "" + +#: warehouse/templates/manage/project/roles.html:55 +#, python-format +msgid "Collaborators who can manage %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:58 +msgid "Collaborator" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:75 +#, python-format +msgid "%(count)s organization owner" +msgid_plural "%(count)s organization owners" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/manage/project/roles.html:89 +msgid "Cannot remove organization owners" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:103 +#, python-format +msgid "%(count)s team member" +msgid_plural "%(count)s team members" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/manage/project/roles.html:143 +msgid "Cannot remove your own team as Owner" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:146 +#: warehouse/templates/manage/project/roles.html:147 +#: warehouse/templates/manage/project/roles.html:203 +#: warehouse/templates/manage/project/roles.html:204 +#, python-format +msgid "Remove %(collaborator)s from this project" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:247 +msgid "Add internal collaborator" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:254 +msgid "️Team or member?" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:264 +msgid "Add a team or an individual member as a collaborator." +msgstr "" + +#: warehouse/templates/manage/project/roles.html:272 +msgid "️Name of team" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:276 +msgid "There are no teams in the organization." +msgstr "" + +#: warehouse/templates/manage/project/roles.html:327 +msgid "Invite external collaborator" +msgstr "" + +#: warehouse/templates/manage/project/roles.html:329 +msgid "Invite collaborator" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:18 +#, python-format +msgid "Manage '%(project_name)s' settings" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:21 +msgid "Project settings" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:23 +msgid "Project size:" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:31 +#: warehouse/templates/manage/project/settings.html:39 +#, python-format +msgid " (request an increase) " +msgstr "" + +#: warehouse/templates/manage/project/settings.html:48 +#, python-format +msgid "Create a token for %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:53 +#, python-format +msgid "" +"Verify your primary email address to add an API " +"token for %(project_name)s." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:60 +msgid "2FA requirement" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:61 +msgid "" +"Requiring 2FA for this project will require all collaborators to have 2FA" +" enabled for their individual account. Any collaborator who does not have" +" 2FA enabled will not be able to manage the project until they enable " +"2FA." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:69 +msgid "" +"This project is part of PyPI's two-factor authentication mandate for " +"critical projects. As a result, this setting cannot be disabled for this " +"project." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:76 +msgid "" +"This project will be part of PyPI's two-factor authentication mandate for" +" critical projects. As a result, this setting cannot be disabled for this" +" project." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:84 +msgid "You must enable 2FA for your account before you can modify this setting." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:94 +#, python-format +msgid "Disable 2FA requirement for %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:96 +#, python-format +msgid "Enable 2FA requirement for %(project_name)s" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:102 +msgid "Project description and sidebar" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:104 +#, python-format +msgid "" +"To set the '%(project_name)s' description, author, links, classifiers, " +"and other details for your next release, use the setup() arguments in your " +"setup.py file. Updating these fields will not change the" +" metadata for past releases. Additionally, you must use " +"Twine to upload your files in order to get full " +"support for these fields. See the Python Packaging User Guide " +"for more help." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:124 +msgid "Remove project from organization" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:127 +msgid "Removing this project from the organization will:" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:131 +#: warehouse/templates/manage/project/settings.html:181 +#, python-format +msgid "Remove this project from the '%(organization_name)s' organization." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:134 +#: warehouse/templates/manage/project/settings.html:184 +#, python-format +msgid "" +"Revoke project permissions for teams in the '%(organization_name)s' " +"organization." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:138 +#: warehouse/templates/manage/project/settings.html:144 +msgid "" +"Individual owners and maintainers of the project will retain their " +"project permissions." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:143 +#, python-format +msgid "" +"This will remove the project from the '%(organization_name)s' " +"organization." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:147 +msgid "Remove project" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:147 +#: warehouse/templates/manage/project/settings.html:218 +#: warehouse/templates/manage/project/settings.html:285 +msgid "Project Name" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:151 +msgid "Cannot remove project from organization" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:153 +msgid "" +"Your organization is currently the sole owner of the " +"project. You must add an individual owner to the project before you can " +"remove the project from your organization." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:169 +msgid "Transfer project to another organization" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:171 +msgid "Transfer project to an organization" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:176 +msgid "Transferring this project will:" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:188 +msgid "Revoke your direct Owner role on the project." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:191 +msgid "" +"You will retain Owner permissions on the project through your " +"organization role." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:196 +msgid "Add the project to another organization that you own." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:198 +msgid "Add the project to an organization that you own." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:202 +msgid "Grant full project permissions to owners of the organization." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:206 +msgid "" +"All other individual owners and maintainers of the project will retain " +"their project permissions." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:218 +msgid "Transfer project" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:224 +msgid "Cannot transfer project to another organization" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:226 +msgid "Cannot transfer project to an organization" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:231 +msgid "" +"Organization owners can transfer the project to organizations that they " +"own or manage." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:232 +msgid "You are not an owner or manager of any other organizations." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:234 +msgid "" +"Project owners can transfer the project to organizations that they own or" +" manage." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:235 +msgid "You are not an owner or manager of any organizations." +msgstr "" + +#: warehouse/templates/manage/project/settings.html:245 +#: warehouse/templates/manage/project/settings.html:285 +msgid "Delete project" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:248 +msgid "Deleting this project will:" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:253 +#, python-format +msgid "" +"Irreversibly delete the project along with %(count)s" +" release" +msgid_plural "" +"Irreversibly delete the project along with %(count)s" +" releases" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/manage/project/settings.html:259 +msgid "Irreversibly delete the project" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:263 +msgid "Make the project name available to any other PyPI user" +msgstr "" + +#: warehouse/templates/manage/project/settings.html:265 +msgid "" +"This user will be able to make new releases under this project name, so " +"long as the distribution filenames do not match filenames from a " +"previously released distribution (all PyPI distribution filenames are " +"unique, as they are generated by combining the project name + version " +"number + distribution type)" +msgstr "" + +#: warehouse/templates/manage/team/history.html:25 +msgid "" +"Each time you (or your collaborators) perform a security action related " +"to this team, the action is recorded and displayed here." +msgstr "" + +#: warehouse/templates/manage/team/history.html:36 +#, python-format +msgid "%(previous_team_name)s team renamed to %(team_name)s" +msgstr "" + +#: warehouse/templates/manage/team/manage_team_base.html:20 +#, python-format +msgid "Manage '%(team_name)s'" +msgstr "" + +#: warehouse/templates/manage/team/manage_team_base.html:63 +msgid "Back to teams" +msgstr "" + +#: warehouse/templates/manage/team/projects.html:17 +msgid "Team projects" +msgstr "" + +#: warehouse/templates/manage/team/projects.html:21 +#, python-format +msgid "Manage '%(team_name)s' projects" +msgstr "" + +#: warehouse/templates/manage/team/projects.html:142 +msgid "" +"This team does not have admin or upload permissions for any projects, " +"yet. Get started by configuring collaborators for a project in your " +"organization." +msgstr "" + +#: warehouse/templates/manage/team/roles.html:18 +#, python-format +msgid "Manage members of '%(team_name)s'" +msgstr "" + +#: warehouse/templates/manage/team/roles.html:43 +msgid "Use this page to manage which organization users are members of this team." +msgstr "" + +#: warehouse/templates/manage/team/roles.html:75 +msgid "Cannot remove other people from the team" +msgstr "" + +#: warehouse/templates/manage/team/roles.html:78 +#: warehouse/templates/manage/team/roles.html:79 +#, python-format +msgid "Remove %(user)s from this team" +msgstr "" + +#: warehouse/templates/manage/team/roles.html:90 +msgid "There are no members in this team, yet." +msgstr "" + +#: warehouse/templates/manage/team/roles.html:92 +msgid "Get started by adding a team member below." +msgstr "" + +#: warehouse/templates/manage/team/roles.html:99 +msgid "Add member" +msgstr "" + +#: warehouse/templates/manage/team/roles.html:119 +#, python-format +msgid "" +"Add an organization owner, manager, or member to the team. Manage organization members to view all users in " +"the organization or to invite a user to the organization." +msgstr "" + +#: warehouse/templates/manage/team/settings.html:17 +#: warehouse/templates/manage/team/settings.html:24 +msgid "Team settings" +msgstr "" + +#: warehouse/templates/manage/team/settings.html:21 +#, python-format +msgid "Manage '%(team_name)s' settings" +msgstr "" + +#: warehouse/templates/manage/team/settings.html:33 +msgid "Team name" +msgstr "" + +#: warehouse/templates/manage/team/settings.html:39 +msgid "Name of your team" +msgstr "" + +#: warehouse/templates/manage/team/settings.html:64 +msgid "Update team" +msgstr "" + +#: warehouse/templates/manage/team/settings.html:73 +#: warehouse/templates/manage/team/settings.html:80 +msgid "Delete team" +msgstr "" + +#: warehouse/templates/manage/team/settings.html:78 +msgid "You will not be able to recover your team after you delete it." +msgstr "" + +#: warehouse/templates/manage/team/settings.html:80 +msgid "Team Name" +msgstr "" + +#: warehouse/templates/organizations/profile.html:16 +#, python-format +msgid "Profile of %(orgname)s" +msgstr "" + +#: warehouse/templates/organizations/profile.html:30 +msgid "Organization" +msgstr "" + +#: warehouse/templates/organizations/profile.html:73 +#, python-format +msgid "%(org)s has not uploaded any projects to PyPI, yet" +msgstr "" + +#: warehouse/templates/packaging/detail.html:108 +msgid "view hashes" +msgstr "" + +#: warehouse/templates/packaging/detail.html:128 +#, python-format +msgid "RSS: latest releases for %(project_name)s" +msgstr "" + +#: warehouse/templates/packaging/detail.html:162 +msgid "Copy PIP instructions" +msgstr "" + +#: warehouse/templates/packaging/detail.html:173 +msgid "This release has been yanked" +msgstr "" + +#: warehouse/templates/packaging/detail.html:179 +#, python-format +msgid "Stable version available (%(version)s)" +msgstr "" + +#: warehouse/templates/packaging/detail.html:183 +#, python-format +msgid "Newer version available (%(version)s)" +msgstr "" + +#: warehouse/templates/packaging/detail.html:187 +msgid "Latest version" +msgstr "" + +#: warehouse/templates/packaging/detail.html:192 +#, python-format +msgid "Released: %(release_date)s" +msgstr "" + +#: warehouse/templates/packaging/detail.html:206 +msgid "No project description provided" +msgstr "" + +#: warehouse/templates/packaging/detail.html:219 +msgid "Navigation" +msgstr "" + +#: warehouse/templates/packaging/detail.html:220 +#: warehouse/templates/packaging/detail.html:252 +#, python-format +msgid "Navigation for %(project)s" +msgstr "" + +#: warehouse/templates/packaging/detail.html:223 +#: warehouse/templates/packaging/detail.html:255 +msgid "Project description. Focus will be moved to the description." +msgstr "" + +#: warehouse/templates/packaging/detail.html:225 +#: warehouse/templates/packaging/detail.html:257 +#: warehouse/templates/packaging/detail.html:285 +msgid "Project description" +msgstr "" + +#: warehouse/templates/packaging/detail.html:229 +#: warehouse/templates/packaging/detail.html:267 +msgid "Release history. Focus will be moved to the history panel." +msgstr "" + +#: warehouse/templates/packaging/detail.html:231 +#: warehouse/templates/packaging/detail.html:269 +#: warehouse/templates/packaging/detail.html:307 +msgid "Release history" +msgstr "" + +#: warehouse/templates/packaging/detail.html:236 +#: warehouse/templates/packaging/detail.html:274 +msgid "Download files. Focus will be moved to the project files." +msgstr "" + +#: warehouse/templates/packaging/detail.html:238 +#: warehouse/templates/packaging/detail.html:276 +#: warehouse/templates/packaging/detail.html:363 +msgid "Download files" +msgstr "" + +#: warehouse/templates/packaging/detail.html:261 +msgid "Project details. Focus will be moved to the project details." +msgstr "" + +#: warehouse/templates/packaging/detail.html:263 +#: warehouse/templates/packaging/detail.html:299 +msgid "Project details" +msgstr "" + +#: warehouse/templates/packaging/detail.html:292 +msgid "The author of this package has not provided a project description" +msgstr "" + +#: warehouse/templates/packaging/detail.html:309 +msgid "Release notifications" +msgstr "" + +#: warehouse/templates/packaging/detail.html:310 +msgid "RSS feed" +msgstr "" + +#: warehouse/templates/packaging/detail.html:322 +msgid "This version" +msgstr "" + +#: warehouse/templates/packaging/detail.html:342 +msgid "pre-release" +msgstr "" + +#: warehouse/templates/packaging/detail.html:347 +msgid "yanked" +msgstr "" + +#: warehouse/templates/packaging/detail.html:364 +#, python-format +msgid "" +"Download the file for your platform. If you're not sure which to choose, " +"learn more about installing packages." +msgstr "" + +#: warehouse/templates/packaging/detail.html:366 +msgid "Source Distribution" +msgid_plural "Source Distributions" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/packaging/detail.html:382 +msgid "No source distribution files available for this release." +msgstr "" + +#: warehouse/templates/packaging/detail.html:383 +#, python-format +msgid "" +"See tutorial on generating distribution archives." +msgstr "" + +#: warehouse/templates/packaging/detail.html:390 +msgid "Built Distribution" +msgid_plural "Built Distributions" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/pages/classifiers.html:22 +msgid "" +"Each project's maintainers provide PyPI with a list of \"Trove " +"classifiers\" to categorize each release, describing who it's for, what " +"systems it can run on, and how mature it is." +msgstr "" + +#: warehouse/templates/pages/classifiers.html:23 +msgid "" +"These standardized classifiers can then be used by community members to " +"find projects based on their desired criteria." +msgstr "" + +#: warehouse/templates/pages/classifiers.html:25 +#, python-format +msgid "" +"Instructions for how to add Trove classifiers to a project can be found " +"on the Python Packaging User Guide. To read the original " +"classifier specification, refer to PEP 301." +msgstr "" + +#: warehouse/templates/pages/classifiers.html:30 +msgid "" +"To prevent a package from being uploaded to PyPI, use the special " +"\"Private :: Do Not Upload\" classifier. PyPI will always reject packages" +" with classifiers beginning with \"Private ::\"." +msgstr "" + +#: warehouse/templates/pages/classifiers.html:32 +msgid "List of classifiers" +msgstr "" + +#: warehouse/templates/pages/help.html:19 +#: warehouse/templates/pages/help.html:30 +msgid "Note:" +msgstr "" + +#: warehouse/templates/pages/help.html:20 +#, python-format +msgid "" +"All users submitting feedback, reporting issues or contributing to " +"Warehouse are expected to follow the PSF Code of " +"Conduct." +msgstr "" + +#: warehouse/templates/pages/help.html:31 +#, python-format +msgid "" +"If you lose your %(method)s and can no longer log in, you may " +"permanently lose access to your account. You should " +"generate and securely store recovery codes" +" to regain access in that event.." +msgstr "" + +#: warehouse/templates/pages/help.html:37 +msgid "" +"We recommend that all PyPI users set up at least two supported " +"two factor authentication methods and provision recovery codes." +msgstr "" + +#: warehouse/templates/pages/help.html:43 +msgid "" +"If you've lost access to all two factor methods for your account and do " +"not have recovery codes, you can request " +"help with account recovery." +msgstr "" + +#: warehouse/templates/pages/help.html:52 +msgid "What's a package, project, or release?" +msgstr "" + +#: warehouse/templates/pages/help.html:53 +msgid "How do I install a file (package) from PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:54 +msgid "How do I package and publish my code for PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:55 +msgid "What's a trove classifier?" +msgstr "" + +#: warehouse/templates/pages/help.html:56 +msgid "What's a \"yanked\" release?" +msgstr "" + +#: warehouse/templates/pages/help.html:58 +msgid "Why do I need a verified email address?" +msgstr "" + +#: warehouse/templates/pages/help.html:59 +msgid "Why is PyPI telling me my password is compromised?" +msgstr "" + +#: warehouse/templates/pages/help.html:60 +msgid "What should I do if I notice suspicious activity on my account?" +msgstr "" + +#: warehouse/templates/pages/help.html:61 +msgid "Why is PyPI telling me my API token is compromised?" +msgstr "" + +#: warehouse/templates/pages/help.html:62 +msgid "What is two factor authentication and how does it work on PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:63 +msgid "" +"How does two factor authentication with an authentication application " +"(TOTP) work? How do I" +" set it up on PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:64 +msgid "" +"How does two factor authentication with a security device (e.g. USB key) " +"work? How do I set it up on PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:65 +msgid "What devices (other than a USB key) can I use as a security device?" +msgstr "" + +#: warehouse/templates/pages/help.html:66 +msgid "" +"How does two factor authentication with a recovery code work? How do I " +"set it up on PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:67 +msgid "How can I use API tokens to authenticate with PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:68 +msgid "Why do certain actions require me to confirm my password?" +msgstr "" + +#: warehouse/templates/pages/help.html:69 +msgid "How do I change my PyPI username?" +msgstr "" + +#: warehouse/templates/pages/help.html:70 +msgid "How can I use Trusted Publishers to publish to PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:72 +msgid "How can I run a mirror of PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:73 +msgid "Does PyPI have APIs I can use?" +msgstr "" + +#: warehouse/templates/pages/help.html:74 +msgid "How do I get notified when a new version of a project is released?" +msgstr "" + +#: warehouse/templates/pages/help.html:75 +msgid "" +"Where can I see statistics about PyPI, downloads, and project/package " +"usage?" +msgstr "" + +#: warehouse/templates/pages/help.html:76 +msgid "What are the file hashes used for, and how can I verify them?" +msgstr "" + +#: warehouse/templates/pages/help.html:78 +msgid "I forgot my PyPI password. Can you help me?" +msgstr "" + +#: warehouse/templates/pages/help.html:79 +msgid "I've lost access to my PyPI account. Can you help me?" +msgstr "" + +#: warehouse/templates/pages/help.html:80 +msgid "" +"Why am I getting a \"Invalid or non-existent authentication " +"information.\" error when uploading files?" +msgstr "" + +#: warehouse/templates/pages/help.html:81 +msgid "" +"Why am I getting \"No matching distribution found\" or \"Could not fetch " +"URL\" errors during pip install?" +msgstr "" + +#: warehouse/templates/pages/help.html:82 +msgid "I am having trouble using the PyPI website. Can you help me?" +msgstr "" + +#: warehouse/templates/pages/help.html:83 +msgid "Why can't I manually upload files to PyPI, through the browser interface?" +msgstr "" + +#: warehouse/templates/pages/help.html:84 +msgid "How can I publish my private packages to PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:85 +msgid "Why did my package or user registration get blocked?" +msgstr "" + +#: warehouse/templates/pages/help.html:86 +msgid "How do I get a file size limit exemption or increase for my project?" +msgstr "" + +#: warehouse/templates/pages/help.html:87 +msgid "" +"How do I get a total project size limit exemption or increase for my " +"project?" +msgstr "" + +#: warehouse/templates/pages/help.html:88 +msgid "" +"Where does PyPI get its data on project vulnerabilities from, and how can" +" I correct it?" +msgstr "" + +#: warehouse/templates/pages/help.html:89 +msgid "Why am I getting \"the description failed to render\" error?" +msgstr "" + +#: warehouse/templates/pages/help.html:91 +msgid "" +"Why am I getting a \"Filename or contents already exists\" or \"Filename " +"has been previously used\" error?" +msgstr "" + +#: warehouse/templates/pages/help.html:92 +msgid "Why isn't my desired project name available?" +msgstr "" + +#: warehouse/templates/pages/help.html:93 +msgid "How do I claim an abandoned or previously registered project name?" +msgstr "" + +#: warehouse/templates/pages/help.html:94 +msgid "What collaborator roles are available for a project on PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:95 +msgid "How do I become an owner/maintainer of a project on PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:96 +msgid "How can I upload a project description in a different format?" +msgstr "" + +#: warehouse/templates/pages/help.html:97 +msgid "How do I request a new trove classifier?" +msgstr "" + +#: warehouse/templates/pages/help.html:98 +msgid "Where can I report a bug or provide feedback about PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:100 +msgid "Who maintains PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:101 +msgid "What powers PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:102 +msgid "Can I depend on PyPI being available?" +msgstr "" + +#: warehouse/templates/pages/help.html:103 +msgid "How can I contribute to PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:104 +msgid "How do I keep up with upcoming changes to PyPI?" +msgstr "" + +#: warehouse/templates/pages/help.html:105 +msgid "How can I get a list of PyPI's IP addresses?" +msgstr "" + +#: warehouse/templates/pages/help.html:106 +msgid "" +"What does the \"beta feature\" badge mean? What are Warehouse's current " +"beta features?" +msgstr "" + +#: warehouse/templates/pages/help.html:107 +msgid "How do I pronounce \"PyPI\"?" +msgstr "" + +#: warehouse/templates/pages/help.html:114 +msgid "Common questions" +msgstr "" + +#: warehouse/templates/pages/help.html:117 +#: warehouse/templates/pages/help.html:204 +msgid "Basics" +msgstr "" + +#: warehouse/templates/pages/help.html:128 +msgid "My Account" +msgstr "" + +#: warehouse/templates/pages/help.html:147 +#: warehouse/templates/pages/help.html:536 +msgid "Integrating" +msgstr "" + +#: warehouse/templates/pages/help.html:158 +#: warehouse/templates/pages/help.html:573 +msgid "Administration of projects on PyPI" +msgstr "" + +#: warehouse/templates/pages/help.html:173 +#: warehouse/templates/pages/help.html:657 +msgid "Troubleshooting" +msgstr "" + +#: warehouse/templates/pages/help.html:190 +#: warehouse/templates/pages/help.html:825 +msgid "About" +msgstr "" + +#: warehouse/templates/pages/help.html:207 +#, python-format +msgid "" +"

We use a number of terms to describe software available on PyPI, like " +"\"project\", \"release\", \"file\", and \"package\". Sometimes those " +"terms are confusing because they're used to describe different things in " +"other contexts. Here's how we use them on PyPI:

A \"project\" on " +"PyPI is the name of a collection of releases and files, and information " +"about them. Projects on PyPI are made and shared by other members of the " +"Python community so that you can use them.

A \"release\" on PyPI " +"is a specific version of a project. For example, the requests project has many releases, like " +"\"requests 2.10\" and \"requests 1.2.1\". A release consists of one or " +"more \"files\".

A \"file\", also known as a \"package\", on PyPI " +"is something that you can download and install. Because of different " +"hardware, operating systems, and file formats, a release may have several" +" files (packages), like an archive containing source code or a binary wheel.

" +msgstr "" + +#: warehouse/templates/pages/help.html:216 +#, python-format +msgid "" +"To learn how to install a file from PyPI, visit the installation tutorial on the Python Packaging User Guide." +msgstr "" + +#: warehouse/templates/pages/help.html:223 +#, python-format +msgid "" +"For full instructions on configuring, packaging and distributing your " +"Python project, refer to the packaging " +"tutorial on the Python Packaging User Guide." +msgstr "" + +#: warehouse/templates/pages/help.html:230 +#, python-format +msgid "" +"Classifiers are used to categorize projects on PyPI. See the classifiers page for more information, as well " +"as a list of valid classifiers." +msgstr "" + +#: warehouse/templates/pages/help.html:237 +#, python-format +msgid "" +"A yanked release is a release that is always ignored by an installer, " +"unless it is the only release that matches a version specifier (using " +"either == or ===). See PEP 592 for more " +"information." +msgstr "" + +#: warehouse/templates/pages/help.html:244 +msgid "My account" +msgstr "" + +#: warehouse/templates/pages/help.html:247 +msgid "" +"Currently, PyPI requires a verified email address to perform the " +"following operations:" +msgstr "" + +#: warehouse/templates/pages/help.html:249 +msgid "Register a new project." +msgstr "" + +#: warehouse/templates/pages/help.html:250 +msgid "Upload a new version or file." +msgstr "" + +#: warehouse/templates/pages/help.html:252 +msgid "" +"The list of activities that require a verified email address is likely to" +" grow over time." +msgstr "" + +#: warehouse/templates/pages/help.html:253 +#, python-format +msgid "" +"This policy will allow us to enforce a key policy of PEP 541 regarding " +"maintainer reachability. It also reduces the viability of spam attacks to" +" create many accounts in an automated fashion." +msgstr "" + +#: warehouse/templates/pages/help.html:254 +#, python-format +msgid "" +"You can manage your account's email addresses in your account settings. This also allows for sending a " +"new confirmation email for users who signed up in the past, before we " +"began enforcing this policy." +msgstr "" + +#: warehouse/templates/pages/help.html:257 +#, python-format +msgid "" +"

PyPI itself has not suffered a breach. This is a protective measure " +"to reduce the risk of credential " +"stuffing attacks against PyPI and its users.

Each time a " +"user supplies a password — while registering, authenticating, or updating" +" their password — PyPI securely checks whether that password has appeared" +" in public data breaches.

During each of these processes, PyPI " +"generates a SHA-1 hash of the supplied password and uses the first five " +"(5) characters of the hash to check the Have I Been Pwned API and determine if the password " +"has been previously compromised. The plaintext password is never stored " +"by PyPI or submitted to the Have I Been Pwned API.

PyPI will not" +" allow such passwords to be used when setting a password at registration " +"or updating your password.

If you receive an error message " +"saying that \"This password appears in a breach or has been compromised " +"and cannot be used\", you should change it all other places that you use " +"it as soon as possible.

If you have received this error while " +"attempting to log in or upload to PyPI, then your password has been reset" +" and you cannot log in to PyPI until you reset your password.

" +msgstr "" + +#: warehouse/templates/pages/help.html:292 +#, python-format +msgid "" +"

All PyPI user events are stored under security history in account " +"settings. If there are any events that seem suspicious, take the " +"following steps:

" +msgstr "" + +#: warehouse/templates/pages/help.html:304 +msgid "" +"

A PyPI API token linked to your account was posted on a public " +"website. It was automatically revoked, but before regenerating a new one," +" please check the email you received and attempt to determine the cause. " +"The suspicious activity section " +"applies too.

" +msgstr "" + +#: warehouse/templates/pages/help.html:314 +#, python-format +msgid "" +"

Two factor authentication (2FA) makes your account more secure by " +"requiring two things in order to log in: something you know and " +"something you own.

In PyPI's case, \"something you " +"know\" is your username and password, while \"something you own\" can be " +"an application to generate a temporary code, or a " +"security device (most commonly a USB key).

" +"

It is strongly recommended that you set up two factor authentication " +"on your PyPI account.

Users who have chosen to set up two factor" +" authentication will be asked to provide their second method of identity " +"verification during the log in process. This only affects logging in via " +"a web browser, and not (yet) package uploads.

You can follow the " +"improvements to 2FA on " +"discuss.python.org.

" +msgstr "" + +#: warehouse/templates/pages/help.html:341 +#, python-format +msgid "" +"PyPI users can set up two-factor authentication using any authentication " +"application that supports the TOTP standard." +msgstr "" + +#: warehouse/templates/pages/help.html:342 +msgid "" +"TOTP authentication " +"applications generate a regularly changing authentication code to use " +"when logging into your account." +msgstr "" + +#: warehouse/templates/pages/help.html:343 +msgid "" +"Because TOTP is an " +"open standard, there are many applications that are compatible with your " +"PyPI account. Popular applications include:" +msgstr "" + +#: warehouse/templates/pages/help.html:346 +#, python-format +msgid "" +"Google Authenticator for Android or iOS" +msgstr "" + +#: warehouse/templates/pages/help.html:349 +#: warehouse/templates/pages/help.html:351 +#: warehouse/templates/pages/help.html:356 +#: warehouse/templates/pages/help.html:358 +msgid "(proprietary)" +msgstr "" + +#: warehouse/templates/pages/help.html:353 +#, python-format +msgid "" +"Duo Mobile for Android or iOS" +msgstr "" + +#: warehouse/templates/pages/help.html:359 +#: warehouse/templates/pages/help.html:360 +msgid "(open source)" +msgstr "" + +#: warehouse/templates/pages/help.html:364 +#, python-format +msgid "" +"Some password managers (e.g. 1Password) can also generate " +"authentication codes. For security reasons, PyPI only allows you to set " +"up one application per account." +msgstr "" + +#: warehouse/templates/pages/help.html:372 +msgid "" +"To set up 2FA with an " +"authentication application:" +msgstr "" + +#: warehouse/templates/pages/help.html:374 +msgid "" +"Open an authentication (TOTP) application" +msgstr "" + +#: warehouse/templates/pages/help.html:375 +msgid "" +"Log in to your PyPI account, go to your account settings, and choose " +"\"Add 2FA with " +"authentication application\"" +msgstr "" + +#: warehouse/templates/pages/help.html:376 +msgid "" +"PyPI will generate a secret key, specific to your account. This is " +"displayed as a QR code, and as a text code." +msgstr "" + +#: warehouse/templates/pages/help.html:377 +msgid "" +"Scan the QR code with your authentication application, or type it in " +"manually. The method of input will depend on the application you have " +"chosen." +msgstr "" + +#: warehouse/templates/pages/help.html:378 +msgid "" +"Your application will generate an authentication code - use this to " +"verify your set up on PyPI" +msgstr "" + +#: warehouse/templates/pages/help.html:381 +msgid "" +"The PyPI server and your application now share your PyPI secret key, " +"allowing your application to generate valid authentication codes for your" +" PyPI account." +msgstr "" + +#: warehouse/templates/pages/help.html:383 +#: warehouse/templates/pages/help.html:425 +msgid "Next time you log in to PyPI you'll need to:" +msgstr "" + +#: warehouse/templates/pages/help.html:385 +#: warehouse/templates/pages/help.html:477 +msgid "Provide your username and password, as normal" +msgstr "" + +#: warehouse/templates/pages/help.html:386 +msgid "Open your authentication application to generate an authentication code" +msgstr "" + +#: warehouse/templates/pages/help.html:387 +msgid "Use this code to finish logging into PyPI" +msgstr "" + +#: warehouse/templates/pages/help.html:393 +msgid "" +"A security device is a USB key or other " +"device that generates a one-time password and sends that password to " +"the browser. This password is then used by PyPI to authenticate you as a " +"user." +msgstr "" + +#: warehouse/templates/pages/help.html:395 +msgid "To set up two factor authentication with a USB key, you'll need:" +msgstr "" + +#: warehouse/templates/pages/help.html:397 +#, python-format +msgid "" +"To use a browser that supports WebAuthn and PublicKeyCredential, as this is " +"the standard implemented by PyPI." +msgstr "" + +#: warehouse/templates/pages/help.html:398 +msgid "To be running JavaScript on your browser" +msgstr "" + +#: warehouse/templates/pages/help.html:399 +#, python-format +msgid "" +"To use a USB key that adheres to the FIDO U2F " +"specification:" +msgstr "" + +#: warehouse/templates/pages/help.html:402 +#, python-format +msgid "" +"Popular keys include Yubikey, Google Titan and Thetis." +msgstr "" + +#: warehouse/templates/pages/help.html:409 +msgid "" +"Note that some older Yubico USB keys do not follow the FIDO " +"specification, and will therefore not work with PyPI" +msgstr "" + +#: warehouse/templates/pages/help.html:414 +msgid "Follow these steps:" +msgstr "" + +#: warehouse/templates/pages/help.html:416 +msgid "" +"
  • Log in to your PyPI account, go to your account settings, and choose " +"\"Add 2FA with security " +"device (e.g. USB key)\"
  • Give your key a name. This is necessary " +"because it's possible to add more than one security device to your " +"account.
  • Click on the \"Set up security device\" button
  • " +"
  • Insert and touch your USB key, as instructed by your browser
  • " +msgstr "" + +#: warehouse/templates/pages/help.html:423 +msgid "" +"Once complete, your USB key will be registered to your PyPI account and " +"can be used during the log in process." +msgstr "" + +#: warehouse/templates/pages/help.html:427 +msgid "" +"
  • Provide your username and password, as normal
  • Insert and " +"touch your USB key to finish logging into PyPI
  • " +msgstr "" + +#: warehouse/templates/pages/help.html:438 +#, python-format +msgid "" +"There is a growing ecosystem of devices that are FIDO compliant, " +"and can therefore be used with PyPI." +msgstr "" + +#: warehouse/templates/pages/help.html:443 +#, python-format +msgid "" +"Emerging solutions include biometric (facial and fingerprint) scanners " +"and FIDO compatible credit cards. There is also growing support for mobile phones to act as security devices." +msgstr "" + +#: warehouse/templates/pages/help.html:449 +#, python-format +msgid "" +"As PyPI's two factor implementation follows the WebAuthn standard, PyPI users will be able to" +" take advantage of any future developments in this field." +msgstr "" + +#: warehouse/templates/pages/help.html:458 +msgid "" +"If you lose access to your authentication " +"application or security device, you can use " +"these codes to sign into PyPI." +msgstr "" + +#: warehouse/templates/pages/help.html:461 +msgid "" +"Recovery codes are one time use. They are not a " +"substitute for a authentication application or security device and should only be used for " +"recovery. After using a recovery code to sign in, it becomes inactive." +msgstr "" + +#: warehouse/templates/pages/help.html:467 +msgid "To provision recovery codes:" +msgstr "" + +#: warehouse/templates/pages/help.html:469 +msgid "" +"Log in to your PyPI account, go to your account settings, and choose " +"\"Generate recovery codes\"" +msgstr "" + +#: warehouse/templates/pages/help.html:470 +msgid "" +"Securely store the displayed recovery codes! Consider printing them out " +"and storing them in a safe location or saving them in a password manager." +msgstr "" + +#: warehouse/templates/pages/help.html:473 +msgid "" +"If you lose access to your stored recovery codes or use all of them, you " +"can get new ones by selecting \"Regenerate recovery codes\" in your " +"account settings." +msgstr "" + +#: warehouse/templates/pages/help.html:475 +msgid "To sign in with a recovery code:" +msgstr "" + +#: warehouse/templates/pages/help.html:478 +msgid "" +"When prompted for two factor authentication, select \"Login using " +"recovery codes\"" +msgstr "" + +#: warehouse/templates/pages/help.html:479 +msgid "" +"As each code can be used only once, you might want to mark the code as " +"used" +msgstr "" + +#: warehouse/templates/pages/help.html:480 +msgid "" +"If you have few recovery codes remaining, you may also want to generate a" +" new set using the \"Regenerate recovery codes\" button in your account " +"settings." +msgstr "" + +#: warehouse/templates/pages/help.html:485 +msgid "" +"

    API tokens provide an alternative way (instead of username and " +"password) to authenticate when uploading packages to " +"PyPI.

    You can create a token for an entire PyPI account, in which " +"case, the token will work for all projects associated with that account. " +"Alternatively, you can limit a token's scope to a specific project.

    " +"

    We strongly recommend you authenticate with an API token where" +" possible.

    " +msgstr "" + +#: warehouse/templates/pages/help.html:492 +msgid "To make an API token:" +msgstr "" + +#: warehouse/templates/pages/help.html:495 +msgid "Verify your email address" +msgstr "" + +#: warehouse/templates/pages/help.html:495 +#, python-format +msgid "(check your account settings)" +msgstr "" + +#: warehouse/templates/pages/help.html:496 +#, python-format +msgid "" +"In your account settings, go to the API tokens " +"section and select \"Add API token\"" +msgstr "" + +#: warehouse/templates/pages/help.html:499 +msgid "To use an API token:" +msgstr "" + +#: warehouse/templates/pages/help.html:502 +msgid "Set your username to __token__" +msgstr "" + +#: warehouse/templates/pages/help.html:503 +msgid "" +"Set your password to the token value, including the pypi- " +"prefix" +msgstr "" + +#: warehouse/templates/pages/help.html:507 +#, python-format +msgid "" +"Where you edit or add these values will depend on your individual use " +"case. For example, some users may need to edit their .pypirc file, while others may " +"need to update their CI configuration file (e.g. .travis.yml if you are using Travis)." +msgstr "" + +#: warehouse/templates/pages/help.html:511 +msgid "" +"Advanced users may wish to inspect their token by decoding it with " +"base64, and checking the output against the unique identifier displayed " +"on PyPI." +msgstr "" + +#: warehouse/templates/pages/help.html:515 +msgid "" +"

    PyPI asks you to confirm your password before you want to perform a " +"sensitive action. Sensitive actions include things like adding or " +"removing maintainers, deleting distributions, generating API tokens, and " +"setting up two-factor authentication.

    You'll only have to re-" +"confirm your password if it's been more than an hour since you last " +"confirmed it.

    We strongly recommend you only perform such " +"actions on your personal, password-protected computer.

    " +msgstr "" + +#: warehouse/templates/pages/help.html:522 +msgid "PyPI does not currently support changing a username." +msgstr "" + +#: warehouse/templates/pages/help.html:523 +msgid "" +"Instead, you can create a new account with the desired username, add the " +"new account as a maintainer of all the projects your old account owns, " +"and then delete the old account, which will have the same effect." +msgstr "" + +#: warehouse/templates/pages/help.html:527 +#, python-format +msgid "" +"PyPI users and projects can use Trusted " +"Publishers to delegate publishing authority for a PyPI package to a " +"trusted third party service, eliminating the need to use API tokens or " +"passwords." +msgstr "" + +#: warehouse/templates/pages/help.html:539 +msgid "Yes, including RSS feeds of new packages and new releases." +msgstr "" + +#: warehouse/templates/pages/help.html:539 +msgid "See the API reference." +msgstr "" + +#: warehouse/templates/pages/help.html:542 +#, python-format +msgid "" +"If you need to run your own mirror of PyPI, the bandersnatch project is the recommended solution. " +"Note that the storage requirements for a PyPI mirror would exceed 1 " +"terabyte—and growing!" +msgstr "" + +#: warehouse/templates/pages/help.html:545 +#, python-format +msgid "" +"You can subscribe to the project releases RSS feed. " +"Additionally, there are several third-party services that offer " +"comprehensive monitoring and notifications for project releases and " +"vulnerabilities listed as GitHub apps." +msgstr "" + +#: warehouse/templates/pages/help.html:548 +#, python-format +msgid "" +"You can analyze PyPI project/package metadata and download usage " +"statistics via our public dataset on Google BigQuery." +msgstr "" + +#: warehouse/templates/pages/help.html:550 +#, python-format +msgid "" +"Libraries.io provides statistics for PyPI projects " +"(example, API) including GitHub stars and forks, dependency " +"tracking (in progress), and other relevant factors." +msgstr "" + +#: warehouse/templates/pages/help.html:559 +#, python-format +msgid "" +"For recent statistics on uptime and performance, see our status " +"page." +msgstr "" + +#: warehouse/templates/pages/help.html:562 +msgid "" +"For each package hosted on PyPI, there are corresponding hashes for that " +"file. These hashes can be used to verify that the file you are " +"downloading is the same one that the project maintainer uploaded. This is" +" especially useful if downloading packages from a mirror. The hashes can " +"be obtained from the project page in the \"Download Files\" section or " +"from the JSON API. Here is an example of generating the hashes:" +msgstr "" + +#: warehouse/templates/pages/help.html:569 +msgid "" +"In practice, it would only be necessary to verify one of the hashes. It " +"is not recommended to use the MD5 hash because of known security issues " +"with the MD5 algorithm. This hash is provided for backwards compatibility" +" only." +msgstr "" + +#: warehouse/templates/pages/help.html:576 +#, python-format +msgid "" +"PyPI does not support publishing private packages. If you need to publish" +" your private package to a package index, the recommended solution is to " +"run your own deployment of the devpi project." +msgstr "" + +#: warehouse/templates/pages/help.html:579 +msgid "" +"Your publishing tool may return an error that your new project can't be " +"created with your desired name, despite no evidence of a project or " +"release of the same name on PyPI. Currently, there are four primary " +"reasons this may occur:" +msgstr "" + +#: warehouse/templates/pages/help.html:581 +#, python-format +msgid "" +"The project name conflicts with a Python Standard " +"Library module from any major version from 2.5 to present." +msgstr "" + +#: warehouse/templates/pages/help.html:582 +msgid "" +"The project name is too similar to an existing project and may be " +"confusable." +msgstr "" + +#: warehouse/templates/pages/help.html:583 +#, python-format +msgid "" +"The project name has been explicitly prohibited by the PyPI " +"administrators. For example, %(incorrect_code)s is a common " +"typo for %(correct_code)s, and should not surprise the user " +"with a malicious package." +msgstr "" + +#: warehouse/templates/pages/help.html:584 +msgid "" +"The project name has been registered by another user, but no releases " +"have been created." +msgstr "" + +#: warehouse/templates/pages/help.html:584 +#, python-format +msgid "See %(anchor_text)s" +msgstr "" + +#: warehouse/templates/pages/help.html:588 +#, python-format +msgid "" +"Follow the \"How to request a name transfer\" section of PEP 541." +msgstr "" + +#: warehouse/templates/pages/help.html:592 +msgid "" +"Can upload releases for a package. Cannot add collaborators. Cannot " +"delete files, releases, or the project." +msgstr "" + +#: warehouse/templates/pages/help.html:593 +msgid "Owner:" +msgstr "" + +#: warehouse/templates/pages/help.html:593 +msgid "" +"Can upload releases. Can add other collaborators. Can delete files, " +"releases, or the entire project." +msgstr "" + +#: warehouse/templates/pages/help.html:596 +msgid "" +"Only the current owners of a project have the ability to add new owners " +"or maintainers. If you need to request ownership, you should contact the " +"current owner(s) of the project directly. Many project owners provide " +"their contact details in the 'Author' field of the 'Meta' details on the " +"project page." +msgstr "" + +#: warehouse/templates/pages/help.html:597 +#, python-format +msgid "If the owner is unresponsive, see %(anchor_text)s" +msgstr "" + +#: warehouse/templates/pages/help.html:600 +#, python-format +msgid "" +"By default, an upload's description will render with reStructuredText. If the description is in an " +"alternate format like Markdown, a package may set the " +"long_description_content_type in setup.py to " +"the alternate format." +msgstr "" + +#: warehouse/templates/pages/help.html:601 +#, python-format +msgid "" +"Refer to the Python Packaging User Guide for details on the " +"available formats." +msgstr "" + +#: warehouse/templates/pages/help.html:606 +#, python-format +msgid "" +"If you can't upload your project's release to PyPI because you're hitting" +" the upload file size limit, we can sometimes increase your limit. Make " +"sure you've uploaded at least one release for the project that's " +"under the limit (a developmental " +"release version number is fine). Then, file an issue and tell us:" +msgstr "" + +#: warehouse/templates/pages/help.html:615 +#: warehouse/templates/pages/help.html:636 +msgid "A link to your project on PyPI (or Test PyPI)" +msgstr "" + +#: warehouse/templates/pages/help.html:616 +msgid "The size of your release, in megabytes" +msgstr "" + +#: warehouse/templates/pages/help.html:617 +msgid "Which index/indexes you need the increase for (PyPI, Test PyPI, or both)" +msgstr "" + +#: warehouse/templates/pages/help.html:618 +#: warehouse/templates/pages/help.html:638 +msgid "" +"A brief description of your project, including the reason for the " +"additional size." +msgstr "" + +#: warehouse/templates/pages/help.html:624 +msgid "" +"If you can't upload your project's release to PyPI because you're hitting" +" the project size limit, first remove any unnecessary releases or " +"individual files to lower your overall project size." +msgstr "" + +#: warehouse/templates/pages/help.html:631 +#, python-format +msgid "" +"If that is not possible, we can sometimes increase your limit. File an issue and tell us:" +msgstr "" + +#: warehouse/templates/pages/help.html:637 +msgid "The total size of your project, in gigabytes" +msgstr "" + +#: warehouse/templates/pages/help.html:644 +#, python-format +msgid "" +"PyPI receives reports on vulnerabilities in the packages hosted on it " +"from the Open Source Vulnerabilities project, which in turn " +"ingests vulnerabilities from the Python Packaging " +"Advisory Database." +msgstr "" + +#: warehouse/templates/pages/help.html:649 +#, python-format +msgid "" +"If you believe vulnerability data for your project is invalid or " +"incorrect, file an issue with details." +msgstr "" + +#: warehouse/templates/pages/help.html:661 +#, python-format +msgid "" +"PyPI will reject uploads if the package description fails to render. You " +"may use twine's check " +"command to locally check a description for validity." +msgstr "" + +#: warehouse/templates/pages/help.html:667 +msgid "" +"If you've forgotten your PyPI password but you remember your email " +"address or username, follow these steps to reset your password:" +msgstr "" + +#: warehouse/templates/pages/help.html:669 +#, python-format +msgid "Go to reset your password." +msgstr "" + +#: warehouse/templates/pages/help.html:670 +msgid "Enter the email address or username you used for PyPI and submit the form." +msgstr "" + +#: warehouse/templates/pages/help.html:671 +msgid "You'll receive an email with a password reset link." +msgstr "" + +#: warehouse/templates/pages/help.html:676 +msgid "If you've lost access to your PyPI account due to:" +msgstr "" + +#: warehouse/templates/pages/help.html:678 +msgid "Lost access to the email address associated with your account" +msgstr "" + +#: warehouse/templates/pages/help.html:679 +msgid "" +"Lost two factor authentication application, device, and recovery " +"codes" +msgstr "" + +#: warehouse/templates/pages/help.html:682 +#, python-format +msgid "" +"You can proceed to file an issue on our tracker to " +"request assistance with account recovery." +msgstr "" + +#: warehouse/templates/pages/help.html:689 +msgid "If you are using a username and password for uploads:" +msgstr "" + +#: warehouse/templates/pages/help.html:691 +msgid "Ensure that your username and password are correct." +msgstr "" + +#: warehouse/templates/pages/help.html:692 +msgid "" +"Ensure that your username and password do not contain any trailing " +"characters such as newlines." +msgstr "" + +#: warehouse/templates/pages/help.html:694 +msgid "If you are using an API Token for uploads:" +msgstr "" + +#: warehouse/templates/pages/help.html:696 +msgid "Ensure that your API Token is valid and has not been revoked." +msgstr "" + +#: warehouse/templates/pages/help.html:697 +msgid "" +"Ensure that your API Token is properly " +"formatted and does not contain any trailing characters such as " +"newlines." +msgstr "" + +#: warehouse/templates/pages/help.html:698 +msgid "Ensure that the username you are using is __token__." +msgstr "" + +#: warehouse/templates/pages/help.html:700 +msgid "" +"In both cases, remember that PyPI and TestPyPI each require you to create" +" an account, so your credentials may be different." +msgstr "" + +#: warehouse/templates/pages/help.html:702 +msgid "" +"If you're using Windows and trying to paste your password or token in the" +" Command Prompt or PowerShell, note that Ctrl-V and Shift+Insert won't " +"work. Instead, you can use \"Edit > Paste\" from the window menu, or " +"enable \"Use Ctrl+Shift+C/V as Copy/Paste\" in \"Properties\"." +msgstr "" + +#: warehouse/templates/pages/help.html:706 +#, python-format +msgid "" +"This is a known issue with Python's getpass " +"module." +msgstr "" + +#: warehouse/templates/pages/help.html:713 +#, python-format +msgid "" +"Transport Layer Security, or TLS, is part of how we make sure connections" +" between your computer and PyPI are private and secure. It's a " +"cryptographic protocol that's had several versions over time. PyPI turned off support for TLS versions 1.0 and 1.1 in " +"April 2018. Learn why on the PSF blog." +msgstr "" + +#: warehouse/templates/pages/help.html:720 +#, python-format +msgid "" +"If you are having trouble with %(command)s and get a " +"No matching distribution found or Could not fetch " +"URL error, try adding -v to the command to get more " +"information:" +msgstr "" + +#: warehouse/templates/pages/help.html:722 +msgid "" +"If you see an error like There was a problem confirming the ssl " +"certificate or tlsv1 alert protocol version or " +"TLSV1_ALERT_PROTOCOL_VERSION, you need to be connecting to " +"PyPI with a newer TLS support library." +msgstr "" + +#: warehouse/templates/pages/help.html:723 +msgid "" +"The specific steps you need to take will depend on your operating system " +"version, where your installation of Python originated (python.org, your " +"OS vendor, or an intermediate distributor), and the installed versions of" +" Python, setuptools, and pip." +msgstr "" + +#: warehouse/templates/pages/help.html:725 +#, python-format +msgid "" +"For help, go to the #pypa IRC channel on " +"Libera, file an issue at pypa/packaging-" +"problems/issues, or discuss on the " +"Discourse, including your OS and installation details and the output " +"of %(command)s." +msgstr "" + +#: warehouse/templates/pages/help.html:736 +#, python-format +msgid "" +"We take accessibility very seriously and want to make the " +"website easy to use for everyone." +msgstr "" + +#: warehouse/templates/pages/help.html:741 +#, python-format +msgid "" +"If you are experiencing an accessibility problem, report it to us on" +" GitHub, so we can try to fix the problem, for you and others." +msgstr "" + +#: warehouse/templates/pages/help.html:749 +#, python-format +msgid "" +"In a previous version of PyPI, it used to be possible for maintainers to " +"upload releases to PyPI using a form in the web browser. This feature was" +" deprecated with the new version of PyPI – we instead recommend that you " +"use twine to upload your project to PyPI." +msgstr "" + +#: warehouse/templates/pages/help.html:758 +msgid "" +"Spammers return to PyPI with some regularity hoping to place their Search" +" Engine Optimized phishing, scam, and click-farming content on the site. " +"Since PyPI allows for indexing of the Long Description and other data " +"related to projects and has a generally solid search reputation, it is a " +"prime target." +msgstr "" + +#: warehouse/templates/pages/help.html:760 +#, python-format +msgid "" +"When the PyPI administrators are overwhelmed by spam or " +"determine that there is some other threat to PyPI, new user registration " +"and/or new project registration may be disabled. Check our status page for more details, as we'll likely " +"have updated it with reasoning for the intervention." +msgstr "" + +#: warehouse/templates/pages/help.html:769 +msgid "PyPI will return these errors for one of these reasons:" +msgstr "" + +#: warehouse/templates/pages/help.html:771 +msgid "Filename has been used and file exists" +msgstr "" + +#: warehouse/templates/pages/help.html:772 +msgid "Filename has been used but file no longer exists" +msgstr "" + +#: warehouse/templates/pages/help.html:773 +msgid "A file with the exact same content exists" +msgstr "" + +#: warehouse/templates/pages/help.html:776 +msgid "" +"PyPI does not allow for a filename to be reused, even once a project has " +"been deleted and recreated." +msgstr "" + +#: warehouse/templates/pages/help.html:782 +msgid "" +"A distribution filename on PyPI consists of the combination of project " +"name, version number, and distribution type." +msgstr "" + +#: warehouse/templates/pages/help.html:788 +msgid "" +"This ensures that a given distribution for a given release for a given " +"project will always resolve to the same file, and cannot be " +"surreptitiously changed one day by the projects maintainer or a malicious" +" party (it can only be removed)." +msgstr "" + +#: warehouse/templates/pages/help.html:796 +msgid "" +"To avoid this situation in most cases, you will need to change the " +"version number to one that you haven't previously uploaded to PyPI, " +"rebuild the distribution, and then upload the new distribution." +msgstr "" + +#: warehouse/templates/pages/help.html:805 +#, python-format +msgid "" +"If you would like to request a new trove classifier file a pull request " +"on the pypa/trove-classifiers project. Be sure" +" to include a brief justification of why it is important." +msgstr "" + +#: warehouse/templates/pages/help.html:813 +#, python-format +msgid "" +"If you're experiencing an issue with PyPI itself, we welcome " +"constructive feedback and bug reports via our issue tracker. Please note that this tracker is only" +" for issues with the software that runs PyPI. Before writing a new issue," +" first check that a similar issue does not already exist." +msgstr "" + +#: warehouse/templates/pages/help.html:820 +msgid "" +"If you are having an issue is with a specific package installed from " +"PyPI, you should reach out to the maintainers of that project directly " +"instead." +msgstr "" + +#: warehouse/templates/pages/help.html:829 +#, python-format +msgid "" +"PyPI is powered by the Warehouse project; Warehouse is " +"an open source project developed under the umbrella of the Python " +"Packaging Authority (PyPA) and supported by the Python Packaging Working " +"Group (PackagingWG)." +msgstr "" + +#: warehouse/templates/pages/help.html:834 +#, python-format +msgid "" +"The PyPA is an independent group of developers whose " +"goal is to improve and maintain many of the core projects related to " +"Python packaging." +msgstr "" + +#: warehouse/templates/pages/help.html:839 +#, python-format +msgid "" +"The PackagingWG is a working group of " +"the Python Software Foundation (PSF) whose goal is to raise and disburse " +"funds to support the ongoing improvement of Python packaging. Most " +"recently it secured an award from the Open " +"Technology Fund whose funding is enabling developers to improve " +"Warehouse's security and accessibility." +msgstr "" + +#: warehouse/templates/pages/help.html:849 +#, python-format +msgid "" +"PyPI is powered by Warehouse and by a variety of " +"tools and services provided by our generous" +" sponsors." +msgstr "" + +#: warehouse/templates/pages/help.html:856 +msgid "" +"As of April 16, 2018, PyPI.org is at \"production\" status, meaning that " +"it has moved out of beta and replaced the old site (pypi.python.org). It " +"is now robust, tested, and ready for expected browser and API traffic." +msgstr "" + +#: warehouse/templates/pages/help.html:858 +#, python-format +msgid "" +"PyPI is heavily cached and distributed via CDN thanks to our sponsor Fastly and " +"thus is generally available globally. However, the site is mostly " +"maintained by volunteers, we do not provide any specific Service Level " +"Agreement, and as could be expected for a giant distributed system, " +"things can and sometimes do go wrong. See our status page for current and past outages and " +"incidents. If you have high availability requirements for your package " +"index, consider either a mirror or a private index." +msgstr "" + +#: warehouse/templates/pages/help.html:872 +#, python-format +msgid "" +"We have a huge amount of work to do to continue to maintain and improve " +"PyPI (also known as the Warehouse project)." +msgstr "" + +#: warehouse/templates/pages/help.html:877 +msgid "Financial:" +msgstr "" + +#: warehouse/templates/pages/help.html:877 +#, python-format +msgid "" +"We would deeply appreciate your donations to fund " +"development and maintenance." +msgstr "" + +#: warehouse/templates/pages/help.html:878 +msgid "Development:" +msgstr "" + +#: warehouse/templates/pages/help.html:878 +msgid "" +"Warehouse is open source, and we would love to see some new faces working" +" on the project. You do not need to be an experienced " +"open-source developer to make a contribution – in fact, we'd love to help" +" you make your first open source pull request!" +msgstr "" + +#: warehouse/templates/pages/help.html:880 +#, python-format +msgid "" +"If you have skills in Python, ElasticSearch, HTML, SCSS, JavaScript, or " +"SQLAlchemy then skim our \"Getting " +"started\" guide, then take a look at the issue tracker. We've created a 'Good first issue' label – we recommend you start " +"here." +msgstr "" + +#: warehouse/templates/pages/help.html:888 +#, python-format +msgid "" +"Issues are grouped into milestones; working on issues in " +"the current milestone is a great way to help push the project forward. If" +" you're interested in working on a particular issue, leave a comment and " +"we can guide you through the contribution process." +msgstr "" + +#: warehouse/templates/pages/help.html:895 +msgid "Stay updated:" +msgstr "" + +#: warehouse/templates/pages/help.html:896 +#, python-format +msgid "" +"You can also follow the ongoing development of the project on the Python packaging forum on Discourse." +msgstr "" + +#: warehouse/templates/pages/help.html:905 +#, python-format +msgid "" +"Changes to PyPI are generally announced on both the pypi-announce mailing list and the PSF blog under the label \"pypi\". The PSF blog also" +" has Atom and RSS feeds for " +"the \"pypi\" label." +msgstr "" + +#: warehouse/templates/pages/help.html:915 +#, python-format +msgid "" +"All traffic is routed through our global CDN, which lists their public IP" +" addresses here: %(href)s." +msgstr "" + +#: warehouse/templates/pages/help.html:916 +#, python-format +msgid "" +"More information about this list can be found here: %(href)s." +msgstr "" + +#: warehouse/templates/pages/help.html:920 +msgid "" +"When Warehouse's maintainers are deploying new features, at first we mark" +" them with a small \"beta feature\" symbol to tell you: this should " +"probably work fine, but it's new and less tested than other site " +"functionality." +msgstr "" + +#: warehouse/templates/pages/help.html:921 +msgid "Currently, no features are in beta." +msgstr "" + +#: warehouse/templates/pages/help.html:925 +#, python-format +msgid "" +"\"PyPI\" should be pronounced like \"pie pea eye\", specifically with the" +" \"PI\" pronounced as individual letters, rather as a single sound. This " +"minimizes confusion with the PyPy project, which is a popular alternative " +"implementation of the Python language." +msgstr "" + +#: warehouse/templates/pages/help.html:937 +msgid "Resources" +msgstr "" + +#: warehouse/templates/pages/help.html:938 +msgid "Looking for something else? Perhaps these links will help:" +msgstr "" + +#: warehouse/templates/pages/help.html:940 +msgid "Python Packaging User Guide" +msgstr "" + +#: warehouse/templates/pages/help.html:941 +msgid "Python documentation" +msgstr "" + +#: warehouse/templates/pages/help.html:942 +msgid "(main Python website)" +msgstr "" + +#: warehouse/templates/pages/help.html:943 +msgid "Python community page" +msgstr "" + +#: warehouse/templates/pages/help.html:943 +msgid "(lists IRC channels, mailing lists, etc.)" +msgstr "" + +#: warehouse/templates/pages/help.html:946 +msgid "Contact" +msgstr "" + +#: warehouse/templates/pages/help.html:948 +#, python-format +msgid "" +"The Python Packaging Authority (PyPA) is a working group" +" who work together to improve Python packaging. If you'd like to get in " +"touch with a core packaging developer, use #pypa on IRC " +"(Libera), or browse the online board." +msgstr "" + +#: warehouse/templates/pages/security.html:15 +msgid "Security" +msgstr "" + +#: warehouse/templates/pages/security.html:20 +msgid "Reporting a security issue" +msgstr "" + +#: warehouse/templates/pages/security.html:22 +msgid "" +"We take security very seriously and ask that you follow our security " +"policy carefully." +msgstr "" + +#: warehouse/templates/pages/security.html:24 +msgid "Important!" +msgstr "" + +#: warehouse/templates/pages/security.html:24 +msgid "" +"If you believe you've identified a security issue with PyPI, DO " +"NOT report the issue in any public forum, including (but not " +"limited to):" +msgstr "" + +#: warehouse/templates/pages/security.html:27 +msgid "Our GitHub issue tracker" +msgstr "" + +#: warehouse/templates/pages/security.html:28 +msgid "Official or unofficial chat channels" +msgstr "" + +#: warehouse/templates/pages/security.html:29 +msgid "Official or unofficial mailing lists" +msgstr "" + +#: warehouse/templates/pages/security.html:35 +msgid "If you've identified a security issue with a project hosted on PyPI" +msgstr "" + +#: warehouse/templates/pages/security.html:36 +#, python-format +msgid "" +"Email security@pypi.org, providing the following" +" details:" +msgstr "" + +#: warehouse/templates/pages/security.html:38 +msgid "A URL to the project in question" +msgstr "" + +#: warehouse/templates/pages/security.html:39 +msgid "An explanation of what makes the project a security issue" +msgstr "" + +#: warehouse/templates/pages/security.html:40 +#, python-format +msgid "" +"If applicable: a link to the problematic lines in the project's " +"distributions via inspector.pypi.io" +msgstr "" + +#: warehouse/templates/pages/security.html:42 +msgid "" +"Valid malware reports may include examples of typo-squatting, dependency " +"confusion, data exfiltration, obfustication, command/control, etc." +msgstr "" + +#: warehouse/templates/pages/security.html:44 +msgid "" +"If you've identified a security issue with PyPI itself (not a project " +"hosted on PyPI)" +msgstr "" + +#: warehouse/templates/pages/security.html:45 +#, python-format +msgid "" +"Email security@pypi.org, providing as much " +"relevant information as possible, including reproducing steps." +msgstr "" + +#: warehouse/templates/pages/security.html:47 +msgid "What happens next?" +msgstr "" + +#: warehouse/templates/pages/security.html:48 +msgid "" +"Once you've submitted an issue via email, you should receive an " +"acknowledgment within 48 hours." +msgstr "" + +#: warehouse/templates/pages/security.html:49 +msgid "" +"Depending on the action to be taken, you may receive further follow-up " +"emails." +msgstr "" + +#: warehouse/templates/pages/security.html:52 +msgid "This security policy was last updated on June 2022." +msgstr "" + +#: warehouse/templates/pages/sitemap.html:21 +msgid "PyPI site map" +msgstr "" + +#: warehouse/templates/pages/sitemap.html:25 +msgid "PyPI home" +msgstr "" + +#: warehouse/templates/pages/sitemap.html:26 +msgid "Search and filter projects" +msgstr "" + +#: warehouse/templates/pages/sitemap.html:30 +msgid "Authentication" +msgstr "" + +#: warehouse/templates/pages/sitemap.html:32 +msgid "Login" +msgstr "" + +#: warehouse/templates/pages/sitemap.html:42 +msgid "Security policy" +msgstr "" + +#: warehouse/templates/pages/sitemap.html:44 +#: warehouse/templates/pages/trademarks.html:20 +msgid "PyPI Trademarks" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:23 +msgid "Support PyPI and related projects" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:24 +msgid "Sponsor the Python Software Foundation" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:27 +msgid "" +"The Python Software Foundation raises and distributes funds to improve " +"Python's packaging ecosystem." +msgstr "" + +#: warehouse/templates/pages/sponsors.html:29 +msgid "Recent projects funded include:" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:32 +msgid "" +"The successful relaunch of the Python Package Index, powered by the new " +"'Warehouse' codebase" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:33 +#, python-format +msgid "" +"With $170,000 in funding from the Mozilla Open Source Support Program in 2018" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:36 +msgid "" +"Improving PyPI's security and accessibility, and adding support for " +"multiple locales" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:37 +#, python-format +msgid "" +"With $80,000 in funding from the Open Technology " +"Fund in 2019" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:40 +msgid "Additional security-focused features for PyPI" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:41 +#, python-format +msgid "" +"With $100,000 in funding from Facebook " +"Research in 2019 and 2020" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:44 +msgid "Overhauling pip's user experience and dependency resolver" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:45 +#, python-format +msgid "" +"With $407,000 in funding from the Chan Zuckerberg Initiative and the Mozilla Open Source Support Program in 2020" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:49 +msgid "" +"With your support, the PSF can continue to fund packaging improvements, " +"benefiting millions of Python users around the world." +msgstr "" + +#: warehouse/templates/pages/sponsors.html:57 +msgid "PSF Sponsorship" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:60 +msgid "" +"All of these initiatives help maintain and support the tools that the " +"Python community uses daily. This work can only be done with the generous" +" financial support that you or your organization provides." +msgstr "" + +#: warehouse/templates/pages/sponsors.html:61 +msgid "Your contributions matter and they make an impact. Every donation counts!" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:65 +msgid "Become a sponsor" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:67 +msgid "" +"The PSF is recognized by the IRS as a 501(c)(3) non-profit charitable " +"organization, and donations are tax-deductible for organizations that pay" +" taxes in the United States." +msgstr "" + +#: warehouse/templates/pages/sponsors.html:78 +msgid "Get your logo on PyPI.org" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:79 +msgid "" +"Looking for brand visibility? In the last year*, 21.1 million people from" +" 237 countries visited PyPI.org." +msgstr "" + +#: warehouse/templates/pages/sponsors.html:80 +msgid "* Data as of March 2020" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:83 +msgid "Strengthen the Python ecosystem" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:84 +msgid "" +"Funds raised by the Python Software Foundation go directly towards " +"improving the tools your company uses every day." +msgstr "" + +#: warehouse/templates/pages/sponsors.html:87 +msgid "Boost your reputation" +msgstr "" + +#: warehouse/templates/pages/sponsors.html:88 +msgid "" +"Enhance your company's reputation by investing in Python and the open " +"source community." +msgstr "" + +#: warehouse/templates/pages/stats.html:21 +msgid "PyPI statistics" +msgstr "" + +#: warehouse/templates/pages/stats.html:23 +msgid "" +"We all love stats, so here are some useful statistics about PyPI. The " +"statistics page is cached for 24 hours, so don't expect the numbers to be" +" realtime." +msgstr "" + +#: warehouse/templates/pages/stats.html:30 +msgid "Top projects by total package size" +msgstr "" + +#: warehouse/templates/pages/stats.html:32 +msgid "" +"Here is a list of the top 100 projects based on the sum of their " +"packages' sizes (in bytes)." +msgstr "" + +#: warehouse/templates/pages/stats.html:39 +msgid "Statistics by project" +msgstr "" + +#: warehouse/templates/pages/stats.html:43 +msgid "Sum of release files (bytes)" +msgstr "" + +#: warehouse/templates/pages/stats.html:48 +msgid "All of PyPI" +msgstr "" + +#: warehouse/templates/pages/trademarks.html:15 +msgid "Trademarks" +msgstr "" + +#: warehouse/templates/pages/trademarks.html:24 +msgid "Wordmarks" +msgstr "" + +#: warehouse/templates/pages/trademarks.html:28 +#: warehouse/templates/pages/trademarks.html:34 +#: warehouse/templates/pages/trademarks.html:41 +#: warehouse/templates/pages/trademarks.html:47 +msgid "USPTO Registration Number" +msgstr "" + +#: warehouse/templates/pages/trademarks.html:29 +#: warehouse/templates/pages/trademarks.html:35 +#: warehouse/templates/pages/trademarks.html:42 +#: warehouse/templates/pages/trademarks.html:48 +msgid "International Registration Number" +msgstr "" + +#: warehouse/templates/pages/trademarks.html:37 +msgid "Logos" +msgstr "" + +#: warehouse/templates/search/results.html:18 +#: warehouse/templates/search/results.html:114 +#: warehouse/templates/search/results.html:211 +msgid "Search results" +msgstr "" + +#: warehouse/templates/search/results.html:40 +#, python-format +msgid "Did you mean '%(text)s'?" +msgstr "" + +#: warehouse/templates/search/results.html:82 +msgid "Close panel" +msgstr "" + +#: warehouse/templates/search/results.html:86 +#, python-format +msgid "Filter by classifier" +msgstr "" + +#: warehouse/templates/search/results.html:117 +msgid "Enter a search query, or select a filter from the list of classifiers." +msgstr "" + +#: warehouse/templates/search/results.html:118 +msgid "Enter a search query, or add a filter by clicking on the button." +msgstr "" + +#: warehouse/templates/search/results.html:119 +msgid "You can combine searches and classifier filters. Examples:" +msgstr "" + +#: warehouse/templates/search/results.html:123 +msgid "Python 3 compatible projects" +msgstr "" + +#: warehouse/templates/search/results.html:128 +msgid "Sphinx extensions that have a stable/production status" +msgstr "" + +#: warehouse/templates/search/results.html:133 +msgid "Projects related to \"graphics\" with OSI-approved licenses" +msgstr "" + +#: warehouse/templates/search/results.html:150 +#, python-format +msgid "%(count_display)s project" +msgid_plural "%(count_display)s projects" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/search/results.html:157 +#, python-format +msgid "for \"%(term)s\"" +msgstr "" + +#: warehouse/templates/search/results.html:161 +msgid "with the selected classifier" +msgid_plural "with the selected classifiers" +msgstr[0] "" +msgstr[1] "" + +#: warehouse/templates/search/results.html:177 +msgid "Order by" +msgstr "" + +#: warehouse/templates/search/results.html:179 +msgid "Relevance" +msgstr "" + +#: warehouse/templates/search/results.html:180 +msgid "Date last updated" +msgstr "" + +#: warehouse/templates/search/results.html:193 +msgid "Filter" +msgstr "" + +#: warehouse/templates/search/results.html:204 +msgid "Add filter" +msgstr "" + +#: warehouse/templates/search/results.html:220 +#, python-format +msgid "There were no results for '%(term)s'" +msgstr "" + +#: warehouse/templates/search/results.html:222 +#, python-format +msgid "There were no results for '%(filters)s' filter" +msgid_plural "There were no results for '%(filters)s' filters" +msgstr[0] "" +msgstr[1] "" diff --git a/warehouse/locale/sl/LC_MESSAGES/messages.po b/warehouse/locale/sl/LC_MESSAGES/messages.po index 116610fb6779..9d2c436446e0 100644 --- a/warehouse/locale/sl/LC_MESSAGES/messages.po +++ b/warehouse/locale/sl/LC_MESSAGES/messages.po @@ -18,11 +18,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -110,15 +116,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -288,55 +294,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -344,11 +350,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -356,74 +362,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -443,91 +449,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1224,7 +1230,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1236,7 +1242,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1277,11 +1283,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1294,27 +1300,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1932,8 +1938,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2464,7 +2470,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3543,9 +3549,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3839,7 +3845,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3861,52 +3867,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3915,120 +3933,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/sr/LC_MESSAGES/messages.po b/warehouse/locale/sr/LC_MESSAGES/messages.po index bf33b72837c2..17676dc6e262 100644 --- a/warehouse/locale/sr/LC_MESSAGES/messages.po +++ b/warehouse/locale/sr/LC_MESSAGES/messages.po @@ -18,11 +18,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -116,15 +122,15 @@ msgstr "Погрешан TOTP код." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -294,55 +300,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -350,13 +356,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Изаберите име које има мање од 50 слова." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -364,7 +370,7 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This email address is already being used by another account. Use a " @@ -376,7 +382,7 @@ msgstr "" "Ова имејл адреса је већ коришћена од стране другог налога. Користите други " "имејл." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This email address is already being used by another account. Use a " @@ -388,23 +394,23 @@ msgstr "" "Ова имејл адреса је већ коришћена од стране другог налога. Користите други " "имејл." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "No projects" msgid "Select project" msgstr "Нема пројеката" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This email address is already being used by another account. Use a " @@ -415,7 +421,7 @@ msgstr "" "Ова имејл адреса је већ коришћена од стране другог налога. Користите други " "имејл." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -423,7 +429,7 @@ msgid "" "characters or less." msgstr "Ово име је предуго. Изаберите име са мање од 100 слова." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -431,11 +437,11 @@ msgid "" "characters or less." msgstr "Ово име је предуго. Изаберите име са мање од 100 слова." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -443,23 +449,23 @@ msgid "" "with 400 characters or less." msgstr "Ово име је предуго. Изаберите име са мање од 100 слова." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Изаберите име које има мање од 50 слова." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This email address is already being used by another account. Use a " @@ -485,56 +491,56 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Неважећи подаци. Покушајте поново" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "(required)" msgid "2FA requirement cannot be disabled for critical projects" msgstr "(неопходно)" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "" #| "User '${username}' already has an active invite. Please try again later." @@ -543,21 +549,21 @@ msgstr "" "Корисник '${username}' већ има активну позивницу. Молимо вас, покушајте " "касније." -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -565,20 +571,20 @@ msgstr "" "Корисник '${username}' већ има активну позивницу. Молимо вас, покушајте " "касније." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Позивница је послата кориснику '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Позивница је већ истекла." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1284,7 +1290,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1296,7 +1302,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Лозинка" @@ -1337,11 +1343,11 @@ msgstr "Лозинка" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1354,27 +1360,27 @@ msgstr "Лозинка" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(неопходно)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Ваша лозинка" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Прикажи лозинку" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Заборавили сте лозинку?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1992,8 +1998,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2531,7 +2537,7 @@ msgstr "Ваше име" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3614,9 +3620,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3916,7 +3922,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3938,52 +3944,65 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "No projects" +msgid "Organization Type: %(org_type)s" +msgstr "Нема пројеката" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3992,128 +4011,128 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Pending organization requests" msgstr "Изаберите име које има мање од 50 слова." -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "No projects" msgid "Request a new organization" msgstr "Нема пројеката" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "No projects" msgid "Organization display name" msgstr "Нема пројеката" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Create account" msgid "Create" msgstr "Отвори налог" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ta/LC_MESSAGES/messages.po b/warehouse/locale/ta/LC_MESSAGES/messages.po index 74f07a81fa4d..e0d1c9d1a5ca 100644 --- a/warehouse/locale/ta/LC_MESSAGES/messages.po +++ b/warehouse/locale/ta/LC_MESSAGES/messages.po @@ -22,11 +22,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "இந்த செயலைச் செய்ய இரண்டு காரணி அங்கீகாரம் உங்கள் கணக்கில் இயக்கப்பட்டிருக்க வேண்டும்." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "இடம் புதுப்பிக்கப்பட்டது" @@ -130,15 +136,15 @@ msgstr "தவறான TOTP குறியீடு." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "தவறான WebAuthn கூற்று: மோசமான பேலோட்" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "மீட்டெடுப்பு குறியீடு தவறானது." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "மீட்பு குறியீடு(Recovery code) முன்பு பயன்படுத்தப்பட்டது." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "அந்த பயனர்பெயர் அல்லது மின்னஞ்சலுடன் எந்த பயனரும் காணப்படவில்லை" @@ -336,8 +342,8 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -349,7 +355,7 @@ msgstr "" "புதிய பயனர்(user) பதிவு தற்காலிகமாக முடக்கப்பட்டுள்ளது. விவரங்களுக்கு https://pypi." "org/help#admin-intervention ஐப் பார்க்கவும்." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -361,17 +367,17 @@ msgstr "" "புதிய பயனர்(user) பதிவு தற்காலிகமாக முடக்கப்பட்டுள்ளது. விவரங்களுக்கு https://pypi." "org/help#admin-intervention ஐப் பார்க்கவும்." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -380,26 +386,26 @@ msgid "" "again later." msgstr "பல தோல்வியுற்ற உள்நுழைவு முயற்சிகள் உள்ளன. பின்னர் மீண்டும் முயற்சிக்கவும்." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -407,13 +413,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "50 வரியுரு அல்லது அதற்குக் குறைவாக உள்ள பயனர் பெயர் தேர்ந்தெடுங்கள்." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -429,7 +435,7 @@ msgstr "" "அடிக்கோள்களால் ஆனதாக இருக்க வேண்டும். மேலும் ஒரு கடிதம் அல்லது எண்ணுடன் ஆரம்பித்து முடிக்க " "வேண்டும். வேறு பயனர்பெயரைத் தேர்வு செய்யவும்." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -441,7 +447,7 @@ msgstr "" "இந்த பயனர்பெயர் ஏற்கனவே மற்றொரு கணக்கால் பயன்படுத்தப்படுகிறது. வேறு பயனர்பெயரைத் தேர்வு " "செய்யவும்." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -453,21 +459,21 @@ msgstr "" "இந்த பயனர்பெயர் ஏற்கனவே மற்றொரு கணக்கால் பயன்படுத்தப்படுகிறது. வேறு பயனர்பெயரைத் தேர்வு " "செய்யவும்." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -478,7 +484,7 @@ msgstr "" "இந்த பயனர்பெயர் ஏற்கனவே மற்றொரு கணக்கால் பயன்படுத்தப்படுகிறது. வேறு பயனர்பெயரைத் தேர்வு " "செய்யவும்." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -486,7 +492,7 @@ msgid "" "characters or less." msgstr "பெயர் மிக நீளமானது. 100 எழுத்துக்கள் அல்லது அதற்கும் குறைவான பெயரைத் தேர்வுசெய்க." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -494,11 +500,11 @@ msgid "" "characters or less." msgstr "பெயர் மிக நீளமானது. 100 எழுத்துக்கள் அல்லது அதற்கும் குறைவான பெயரைத் தேர்வுசெய்க." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -506,23 +512,23 @@ msgid "" "with 400 characters or less." msgstr "பெயர் மிக நீளமானது. 100 எழுத்துக்கள் அல்லது அதற்கும் குறைவான பெயரைத் தேர்வுசெய்க." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "50 வரியுரு அல்லது அதற்குக் குறைவாக உள்ள பயனர் பெயர் தேர்ந்தெடுங்கள்." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -549,21 +555,21 @@ msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" "புதிய மீட்டெடுப்பு குறியீடுகளை உருவாக்குவது உங்களிடம் இருக்கும் குறியீடுகளை செல்லாது." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "தவறான சான்றுகள். மீண்டும் முயற்சி செய்" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -575,73 +581,73 @@ msgstr "" "புதிய பயனர்(user) பதிவு தற்காலிகமாக முடக்கப்பட்டுள்ளது. விவரங்களுக்கு https://pypi." "org/help#admin-intervention ஐப் பார்க்கவும்." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "பங்கு அழைப்பைக் கண்டுபிடிக்க முடியவில்லை." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "'$ {username}' க்கு அழைப்பு அனுப்பப்பட்டது" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "பங்கு அழைப்பைக் கண்டுபிடிக்க முடியவில்லை." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "அழைப்பு ஏற்கனவே காலாவதியானது." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1349,7 +1355,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1361,7 +1367,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1402,11 +1408,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1419,27 +1425,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2055,8 +2061,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2589,7 +2595,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3672,9 +3678,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3974,7 +3980,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3999,47 +4005,60 @@ msgstr "பங்கு அழைப்பு மதிப்பில்லா msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "பங்கு அழைப்பு மதிப்பில்லாத." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "பங்கு அழைப்பு மதிப்பில்லாத." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Role invitation is not valid." msgid "View this organization" @@ -4048,7 +4067,7 @@ msgstr "பங்கு அழைப்பு மதிப்பில்லா #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4057,128 +4076,128 @@ msgstr "பங்கு அழைப்பு மதிப்பில்லா msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Role invitation is not valid." msgid "Activate billing for this organization" msgstr "பங்கு அழைப்பு மதிப்பில்லாத." -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Role invitation is not valid." msgid "Pending organization requests" msgstr "பங்கு அழைப்பு மதிப்பில்லாத." -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Role invitation is not valid." msgid "Request a new organization" msgstr "பங்கு அழைப்பு மதிப்பில்லாத." #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Role invitation is not valid." msgid "Organization display name" msgstr "பங்கு அழைப்பு மதிப்பில்லாத." #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/te/LC_MESSAGES/messages.po b/warehouse/locale/te/LC_MESSAGES/messages.po index bae3562e2cfb..088b16785ecb 100644 --- a/warehouse/locale/te/LC_MESSAGES/messages.po +++ b/warehouse/locale/te/LC_MESSAGES/messages.po @@ -17,11 +17,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "ఈ చర్యను నిర్వహించడానికి మీ ఖాతాలో రెండు-కారకాల ప్రమాణీకరణ తప్పనిసరిగా ప్రారంభించబడాలి." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -114,17 +120,17 @@ msgstr "చెల్లని TOTP కోడ్." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "చెల్లుబాటు కాని వెబ్అథ్న్ వాదన: బ్యాడ్ పేలోడ్" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 #, fuzzy msgid "Invalid recovery code." msgstr "చెల్లుబాటు కాని రికవరీ కోడ్." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 #, fuzzy msgid "Recovery code has been previously used." msgstr "రికవరీ కోడ్ గతంలో ఉపయోగించబడింది." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 #, fuzzy msgid "No user found with that username or email" msgstr "ఆ యూజర్ నేమ్ లేదా ఇమెయిల్ తో ఏ యూజర్ కనుగొనబడలేదు" @@ -309,55 +315,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -365,11 +371,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -377,74 +383,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -464,91 +470,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1237,7 +1243,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1249,7 +1255,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1290,11 +1296,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1307,27 +1313,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1943,8 +1949,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2473,7 +2479,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3548,9 +3554,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3844,7 +3850,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3866,52 +3872,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3920,120 +3938,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/th/LC_MESSAGES/messages.po b/warehouse/locale/th/LC_MESSAGES/messages.po index b9983f6145fd..10ca96f6bb98 100644 --- a/warehouse/locale/th/LC_MESSAGES/messages.po +++ b/warehouse/locale/th/LC_MESSAGES/messages.po @@ -25,11 +25,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -127,17 +133,17 @@ msgstr "รหัส TOTP ไม่ถูกต้อง" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "การยืนยัน WebAuthn ไม่ถูกต้อง: Bad Payload" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 #, fuzzy #| msgid "Invalid Recovery Code." msgid "Invalid recovery code." msgstr "รหัสกู้คืนไม่ถูกต้อง" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "ไม่ค้นพบผู้ใช้งานจากชื่อผู้ใช้งานหรืออีเมล์ดังกล่าว" @@ -336,8 +342,8 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -349,7 +355,7 @@ msgstr "" "การรับสมัครผู้ใช้งานใหม่ปิดใช้งานชั่วคราว ดูข้อมูลเพิ่มเติมได้ที่ https://pypi.org/help#admin-" "intervention" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -361,17 +367,17 @@ msgstr "" "การรับสมัครผู้ใช้งานใหม่ปิดใช้งานชั่วคราว ดูข้อมูลเพิ่มเติมได้ที่ https://pypi.org/help#admin-" "intervention" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -380,26 +386,26 @@ msgid "" "again later." msgstr "มีความพยายามเข้าถึงระบบที่ไม่สำเร็จมากเกินไป กรุณาลองใหม่ในภายหลัง" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -407,13 +413,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "กรุณาระบุชื่อผู้ใช้งานด้วยตัวอักษรไม่เกิน 50 ตัวอักษร" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -429,7 +435,7 @@ msgstr "" "เครื่องหมายขีดกลางหรือขีดล่างและต้องเริ่มและจบด้วยตัวอักษรหรือตัวเลขเท่านั้น " "กรุณาเลือกชื่อผู้ใช้งานใหม่" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -439,7 +445,7 @@ msgid "" "organization account name." msgstr "ชื่อผู้ใช้งานนี้ได้ถูกใช้งานแล้วโดยบัญชีอื่น กรุณาเลือกชื่อผู้ใช้งานใหม่" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -449,25 +455,25 @@ msgid "" "organization account name." msgstr "ชื่อผู้ใช้งานนี้ได้ถูกใช้งานแล้วโดยบัญชีอื่น กรุณาเลือกชื่อผู้ใช้งานใหม่" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Search projects" msgid "Select project" msgstr "ค้นหาโครงการ" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Search projects" msgid "Specify project name" msgstr "ค้นหาโครงการ" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -476,7 +482,7 @@ msgid "" "This project name has already been used. Choose a different project name." msgstr "ชื่อผู้ใช้งานนี้ได้ถูกใช้งานแล้วโดยบัญชีอื่น กรุณาเลือกชื่อผู้ใช้งานใหม่" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -484,7 +490,7 @@ msgid "" "characters or less." msgstr "ชื่อยาวเกินไป กรุณาระบุชื่อโดยมีความยาวไม่เกิน 100 ตัวอักษร" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -492,11 +498,11 @@ msgid "" "characters or less." msgstr "ชื่อยาวเกินไป กรุณาระบุชื่อโดยมีความยาวไม่เกิน 100 ตัวอักษร" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -504,23 +510,23 @@ msgid "" "with 400 characters or less." msgstr "ชื่อยาวเกินไป กรุณาระบุชื่อโดยมีความยาวไม่เกิน 100 ตัวอักษร" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "กรุณาระบุชื่อผู้ใช้งานด้วยตัวอักษรไม่เกิน 50 ตัวอักษร" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -546,21 +552,21 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -572,75 +578,75 @@ msgstr "" "การรับสมัครผู้ใช้งานใหม่ปิดใช้งานชั่วคราว ดูข้อมูลเพิ่มเติมได้ที่ https://pypi.org/help#admin-" "intervention" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm form" msgid "Confirm the request" msgstr "แบบฟอร์มยืนยัน" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 #, fuzzy #| msgid "Email already verified" msgid "Invitation already expired." msgstr "อีเมล์ได้ทำการยืนยันไปแล้ว" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1358,7 +1364,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1372,7 +1378,7 @@ msgstr "ยืนยันรหัสผ่านใหม่" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1413,11 +1419,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1430,27 +1436,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2074,8 +2080,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2611,7 +2617,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3704,9 +3710,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4012,7 +4018,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4036,52 +4042,65 @@ msgstr "" msgid "Organization Name" msgstr "แบบฟอร์มยืนยัน" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Confirm form" +msgid "Organization Type: %(org_type)s" +msgstr "แบบฟอร์มยืนยัน" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4090,126 +4109,126 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Pending organization requests" msgstr "กรุณาระบุชื่อผู้ใช้งานด้วยตัวอักษรไม่เกิน 50 ตัวอักษร" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Update account" msgid "Request a new organization" msgstr "ปรับปรุงบัญชี" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm form" msgid "Organization display name" msgstr "แบบฟอร์มยืนยัน" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/tr/LC_MESSAGES/messages.po b/warehouse/locale/tr/LC_MESSAGES/messages.po index 6ebfae9f7cac..d65d359f9377 100644 --- a/warehouse/locale/tr/LC_MESSAGES/messages.po +++ b/warehouse/locale/tr/LC_MESSAGES/messages.po @@ -37,13 +37,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Hesabınızdaki bu değişikliği aktif etmek için iki aşamalı kimlik " "doğrulamasını aktif etmelisiniz." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Yerel ayarlarlar güncellendi" @@ -147,15 +153,15 @@ msgstr "Geçersiz TOTP kodu." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Geçersiz WebAuthn önermesi: Kötü yük" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Geçersiz kurtarma kodu." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Kurtarma kodu daha önceden kullanıldı." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Bu kullanıcı adı veya e-posta ile alakalı hiçbir kullanıcı bulunamadı" @@ -335,8 +341,8 @@ msgstr "'${project_name}' proje davetiyesi reddedildi." msgid "You are now ${role} of the '${project_name}' project." msgstr "Artık '${project_name}' projesinde ${role} oldunuz." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -348,7 +354,7 @@ msgstr "" "Yeni kullanıcı kayıtları geçici olarak kapatıldı. Detaylar için https://pypi." "org/help#admin-intervention sayfasını inceleyin." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -360,7 +366,7 @@ msgstr "" "Yeni kullanıcı kayıtları geçici olarak kapatıldı. Detaylar için https://pypi." "org/help#admin-intervention sayfasını inceleyin." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 #, fuzzy #| msgid "" #| "You must have a verified email in order to register a pending OpenID " @@ -373,7 +379,7 @@ msgstr "" "postanız olmalıdır. Ayrıntılar için https://pypi.org/help#openid-connect'e " "bakın." -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 #, fuzzy #| msgid "" #| "You can't register more than 3 pending OpenID Connect providers at once." @@ -381,7 +387,7 @@ msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" "Aynı anda 3'ten fazla bekleyen OpenID Connect sağlayıcısını kaydedemezsiniz." -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -392,11 +398,11 @@ msgid "" msgstr "" "Çok fazla sayıda OpenID Connect kaydı denendi. Daha sonra tekrar deneyin." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "Onaylı kullanıcı kaydedilemedi" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 #, fuzzy #| msgid "" #| "This OpenID Connect provider has already been registered. Please contact " @@ -408,20 +414,20 @@ msgstr "" "Bu OpenID Connect sağlayıcısı zaten kayıtlı. Bu kasıtlı değilse lütfen PyPI " "yöneticileriyle iletişime geçin." -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "Bu Projeyi Yönet" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Sürümü Yönet" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "Bu proje için onaylı kullanıcı kaldırıldı. " @@ -429,11 +435,11 @@ msgstr "Bu proje için onaylı kullanıcı kaldırıldı. " msgid "Banner Preview" msgstr "Afiş Önizlemesi" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "En fazla 50 karakter olan bir organizasyon kullanıcı adı seçin." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -444,7 +450,7 @@ msgstr "" "tire ve alt çizgiden oluşmak zorundadır. Ayrıca bir harf veya rakam ile " "başlayıp bitmelidir. Farklı bir kullanıcı adı seçin." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -452,7 +458,7 @@ msgstr "" "Bu organizasyon hesap adı kullanılıyor. Başka bir organizasyon hesap adı " "seçin." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -464,15 +470,15 @@ msgstr "" "Bu organizasyon hesap adı kullanılıyor. Başka bir organizasyon hesap adı " "seçin." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Projeyi seç" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "Proje adını belirtin" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -480,12 +486,12 @@ msgstr "" "Yalnızca ASCII sayısal ve '.', '_' ve '-' içeren bir harf veya sayı ile " "başlayın ve bitirin." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "Bu proje adı zaten kullanılmıştır. Farklı bir proje adı seçin." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." @@ -493,7 +499,7 @@ msgstr "" "Organizasyon adı çok uzun. En fazla 100 karakter olacak şekilde başka bir " "isim seçin." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." @@ -501,11 +507,11 @@ msgstr "" "Organizasyon site adresi çok uzun. En fazla 100 karakter olacak şekilde " "başka bir adres belirtin." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "Kuruluş URL'si http:// veya https:// ile başlamalıdır." -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -513,15 +519,15 @@ msgstr "" "Organizasyon açıklaması çok uzun. En fazla 100 karakter olacak şekilde başka " "bir açıklama belirtin." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "En fazla 50 karakter olan bir takım adı seçin." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -529,7 +535,7 @@ msgstr "" "Takım adı geçersiz. Takım adları boşluk, nokta, alt çizgi, kısa çizgi veya " "eğik çizgi ile başlayamaz veya bitemez. Farklı bir takım adı seçin." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "Bu takım adı zaten kullanılmıştır. Farklı bir takım adı seçin." @@ -555,25 +561,25 @@ msgstr "" "Yeni kurtarma kodlarının oluşturulması, mevcut kodlarınızı geçersiz " "kılacaktır." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "E-postanızı doğrulayın ya da yeni bir adres ekleyin." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Geçersiz kimlik bilgileri. Tekrar deneyin" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "Requires:" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Gereken Python Sürümü:" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -585,56 +591,56 @@ msgstr "" "Yeni kullanıcı kayıtları geçici olarak kapatıldı. Detaylar için https://pypi." "org/help#admin-intervention sayfasını inceleyin." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Daveti onayla" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "pre-release" msgid "Could not yank release - " msgstr "ön sürüm" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "pre-release" msgid "Could not un-yank release - " msgstr "ön sürüm" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Sürümü Kaldır" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Rol davetiyesi bulunamadı." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "dosya silinemiyor- " -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "Takımın '${team_name}' zaten projede için ${role_name} rolü var" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "Kullanıcı '${username}' projede zaten ${role_name} rolüne sahip" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "${username} artık ${project_name}' projesinin ${role}'sidir." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -642,7 +648,7 @@ msgstr "" "'${username}' adlı kullanıcıya ait doğrulanmış birincil e-posta adresi " "mevcut değil ve bu yüzden projeye ${role_name} rolünde atanamıyor" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -650,20 +656,20 @@ msgstr "" "'${username}' adlı kullanıcıda zaten aktif bir davetiye bulunmaktadır. " "Lütfen daha sonra tekrar deneyiniz." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "'${username}' adlı kullanıcıya davetiye gönderildi" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Rol davetiyesi bulunamadı." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Davetin süresi zaten dolmuş." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "'${username}' adlı kullanıcıdan gelen davetiye iptal edildi." @@ -1391,7 +1397,7 @@ msgstr "Form işlenirken hata" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Parolayı onayla" @@ -1403,7 +1409,7 @@ msgstr "Devam etmek için parolayı onaylayın" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Parola" @@ -1444,11 +1450,11 @@ msgstr "Parola" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1461,27 +1467,27 @@ msgstr "Parola" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(gerekli)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Sizin parolanız" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Parolayı göster" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Parolanızı unuttunuz mu?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2190,8 +2196,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when the organization has been approved" @@ -2947,7 +2953,7 @@ msgstr "Sizin adınız" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4174,9 +4180,9 @@ msgstr "PyPI hesabını kaldır" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4535,7 +4541,7 @@ msgstr "Ana navigasyon" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4563,37 +4569,50 @@ msgstr "Ana navigasyon" msgid "Organization Name" msgstr "Proje açıklaması" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project description" +msgid "Organization Type: %(org_type)s" +msgstr "Proje açıklaması" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Rol daveti geçerli değil." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4601,11 +4620,11 @@ msgstr "Yönet" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4614,7 +4633,7 @@ msgstr "Yeni bir hesap oluştur" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4623,139 +4642,139 @@ msgstr "Yeni bir hesap oluştur" msgid "View" msgstr "Görüntüle" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Yeni bir hesap oluştur" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Yeni bir hesap oluştur" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s PyPI'a henüz bir proje yüklemedi" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Yeni bir hesap oluştur" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Davet et" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Yeni bir hesap oluştur" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "Proje açıklaması" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "Proje açıklaması" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Oluşturulma Tarihi" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when each organization has been approved" msgstr "Parola sıfırlama linki içeren bir e-posta alacaksınız." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/tzm/LC_MESSAGES/messages.po b/warehouse/locale/tzm/LC_MESSAGES/messages.po index fb40ed6a93d1..2c6458d87b1f 100644 --- a/warehouse/locale/tzm/LC_MESSAGES/messages.po +++ b/warehouse/locale/tzm/LC_MESSAGES/messages.po @@ -17,11 +17,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Asedɣi adɣaran" @@ -111,15 +117,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -289,57 +295,57 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Create an account" msgid "Invalid publisher ID" msgstr "Sker yan umiḍan" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -347,13 +353,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Dɣer yan yisem n unessmres s 50 isekkilen neɣ drus." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -361,7 +367,7 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -371,7 +377,7 @@ msgid "" "organization account name." msgstr "Ittusemres yisem-a g yan umiḍan nniḍen. dɣen yan nniḍen." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -381,25 +387,25 @@ msgid "" "organization account name." msgstr "Ittusemres yisem-a g yan umiḍan nniḍen. dɣen yan nniḍen." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Search projects" msgid "Select project" msgstr "Rzu g isenfaṛen" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Search projects" msgid "Specify project name" msgstr "Rzu g isenfaṛen" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -408,7 +414,7 @@ msgid "" "This project name has already been used. Choose a different project name." msgstr "Ittusemres yisem-a g yan umiḍan nniḍen. dɣen yan nniḍen." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -416,7 +422,7 @@ msgid "" "characters or less." msgstr "Iɣezzef yisem-a. Dɣer yan s 100 n iwenɣuten neɣ drus." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -424,11 +430,11 @@ msgid "" "characters or less." msgstr "Iɣezzef yisem-a. Dɣer yan s 100 n iwenɣuten neɣ drus." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -436,23 +442,23 @@ msgid "" "with 400 characters or less." msgstr "Iɣezzef yisem-a. Dɣer yan s 100 n iwenɣuten neɣ drus." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Dɣer yan yisem n unessmres s 50 isekkilen neɣ drus." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -478,91 +484,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1265,7 +1271,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1277,7 +1283,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Taguri n uzray" @@ -1318,11 +1324,11 @@ msgstr "Taguri n uzray" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1335,27 +1341,27 @@ msgstr "Taguri n uzray" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Taguri n uzray nnek" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Semal taguri n uzrray" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Tettud Taguri n uzray?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1972,8 +1978,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2525,7 +2531,7 @@ msgstr "Isem nnek" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3613,9 +3619,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3929,7 +3935,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3953,45 +3959,58 @@ msgstr "Sker yan umiḍan" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "No projects" +msgid "Organization Type: %(org_type)s" +msgstr "Walu isenfaṛen" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4000,7 +4019,7 @@ msgstr "Sker yan umiḍan" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4009,133 +4028,133 @@ msgstr "Sker yan umiḍan" msgid "View" msgstr "Ẓeṛ" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Sker yan umiḍan" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Sker yan umiḍan" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Sker yan umiḍan" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Ɣer" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Sker yan umiḍan" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "No projects" msgid "Organization display name" msgstr "Walu isenfaṛen" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Itturna" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ug/LC_MESSAGES/messages.po b/warehouse/locale/ug/LC_MESSAGES/messages.po index 2f276872a625..d4b2120ebcfa 100644 --- a/warehouse/locale/ug/LC_MESSAGES/messages.po +++ b/warehouse/locale/ug/LC_MESSAGES/messages.po @@ -17,13 +17,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "بۇ ھەرىكەتنى ئىجرا قىلىش ئۈچۈن ھېساباتىڭىزدا ئىككى ئامىللىق دەلىللەش " "قوزغىتىلغان بولۇشى كېرەك." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Locale يېڭىلاندى" @@ -122,15 +128,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -303,30 +309,30 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -335,26 +341,26 @@ msgid "" "again later." msgstr "مۇۋەپپەقىيەتسىز كىرىش بەك كۆپ بولۇپ كەتتى. كېيىن قايتا سىناڭ." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -362,11 +368,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -374,74 +380,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -461,91 +467,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1234,7 +1240,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1246,7 +1252,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1287,11 +1293,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1304,27 +1310,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1940,8 +1946,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2470,7 +2476,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3545,9 +3551,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3841,7 +3847,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3863,52 +3869,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3917,120 +3935,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/uk/LC_MESSAGES/messages.po b/warehouse/locale/uk/LC_MESSAGES/messages.po index fbabf0dec100..3f8cf834d575 100644 --- a/warehouse/locale/uk/LC_MESSAGES/messages.po +++ b/warehouse/locale/uk/LC_MESSAGES/messages.po @@ -37,13 +37,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Для виконання цієї дії, двофакторна автентифікація мусить бути увімкнена у " "вашому обліковому записі." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Локалізація оновлена" @@ -145,15 +151,15 @@ msgstr "Недійсний код TOTP." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Недійсна перевірка WebAuthn: Неправильний вміст" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Недійсний код відновлення." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Код відновлення вже використано." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Користувача з таким ім'ям чи електронною адресою не знайдено" @@ -343,8 +349,8 @@ msgstr "Запрошення до '${project_name}' відхилене." msgid "You are now ${role} of the '${project_name}' project." msgstr "Ви тепер ${role} проєкту '${project_name}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -356,7 +362,7 @@ msgstr "" "Реєстрація нових користувачів тимчасово вимкнена. Ознайомтеся з деталями на " "https://pypi.org/help#admin-intervention." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -368,7 +374,7 @@ msgstr "" "Реєстрація нових користувачів тимчасово вимкнена. Ознайомтеся з деталями на " "https://pypi.org/help#admin-intervention." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 #, fuzzy msgid "" "You must have a verified email in order to register a pending trusted " @@ -378,7 +384,7 @@ msgstr "" "чекающого підключення постачальника OpenID Connect. Перейдіть на https://" "pypi.org/help#openid-connect для отримання більш детальної інформації." -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 #, fuzzy #| msgid "" #| "You can't register more than 3 pending OpenID Connect providers at once." @@ -387,7 +393,7 @@ msgstr "" "Ви не можете зарегеструвати більш ніж 3-х чекаючих підключення поставників " "OpenID Connect одночасно." -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many attempted OpenID Connect registrations. Try " @@ -399,11 +405,11 @@ msgstr "" "Ви здійснили забагато спроб зареєструватися через OpenID Connect. Спробуйте " "знову пізніше." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 #, fuzzy #| msgid "" #| "This OpenID Connect provider has already been registered. Please contact " @@ -415,20 +421,20 @@ msgstr "" "Цей OpenID Connect провайдер вже зарегестрований. Будь ласка звернітся " "PyPl адмінам якщо це помилка." -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage current providers" msgid "Registered a new pending publisher to create " msgstr "Керувати поточними провайдерами" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Керувати версією" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -436,12 +442,12 @@ msgstr "" msgid "Banner Preview" msgstr "Попередній перегляд банера" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" "Оберіть назву облікового запису організації, довжиною 50 символів чи менше." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -453,7 +459,7 @@ msgstr "" "підкреслень. Також вони мають починатися і закінчуватися на літеру або " "число. Оберіть іншу назву облікового запису організації." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." @@ -461,7 +467,7 @@ msgstr "" "Така назва організації вже використовуєтся. Оберіть іншу назву організації " "для аккаунту." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This organization account name has already been used. Choose a different " @@ -473,17 +479,17 @@ msgstr "" "Така назва організації вже використовуєтся. Оберіть іншу назву організації " "для аккаунту." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "Вибрати проєкт" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "Назва проєкту" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." @@ -491,12 +497,12 @@ msgstr "" "Починається й закінчується літерою чи цифрою, яка містить лише цифри ASCII і " "«.», «_» і «-»." -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "Проєкт з такою назвою вже існує. Оберіть іншу назву для проєкту." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." @@ -504,7 +510,7 @@ msgstr "" "Це назва організації задовга. Оберіть назву організації довжиною 100 " "символів або менше." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." @@ -512,13 +518,13 @@ msgstr "" "URL-адреса організації задовга. Оберіть URL-адресу організації довжиною 400 " "символів або менше." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" "Посилання на сайт організації повинно починатись з \"http://\", або " "\"https://\"" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." @@ -526,15 +532,15 @@ msgstr "" "Опис цієї організації задовгий. Оберіть опис організації довжиною 400 " "символів або менше." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "Оберіть назву команди, завдовжки не більше 50 символів." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -543,7 +549,7 @@ msgstr "" "пробілом, крапкою, підкресленням, дефісом або косою рискою. Виберіть іншу " "назву команди." -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "Ця назва команди вже використовуєтся. Оберіть іншу назву команди." @@ -568,25 +574,25 @@ msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" "Генерування нових кодів відновлення зробить ваші існуючі коди недійсними." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Підтвердіть свою електронну адресу або додайте нову." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Недійсні облікові дані. Спробуйте знову" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA requirement disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Вимогу двофакторної автентифікації вимкнено" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -598,60 +604,60 @@ msgstr "" "Реєстрація нових користувачів тимчасово вимкнена. Ознайомтеся з деталями на " "https://pypi.org/help#admin-intervention." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "Підтвердьте запрошення" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "Перепублікувати випуск" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "Перепублікувати випуск" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Видалити публікацію" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Запрошення на роль знайти не вдалося." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "Користувач(-ка) '${username}' уже має роль ${role_name} у проєкті" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "Користувач(-ка) '${username}' уже має роль ${role_name} у проєкті" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Ви тепер ${role} проєкту '${project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -659,7 +665,7 @@ msgstr "" "Основна електронна адреса користувача(-ки) '${username}' непідтверджена, " "тому його (її) неможливо додати до проєкту в якості ${role_name}" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -667,20 +673,20 @@ msgstr "" "Користувач(-ка) '${username}' уже має активне запрошення. Будь ласка, " "спробуйте знову згодом." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "Запрошення надіслано до '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Запрошення на роль знайти не вдалося." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Термін дії запрошення вже сплив." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "Запрошення '${username}' скасовано." @@ -1458,7 +1464,7 @@ msgstr "Помилка під час обробки форми" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Підтвердіть пароль" @@ -1470,7 +1476,7 @@ msgstr "Підтвердіть пароль, щоб продовжити" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Пароль" @@ -1511,11 +1517,11 @@ msgstr "Пароль" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1528,27 +1534,27 @@ msgstr "Пароль" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(обов'язково)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Ваш пароль" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Показати пароль" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Забули пароль?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2330,8 +2336,8 @@ msgstr "" "створено." #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when the organization has been approved" @@ -3101,7 +3107,7 @@ msgstr "Назва робочого процесу" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4328,9 +4334,9 @@ msgstr "Видалити свій обліковий запис на PyPI" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4744,7 +4750,7 @@ msgstr "Основна навігація" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4771,47 +4777,60 @@ msgstr "Основна навігація" msgid "Organization Name" msgstr "Опис організації" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Organization description" +msgid "Organization Type: %(org_type)s" +msgstr "Опис організації" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Запрошення на роль недійсне." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "Керівник(-ця)" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create new organization" msgid "View this organization" @@ -4820,7 +4839,7 @@ msgstr "Створіть нову організацію" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4829,125 +4848,125 @@ msgstr "Створіть нову організацію" msgid "View" msgstr "Дивитися" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create new organization" msgid "Activate billing for this organization" msgstr "Створіть нову організацію" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create new organization" msgid "Manage this organization" msgstr "Створіть нову організацію" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s ще не завантажував(-ла) жодних проєктів до PyPI" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create new organization" msgid "Pending organization requests" msgstr "Створіть нову організацію" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "Запросити" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create new organization" msgid "Request a new organization" msgstr "Створіть нову організацію" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Organization description" msgid "Organization display name" msgstr "Опис організації" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "Опис організації" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "Створити" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 #, fuzzy #| msgid "" #| "Your new organization named \"%(organization_name)s\" has been approved " @@ -4957,13 +4976,13 @@ msgstr "" "Вашу нову організацію під назвою \"%(organization_name)s\" схвалено та " "створено." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when each organization has been approved" msgstr "Ви одержите електронного листа із посиланням для скидання пароля." -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/ur_PK/LC_MESSAGES/messages.po b/warehouse/locale/ur_PK/LC_MESSAGES/messages.po index f1c15c56bb1f..a0f060224ba9 100644 --- a/warehouse/locale/ur_PK/LC_MESSAGES/messages.po +++ b/warehouse/locale/ur_PK/LC_MESSAGES/messages.po @@ -17,11 +17,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "مقامی تجدید کردہ" @@ -126,15 +132,15 @@ msgstr "غلط ٹی و ٹی پی فراہم کیا گیا ہے۔" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "فراہم کئی گئی WebAuthn کی assertion غلط ہے: برا پیلوڈ" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "فراہم کردا بازیابی کا کوڈ غلط ہے۔" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "کوئی اس نام کا یوزر اس یوزرنیم یا ای میل سے نہیں ملا" @@ -341,8 +347,8 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -354,7 +360,7 @@ msgstr "" "نئے یوزروں کی رجسٹریشن عارضی طور پر بند کئی گئی ہے۔ براہِ مہربانی https://" "pypi.org/help#admin-intervention پر جا کر اس کے متعلق معلومات حاصل کریں۔" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -366,17 +372,17 @@ msgstr "" "نئے یوزروں کی رجسٹریشن عارضی طور پر بند کئی گئی ہے۔ براہِ مہربانی https://" "pypi.org/help#admin-intervention پر جا کر اس کے متعلق معلومات حاصل کریں۔" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -386,26 +392,26 @@ msgid "" msgstr "" "لاگ ان کرنے کی بہت ساری ناکام کوششیں ہوئی ہیں۔ بعد میں دوبارہ کوشش کریں۔" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -413,13 +419,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "پچاس حروف یا اس کم کا نام چنیں۔" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -435,7 +441,7 @@ msgstr "" "ہونگے۔ اور کسی خط یا نمبر کے ساتھ بھی شروع اور ختم کرنا ہوگا۔ ایک مختلف نام " "منتخب کریں۔" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -447,7 +453,7 @@ msgstr "" "یہ نام کسی دوسرے اکاؤنٹ کے ذیرِ استعمال ہے۔ براہِ مہربانی ایک نیا نام استعمال " "کریں۔" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -459,21 +465,21 @@ msgstr "" "یہ نام کسی دوسرے اکاؤنٹ کے ذیرِ استعمال ہے۔ براہِ مہربانی ایک نیا نام استعمال " "کریں۔" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -484,7 +490,7 @@ msgstr "" "یہ نام کسی دوسرے اکاؤنٹ کے ذیرِ استعمال ہے۔ براہِ مہربانی ایک نیا نام استعمال " "کریں۔" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -492,7 +498,7 @@ msgid "" "characters or less." msgstr "نام بہت زیادہ لمبا ہے۔ ۱۰۰ حروف یا اس سے کم حروف کا نام استعمال کریں۔" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -500,11 +506,11 @@ msgid "" "characters or less." msgstr "نام بہت زیادہ لمبا ہے۔ ۱۰۰ حروف یا اس سے کم حروف کا نام استعمال کریں۔" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -512,23 +518,23 @@ msgid "" "with 400 characters or less." msgstr "نام بہت زیادہ لمبا ہے۔ ۱۰۰ حروف یا اس سے کم حروف کا نام استعمال کریں۔" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "پچاس حروف یا اس کم کا نام چنیں۔" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -554,21 +560,21 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -580,71 +586,71 @@ msgstr "" "نئے یوزروں کی رجسٹریشن عارضی طور پر بند کئی گئی ہے۔ براہِ مہربانی https://" "pypi.org/help#admin-intervention پر جا کر اس کے متعلق معلومات حاصل کریں۔" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1343,7 +1349,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1355,7 +1361,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1396,11 +1402,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1413,27 +1419,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2049,8 +2055,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2583,7 +2589,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3670,9 +3676,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3970,7 +3976,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3992,52 +3998,65 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Choose a username with 50 characters or less." +msgid "Organization Type: %(org_type)s" +msgstr "پچاس حروف یا اس کم کا نام چنیں۔" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4046,126 +4065,126 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Pending organization requests" msgstr "پچاس حروف یا اس کم کا نام چنیں۔" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Request a new organization" msgstr "پچاس حروف یا اس کم کا نام چنیں۔" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Organization display name" msgstr "پچاس حروف یا اس کم کا نام چنیں۔" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/uz_Latn/LC_MESSAGES/messages.po b/warehouse/locale/uz_Latn/LC_MESSAGES/messages.po index b8ef4c25e5ef..92210348db74 100644 --- a/warehouse/locale/uz_Latn/LC_MESSAGES/messages.po +++ b/warehouse/locale/uz_Latn/LC_MESSAGES/messages.po @@ -19,6 +19,12 @@ msgstr "" "X-Generator: Weblate 4.13.1-dev\n" #: warehouse/views.py:141 +msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 #, fuzzy msgid "" "Two-factor authentication must be enabled on your account to perform this " @@ -27,7 +33,7 @@ msgstr "" "Ushbu amalni bajarish uchun hisobingizda ikki faktorli autentifikatsiya " "yoqilgan boʻlishi kerak." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Mahalliy til yangilandi" @@ -138,15 +144,15 @@ msgstr "TOTP kodi not`g`ri" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Qayta tiklash kodi yaroqsiz." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Bu foydalanuvchi nomi elektron pochtasi bilan hech kim topilmadi" @@ -357,8 +363,8 @@ msgstr "\"$ {Project_name}\" taklifi rad etildi." msgid "You are now ${role} of the '${project_name}' project." msgstr "Siz hozir \"$ {project_name}\" loyihasining $ {role} a'zosisiz." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -370,7 +376,7 @@ msgstr "" "Yangi foydalanuvchilarni ro'yxatga olish vaqtincha o'chirilgan. Tafsilotlar " "uchun https://pypi.org/help#admin-intervention ga qarang." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -382,17 +388,17 @@ msgstr "" "Yangi foydalanuvchilarni ro'yxatga olish vaqtincha o'chirilgan. Tafsilotlar " "uchun https://pypi.org/help#admin-intervention ga qarang." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -403,26 +409,26 @@ msgstr "" "Kirishga urinishlar belgilangan miqdordan oshdi. Iltimos, keyinroq urinib " "ko'ring." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -430,13 +436,13 @@ msgstr "" msgid "Banner Preview" msgstr "Bannerni oldindan ko'rish" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "50 ta harfdan oshmaydigan foydalanuvchi ismni tanlang." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -453,7 +459,7 @@ msgstr "" "albatta, harf yoki raqam bilan yakunlangan bo'lishi kerak. Boshqa " "foydalanuvchi ismini tanlang." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -465,7 +471,7 @@ msgstr "" "Bu foydalanuvchi ismi boshqa foydalanuvchi tomonidan tanlab bo'lingan. " "Boshqa foydalanuvchi ismini tanlab ko'ring." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -477,25 +483,25 @@ msgstr "" "Bu foydalanuvchi ismi boshqa foydalanuvchi tomonidan tanlab bo'lingan. " "Boshqa foydalanuvchi ismini tanlab ko'ring." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Search projects" msgid "Select project" msgstr "Loyihalarni qidirish" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Search projects" msgid "Specify project name" msgstr "Loyihalarni qidirish" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -506,7 +512,7 @@ msgstr "" "Bu foydalanuvchi ismi boshqa foydalanuvchi tomonidan tanlab bo'lingan. " "Boshqa foydalanuvchi ismini tanlab ko'ring." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -516,7 +522,7 @@ msgstr "" "Kiritilgan ism juda ham uzun, 100 ta belgi yokida undan kam o'lgan " "miqdordagi ism tanlang." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -526,11 +532,11 @@ msgstr "" "Kiritilgan ism juda ham uzun, 100 ta belgi yokida undan kam o'lgan " "miqdordagi ism tanlang." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -540,23 +546,23 @@ msgstr "" "Kiritilgan ism juda ham uzun, 100 ta belgi yokida undan kam o'lgan " "miqdordagi ism tanlang." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "50 ta harfdan oshmaydigan foydalanuvchi ismni tanlang." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -584,21 +590,21 @@ msgstr "Qayta tiklash kodlari allaqachon yaratilgan" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "Yangi qutqaruv kodlarini yaratish mavjud kodlarni bekor qiladi." -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "Hisob ma'lumotlari noto'g'ri. Qayta urinib ko'ring" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -610,36 +616,36 @@ msgstr "" "Yangi foydalanuvchilarni ro'yxatga olish vaqtincha o'chirilgan. Tafsilotlar " "uchun https://pypi.org/help#admin-intervention ga qarang." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "Rol taklifnomasi topilmadi." -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" @@ -647,19 +653,19 @@ msgstr "" "\"$ {Username}\" foydalanuvchisi allaqachon loyiha uchun $ {role_name} " "roliga ega" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" "\"$ {Username}\" foydalanuvchisi allaqachon loyiha uchun $ {role_name} " "roliga ega" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Siz hozir \"$ {project_name}\" loyihasining $ {role} a'zosisiz." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -667,7 +673,7 @@ msgstr "" "\"$ {Username}\" foydalanuvchisi tasdiqlangan asosiy elektron pochta " "manziliga ega emas va uni loyihaga $ {role_name} sifatida qo'shib bo'lmaydi" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." @@ -675,20 +681,20 @@ msgstr "" "\"$ {Username}\" foydalanuvchisida allaqachon faol taklif mavjud. Iltimos " "keyinroq qayta urinib ko'ring." -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "\"$ {Username}\" ga taklifnoma yuborildi" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "Rol taklifnomasi topilmadi." -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "Taklif muddati tugagan." -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "\"$ {Username}\" dan taklifnoma bekor qilindi." @@ -1435,7 +1441,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1447,7 +1453,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1488,11 +1494,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1505,27 +1511,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2142,8 +2148,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2683,7 +2689,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3770,9 +3776,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4074,7 +4080,7 @@ msgstr "Asosiy navigatsiya" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4099,47 +4105,60 @@ msgstr "Asosiy navigatsiya" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Role invitation is not valid." +msgid "Organization Type: %(org_type)s" +msgstr "Rol taklifi haqiqiy emas." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "Rol taklifi haqiqiy emas." -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Role invitation is not valid." msgid "View this organization" @@ -4148,7 +4167,7 @@ msgstr "Rol taklifi haqiqiy emas." #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4157,128 +4176,128 @@ msgstr "Rol taklifi haqiqiy emas." msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Role invitation is not valid." msgid "Activate billing for this organization" msgstr "Rol taklifi haqiqiy emas." -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Role invitation is not valid." msgid "Pending organization requests" msgstr "Rol taklifi haqiqiy emas." -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Role invitation is not valid." msgid "Request a new organization" msgstr "Rol taklifi haqiqiy emas." #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Role invitation is not valid." msgid "Organization display name" msgstr "Rol taklifi haqiqiy emas." #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/vi/LC_MESSAGES/messages.po b/warehouse/locale/vi/LC_MESSAGES/messages.po index 9dd96e0688f0..5616aa4597cb 100644 --- a/warehouse/locale/vi/LC_MESSAGES/messages.po +++ b/warehouse/locale/vi/LC_MESSAGES/messages.po @@ -24,13 +24,19 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" "Để thực hiện hành động này, tài khoản của bạn phải được thiết lập xác thực " "hai yếu tố." -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "Ngôn ngữ đã được cập nhật" @@ -135,15 +141,15 @@ msgstr "Mã TOTP không hợp lệ." msgid "Invalid WebAuthn assertion: Bad payload" msgstr "Xác nhận WebAuthn không hợp lệ: Bad payload" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "Mã khôi phục không hợp lệ." -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "Mã khôi phục đã từng được dùng." -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "Không tìm thấy người dùng với tên người dùng hoặc email đó" @@ -344,8 +350,8 @@ msgstr "Lời mời cho '${project_name}' không được chấp thuận." msgid "You are now ${role} of the '${project_name}' project." msgstr "Bạn hiện nắm ${role} của dự án '${project_name}'" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -357,7 +363,7 @@ msgstr "" "Đăng ký người dùng mới tạm thời bị vô hiệu hóa. Xem https://pypi.org/" "help#admin-intervent để biết chi tiết." -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -369,17 +375,17 @@ msgstr "" "Đăng ký người dùng mới tạm thời bị vô hiệu hóa. Xem https://pypi.org/" "help#admin-intervent để biết chi tiết." -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -388,30 +394,30 @@ msgid "" "again later." msgstr "Đã có quá nhiều lần thử đăng nhập không thành công. Thử lại sau." -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "Quản lý dự án này" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "Quản lý phiên bản" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -419,13 +425,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "Chọn một tên người dùng tối đa 50 ký tự." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -441,7 +447,7 @@ msgstr "" "dấu chấm, dấu gạch nối và dấu gạch dưới. Và cũng phải bắt đầu và kết thúc " "bằng một chữ cái hoặc số. Chọn một tên người dùng khác." -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -453,7 +459,7 @@ msgstr "" "Tên người dùng này đã được sử dụng bởi một tài khoản khác. Chọn một tên " "người dùng khác." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -465,25 +471,25 @@ msgstr "" "Tên người dùng này đã được sử dụng bởi một tài khoản khác. Chọn một tên " "người dùng khác." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "Xóa dự án" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "Tên dự án" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -494,7 +500,7 @@ msgstr "" "Tên người dùng này đã được sử dụng bởi một tài khoản khác. Chọn một tên " "người dùng khác." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -502,7 +508,7 @@ msgid "" "characters or less." msgstr "Tên quá dài. Chọn một tên có tối đa 100 ký tự." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -510,11 +516,11 @@ msgid "" "characters or less." msgstr "Tên quá dài. Chọn một tên có tối đa 100 ký tự." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -522,23 +528,23 @@ msgid "" "with 400 characters or less." msgstr "Tên quá dài. Chọn một tên có tối đa 100 ký tự." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "Chọn một tên người dùng tối đa 50 ký tự." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -568,25 +574,25 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "Xác minh email của bạn hoặc thêm địa chỉ mới." -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "Requires:" msgid "2FA requirement cannot be disabled for critical projects" msgstr "Yêu cầu:" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -598,83 +604,83 @@ msgstr "" "Đăng ký người dùng mới tạm thời bị vô hiệu hóa. Xem https://pypi.org/" "help#admin-intervent để biết chi tiết." -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm form" msgid "Confirm the request" msgstr "Xác nhận biểu mẫu" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Releases" msgid "Could not yank release - " msgstr "Phát hành" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Releases" msgid "Could not un-yank release - " msgstr "Phát hành" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "Xóa bỏ bản phát hành" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "Bạn hiện nắm ${role} của dự án '${project_name}'" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 #, fuzzy #| msgid "Email already verified" msgid "Invitation already expired." msgstr "Email đã được xác thực" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1437,7 +1443,7 @@ msgstr "Lỗi xử lý form" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "Xác nhận mật khẩu" @@ -1451,7 +1457,7 @@ msgstr "Nhập mật khẩu của bạn để tiếp tục." #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "Mật khẩu" @@ -1492,11 +1498,11 @@ msgstr "Mật khẩu" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1509,27 +1515,27 @@ msgstr "Mật khẩu" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(bắt buộc)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "Mật khẩu của bạn" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "Hiển thị mật khẩu" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "Quên mật khẩu?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2221,8 +2227,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2960,7 +2966,7 @@ msgstr "Tên của bạn" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4190,9 +4196,9 @@ msgstr "Xóa tài khoản PyPI của bạn" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4552,7 +4558,7 @@ msgstr "Điều hướng chính" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4580,35 +4586,48 @@ msgstr "Điều hướng chính" msgid "Organization Name" msgstr "Xác nhận biểu mẫu" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Confirm form" +msgid "Organization Type: %(org_type)s" +msgstr "Xác nhận biểu mẫu" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4616,11 +4635,11 @@ msgstr "Quản lý" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4629,7 +4648,7 @@ msgstr "Tạo một tài khoản" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4638,135 +4657,135 @@ msgstr "Tạo một tài khoản" msgid "View" msgstr "Xem" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "Tạo một tài khoản" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "Tạo một tài khoản" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s chưa tải lên bất kỳ dự án nào cho PyPI" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "Tạo một tài khoản" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Changed by:" msgid "Submitted %(submitted)s" msgstr "Thay đổi bởi:" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "Tạo một tài khoản" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Confirm form" msgid "Organization display name" msgstr "Xác nhận biểu mẫu" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "Đã tạo" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/wae/LC_MESSAGES/messages.po b/warehouse/locale/wae/LC_MESSAGES/messages.po index e021b1d8e154..60b35beef8a2 100644 --- a/warehouse/locale/wae/LC_MESSAGES/messages.po +++ b/warehouse/locale/wae/LC_MESSAGES/messages.po @@ -15,11 +15,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -107,15 +113,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -285,55 +291,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -341,11 +347,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -353,74 +359,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -440,91 +446,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1213,7 +1219,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1225,7 +1231,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1266,11 +1272,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1283,27 +1289,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1919,8 +1925,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2449,7 +2455,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3524,9 +3530,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3820,7 +3826,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3842,52 +3848,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3896,120 +3914,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/yue/LC_MESSAGES/messages.po b/warehouse/locale/yue/LC_MESSAGES/messages.po index 1ba72a2bc443..c3e8c51eadb2 100644 --- a/warehouse/locale/yue/LC_MESSAGES/messages.po +++ b/warehouse/locale/yue/LC_MESSAGES/messages.po @@ -15,11 +15,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "" @@ -107,15 +113,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "" @@ -285,55 +291,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -341,11 +347,11 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -353,74 +359,74 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "" @@ -440,91 +446,91 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1213,7 +1219,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "" @@ -1225,7 +1231,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "" @@ -1266,11 +1272,11 @@ msgstr "" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1283,27 +1289,27 @@ msgstr "" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1919,8 +1925,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2449,7 +2455,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3524,9 +3530,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3820,7 +3826,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3842,52 +3848,64 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3896,120 +3914,120 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/zgh/LC_MESSAGES/messages.po b/warehouse/locale/zgh/LC_MESSAGES/messages.po index a5617c87a945..110cb293b0c4 100644 --- a/warehouse/locale/zgh/LC_MESSAGES/messages.po +++ b/warehouse/locale/zgh/LC_MESSAGES/messages.po @@ -17,11 +17,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "ⴰⵙⴷⵖⵉ ⴰⴷⵖⴰⵔⴰⵏ" @@ -111,15 +117,15 @@ msgstr "" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "ⵓⵔ ⵉⵍⵍⵉ ⴽⵔⴰ ⵏ ⵓⵏⵙⵙⵎⵔⵙ ⵙ ⵢⵉⵙⵎ ⵏⵖ ⵉⵎⴰⵢⵍ ⴰ" @@ -291,55 +297,55 @@ msgstr "" msgid "You are now ${role} of the '${project_name}' project." msgstr "ⵛⴽⴽ ⴷⵖⵉ ⴷ ${role} ⴳ ⵓⵙⵏⴼⴰⵕ ${project_name}'." -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." msgstr "" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -347,13 +353,13 @@ msgstr "" msgid "Banner Preview" msgstr "" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "ⵙⵜⵢ ⵢⴰⵏ ⵢⵉⵙⵎ ⵏ ⵓⵏⵙⵙⵎⵔⵙ ⵙ 50 ⵉⵡⵏⵖⵓⵜⵏ ⵏⵖ ⴷⵔⵓⵙ." -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -361,7 +367,7 @@ msgid "" "account name." msgstr "" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -371,7 +377,7 @@ msgid "" "organization account name." msgstr "ⴷⴰ ⵉⵙⵙⵎⵔⴰⵙ ⵢⴰⵏ ⵓⵎⵉⴹⴰⵏ ⵉⵙⵎ ⴰ .ⵙⵜⵢ ⵢⴰⵏ ⵏⵏⵉⴹⵏ." -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -381,25 +387,25 @@ msgid "" "organization account name." msgstr "ⴷⴰ ⵉⵙⵙⵎⵔⴰⵙ ⵢⴰⵏ ⵓⵎⵉⴹⴰⵏ ⵉⵙⵎ ⴰ .ⵙⵜⵢ ⵢⴰⵏ ⵏⵏⵉⴹⵏ." -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Search projects" msgid "Select project" msgstr "ⵔⵣⵓ ⴳ ⵉⵙⵏⴼⴰⵕⵏ" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Search projects" msgid "Specify project name" msgstr "ⵔⵣⵓ ⴳ ⵉⵙⵏⴼⴰⵕⵏ" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -408,7 +414,7 @@ msgid "" "This project name has already been used. Choose a different project name." msgstr "ⴷⴰ ⵉⵙⵙⵎⵔⴰⵙ ⵢⴰⵏ ⵓⵎⵉⴹⴰⵏ ⵉⵙⵎ ⴰ .ⵙⵜⵢ ⵢⴰⵏ ⵏⵏⵉⴹⵏ." -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -416,7 +422,7 @@ msgid "" "characters or less." msgstr "ⵉⵖⵣⵣⵉⴼ ⵢⵉⵙⵎ ⴰ. ⵙⵜⵢ ⵢⴰⵏ ⵙ 100 ⵉⵡⵏⵖⵓⵜⵏ ⵏⵖ ⴷⵔⵓⵙ." -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -424,11 +430,11 @@ msgid "" "characters or less." msgstr "ⵉⵖⵣⵣⵉⴼ ⵢⵉⵙⵎ ⴰ. ⵙⵜⵢ ⵢⴰⵏ ⵙ 100 ⵉⵡⵏⵖⵓⵜⵏ ⵏⵖ ⴷⵔⵓⵙ." -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -436,23 +442,23 @@ msgid "" "with 400 characters or less." msgstr "ⵉⵖⵣⵣⵉⴼ ⵢⵉⵙⵎ ⴰ. ⵙⵜⵢ ⵢⴰⵏ ⵙ 100 ⵉⵡⵏⵖⵓⵜⵏ ⵏⵖ ⴷⵔⵓⵙ." -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "ⵙⵜⵢ ⵢⴰⵏ ⵢⵉⵙⵎ ⵏ ⵓⵏⵙⵙⵎⵔⵙ ⵙ 50 ⵉⵡⵏⵖⵓⵜⵏ ⵏⵖ ⴷⵔⵓⵙ." -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -476,93 +482,93 @@ msgstr "" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." msgstr "" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "ⵛⴽⴽ ⴷⵖⵉ ⴷ ${role} ⴳ ⵓⵙⵏⴼⴰⵕ ${project_name}'." -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "ⵜⴻⵜⵜⵡⴰⵣⵏ ⵜⵖⵓⵔⵉ '${username}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "" @@ -1263,7 +1269,7 @@ msgstr "" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "ⵙⵏⵜⵎ ⵜⴰⴳⵓⵔⵉ ⵏ ⵓⵣⵔⴰⵢ" @@ -1275,7 +1281,7 @@ msgstr "" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "ⵜⴰⴳⵓⵔⵉ ⵏ ⵓⵣⵔⴰⵢ" @@ -1316,11 +1322,11 @@ msgstr "ⵜⴰⴳⵓⵔⵉ ⵏ ⵓⵣⵔⴰⵢ" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1333,27 +1339,27 @@ msgstr "ⵜⴰⴳⵓⵔⵉ ⵏ ⵓⵣⵔⴰⵢ" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "ⵜⴰⴳⵓⵔⵉ ⵏ ⵓⵣⵔⴰⵢ ⵏⵏⴽ" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "ⵙⵎⴰⵍ ⵜⴰⴳⵓⵔⵉ ⵏ ⵓⵣⵔⴰⵢ" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "ⵜⴻⵜⵜⵓⴷ ⵜⴰⴳⵓⵔⵉ ⵏ ⵓⵣⵔⴰⵢ?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -1970,8 +1976,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "" @@ -2511,7 +2517,7 @@ msgstr "" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3595,9 +3601,9 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -3891,7 +3897,7 @@ msgstr "" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -3913,52 +3919,65 @@ msgstr "" msgid "Organization Name" msgstr "" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Choose a username with 50 characters or less." +msgid "Organization Type: %(org_type)s" +msgstr "ⵙⵜⵢ ⵢⴰⵏ ⵢⵉⵙⵎ ⵏ ⵓⵏⵙⵙⵎⵔⵙ ⵙ 50 ⵉⵡⵏⵖⵓⵜⵏ ⵏⵖ ⴷⵔⵓⵙ." + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -3967,126 +3986,126 @@ msgstr "" msgid "View" msgstr "" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Pending organization requests" msgstr "ⵙⵜⵢ ⵢⴰⵏ ⵢⵉⵙⵎ ⵏ ⵓⵏⵙⵙⵎⵔⵙ ⵙ 50 ⵉⵡⵏⵖⵓⵜⵏ ⵏⵖ ⴷⵔⵓⵙ." -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "Request a new organization" msgstr "ⵛⴽⴽ ⴷⵖⵉ ⴷ ${role} ⴳ ⵓⵙⵏⴼⴰⵕ ${project_name}'." #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Organization display name" msgstr "ⵙⵜⵢ ⵢⴰⵏ ⵢⵉⵙⵎ ⵏ ⵓⵏⵙⵙⵎⵔⵙ ⵙ 50 ⵉⵡⵏⵖⵓⵜⵏ ⵏⵖ ⴷⵔⵓⵙ." #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/zh_Hans/LC_MESSAGES/messages.mo b/warehouse/locale/zh_Hans/LC_MESSAGES/messages.mo index 93800b1ec9d6..db879f2cf03c 100644 Binary files a/warehouse/locale/zh_Hans/LC_MESSAGES/messages.mo and b/warehouse/locale/zh_Hans/LC_MESSAGES/messages.mo differ diff --git a/warehouse/locale/zh_Hans/LC_MESSAGES/messages.po b/warehouse/locale/zh_Hans/LC_MESSAGES/messages.po index d952db88271a..3e99d58fb6b8 100644 --- a/warehouse/locale/zh_Hans/LC_MESSAGES/messages.po +++ b/warehouse/locale/zh_Hans/LC_MESSAGES/messages.po @@ -52,7 +52,7 @@ msgstr "" "Project-Id-Version: Warehouse VERSION\n" "Report-Msgid-Bugs-To: admin@pypi.org\n" "POT-Creation-Date: 2020-04-06 17:52-0500\n" -"PO-Revision-Date: 2023-07-02 03:35+0000\n" +"PO-Revision-Date: 2023-07-20 09:25+0000\n" "Last-Translator: Eric \n" "Language-Team: Chinese (Simplified) \n" @@ -66,12 +66,18 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "你必须验证你的 **主**电子邮件地址方可执行此操作。" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "你的账户必须启用双因素身份验证才能执行此操作。" # | msgid "Stay updated:" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "区域设置已更新" @@ -164,15 +170,15 @@ msgid "Invalid WebAuthn assertion: Bad payload" msgstr "无效的 WebAuthn 断言:数据错误" # | msgid "Invalid TOTP code." -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "无效的恢复代码。" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "恢复代码先前已用过。" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "未找到使用该用户名或电子邮件的用户" @@ -349,8 +355,8 @@ msgstr "'${project_name}'的邀请已无效。" msgid "You are now ${role} of the '${project_name}' project." msgstr "你不是此项目的所有者。" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 msgid "" "Trusted publishing is temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." @@ -358,7 +364,7 @@ msgstr "" "受信任发布暂时被禁用。有关详细信息,请参见https://pypi.org/help#admin-" "intervention。" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 msgid "" "GitHub-based trusted publishing is temporarily disabled. See https://pypi." "org/help#admin-intervention for details." @@ -366,7 +372,7 @@ msgstr "" "基于 Github 的受信任发布暂时被禁用。有关详细信息,请参见 https://pypi.org/" "help#admin-intervention。" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." @@ -374,36 +380,36 @@ msgstr "" "要注册待定的受信任发布者,你必须有一个经验证的电子邮箱。详见 https://pypi." "org/help#openid-connect。" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "你不能一下子注册超过三个待定的受信任发布者。" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 msgid "" "There have been too many attempted trusted publisher registrations. Try " "again later." msgstr "受信任发布者的注册尝试次数过多。请稍后重试。" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "无法注册该受信任发布者" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "该受信任发布者已被注册。如果这不是有意为之,请联系 PyPI 的管理员。" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 msgid "Registered a new pending publisher to create " msgstr "注册了新的待定发布者来创建 " -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 msgid "Invalid publisher ID" msgstr "无效的发布者 ID" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "删除了项目的受信任发布者 " @@ -411,11 +417,11 @@ msgstr "删除了项目的受信任发布者 " msgid "Banner Preview" msgstr "横幅预览" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 msgid "Choose an organization account name with 50 characters or less." msgstr "选择一个不超过 50 个字符的组织账户名。" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 msgid "" "The organization account name is invalid. Organization account names must be " "composed of letters, numbers, dots, hyphens and underscores. And must also " @@ -425,69 +431,69 @@ msgstr "" "该组织账户名无效。组织账户名必须由字母、数字、圆点、连字符和下划线组成。而且" "还必须以字母或数字开头和结尾。选择一个不同的组织账户名。" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 msgid "" "This organization account name has already been used. Choose a different " "organization account name." msgstr "此组织账户名已被使用。选择不同的组织账户名。" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 msgid "" "You have already submitted an application for that name. Choose a different " "organization account name." msgstr "你已经提交了对此名称的申请。请另选一个组织账户名。" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 msgid "Select project" msgstr "选择项目" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 msgid "Specify project name" msgstr "指定项目名称" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" "从开始到结束,只能输入ASCII字母、数字以及句点(.)、下划线(_)和横杠(-)。" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 msgid "" "This project name has already been used. Choose a different project name." msgstr "此项目名已被使用。 选择不同的项目名称。" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 msgid "" "The organization name is too long. Choose a organization name with 100 " "characters or less." msgstr "该组织名太长。请选择一个不超过100个字符的组织名。" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 msgid "" "The organization URL is too long. Choose a organization URL with 400 " "characters or less." msgstr "该组织 URL 太长。请选择一个不超过400个字符的组织 URL。" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "组织 URL 必须以 http:// 或 https:// 开头" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 msgid "" "The organization description is too long. Choose a organization description " "with 400 characters or less." msgstr "组织描述太长。请选择一个不超过400个字符的组织描述。" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "你已经提交了最大数量的 " -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 msgid "Choose a team name with 50 characters or less." msgstr "选择一个不超过 50 个字符的团队名。" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." @@ -495,7 +501,7 @@ msgstr "" "团队名称无效。 团队名称不能以空格、句点、下划线、连字符或斜杠开头或结尾。 选" "择不同的团队名称。" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 msgid "This team name has already been used. Choose a different team name." msgstr "此团队名已被使用。 选择不同的团队名称。" @@ -515,21 +521,21 @@ msgstr "已生成恢复代码" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "生成新的恢复代码将使现有代码失效。" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 msgid "Verify your email to create an API token." msgstr "验证你的电子邮件以创建 API 令牌。" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "无效凭据。再试一次" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 msgid "2FA requirement cannot be disabled for critical projects" msgstr "关键项目无法禁用双因素认证要求" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 msgid "" "Project deletion temporarily disabled. See https://pypi.org/help#admin-" "intervention for details." @@ -537,46 +543,46 @@ msgstr "" "项目删除暂时被禁用。有关详细信息,请参见https://pypi.org/help#admin-" "intervention。" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 msgid "Confirm the request" msgstr "确认请求" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 msgid "Could not yank release - " msgstr "无法对发布进行 yank 操作 - " -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 msgid "Could not un-yank release - " msgstr "无法取消对发布采取的 yank 操作- " -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 msgid "Could not delete release - " msgstr "无法删除发布 - " -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 msgid "Could not find file" msgstr "找不到文件" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "无法删除文件 - " -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "'${team_name}' 团队在项目中已经有 ${role_name} 角色" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "用户“${username}”在这个项目中已有${role_name}" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 msgid "${username} is now ${role} of the '${project_name}' project." msgstr "${username} 现为 '${project_name}' 项目的 ${role}。" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" @@ -584,26 +590,26 @@ msgstr "" "用户'$ {username}'没有经过验证的主电子邮件地址,因此不能作为项目的$ " "{role_name}添加" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "用户'$ {username}'已经具有有效的邀请。请稍后再试。" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "邀请已发送到“ $ {username}”" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "找不到角色邀请。" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "邀请已过期。" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "从“${username}”撤回邀请。" @@ -1316,7 +1322,7 @@ msgstr "表单错误" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "确认密码" @@ -1328,7 +1334,7 @@ msgstr "输入你的密码以继续" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "密码" @@ -1369,11 +1375,11 @@ msgstr "密码" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1386,27 +1392,27 @@ msgstr "密码" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(必填)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "你的密码" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "显示密码" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "忘记密码了?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, python-format msgid "" "Tip: you are about to perform a sensitive " @@ -2086,8 +2092,8 @@ msgid "" msgstr "你关于名为“%(organization_name)s”的新 PyPI 组织的请求已提交。" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "You will receive an email when the organization has been approved" msgstr "当组织获得批准后,你将收到一封电子邮件" @@ -2683,7 +2689,7 @@ msgstr "工作流" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -3834,9 +3840,9 @@ msgstr "删除你的 PyPI 账户" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4148,7 +4154,7 @@ msgstr "待处理邀请" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4170,52 +4176,64 @@ msgstr "拒绝邀请" msgid "Organization Name" msgstr "组织名称" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "Organization Type: %(org_type)s" +msgstr "️组织类型:%(org_type)s" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "%(org_type)s" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "请求已提交" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "计费不活跃" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "此组织的计费可由组织所有者或计费管理员激活" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 msgid "This organization is not active" msgstr "此组织不活跃" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "不活跃" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 msgid "Manager" msgstr "管理者" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "帐单管理员" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 msgid "View this organization" msgstr "查看此组织" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4224,120 +4242,120 @@ msgstr "查看此组织" msgid "View" msgstr "查看" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 msgid "Activate billing for this organization" msgstr "激活此组织的计费" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "激活计费" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 msgid "Manage this organization" msgstr "管理此组织" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 msgid "You have not joined any organizations on PyPI, yet." msgstr "你尚未加入任何 PyPI 组织。" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 msgid "Pending organization requests" msgstr "待定的组织请求" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "对企业组织的批准目前暂停,我们正在敲定服务条款和付款。" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, python-format msgid "Submitted %(submitted)s" msgstr "提交了 %(submitted)s" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 msgid "Request a new organization" msgstr "请求新组织" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "组织账户名称" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "选择组织账户名称" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "此账户名用于 PyPI 上的 URL 。" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "例如" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 msgid "Organization display name" msgstr "组织显示名称" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "你的企业、产品或项目的名称" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "️组织网址" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "你的业务、产品或项目的网址" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 msgid "Organization description" msgstr "组织描述" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "你的业务、产品或项目描述" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "️组织类型" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "公司可以创建组织账户作为付费服务,同时授予社区项目免费访问权限。" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 msgid "Create" msgstr "创建" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "你对新 PyPI 组织的请求已提交。" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 msgid "You will receive an email when each organization has been approved" msgstr "每个组织获批后,你都会收到一封电子邮件" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236 diff --git a/warehouse/locale/zh_Hant/LC_MESSAGES/messages.po b/warehouse/locale/zh_Hant/LC_MESSAGES/messages.po index 000af46a0c28..1b1e3938741c 100644 --- a/warehouse/locale/zh_Hant/LC_MESSAGES/messages.po +++ b/warehouse/locale/zh_Hant/LC_MESSAGES/messages.po @@ -42,11 +42,17 @@ msgstr "" #: warehouse/views.py:141 msgid "" +"You must verify your **primary** email address before you can perform this " +"action." +msgstr "" + +#: warehouse/views.py:157 +msgid "" "Two-factor authentication must be enabled on your account to perform this " "action." msgstr "必須在您的帳戶上啟用雙因素身份驗證才能執行此操作。" -#: warehouse/views.py:266 +#: warehouse/views.py:282 msgid "Locale updated" msgstr "區域設置已更新" @@ -143,15 +149,15 @@ msgstr "無效的一次性密碼 (TOTP)。" msgid "Invalid WebAuthn assertion: Bad payload" msgstr "無效的 WebAuthn 斷言:負載錯誤" -#: warehouse/accounts/forms.py:460 +#: warehouse/accounts/forms.py:469 msgid "Invalid recovery code." msgstr "無效的重設碼。" -#: warehouse/accounts/forms.py:469 +#: warehouse/accounts/forms.py:478 msgid "Recovery code has been previously used." msgstr "重設碼已重新生成。" -#: warehouse/accounts/forms.py:488 +#: warehouse/accounts/forms.py:497 msgid "No user found with that username or email" msgstr "找不到使用該使用者名稱或電子郵件的使用者" @@ -347,8 +353,8 @@ msgstr "邀請加入專案 ${project_name} 被拒絕." msgid "You are now ${role} of the '${project_name}' project." msgstr "你不是此專案的擁有者。" -#: warehouse/accounts/views.py:1434 warehouse/accounts/views.py:1582 -#: warehouse/manage/views/__init__.py:1228 +#: warehouse/accounts/views.py:1437 warehouse/accounts/views.py:1585 +#: warehouse/manage/views/__init__.py:1231 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -359,7 +365,7 @@ msgid "" msgstr "" "暫時不開放新的使用者註冊。詳情請見 https://pypi.org/help#admin-intervention。" -#: warehouse/accounts/views.py:1451 warehouse/manage/views/__init__.py:1244 +#: warehouse/accounts/views.py:1454 warehouse/manage/views/__init__.py:1247 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -370,17 +376,17 @@ msgid "" msgstr "" "暫時不開放新的使用者註冊。詳情請見 https://pypi.org/help#admin-intervention。" -#: warehouse/accounts/views.py:1465 +#: warehouse/accounts/views.py:1468 msgid "" "You must have a verified email in order to register a pending trusted " "publisher. See https://pypi.org/help#openid-connect for details." msgstr "" -#: warehouse/accounts/views.py:1478 +#: warehouse/accounts/views.py:1481 msgid "You can't register more than 3 pending trusted publishers at once." msgstr "" -#: warehouse/accounts/views.py:1494 warehouse/manage/views/__init__.py:1263 +#: warehouse/accounts/views.py:1497 warehouse/manage/views/__init__.py:1266 #, fuzzy #| msgid "" #| "There have been too many unsuccessful login attempts. Try again later." @@ -389,30 +395,30 @@ msgid "" "again later." msgstr "登錄嘗試失敗的次數過多,請稍後再試。" -#: warehouse/accounts/views.py:1508 warehouse/manage/views/__init__.py:1277 +#: warehouse/accounts/views.py:1511 warehouse/manage/views/__init__.py:1280 msgid "The trusted publisher could not be registered" msgstr "" -#: warehouse/accounts/views.py:1527 +#: warehouse/accounts/views.py:1530 msgid "" "This trusted publisher has already been registered. Please contact PyPI's " "admins if this wasn't intentional." msgstr "" -#: warehouse/accounts/views.py:1562 +#: warehouse/accounts/views.py:1565 #, fuzzy #| msgid "Manage this project" msgid "Registered a new pending publisher to create " msgstr "管理此專案" -#: warehouse/accounts/views.py:1596 warehouse/accounts/views.py:1609 -#: warehouse/accounts/views.py:1616 +#: warehouse/accounts/views.py:1599 warehouse/accounts/views.py:1612 +#: warehouse/accounts/views.py:1619 #, fuzzy #| msgid "Manage version" msgid "Invalid publisher ID" msgstr "管理版本" -#: warehouse/accounts/views.py:1622 +#: warehouse/accounts/views.py:1625 msgid "Removed trusted publisher for project " msgstr "" @@ -420,13 +426,13 @@ msgstr "" msgid "Banner Preview" msgstr "橫幅預覽" -#: warehouse/manage/forms.py:396 +#: warehouse/manage/forms.py:408 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose an organization account name with 50 characters or less." msgstr "選擇一個不超過 50 字的用戶名。" -#: warehouse/manage/forms.py:404 +#: warehouse/manage/forms.py:416 #, fuzzy #| msgid "" #| "The username is invalid. Usernames must be composed of letters, numbers, " @@ -441,7 +447,7 @@ msgstr "" "使用者名稱無效。 使用者名稱必須由字母,數字,點,連字符和下劃線組成。 並且還" "必須以字母或數字開頭和結尾。 選擇其他使用者名稱。" -#: warehouse/manage/forms.py:427 +#: warehouse/manage/forms.py:439 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -451,7 +457,7 @@ msgid "" "organization account name." msgstr "此使用者名稱已被另一個帳戶使用。 選擇其他使用者名稱。" -#: warehouse/manage/forms.py:442 +#: warehouse/manage/forms.py:454 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -461,25 +467,25 @@ msgid "" "organization account name." msgstr "此使用者名稱已被另一個帳戶使用。 選擇其他使用者名稱。" -#: warehouse/manage/forms.py:478 +#: warehouse/manage/forms.py:490 #, fuzzy #| msgid "Delete project" msgid "Select project" msgstr "刪除專案" -#: warehouse/manage/forms.py:483 warehouse/oidc/forms.py:174 +#: warehouse/manage/forms.py:495 warehouse/oidc/forms.py:174 #, fuzzy #| msgid "Project name" msgid "Specify project name" msgstr "專案名稱" -#: warehouse/manage/forms.py:486 +#: warehouse/manage/forms.py:498 msgid "" "Start and end with a letter or numeral containing only ASCII numeric and " "'.', '_' and '-'." msgstr "" -#: warehouse/manage/forms.py:493 +#: warehouse/manage/forms.py:505 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -488,7 +494,7 @@ msgid "" "This project name has already been used. Choose a different project name." msgstr "此使用者名稱已被另一個帳戶使用。 選擇其他使用者名稱。" -#: warehouse/manage/forms.py:564 +#: warehouse/manage/forms.py:576 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -496,7 +502,7 @@ msgid "" "characters or less." msgstr "名稱太長了。請選擇不超過 100 個字的名稱。" -#: warehouse/manage/forms.py:576 +#: warehouse/manage/forms.py:588 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -504,11 +510,11 @@ msgid "" "characters or less." msgstr "名稱太長了。請選擇不超過 100 個字的名稱。" -#: warehouse/manage/forms.py:583 +#: warehouse/manage/forms.py:595 msgid "The organization URL must start with http:// or https://" msgstr "" -#: warehouse/manage/forms.py:594 +#: warehouse/manage/forms.py:606 #, fuzzy #| msgid "The name is too long. Choose a name with 100 characters or less." msgid "" @@ -516,23 +522,23 @@ msgid "" "with 400 characters or less." msgstr "名稱太長了。請選擇不超過 100 個字的名稱。" -#: warehouse/manage/forms.py:629 +#: warehouse/manage/forms.py:641 msgid "You have already submitted the maximum number of " msgstr "" -#: warehouse/manage/forms.py:659 +#: warehouse/manage/forms.py:671 #, fuzzy #| msgid "Choose a username with 50 characters or less." msgid "Choose a team name with 50 characters or less." msgstr "選擇一個不超過 50 字的用戶名。" -#: warehouse/manage/forms.py:665 +#: warehouse/manage/forms.py:677 msgid "" "The team name is invalid. Team names cannot start or end with a space, " "period, underscore, hyphen, or slash. Choose a different team name." msgstr "" -#: warehouse/manage/forms.py:693 +#: warehouse/manage/forms.py:705 #, fuzzy #| msgid "" #| "This username is already being used by another account. Choose a " @@ -558,25 +564,25 @@ msgstr "重設碼已生成" msgid "Generating new recovery codes will invalidate your existing codes." msgstr "產生新的重置碼會使現有的重置碼失效。" -#: warehouse/manage/views/__init__.py:880 +#: warehouse/manage/views/__init__.py:883 #, fuzzy #| msgid "Verify your email or add a new address." msgid "Verify your email to create an API token." msgstr "驗證你的電郵地址或新增一個新的電郵地址。" -#: warehouse/manage/views/__init__.py:1005 +#: warehouse/manage/views/__init__.py:1008 msgid "Invalid credentials. Try again" msgstr "憑證無效。請再試一次" -#: warehouse/manage/views/__init__.py:1127 +#: warehouse/manage/views/__init__.py:1130 #, fuzzy #| msgid "2FA requirement disabled" msgid "2FA requirement cannot be disabled for critical projects" msgstr "已禁用雙因素認證要求" -#: warehouse/manage/views/__init__.py:1482 -#: warehouse/manage/views/__init__.py:1783 -#: warehouse/manage/views/__init__.py:1891 +#: warehouse/manage/views/__init__.py:1485 +#: warehouse/manage/views/__init__.py:1786 +#: warehouse/manage/views/__init__.py:1894 #, fuzzy #| msgid "" #| "New user registration temporarily disabled. See https://pypi.org/" @@ -587,86 +593,86 @@ msgid "" msgstr "" "暫時不開放新的使用者註冊。詳情請見 https://pypi.org/help#admin-intervention。" -#: warehouse/manage/views/__init__.py:1614 -#: warehouse/manage/views/__init__.py:1699 -#: warehouse/manage/views/__init__.py:1800 -#: warehouse/manage/views/__init__.py:1900 +#: warehouse/manage/views/__init__.py:1617 +#: warehouse/manage/views/__init__.py:1702 +#: warehouse/manage/views/__init__.py:1803 +#: warehouse/manage/views/__init__.py:1903 #, fuzzy #| msgid "Confirm Invite" msgid "Confirm the request" msgstr "確認邀請" -#: warehouse/manage/views/__init__.py:1626 +#: warehouse/manage/views/__init__.py:1629 #, fuzzy #| msgid "Un-yank release" msgid "Could not yank release - " msgstr "解除撤銷版本" -#: warehouse/manage/views/__init__.py:1711 +#: warehouse/manage/views/__init__.py:1714 #, fuzzy #| msgid "Un-yank release" msgid "Could not un-yank release - " msgstr "解除撤銷版本" -#: warehouse/manage/views/__init__.py:1812 +#: warehouse/manage/views/__init__.py:1815 #, fuzzy #| msgid "Delete release" msgid "Could not delete release - " msgstr "刪除版本" -#: warehouse/manage/views/__init__.py:1912 +#: warehouse/manage/views/__init__.py:1915 #, fuzzy #| msgid "Could not find role invitation." msgid "Could not find file" msgstr "找不到角色邀請。" -#: warehouse/manage/views/__init__.py:1916 +#: warehouse/manage/views/__init__.py:1919 msgid "Could not delete file - " msgstr "" -#: warehouse/manage/views/__init__.py:2066 +#: warehouse/manage/views/__init__.py:2069 #, fuzzy #| msgid "User '${username}' already has ${role_name} role for project" msgid "Team '${team_name}' already has ${role_name} role for project" msgstr "使用者`${username}` 已經擁用此專案的`${role_name}`權限" -#: warehouse/manage/views/__init__.py:2173 +#: warehouse/manage/views/__init__.py:2176 msgid "User '${username}' already has ${role_name} role for project" msgstr "使用者`${username}` 已經擁用此專案的`${role_name}`權限" -#: warehouse/manage/views/__init__.py:2240 +#: warehouse/manage/views/__init__.py:2243 #, fuzzy #| msgid "You are now ${role} of the '${project_name}' project." msgid "${username} is now ${role} of the '${project_name}' project." msgstr "你不是此專案的擁有者。" -#: warehouse/manage/views/__init__.py:2272 +#: warehouse/manage/views/__init__.py:2275 msgid "" "User '${username}' does not have a verified primary email address and cannot " "be added as a ${role_name} for project" msgstr "" "用戶“${username}”沒有經過驗證的主電子郵件地址,無法添加為項目的 ${role_name}" -#: warehouse/manage/views/__init__.py:2285 +#: warehouse/manage/views/__init__.py:2288 #: warehouse/manage/views/organizations.py:882 msgid "" "User '${username}' already has an active invite. Please try again later." msgstr "使用者'${username}'已經有一個有效的邀請。請稍後再試。" -#: warehouse/manage/views/__init__.py:2350 +#: warehouse/manage/views/__init__.py:2353 #: warehouse/manage/views/organizations.py:947 msgid "Invitation sent to '${username}'" msgstr "邀請函已發送至 '${使用者名稱}'" -#: warehouse/manage/views/__init__.py:2383 +#: warehouse/manage/views/__init__.py:2386 msgid "Could not find role invitation." msgstr "找不到角色邀請。" -#: warehouse/manage/views/__init__.py:2394 +#: warehouse/manage/views/__init__.py:2397 msgid "Invitation already expired." msgstr "已驗證的電子郵件。" -#: warehouse/manage/views/__init__.py:2426 +#: warehouse/manage/views/__init__.py:2429 #: warehouse/manage/views/organizations.py:1134 msgid "Invitation revoked from '${username}'." msgstr "來自'${username}'的邀請被撤銷了。" @@ -1421,7 +1427,7 @@ msgstr "處理表單發生錯誤" #: warehouse/templates/accounts/reset-password.html:60 #: warehouse/templates/accounts/reset-password.html:65 #: warehouse/templates/manage/account.html:405 -#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:68 +#: warehouse/templates/re-auth.html:18 warehouse/templates/re-auth.html:69 msgid "Confirm password" msgstr "確認密碼" @@ -1433,7 +1439,7 @@ msgstr "確認密碼以進行下一步" #: warehouse/templates/accounts/register.html:112 #: warehouse/templates/accounts/reset-password.html:38 #: warehouse/templates/manage/manage_base.html:385 -#: warehouse/templates/re-auth.html:49 +#: warehouse/templates/re-auth.html:50 msgid "Password" msgstr "密碼" @@ -1474,11 +1480,11 @@ msgstr "密碼" #: warehouse/templates/manage/organization/settings.html:104 #: warehouse/templates/manage/organization/settings.html:129 #: warehouse/templates/manage/organization/teams.html:89 -#: warehouse/templates/manage/organizations.html:184 -#: warehouse/templates/manage/organizations.html:207 -#: warehouse/templates/manage/organizations.html:229 -#: warehouse/templates/manage/organizations.html:247 -#: warehouse/templates/manage/organizations.html:266 +#: warehouse/templates/manage/organizations.html:186 +#: warehouse/templates/manage/organizations.html:209 +#: warehouse/templates/manage/organizations.html:231 +#: warehouse/templates/manage/organizations.html:249 +#: warehouse/templates/manage/organizations.html:268 #: warehouse/templates/manage/project/publishing.html:78 #: warehouse/templates/manage/project/publishing.html:93 #: warehouse/templates/manage/project/publishing.html:108 @@ -1491,27 +1497,27 @@ msgstr "密碼" #: warehouse/templates/manage/project/roles.html:351 #: warehouse/templates/manage/team/roles.html:106 #: warehouse/templates/manage/team/settings.html:35 -#: warehouse/templates/re-auth.html:51 +#: warehouse/templates/re-auth.html:52 msgid "(required)" msgstr "(必填)" #: warehouse/templates/accounts/login.html:75 -#: warehouse/templates/re-auth.html:55 +#: warehouse/templates/re-auth.html:56 msgid "Your password" msgstr "您的密碼" #: warehouse/templates/accounts/login.html:92 #: warehouse/templates/manage/manage_base.html:388 -#: warehouse/templates/re-auth.html:72 +#: warehouse/templates/re-auth.html:73 msgid "Show password" msgstr "顯示密碼" #: warehouse/templates/accounts/login.html:96 -#: warehouse/templates/re-auth.html:76 +#: warehouse/templates/re-auth.html:77 msgid "Forgot password?" msgstr "忘記密碼?" -#: warehouse/templates/re-auth.html:80 +#: warehouse/templates/re-auth.html:81 #, fuzzy, python-format #| msgid "" #| "\n" @@ -2233,8 +2239,8 @@ msgid "" msgstr "" #: warehouse/templates/email/new-organization-requested/body.html:19 -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when the organization has been approved" @@ -2969,7 +2975,7 @@ msgstr "您的姓名" #: warehouse/templates/manage/account/publishing.html:47 #: warehouse/templates/manage/organization/roles.html:53 #: warehouse/templates/manage/organization/roles.html:172 -#: warehouse/templates/manage/organizations.html:89 +#: warehouse/templates/manage/organizations.html:90 #: warehouse/templates/manage/project/publishing.html:76 #: warehouse/templates/manage/project/roles.html:50 #: warehouse/templates/manage/project/roles.html:85 @@ -4148,9 +4154,9 @@ msgstr "刪除 PyPI 帳戶" #: warehouse/templates/manage/organization/projects.html:117 #: warehouse/templates/manage/organization/projects.html:122 #: warehouse/templates/manage/organization/teams.html:56 -#: warehouse/templates/manage/organizations.html:113 -#: warehouse/templates/manage/organizations.html:119 -#: warehouse/templates/manage/organizations.html:124 +#: warehouse/templates/manage/organizations.html:114 +#: warehouse/templates/manage/organizations.html:120 +#: warehouse/templates/manage/organizations.html:125 #: warehouse/templates/manage/project/releases.html:88 #: warehouse/templates/manage/projects.html:152 #: warehouse/templates/manage/projects.html:157 @@ -4520,7 +4526,7 @@ msgstr "主導航欄" #: warehouse/templates/manage/organization/projects.html:80 #: warehouse/templates/manage/organizations.html:35 -#: warehouse/templates/manage/organizations.html:95 +#: warehouse/templates/manage/organizations.html:96 #: warehouse/templates/manage/projects.html:44 #: warehouse/templates/manage/projects.html:115 #: warehouse/templates/manage/team/projects.html:80 @@ -4547,37 +4553,50 @@ msgstr "主導航欄" msgid "Organization Name" msgstr "專案敘述" -#: warehouse/templates/manage/organizations.html:77 -#: warehouse/templates/manage/organizations.html:156 +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, fuzzy, python-format +#| msgid "Project description" +msgid "Organization Type: %(org_type)s" +msgstr "專案敘述" + +#: warehouse/templates/manage/organizations.html:76 +#: warehouse/templates/manage/organizations.html:157 +#, python-format +msgid "%(org_type)s" +msgstr "" + +#: warehouse/templates/manage/organizations.html:78 +#: warehouse/templates/manage/organizations.html:158 msgid "Request Submitted" msgstr "" -#: warehouse/templates/manage/organizations.html:80 -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:81 +#: warehouse/templates/manage/organizations.html:83 msgid "Billing Inactive" msgstr "" -#: warehouse/templates/manage/organizations.html:82 +#: warehouse/templates/manage/organizations.html:83 msgid "" "This organization's billing can be activated by an organization owner or " "billing manager" msgstr "" -#: warehouse/templates/manage/organizations.html:85 -#: warehouse/templates/manage/organizations.html:112 -#: warehouse/templates/manage/organizations.html:118 +#: warehouse/templates/manage/organizations.html:86 +#: warehouse/templates/manage/organizations.html:113 +#: warehouse/templates/manage/organizations.html:119 #, fuzzy #| msgid "Role invitation is not valid." msgid "This organization is not active" msgstr "身份邀請已過期。" -#: warehouse/templates/manage/organizations.html:85 +#: warehouse/templates/manage/organizations.html:86 msgid "Inactive" msgstr "" #: warehouse/templates/manage/organization/roles.html:52 #: warehouse/templates/manage/organization/roles.html:170 -#: warehouse/templates/manage/organizations.html:87 +#: warehouse/templates/manage/organizations.html:88 #, fuzzy #| msgid "Manage" msgid "Manager" @@ -4585,11 +4604,11 @@ msgstr "管理" #: warehouse/templates/manage/organization/roles.html:55 #: warehouse/templates/manage/organization/roles.html:174 -#: warehouse/templates/manage/organizations.html:91 +#: warehouse/templates/manage/organizations.html:92 msgid "Billing Manager" msgstr "" -#: warehouse/templates/manage/organizations.html:101 +#: warehouse/templates/manage/organizations.html:102 #, fuzzy #| msgid "Create an account" msgid "View this organization" @@ -4598,7 +4617,7 @@ msgstr "建立帳戶" #: warehouse/templates/manage/organization/projects.html:130 #: warehouse/templates/manage/organization/projects.html:133 #: warehouse/templates/manage/organization/teams.html:63 -#: warehouse/templates/manage/organizations.html:102 +#: warehouse/templates/manage/organizations.html:103 #: warehouse/templates/manage/project/releases.html:94 #: warehouse/templates/manage/projects.html:165 #: warehouse/templates/manage/projects.html:168 @@ -4607,139 +4626,139 @@ msgstr "建立帳戶" msgid "View" msgstr "檢視" -#: warehouse/templates/manage/organizations.html:107 +#: warehouse/templates/manage/organizations.html:108 #, fuzzy #| msgid "Create an account" msgid "Activate billing for this organization" msgstr "建立帳戶" -#: warehouse/templates/manage/organizations.html:108 +#: warehouse/templates/manage/organizations.html:109 msgid "Activate Billing" msgstr "" -#: warehouse/templates/manage/organizations.html:123 +#: warehouse/templates/manage/organizations.html:124 #, fuzzy #| msgid "Create an account" msgid "Manage this organization" msgstr "建立帳戶" -#: warehouse/templates/manage/organizations.html:132 +#: warehouse/templates/manage/organizations.html:133 #, fuzzy #| msgid "%(user)s has not uploaded any projects to PyPI, yet" msgid "You have not joined any organizations on PyPI, yet." msgstr "%(user)s 尚未上載任何專案到PyPI" -#: warehouse/templates/manage/organizations.html:139 +#: warehouse/templates/manage/organizations.html:140 #, fuzzy #| msgid "Create an account" msgid "Pending organization requests" msgstr "建立帳戶" -#: warehouse/templates/manage/organizations.html:144 +#: warehouse/templates/manage/organizations.html:145 msgid "" "Approvals for corporate organizations are currently paused while terms of " "service and payment are finalized." msgstr "" -#: warehouse/templates/manage/organizations.html:159 +#: warehouse/templates/manage/organizations.html:161 #, fuzzy, python-format #| msgid "Invite" msgid "Submitted %(submitted)s" msgstr "邀請" -#: warehouse/templates/manage/organizations.html:176 -#: warehouse/templates/manage/organizations.html:287 +#: warehouse/templates/manage/organizations.html:178 +#: warehouse/templates/manage/organizations.html:289 #, fuzzy #| msgid "Create an account" msgid "Request a new organization" msgstr "建立帳戶" #: warehouse/templates/manage/organization/settings.html:29 -#: warehouse/templates/manage/organizations.html:182 +#: warehouse/templates/manage/organizations.html:184 msgid "Organization account name" msgstr "" -#: warehouse/templates/manage/organizations.html:187 +#: warehouse/templates/manage/organizations.html:189 msgid "Select an organization account name" msgstr "" #: warehouse/templates/manage/organization/settings.html:32 -#: warehouse/templates/manage/organizations.html:198 +#: warehouse/templates/manage/organizations.html:200 msgid "This account name is used in URLs on PyPI." msgstr "" #: warehouse/templates/manage/organization/settings.html:71 #: warehouse/templates/manage/organization/settings.html:95 -#: warehouse/templates/manage/organizations.html:199 -#: warehouse/templates/manage/organizations.html:221 -#: warehouse/templates/manage/organizations.html:239 +#: warehouse/templates/manage/organizations.html:201 +#: warehouse/templates/manage/organizations.html:223 +#: warehouse/templates/manage/organizations.html:241 msgid "For example" msgstr "" #: warehouse/templates/manage/organization/settings.html:48 -#: warehouse/templates/manage/organizations.html:205 +#: warehouse/templates/manage/organizations.html:207 #, fuzzy #| msgid "Project description" msgid "Organization display name" msgstr "專案敘述" #: warehouse/templates/manage/organization/settings.html:54 -#: warehouse/templates/manage/organizations.html:210 +#: warehouse/templates/manage/organizations.html:212 msgid "Name of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:78 -#: warehouse/templates/manage/organizations.html:227 +#: warehouse/templates/manage/organizations.html:229 msgid "️Organization URL" msgstr "" #: warehouse/templates/manage/organization/settings.html:84 -#: warehouse/templates/manage/organizations.html:233 +#: warehouse/templates/manage/organizations.html:235 msgid "URL for your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:102 -#: warehouse/templates/manage/organizations.html:245 +#: warehouse/templates/manage/organizations.html:247 #, fuzzy #| msgid "Project description" msgid "Organization description" msgstr "專案敘述" #: warehouse/templates/manage/organization/settings.html:108 -#: warehouse/templates/manage/organizations.html:250 +#: warehouse/templates/manage/organizations.html:252 msgid "Description of your business, product, or project" msgstr "" #: warehouse/templates/manage/organization/settings.html:127 -#: warehouse/templates/manage/organizations.html:264 +#: warehouse/templates/manage/organizations.html:266 msgid "️Organization type" msgstr "" #: warehouse/templates/manage/organization/settings.html:145 -#: warehouse/templates/manage/organizations.html:276 +#: warehouse/templates/manage/organizations.html:278 msgid "" "Companies can create organization accounts as a paid service while community " "projects are granted complimentary access." msgstr "" #: warehouse/templates/manage/organization/teams.html:101 -#: warehouse/templates/manage/organizations.html:282 +#: warehouse/templates/manage/organizations.html:284 #, fuzzy #| msgid "Created" msgid "Create" msgstr "已建立" -#: warehouse/templates/manage/organizations.html:289 +#: warehouse/templates/manage/organizations.html:291 msgid "Your request(s) for a new PyPI organization(s) have been submitted." msgstr "" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #, fuzzy #| msgid "You'll receive an email with a password reset link." msgid "You will receive an email when each organization has been approved" msgstr "你將收到帶有重設密碼連結的 email。" -#: warehouse/templates/manage/organizations.html:292 +#: warehouse/templates/manage/organizations.html:294 #: warehouse/templates/manage/project/roles.html:146 #: warehouse/templates/manage/project/roles.html:203 #: warehouse/templates/manage/project/roles.html:236